aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
Commit message (Expand)AuthorAgeFilesLines
...
* - Apply new document task support to the Custom Query tab, and run all custo...rowanbeentje2009-10-231-8/+9
* - Improve table and task redrawing during threaded table content loadsrowanbeentje2009-10-221-7/+17
* - Improve responsiveness/speed when loading table content by not forcing tab...rowanbeentje2009-10-211-1/+1
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-201-53/+146
* Some UI tidying up.stuconnolly2009-10-191-2/+2
* - Update the row count a bit more intelligently when the table content is LM...rowanbeentje2009-10-171-0/+26
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-61/+61
* • fixed NSString pointer reassignment in SPArrayAddition's method 'componen...Bibiko2009-10-161-1/+25
* - Improve on r1423 by avoiding stringWithFormat: within the query constructi...rowanbeentje2009-10-161-10/+15
* • if a table has more than one PRIMARY KEY delete the rows à la DELETE FRO...Bibiko2009-10-161-5/+69
* • fixed SPArrayAdditions method 'componentsJoinedByCommas' to use a mutable...Bibiko2009-10-161-17/+66
* nullValue preference key should be NullValue, which was preventing the editin...stuconnolly2009-10-161-6/+7
* • fixed issue that tables without primary key and Pref is set to LoadBlobsA...Bibiko2009-10-161-8/+12
* • fixed issue for closing the sheet for deleting/adding row(s) explicitly d...Bibiko2009-10-151-13/+15
* • added the chance to set "allowConsoleUpdate"Bibiko2009-10-151-21/+37
* - Allow link arrows for foreign key links to work when used on a column with...rowanbeentje2009-10-101-12/+27
* Improve handling of NULL and "(not loaded)" placeholders:rowanbeentje2009-10-101-110/+81
* - Ensure that blob and text fields which are loaded on-demand never have pla...rowanbeentje2009-10-031-7/+20
* • first implementation of a Content Filter EditorBibiko2009-10-011-8/+15
* • further progress on the Content Filter EditorBibiko2009-09-301-4/+56
* - Correctly release and reset the sort column when deselecting tables or sel...rowanbeentje2009-09-291-0/+4
* - When editing a row in a table with "on update CURRENT_TIMESTAMP" set for a...rowanbeentje2009-09-291-11/+15
* • fixed an issue of double-loading user-defined filtersBibiko2009-09-281-1/+29
* • improved and fixes escaping of filter argumentsBibiko2009-09-281-3/+31
* • rewrote the content filter logic:Bibiko2009-09-281-190/+173
* • changed the progress wheel updating behaviour while loading table data sl...Bibiko2009-09-261-8/+15
* Add back/forward history menu items to the view menu with the assigned shortc...stuconnolly2009-09-121-1/+1
* - Ensure table viewport is correctly restored for navigation history/SPF usa...rowanbeentje2009-09-071-0/+5
* • renamed SPQueryConsole to SPQueryController since it controls not only th...Bibiko2009-09-031-2/+2
* - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...rowanbeentje2009-09-021-3/+3
* - Remove an NSLog I accidentally left in (and another found via a search)rowanbeentje2009-09-011-1/+0
* When editing blob/text fields and the LoadBlobsAsNeeded option is enabled, lo...stuconnolly2009-08-271-17/+17
* - Fix NSLock console linesrowanbeentje2009-08-251-68/+68
* • further improvements to open/save spf filesBibiko2009-08-231-11/+30
* • corrected table history entries for operator BETWEEN (misunderstood logic...Bibiko2009-08-231-7/+15
* • modified SPHistoryController to handle the new BETWEEN operatorBibiko2009-08-231-3/+14
* Add support for the BETWEEN operator when filtering a table's content. Implem...stuconnolly2009-08-211-54/+106
* • first preparations to save the current connection window as SPF fileBibiko2009-08-211-0/+1
* Experimental change to make table content browsing much faster:rowanbeentje2009-08-201-2/+39
* • re-implemented tooltips for Content and Query tablesBibiko2009-08-201-30/+35
* • quick fix - disabled tooltips in Content and Query tables due to crashesBibiko2009-08-201-30/+30
* • SPTooltip: added type "image"Bibiko2009-08-181-12/+9
* • added SPTooltips for cell content in Content TableBibiko2009-08-141-0/+41
* - Rework TableContent row count fetching, loading it in the correct location...rowanbeentje2009-08-131-34/+50
* - Fix table content sorting, broken in r1183 - this addresses Issue #364rowanbeentje2009-08-111-1/+1
* Rework data loading in TableContent:rowanbeentje2009-08-111-477/+349
* • added to the FieldEditorSheet a max text length validationBibiko2009-08-101-5/+13
* • added field name to Field Editor SheetBibiko2009-08-081-1/+4
* When selecting a cell to edit that is either a blob or text field and hasn't ...stuconnolly2009-08-081-28/+29
* (no commit message)Bibiko2009-08-041-0/+4