aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
Commit message (Expand)AuthorAgeFilesLines
* • 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
* This shouldn't actually be negated as a return value of YES indicating that N...stuconnolly2009-08-031-1/+1
* • add Menu Item "Insert NULL value" SHIFT+CTRL+NBibiko2009-08-031-2/+2
* When blob/text fields are loaded on demand also color them light gray if they...stuconnolly2009-08-031-1/+1
* Use light gray rather than gray for displaying NULLs and blog/text fields tha...stuconnolly2009-08-031-2/+2
* Display the user specified NULL value placeholder in grey when displaying a t...stuconnolly2009-08-031-26/+27
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-67/+228
* Put the table content filter in a split view so the field name drop down and ...stuconnolly2009-08-011-0/+18
* Disable updating the number of rows in the selected table in the table data c...stuconnolly2009-07-211-3/+3
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-17/+16
* Improvements to reporting the correct row count for tables. See issue #141.stuconnolly2009-07-211-10/+10
* • added: AMIndeterminateProgressIndicatorCell for global spinning wheelBibiko2009-07-181-1/+1
* - Update WHERE string buildup - the code now uses equals comparisons rather ...rowanbeentje2009-07-181-22/+3
* Add the ability to navigate between tables via foreign key relationships, add...rowanbeentje2009-07-181-53/+116
* • Field Editor Sheet classBibiko2009-07-171-1/+1
* • applied the new class SPFieldEditorController to TableContentBibiko2009-07-171-503/+19
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-22/+18
* Rework data storage and retrieval in TableContent and CustomQuery backing arr...rowanbeentje2009-07-131-97/+105
* - Add support for the function "NOW()" to resolve Issue #300rowanbeentje2009-07-091-0/+3
* - Correctly display errors that occur when editing rows, and ensure the row ...rowanbeentje2009-07-091-8/+5
* Fix warnings caused by calls to validateMenuItem: being passed to NSObject by...stuconnolly2009-07-021-1/+1
* Add contextual menus to the table content and table relations views. Complete...stuconnolly2009-07-021-0/+21
* • changes in editSheet:Bibiko2009-06-241-12/+53
* • added to SPDataAdditions:Bibiko2009-06-231-26/+14
* • fixed several problems for alerting an error sheet inside of a didEndSele...Bibiko2009-06-231-5/+25
* • added SPDataCellFormatter to data cells of the Custom Query tableBibiko2009-06-231-26/+33