aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
* • fixed several issue for completion listsBibiko2010-03-291-0/+10
* Add the ability to sort the connection favorites table view in the preference...stuconnolly2010-03-271-0/+6
* - When switching tables, correctly catch disconnections and suppress error d...rowanbeentje2010-03-271-8/+0
* • navigatorBibiko2010-03-261-6/+3
* • Navigator and completion listBibiko2010-03-261-1/+7
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-261-10/+20
* Bunch of improvements to the server process list viewer, including:stuconnolly2010-03-251-1/+1
* Add support for selecting the triggers view as the default in the general pre...stuconnolly2010-03-251-12/+20
* • changed behaviour of ^⌥⌘F "Filter Table" or "Change Focus to Table L...Bibiko2010-03-251-2/+8
* • NavigatorBibiko2010-03-251-11/+1
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-15/+15
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-17/+18
* - Add a new selectDatabase:item: method to TableDocument, to centralise code...rowanbeentje2010-03-241-47/+97
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-231-0/+16
* Before opening the user manager check that the current user has access to the...stuconnolly2010-03-231-0/+18
* • NavigatorBibiko2010-03-231-3/+4
* - Simplify table source table setup and make thread safe. This should addre...rowanbeentje2010-03-221-3/+4
* • NavigatorBibiko2010-03-211-0/+30
* • NavigatorBibiko2010-03-211-0/+3
* Fix memory leak upon connection window close.stuconnolly2010-03-201-0/+1
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-191-1/+49
* • further progress for navigatorBibiko2010-03-181-1/+1
* • some progress of the navigator approach (not yet active - hidden main men...Bibiko2010-03-181-3/+18
* - Fix a couple of calls which crashed if the window had already been closed,...rowanbeentje2010-03-181-0/+1
* • initial commit to support a connection/schema navigator (not yet active ...Bibiko2010-03-171-0/+34
* Fix a couple more potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* Fix some potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-2/+10
* Peform the addition and removal of table indexes on a background thread with ...stuconnolly2010-03-141-1/+0
* • fixed printDocument validation if Custom Query is activeBibiko2010-03-131-5/+5
* Perform HTML generation for printing on a background thread, displaying the u...stuconnolly2010-03-131-2/+2
* - Add toolbar item for Triggers interfaceavenjamin2010-03-131-0/+13
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-10/+0
* tiny improvement for printDocument: menu item validationBibiko2010-03-131-2/+7
* Lots more printing support enhancements, including:stuconnolly2010-03-131-3/+1
* Various printing support enhancements, including:stuconnolly2010-03-121-164/+4
* Include the current table name in printing support. Fixes issue #501.stuconnolly2010-03-101-27/+34
* - Ensure endTask is called on the main thread, fixing various thread-safety ...rowanbeentje2010-03-101-0/+6
* • improved tooltip behaviour of SPNarrowDownCompletion's tableViewBibiko2010-03-091-0/+13
* • Select Content Filter ^⌘FBibiko2010-03-081-1/+1
* Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ...stuconnolly2010-03-081-0/+15
* Add a hidden preference to display or hide the MySQL server version in the wi...stuconnolly2010-03-071-2/+2
* • CSV Import Field MapperBibiko2010-03-051-17/+16
* • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha...Bibiko2010-02-261-88/+281
* • Query Favorites:Bibiko2010-02-251-17/+91
* • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v...Bibiko2010-02-231-0/+7
* Fix Issue #574 (foreign key links not working after first use):rowanbeentje2010-02-231-3/+3
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta...Bibiko2010-02-221-2/+5
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in St...Bibiko2010-02-221-1/+2
* • initial work to give the chance to reset the table's AUTO_INCREMENT valueBibiko2010-02-221-0/+21