| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ... | stuconnolly | 2010-03-08 | 1 | -41/+41 |
* | • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha... | Bibiko | 2010-02-26 | 1 | -0/+17 |
* | • Query Favorites: | Bibiko | 2010-02-25 | 1 | -0/+34 |
* | • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v... | Bibiko | 2010-02-23 | 1 | -0/+3 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 1 | -4/+5 |
* | - Save and restore content table sorting, filter criteria, scroll position a... | rowanbeentje | 2010-02-09 | 1 | -0/+3 |
* | • fixed endless loop if user selects a table whose name contains chars whic... | Bibiko | 2010-02-05 | 1 | -1/+4 |
* | - Rework SPSQLParser, extending DELIMITER support into all the original func... | rowanbeentje | 2010-02-05 | 1 | -0/+1 |
* | * renaming a table/view/proc/func now doesn't open a sheet anymore | jakob | 2010-01-28 | 1 | -117/+113 |
* | * Fixed #484 (renaming tables where only the case changed) | jakob | 2010-01-28 | 1 | -214/+184 |
* | Improve Disconnection on connection loss: | rowanbeentje | 2010-01-24 | 1 | -1/+2 |
* | • added call to update the completion list to neuralgic places | Bibiko | 2010-01-21 | 1 | -1/+25 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -17/+14 |
* | • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper... | Bibiko | 2010-01-13 | 1 | -3/+20 |
* | • applied new detachNewThreadSelector:@selector(queryDbStructure) call to ... | Bibiko | 2010-01-12 | 1 | -1/+1 |
* | • further developments for the F5 completion | Bibiko | 2010-01-11 | 1 | -0/+5 |
* | • further preparations to F5 completion | Bibiko | 2010-01-11 | 1 | -1/+9 |
* | • fixed showing the table list's search bar view by setting its initial spl... | Bibiko | 2010-01-11 | 1 | -1/+3 |
* | • first preparations to improve the Custom Query database names/table names... | Bibiko | 2010-01-10 | 1 | -1/+4 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -100/+100 |
* | • avoid querying the server for `information_schema` table for MySQL versio... | Bibiko | 2010-01-06 | 1 | -27/+28 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -16/+11 |
* | - Work through static analysis of the source, fixing a number of small memor... | rowanbeentje | 2009-12-14 | 1 | -9/+3 |
* | - Improve TablesList item selection by splitting out interface updates to a ... | rowanbeentje | 2009-12-08 | 1 | -96/+125 |
* | - Improve upon r1560 by removing a couple of race conditions triggered on en... | rowanbeentje | 2009-11-22 | 1 | -13/+16 |
* | - Relocate the table changed notification, allowing table info pane to updat... | rowanbeentje | 2009-11-21 | 1 | -3/+9 |
* | - Fix table list filter show/hide on database change by calling the toggle o... | rowanbeentje | 2009-11-18 | 1 | -2/+2 |
* | Change the placeholder value of a few search fields to simply 'Filter' to mak... | stuconnolly | 2009-11-17 | 1 | -3/+1 |
* | - Make some thread safety improvements to try to address Issue #460 | rowanbeentje | 2009-11-16 | 1 | -4/+4 |
* | - Rewrite field mapping table selection logic - simplified logic, no longer ... | rowanbeentje | 2009-11-11 | 1 | -4/+0 |
* | - Fix an issue when switching databases - allow the table selection to be cl... | rowanbeentje | 2009-11-10 | 1 | -0/+5 |
* | Set keyboard shortcut for Delete button in alert dialogs to command D. | avenjamin | 2009-11-09 | 1 | -3/+9 |
* | Don't run the add new index sheet modally, thus blocking the main thread. Par... | stuconnolly | 2009-11-09 | 1 | -1/+1 |
* | - Support nested task levels to allow tasks to overlap | rowanbeentje | 2009-11-08 | 1 | -6/+30 |
* | - Alter query start/stop notifications to apply to only the originating wind... | rowanbeentje | 2009-11-05 | 1 | -2/+2 |
* | - Use threaded loads when switching view tabs for unloaded tables | rowanbeentje | 2009-11-04 | 1 | -1/+12 |
* | - Add task support to all the main interface views | rowanbeentje | 2009-11-04 | 1 | -215/+238 |
* | - When performing threaded data loads, no longer disable the tables and inst... | rowanbeentje | 2009-10-27 | 1 | -2/+16 |
* | - Set up TableSource to respond to task notifications to prepare for threade... | rowanbeentje | 2009-10-27 | 1 | -0/+6 |
* | Don't run the add new database sheet modally, thus blocking the main thread. ... | stuconnolly | 2009-10-26 | 1 | -1/+0 |
* | Interface labeling. | stuconnolly | 2009-10-21 | 1 | -1/+1 |
* | Initial work on threaded task, with an implementation of Table Content view d... | rowanbeentje | 2009-10-20 | 1 | -0/+36 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -3/+4 |
* | When duplicating table, but not its contents strip out any occurrence of a pr... | stuconnolly | 2009-10-02 | 1 | -1/+8 |
* | When duplicating a table strip out the names of any occurrences of InnoDB for... | stuconnolly | 2009-10-02 | 1 | -0/+7 |
* | • first implementation of a Content Filter Editor | Bibiko | 2009-10-01 | 1 | -5/+5 |
* | - When adding tables, use standard selection update methods rather than cust... | rowanbeentje | 2009-09-28 | 1 | -30/+2 |
* | • fixed issue if after displaying a sheet for renaming/duplicating/adding a... | Bibiko | 2009-09-24 | 1 | -11/+47 |
* | • fixed (hopefully) : While adding all procedures and functions do check fo... | Bibiko | 2009-09-03 | 1 | -1/+3 |
* | - Fix exception/hang when an error occurs when deleting a table or tables | rowanbeentje | 2009-09-03 | 1 | -20/+36 |