aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
* - When loading tables, ensure that the column count is updated before table ...rowanbeentje2011-02-151-3/+4
* • fixed issue to highlight the correct current query after undoing, i.e. do...Bibiko2011-01-141-1/+5
* • fixed several issues for validation and other stuff while editing of MySQ...Bibiko2011-01-111-4/+5
* • Bundle commandsBibiko2010-12-091-0/+7
* • Bundle CommandsBibiko2010-12-091-0/+48
* • Bundle command supportBibiko2010-12-071-0/+8
* - Add the ability to stop animation of the task indicator, and use it to pau...rowanbeentje2010-12-051-0/+2
* - Show and hide the custom query info area based on whether custom query err...rowanbeentje2010-12-041-37/+57
* - Rework insertCommonPrefix to insertAutocompletePlaceholder, implementing a...rowanbeentje2010-11-301-0/+16
* - Right-align numeric columns in table content views and custom query resultsrowanbeentje2010-11-271-0/+7
* • Bundle EditorBibiko2010-11-191-0/+8
* • started to implement auto-completion for aliasesBibiko2010-11-041-0/+8
* • after editing the Custom Query table remain the focus on that tableBibiko2010-11-011-1/+3
* • Custom and Content table in-cell editingBibiko2010-10-301-0/+16
* • fixed tiny issues for field editing in Content and Custom tableBibiko2010-10-301-3/+0
* • after the field editor sheet was closed enter into the edit mode of the c...Bibiko2010-10-301-2/+11
* • Custom Query and Content table editingBibiko2010-10-291-3/+0
* • enabled Find Panel inside Field Editor Sheet's textViewBibiko2010-10-291-12/+5
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ...Bibiko2010-10-291-14/+43
* Add SPDefaultPasteboardDragType constant.stuconnolly2010-10-281-3/+3
* • added tooltip for header cell of Content and Custom Query table displayin...Bibiko2010-10-271-0/+1
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-5/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* • fixed issue of unnecessary string escaping for importing spatial data via...Bibiko2010-10-101-1/+1
* • enabled SRID editing of spatial fields via WKT stringBibiko2010-10-091-1/+1
* • improved field editor sheet to support geometry fieldsBibiko2010-10-091-2/+0
* • enabled thumbnail images of spatial geometry fields as tooltipsBibiko2010-10-091-1/+9
* • improved issues for tooltip in Content and Custom tablesBibiko2010-10-081-8/+20
* • fixed issue for editing spatial wkt data in field editor sheetBibiko2010-10-081-1/+4
* • enhanced spatial supportBibiko2010-10-071-1/+6
* • removed approach to query spatial data by using AsText() since it breaks ...Bibiko2010-10-071-0/+3
* Update Localizable.strings and resolve the use of multiple comments for the s...stuconnolly2010-09-211-1/+1
* - Remove a number of invalid [NSTableView makeFirstResponder] calls that had...rowanbeentje2010-09-181-2/+2
* • BIT Field Sheet Editor now can handle NULL valuesBibiko2010-09-161-0/+5
* • added validation for BIT fields while in-cell-editing; only 1 or 0 are al...Bibiko2010-09-151-4/+23
* • (re?)enabled BIT field editing esp. for field types like BIT(9) or BIT(6...Bibiko2010-09-141-1/+4
* • fix editing validation and doCommandBySelector: stuff for SPCustomQuery c...Bibiko2010-09-131-1/+3
* • removed command to make the CustomQuery's table first responder after pe...Bibiko2010-09-011-1/+0
* • fixed in field editing mode the editing of BINARY fieldsBibiko2010-08-311-1/+1
* • further improvements for in cell editing in CustomQuery tablesBibiko2010-08-271-90/+90
* • removed onMainThread for [Content/CustomTable makeFirstResponder] to avoi...Bibiko2010-08-261-53/+84
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-4/+4
* • added tooltip about non-editable while keyboard navigation and trying to ...Bibiko2010-08-251-0/+3
* • after editing in Custom Query table preserve the selected line even if th...Bibiko2010-08-251-8/+13
* • fixed several issues for in cell editing of Custom Query tables and view ...Bibiko2010-08-251-1/+5
* • outsourced control:textView:doCommandBySelector: stuff to SPCopyTable sin...Bibiko2010-08-241-5/+139
* • in [SPCustomQuery tableSortCallback]Bibiko2010-08-241-7/+3
* • added context menu for Copy, Copy with Header, Copy as SQL Insert to Cust...Bibiko2010-08-241-0/+1
* • introduced tri-state sort order for Content and Custom Query tablesBibiko2010-08-241-179/+218
* • first preparations to allow in cell editing in Custom Query (not yet act...Bibiko2010-08-221-22/+27