| Commit message (Expand) | Author | Age | Files | Lines |
* | • fixed printing of Extended Table Info if Create Table Syntax view has focus | Bibiko | 2010-03-13 | 3 | -35/+54 |
* | Lots more printing support enhancements, including: | stuconnolly | 2010-03-13 | 11 | -97/+353 |
* | • fixed completion strings for DELIMITER | Bibiko | 2010-03-12 | 1 | -2/+4 |
* | Rework the running of custom queries, improving thread safety by splitting ou... | rowanbeentje | 2010-03-12 | 2 | -114/+149 |
* | Various printing support enhancements, including: | stuconnolly | 2010-03-12 | 14 | -238/+488 |
* | • append () after completion of a stored procedure | Bibiko | 2010-03-11 | 1 | -2/+2 |
* | - Improve SPTextAndLinkCell by not following links when the starting click w... | rowanbeentje | 2010-03-11 | 1 | -0/+3 |
* | - Use a modified connection timeout for the keepalive ping timeout, topping ... | rowanbeentje | 2010-03-11 | 1 | -5/+13 |
* | Include the current table name in printing support. Fixes issue #501. | stuconnolly | 2010-03-10 | 2 | -87/+104 |
* | Fix the enabling/disabling of the 'Table' menu items as a result of adding th... | stuconnolly | 2010-03-10 | 1 | -50/+52 |
* | Add a 'Keyboard Shortcuts' menu item to the 'Help' menu which opens the page ... | stuconnolly | 2010-03-10 | 5 | -239/+62 |
* | • auto-completion | Bibiko | 2010-03-10 | 1 | -0/+7 |
* | Uppercase various menu items. | stuconnolly | 2010-03-10 | 2 | -924/+109 |
* | - Ensure endTask is called on the main thread, fixing various thread-safety ... | rowanbeentje | 2010-03-10 | 1 | -0/+6 |
* | - Fix the "Import" button for the "Do you really want to load a [large] SQL ... | rowanbeentje | 2010-03-10 | 1 | -0/+1 |
* | - If using an untitled connection (eg non-spf), default to saving queries to... | rowanbeentje | 2010-03-10 | 1 | -0/+2 |
* | Update FeedbackReporter framework: | rowanbeentje | 2010-03-10 | 1 | -0/+0 |
* | • forgot to shorten SP_ASLIST_ALL_FIELDS in CustomQuery as well | Bibiko | 2010-03-09 | 1 | -1/+1 |
* | • shortened SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE to SP_ASLIST_ALL_FIELD... | Bibiko | 2010-03-09 | 2 | -53/+110 |
* | • for auto-completion suppress the caret moving inside `foo`| | Bibiko | 2010-03-09 | 1 | -1/+1 |
* | • changed key shortcuts for Show Completion Lists to ⌥⌘1,2,3 since ^1,... | Bibiko | 2010-03-09 | 1 | -64/+15 |
* | Fix an exception in the user manager caused by sorting the users list by maki... | stuconnolly | 2010-03-09 | 3 | -82/+147 |
* | • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet list | Bibiko | 2010-03-09 | 7 | -78/+438 |
* | • fixed bug in snippet list - now it inserts the chosen item correctly afte... | Bibiko | 2010-03-09 | 3 | -28/+277 |
* | • improved tooltip behaviour of SPNarrowDownCompletion's tableView | Bibiko | 2010-03-09 | 6 | -2/+342 |
* | • fixed some minor GUI issues for SPNarrowDownCompletion window | Bibiko | 2010-03-09 | 3 | -9/+28 |
* | - Update feedbackreporter framework to better cope with exception backtrace ... | rowanbeentje | 2010-03-09 | 1 | -0/+0 |
* | - Update MySQL client libraries to 5.1.44, incorporating all changes since p... | rowanbeentje | 2010-03-09 | 4 | -10/+10 |
* | • corrected function arg list for MATCH | Bibiko | 2010-03-08 | 1 | -1/+1 |
* | • added possibility to define a snippet via ¦a¦b¦ – such a snippet wil... | Bibiko | 2010-03-08 | 5 | -41/+106 |
* | • Select Content Filter ^⌘F | Bibiko | 2010-03-08 | 2 | -3/+18 |
* | • Favorite Query Editor | Bibiko | 2010-03-08 | 4 | -32/+332 |
* | Until we can find a better way of doing this and to prevent a conflict with t... | stuconnolly | 2010-03-08 | 1 | -5/+7 |
* | When cancelling a table sort operation remember to end the threaded task to e... | stuconnolly | 2010-03-08 | 1 | -0/+1 |
* | Tidy up the add/remove schema privileges buttons. | stuconnolly | 2010-03-08 | 1 | -55/+50 |
* | Fix user manager splitview maximum and minimum sizes. | stuconnolly | 2010-03-08 | 3 | -17/+33 |
* | Various user manager improvements including a new outline view contextual menu. | stuconnolly | 2010-03-08 | 4 | -149/+285 |
* | Remove semi-colons from user manager queries as they're not needed. | stuconnolly | 2010-03-08 | 1 | -5/+5 |
* | Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ... | stuconnolly | 2010-03-08 | 6 | -50/+168 |
* | • auto-completion | Bibiko | 2010-03-08 | 1 | -1/+1 |
* | • outsourced keyword completion and function completion lists to Completion... | Bibiko | 2010-03-08 | 12 | -1030/+1367 |
* | Rework MCPConnection for greater thread safety: | rowanbeentje | 2010-03-08 | 2 | -61/+87 |
* | - Move history popup construction to the main thread, fixing crashes probabl... | rowanbeentje | 2010-03-08 | 2 | -2/+12 |
* | - Fix an exception when table source edit errors occur and the user requests... | rowanbeentje | 2010-03-07 | 1 | -1/+1 |
* | - Fix exception on duplication of table source rows that haven't been saved ... | rowanbeentje | 2010-03-07 | 2 | -4/+8 |
* | - When editing favourites from the connection screen, fix an exception when ... | rowanbeentje | 2010-03-07 | 1 | -1/+1 |
* | • function completion | Bibiko | 2010-03-07 | 1 | -2/+7 |
* | - Add a check for valid columns - this addresses http://log.sequelpro.com/vi... | rowanbeentje | 2010-03-07 | 1 | -0/+1 |
* | • added to CustomQuery's CMTextView the option to set auto-completion on/of... | Bibiko | 2010-03-07 | 10 | -50/+556 |
* | Add a hidden preference to display or hide the MySQL server version in the wi... | stuconnolly | 2010-03-07 | 4 | -2/+6 |