aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.m
Commit message (Expand)AuthorAgeFilesLines
* • 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
* - 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