aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
Commit message (Expand)AuthorAgeFilesLines
* changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE"jakob2010-04-221-4/+4
* - more fixing of issue 641. I forgot to consider the case of deleting the las...jakob2010-04-191-2/+11
* - fix for #641 with regard to deleting rows (duplicating still doesnt work)jakob2010-04-191-4/+46
* - Add a new couldCommitCurrentViewActions method to TableDocument, and stand...rowanbeentje2010-04-181-3/+3
* Improved index checking when using arrow key navigation. Potential fix for ht...jakob2010-04-161-6/+14
* - changed the query locking mechanism for MCPConnection to be more thread saf...jakob2010-04-161-7/+3
* Clicking the duplicate row button now correctly sets auto_increment fields to...jakob2010-04-141-2/+4
* - Wrap TableContent's loadTableValues in an autorelease pool; this fixes con...rowanbeentje2010-04-131-0/+5
* - enabled up/down arrow key navigation (see #633)jakob2010-04-131-11/+45
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-1/+1
* Default the reseting a table's auto increment value to on when removing all r...stuconnolly2010-04-031-1/+1
* - Fix an intermittent crasher - occurring most often when sorting tables - b...rowanbeentje2010-04-021-1/+1
* Although the table content field drop down should always be populated and sel...stuconnolly2010-04-011-1/+1
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-2/+1
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-7/+7
* - Add a new selectDatabase:item: method to TableDocument, to centralise code...rowanbeentje2010-03-241-1/+1
* • CSV ImportBibiko2010-03-221-1/+1
* - Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects...rowanbeentje2010-03-201-15/+16
* Present a warning to the user when attempting to print the current table's co...stuconnolly2010-03-181-8/+10
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-3/+3
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-0/+1
* - Fix an exception when following a foreign key relationship to a null value...rowanbeentje2010-03-131-4/+10
* • Select Content Filter ^⌘FBibiko2010-03-081-2/+17
* When cancelling a table sort operation remember to end the threaded task to e...stuconnolly2010-03-081-0/+1
* Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ...stuconnolly2010-03-081-0/+10
* - Fix an exception/crash when content edit errors occur and the user request...rowanbeentje2010-03-031-2/+2
* • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v...Bibiko2010-02-231-3/+21
* Fix Issue #574 (foreign key links not working after first use):rowanbeentje2010-02-231-5/+29
* • removed initial transition of insertion NSNull into table's dataSource fr...Bibiko2010-02-191-3/+8
* • fixed color setting for editing a table cell which is set to NULL if tabl...Bibiko2010-02-191-9/+6
* • fixed bug for Content Filter Editor, now $CURRENT_FIELD will be replaced ...Bibiko2010-02-191-3/+2
* • added the chance to the user-defined Content Filter Editor to specify whe...Bibiko2010-02-191-17/+38
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-051-0/+1
* • improved error handling in Structure View for adding/renaming/removing a ...Bibiko2010-02-031-2/+7
* • Content Table and Query Editor table's tooltip are displayed by using the...Bibiko2010-01-311-1/+8
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-301-12/+8
* Rework CMCopyTable copy functionality and related code:rowanbeentje2010-01-301-1/+2
* • suppress the display of table cell tooltips if TableDocument isWorking to...Bibiko2010-01-301-1/+1
* - Bugfix: when the number of table columns for a content result set no longe...rowanbeentje2010-01-301-3/+18
* Improve Disconnection on connection loss:rowanbeentje2010-01-241-4/+8
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-7/+8
* - Remove some unintentionally committed debugrowanbeentje2010-01-181-2/+0
* Add a new SPDataStorage class, and use it in TableContent and CustomQuery:rowanbeentje2010-01-171-62/+56
* Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce...bamse162010-01-141-1/+1
* - Fix incorrect pagination task text ("Filtering table...") when no filterin...rowanbeentje2010-01-121-9/+24
* • fix for i525: do not escape the \ for \_ or \% and changed "contains" 's ...Bibiko2010-01-111-5/+6
* Improve row deselection and error handling in Table Source and Content views:rowanbeentje2010-01-091-6/+4
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-73/+73
* • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo...Bibiko2010-01-041-5/+5
* • ContentFilterManagerBibiko2010-01-041-2/+5