| Commit message (Expand) | Author | Age | Files | Lines |
* | • Bundle command support | Bibiko | 2010-12-07 | 1 | -0/+8 |
* | - Add the ability to stop animation of the task indicator, and use it to pau... | rowanbeentje | 2010-12-05 | 1 | -0/+2 |
* | - Show and hide the custom query info area based on whether custom query err... | rowanbeentje | 2010-12-04 | 1 | -37/+57 |
* | - Rework insertCommonPrefix to insertAutocompletePlaceholder, implementing a... | rowanbeentje | 2010-11-30 | 1 | -0/+16 |
* | - Right-align numeric columns in table content views and custom query results | rowanbeentje | 2010-11-27 | 1 | -0/+7 |
* | • Bundle Editor | Bibiko | 2010-11-19 | 1 | -0/+8 |
* | • started to implement auto-completion for aliases | Bibiko | 2010-11-04 | 1 | -0/+8 |
* | • after editing the Custom Query table remain the focus on that table | Bibiko | 2010-11-01 | 1 | -1/+3 |
* | • Custom and Content table in-cell editing | Bibiko | 2010-10-30 | 1 | -0/+16 |
* | • fixed tiny issues for field editing in Content and Custom table | Bibiko | 2010-10-30 | 1 | -3/+0 |
* | • after the field editor sheet was closed enter into the edit mode of the c... | Bibiko | 2010-10-30 | 1 | -2/+11 |
* | • Custom Query and Content table editing | Bibiko | 2010-10-29 | 1 | -3/+0 |
* | • enabled Find Panel inside Field Editor Sheet's textView | Bibiko | 2010-10-29 | 1 | -12/+5 |
* | • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ... | Bibiko | 2010-10-29 | 1 | -14/+43 |
* | Add SPDefaultPasteboardDragType constant. | stuconnolly | 2010-10-28 | 1 | -3/+3 |
* | • added tooltip for header cell of Content and Custom Query table displayin... | Bibiko | 2010-10-27 | 1 | -0/+1 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -5/+0 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | • fixed issue of unnecessary string escaping for importing spatial data via... | Bibiko | 2010-10-10 | 1 | -1/+1 |
* | • enabled SRID editing of spatial fields via WKT string | Bibiko | 2010-10-09 | 1 | -1/+1 |
* | • improved field editor sheet to support geometry fields | Bibiko | 2010-10-09 | 1 | -2/+0 |
* | • enabled thumbnail images of spatial geometry fields as tooltips | Bibiko | 2010-10-09 | 1 | -1/+9 |
* | • improved issues for tooltip in Content and Custom tables | Bibiko | 2010-10-08 | 1 | -8/+20 |
* | • fixed issue for editing spatial wkt data in field editor sheet | Bibiko | 2010-10-08 | 1 | -1/+4 |
* | • enhanced spatial support | Bibiko | 2010-10-07 | 1 | -1/+6 |
* | • removed approach to query spatial data by using AsText() since it breaks ... | Bibiko | 2010-10-07 | 1 | -0/+3 |
* | Update Localizable.strings and resolve the use of multiple comments for the s... | stuconnolly | 2010-09-21 | 1 | -1/+1 |
* | - Remove a number of invalid [NSTableView makeFirstResponder] calls that had... | rowanbeentje | 2010-09-18 | 1 | -2/+2 |
* | • BIT Field Sheet Editor now can handle NULL values | Bibiko | 2010-09-16 | 1 | -0/+5 |
* | • added validation for BIT fields while in-cell-editing; only 1 or 0 are al... | Bibiko | 2010-09-15 | 1 | -4/+23 |
* | • (re?)enabled BIT field editing esp. for field types like BIT(9) or BIT(6... | Bibiko | 2010-09-14 | 1 | -1/+4 |
* | • fix editing validation and doCommandBySelector: stuff for SPCustomQuery c... | Bibiko | 2010-09-13 | 1 | -1/+3 |
* | • removed command to make the CustomQuery's table first responder after pe... | Bibiko | 2010-09-01 | 1 | -1/+0 |
* | • fixed in field editing mode the editing of BINARY fields | Bibiko | 2010-08-31 | 1 | -1/+1 |
* | • further improvements for in cell editing in CustomQuery tables | Bibiko | 2010-08-27 | 1 | -90/+90 |
* | • removed onMainThread for [Content/CustomTable makeFirstResponder] to avoi... | Bibiko | 2010-08-26 | 1 | -53/+84 |
* | Encoding changes and improvements, particularly to increase compatibility wit... | rowanbeentje | 2010-08-25 | 1 | -4/+4 |
* | • added tooltip about non-editable while keyboard navigation and trying to ... | Bibiko | 2010-08-25 | 1 | -0/+3 |
* | • after editing in Custom Query table preserve the selected line even if th... | Bibiko | 2010-08-25 | 1 | -8/+13 |
* | • fixed several issues for in cell editing of Custom Query tables and view ... | Bibiko | 2010-08-25 | 1 | -1/+5 |
* | • outsourced control:textView:doCommandBySelector: stuff to SPCopyTable sin... | Bibiko | 2010-08-24 | 1 | -5/+139 |
* | • in [SPCustomQuery tableSortCallback] | Bibiko | 2010-08-24 | 1 | -7/+3 |
* | • added context menu for Copy, Copy with Header, Copy as SQL Insert to Cust... | Bibiko | 2010-08-24 | 1 | -0/+1 |
* | • introduced tri-state sort order for Content and Custom Query tables | Bibiko | 2010-08-24 | 1 | -179/+218 |
* | • first preparations to allow in cell editing in Custom Query (not yet act... | Bibiko | 2010-08-22 | 1 | -22/+27 |
* | • overall replacement of: | Bibiko | 2010-08-20 | 1 | -16/+12 |
* | • added SPBeginWaitingAlertSheet() routine which offers the chance to displ... | Bibiko | 2010-08-19 | 1 | -11/+19 |
* | Rename CMCopyTable to SPCopyTable. | stuconnolly | 2010-08-19 | 1 | -1/+1 |
* | - Apply column autosizing improvements to custom query loading | rowanbeentje | 2010-08-16 | 1 | -32/+162 |
* | - Make a few more strings localizable | rowanbeentje | 2010-08-01 | 1 | -3/+3 |