| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | • fixed keyboard behaviour of "Create Sytax Sheet" | Bibiko | 2010-02-20 | 1 | -0/+3 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 1 | -1/+1 |
* | Complete the implementation of the management of table triggers (accessible v... | stuconnolly | 2010-02-06 | 1 | -0/+1 |
* | First stab at Schema Privileges. A UI redesign is on its way. Please test o... | mltownsend | 2010-02-02 | 1 | -1/+1 |
* | • Added basic print support for each CMTextView | Bibiko | 2010-02-01 | 1 | -1/+6 |
* | Added preliminary support for triggers. You can access the tab via the | bamse16 | 2010-01-31 | 1 | -0/+24 |
* | • CMTextView's colours are set via observer, live changed in editable textv... | Bibiko | 2010-01-30 | 1 | -3/+5 |
* | - Ensure the main toolbar items aren't selectable during a task to prevent o... | rowanbeentje | 2010-01-26 | 1 | -0/+1 |
* | Improve Disconnection on connection loss: | rowanbeentje | 2010-01-24 | 1 | -14/+19 |
* | • added call to update the completion list to neuralgic places | Bibiko | 2010-01-21 | 1 | -0/+8 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -8/+8 |
* | • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper... | Bibiko | 2010-01-13 | 1 | -1/+8 |
* | - Move the query for the database structure to a background processing threa... | rowanbeentje | 2010-01-12 | 1 | -1/+1 |
* | - Testing found that r1653 fixed the warnings but for some reason disabled t... | rowanbeentje | 2010-01-11 | 1 | -0/+1 |
* | • further developments for the F5 completion | Bibiko | 2010-01-11 | 1 | -1/+1 |
* | • further preparations to F5 completion | Bibiko | 2010-01-11 | 1 | -5/+15 |
* | • first preparations to improve the Custom Query database names/table names... | Bibiko | 2010-01-10 | 1 | -0/+2 |
* | removed: | Bibiko | 2010-01-09 | 1 | -1/+0 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -30/+30 |
* | • fixed: do not disable User Account if no table is selected | Bibiko | 2010-01-06 | 1 | -2/+9 |
* | - Remove two unused variables | rowanbeentje | 2010-01-03 | 1 | -3/+0 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -23/+16 |
* | In the database drop down, visually separate 'system' databases (i.e. mysql a... | stuconnolly | 2009-12-23 | 1 | -13/+32 |
* | Remove old redundant code that was left over form when the server variables s... | stuconnolly | 2009-12-14 | 1 | -40/+1 |
* | - Work through static analysis of the source, fixing a number of small memor... | rowanbeentje | 2009-12-14 | 1 | -3/+5 |
* | Replace the main toolbar's #define'd identifier constants with extern's. This... | stuconnolly | 2009-12-12 | 1 | -51/+50 |
* | - Fix saving of custom SSH ports when the MySQL server is on a standard port... | rowanbeentje | 2009-12-10 | 1 | -1/+1 |
* | - Add document images for .spf and .sql files | rowanbeentje | 2009-12-09 | 1 | -1/+1 |
* | - To improve the favourites/SPF split, hide the document icon and name for u... | rowanbeentje | 2009-12-05 | 1 | -5/+14 |
* | • fixed issue for "Update Help while typing" to suppress opening the MySQL ... | Bibiko | 2009-12-03 | 1 | -1/+1 |
* | - Ensure the task cancellation button is hidden by default, until tasks whic... | rowanbeentje | 2009-11-29 | 1 | -0/+1 |
* | • fixed bug while reading "ssh_port" and "port" from SPF file | Bibiko | 2009-11-26 | 1 | -2/+2 |
* | - Replace the LIMIT interface on the content view with a pagination control ... | rowanbeentje | 2009-11-23 | 1 | -3/+3 |
* | During a session restore, before bailing because there is no matching table b... | stuconnolly | 2009-11-22 | 1 | -0/+1 |