aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.m
Commit message (Expand)AuthorAgeFilesLines
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-261-5/+5
* • changed behaviour of ^⌥⌘F "Filter Table" or "Change Focus to Table L...Bibiko2010-03-251-1/+9
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-12/+12
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-109/+109
* - Add a new selectDatabase:item: method to TableDocument, to centralise code...rowanbeentje2010-03-241-9/+12
* • TablesListBibiko2010-03-231-1/+2
* • NavigatorBibiko2010-03-211-0/+15
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-4/+4
* Fix a couple more potential issues found during static analysis.stuconnolly2010-03-151-3/+4
* Fix some potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* Fix the enabling/disabling of the 'Table' menu items as a result of adding th...stuconnolly2010-03-101-50/+52
* • improved tooltip behaviour of SPNarrowDownCompletion's tableViewBibiko2010-03-091-0/+8
* Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ...stuconnolly2010-03-081-41/+41
* • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha...Bibiko2010-02-261-0/+17
* • Query Favorites:Bibiko2010-02-251-0/+34
* • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v...Bibiko2010-02-231-0/+3
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-4/+5
* - Save and restore content table sorting, filter criteria, scroll position a...rowanbeentje2010-02-091-0/+3
* • fixed endless loop if user selects a table whose name contains chars whic...Bibiko2010-02-051-1/+4
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-051-0/+1
* * renaming a table/view/proc/func now doesn't open a sheet anymorejakob2010-01-281-117/+113
* * Fixed #484 (renaming tables where only the case changed)jakob2010-01-281-214/+184
* Improve Disconnection on connection loss:rowanbeentje2010-01-241-1/+2
* • added call to update the completion list to neuralgic placesBibiko2010-01-211-1/+25
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-17/+14
* • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper...Bibiko2010-01-131-3/+20
* • applied new detachNewThreadSelector:@selector(queryDbStructure) call to ...Bibiko2010-01-121-1/+1
* • further developments for the F5 completionBibiko2010-01-111-0/+5
* • further preparations to F5 completionBibiko2010-01-111-1/+9
* • fixed showing the table list's search bar view by setting its initial spl...Bibiko2010-01-111-1/+3
* • first preparations to improve the Custom Query database names/table names...Bibiko2010-01-101-1/+4
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-100/+100
* • avoid querying the server for `information_schema` table for MySQL versio...Bibiko2010-01-061-27/+28
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-16/+11
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-9/+3
* - 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