| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -0/+11 |
* | • auto-completion | Bibiko | 2010-03-10 | 1 | -0/+7 |
* | - 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 |
* | • 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 | 1 | -1/+1 |
* | • for auto-completion suppress the caret moving inside `foo`| | Bibiko | 2010-03-09 | 1 | -1/+1 |
* | Fix an exception in the user manager caused by sorting the users list by maki... | stuconnolly | 2010-03-09 | 2 | -59/+125 |
* | • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet list | Bibiko | 2010-03-09 | 5 | -56/+190 |
* | • fixed bug in snippet list - now it inserts the chosen item correctly afte... | Bibiko | 2010-03-09 | 2 | -25/+78 |
* | • improved tooltip behaviour of SPNarrowDownCompletion's tableView | Bibiko | 2010-03-09 | 5 | -0/+81 |
* | • fixed some minor GUI issues for SPNarrowDownCompletion window | Bibiko | 2010-03-09 | 3 | -9/+28 |
* | • added possibility to define a snippet via ¦a¦b¦ – such a snippet wil... | Bibiko | 2010-03-08 | 2 | -4/+43 |
* | • Select Content Filter ^⌘F | Bibiko | 2010-03-08 | 2 | -3/+18 |
* | • Favorite Query Editor | Bibiko | 2010-03-08 | 2 | -0/+10 |
* | When cancelling a table sort operation remember to end the threaded task to e... | stuconnolly | 2010-03-08 | 1 | -0/+1 |
* | Fix user manager splitview maximum and minimum sizes. | stuconnolly | 2010-03-08 | 2 | -3/+10 |
* | Various user manager improvements including a new outline view contextual menu. | stuconnolly | 2010-03-08 | 3 | -15/+14 |
* | 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 | 5 | -41/+68 |
* | • auto-completion | Bibiko | 2010-03-08 | 1 | -1/+1 |
* | • outsourced keyword completion and function completion lists to Completion... | Bibiko | 2010-03-08 | 8 | -1025/+161 |
* | - 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 | 7 | -20/+75 |
* | Add a hidden preference to display or hide the MySQL server version in the wi... | stuconnolly | 2010-03-07 | 3 | -2/+4 |
* | • set CMTextView temporarily to editable:YES if the tab stops width is chan... | Bibiko | 2010-03-06 | 1 | -0/+6 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-06 | 2 | -7/+40 |
* | Fix warning introduced in r1850 by making SPAppController conform to the Feeb... | stuconnolly | 2010-03-06 | 2 | -2/+3 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-06 | 5 | -38/+63 |
* | Improve Feedback reporter privacy and functionality: | rowanbeentje | 2010-03-06 | 2 | -0/+29 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-05 | 2 | -1/+34 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-05 | 1 | -6/+15 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-05 | 6 | -76/+236 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-04 | 3 | -33/+152 |
* | - Fix an exception/crash when content edit errors occur and the user request... | rowanbeentje | 2010-03-03 | 1 | -2/+2 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-03 | 4 | -3/+46 |
* | Localise SPExtendedTableInfo.m and remove use of multiple comments for locali... | stuconnolly | 2010-03-03 | 3 | -32/+33 |
* | - Addition and enabling of crash reporting and exception reporting, submitti... | rowanbeentje | 2010-03-03 | 1 | -0/+9 |
* | • CSV Field Mapper | Bibiko | 2010-03-02 | 3 | -13/+28 |
* | In the extended table information view, hide rather than disable the 'reset a... | stuconnolly | 2010-03-01 | 1 | -2/+2 |
* | • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha... | Bibiko | 2010-02-26 | 4 | -89/+301 |
* | • Query Favorites: | Bibiko | 2010-02-25 | 6 | -17/+146 |
* | • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v... | Bibiko | 2010-02-23 | 8 | -11/+71 |