aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.m
Commit message (Expand)AuthorAgeFilesLines
...
* - Improve TablesList item selection by splitting out interface updates to a ...rowanbeentje2009-12-081-96/+125
* - Improve upon r1560 by removing a couple of race conditions triggered on en...rowanbeentje2009-11-221-13/+16
* - Relocate the table changed notification, allowing table info pane to updat...rowanbeentje2009-11-211-3/+9
* - Fix table list filter show/hide on database change by calling the toggle o...rowanbeentje2009-11-181-2/+2
* Change the placeholder value of a few search fields to simply 'Filter' to mak...stuconnolly2009-11-171-3/+1
* - Make some thread safety improvements to try to address Issue #460rowanbeentje2009-11-161-4/+4
* - Rewrite field mapping table selection logic - simplified logic, no longer ...rowanbeentje2009-11-111-4/+0
* - Fix an issue when switching databases - allow the table selection to be cl...rowanbeentje2009-11-101-0/+5
* Set keyboard shortcut for Delete button in alert dialogs to command D.avenjamin2009-11-091-3/+9
* Don't run the add new index sheet modally, thus blocking the main thread. Par...stuconnolly2009-11-091-1/+1
* - Support nested task levels to allow tasks to overlaprowanbeentje2009-11-081-6/+30
* - Alter query start/stop notifications to apply to only the originating wind...rowanbeentje2009-11-051-2/+2
* - Use threaded loads when switching view tabs for unloaded tablesrowanbeentje2009-11-041-1/+12
* - Add task support to all the main interface viewsrowanbeentje2009-11-041-215/+238
* - When performing threaded data loads, no longer disable the tables and inst...rowanbeentje2009-10-271-2/+16
* - Set up TableSource to respond to task notifications to prepare for threade...rowanbeentje2009-10-271-0/+6
* Don't run the add new database sheet modally, thus blocking the main thread. ...stuconnolly2009-10-261-1/+0
* Interface labeling.stuconnolly2009-10-211-1/+1
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-201-0/+36
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-3/+4
* When duplicating table, but not its contents strip out any occurrence of a pr...stuconnolly2009-10-021-1/+8
* When duplicating a table strip out the names of any occurrences of InnoDB for...stuconnolly2009-10-021-0/+7
* • first implementation of a Content Filter EditorBibiko2009-10-011-5/+5
* - When adding tables, use standard selection update methods rather than cust...rowanbeentje2009-09-281-30/+2
* • fixed issue if after displaying a sheet for renaming/duplicating/adding a...Bibiko2009-09-241-11/+47
* • fixed (hopefully) : While adding all procedures and functions do check fo...Bibiko2009-09-031-1/+3
* - Fix exception/hang when an error occurs when deleting a table or tablesrowanbeentje2009-09-031-20/+36
* • simplified and unified the issue to set the title of a tableWindowBibiko2009-09-021-13/+10
* • further improvements to restore a SP session from spf fileBibiko2009-08-231-6/+6
* - The add, rename and copy table sheets should not block the main thread (par...stuconnolly2009-08-181-463/+504
* Fix some MainMenu references by index.mltownsend2009-08-111-1/+1
* - Fix some small memory leaks when changing tablesrowanbeentje2009-08-041-0/+3
* • button tooltip for "Show / Hide Table Information" toggles according to i...Bibiko2009-08-021-0/+4
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-0/+3
* - Add an initial barebones version of the history controller, with a basic t...rowanbeentje2009-07-301-0/+2
* - Added Splitview delegate method to hide the drag handle on the Table Info p...avenjamin2009-07-291-0/+19
* - Fix "endSheet:returnCode: requires a non-nil sheet" log lines during importsrowanbeentje2009-07-281-0/+6
* - Clear selection if user is filtering table list with multiple tables selec...rowanbeentje2009-07-281-4/+7
* Improve TablesList significantly:rowanbeentje2009-07-281-365/+652
* - Tweak table information panel to show scrollbars if it's resized to a posi...rowanbeentje2009-07-261-0/+25
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-9/+7
* - When selecting tables - eg from a foreign key link - fall back to a case i...rowanbeentje2009-07-181-1/+10
* Add the ability to navigate between tables via foreign key relationships, add...rowanbeentje2009-07-181-0/+24
* • fix for completion in CustomQuery editorBibiko2009-07-141-0/+72
* Restore the position of the buttons on the remove table and truncate table co...stuconnolly2009-07-021-4/+16
* When displaying the add new table sheet use SPDatabaseData to get the availab...stuconnolly2009-07-011-6/+5
* - Make changes to the table structure flush the appropriate table data cachesrowanbeentje2009-06-241-0/+8
* • added separate Menu "Context Menu (Table List)" to DBView.xibBibiko2009-06-241-1/+55
* Implement some of the points suggested in issue #309:stuconnolly2009-06-241-14/+14
* • tried to unify the displaying of error messages (mainly converted them in...Bibiko2009-06-241-7/+13