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