aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.m
Commit message (Expand)AuthorAgeFilesLines
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-2433/+0
* Initial implementation of tabs:rowanbeentje2010-05-231-28/+28
* - Fix an issue when truncating tables using the right-click menu, by improvi...rowanbeentje2010-05-221-15/+19
* Rework alert sheets:rowanbeentje2010-05-091-9/+8
* Review trigger fetching and storage:rowanbeentje2010-05-011-23/+30
* Merge in minor fixes from 0.9.8 RC merge review:rowanbeentje2010-04-241-0/+2
* Ensure that table change selection notifications are posted to the main thread.stuconnolly2010-04-221-1/+1
* changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE"jakob2010-04-221-20/+20
* - Add a new couldCommitCurrentViewActions method to TableDocument, and stand...rowanbeentje2010-04-181-6/+2
* Add a 'Show Create Syntax...' menu item to the tables list context menu and '...stuconnolly2010-04-111-21/+50
* • improved querying db structure handlingBibiko2010-04-071-1/+6
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-0/+1
* When adding a new table with a CSV storage engine, the initial field cannot b...stuconnolly2010-03-301-11/+26
* changed the invoking point of db structure query at the very end of updateTab...Bibiko2010-03-261-3/+5
* • navigatorBibiko2010-03-261-5/+5
* • 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