aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* • overall replacement of:Bibiko2010-08-201-16/+12
* • added SPBeginWaitingAlertSheet() routine which offers the chance to displ...Bibiko2010-08-191-11/+19
* Rename CMCopyTable to SPCopyTable.stuconnolly2010-08-191-1/+1
* - Apply column autosizing improvements to custom query loadingrowanbeentje2010-08-161-32/+162
* - Make a few more strings localizablerowanbeentje2010-08-011-3/+3
* - Add support for automatically converting \r and \r\n linebreaks in query s...rowanbeentje2010-07-291-3/+25
* - Expose a number of help menu items and help buttons to use localisable str...rowanbeentje2010-07-181-1/+2
* Improve handling of BIT fields, including:stuconnolly2010-07-151-2/+2
* - Roll back most of r2430, replacing it with an at-source fix to the manual ...rowanbeentje2010-07-071-0/+2
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-0/+3287