aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a 'Keyboard Shortcuts' menu item to the 'Help' menu which opens the page ...stuconnolly2010-03-105-239/+62
* • auto-completionBibiko2010-03-101-0/+7
* Uppercase various menu items.stuconnolly2010-03-102-924/+109
* - Ensure endTask is called on the main thread, fixing various thread-safety ...rowanbeentje2010-03-101-0/+6
* - Fix the "Import" button for the "Do you really want to load a [large] SQL ...rowanbeentje2010-03-101-0/+1
* - If using an untitled connection (eg non-spf), default to saving queries to...rowanbeentje2010-03-101-0/+2
* Update FeedbackReporter framework:rowanbeentje2010-03-101-0/+0
* • forgot to shorten SP_ASLIST_ALL_FIELDS in CustomQuery as wellBibiko2010-03-091-1/+1
* • shortened SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE to SP_ASLIST_ALL_FIELD...Bibiko2010-03-092-53/+110
* • for auto-completion suppress the caret moving inside `foo`|Bibiko2010-03-091-1/+1
* • changed key shortcuts for Show Completion Lists to ⌥⌘1,2,3 since ^1,...Bibiko2010-03-091-64/+15
* Fix an exception in the user manager caused by sorting the users list by maki...stuconnolly2010-03-093-82/+147
* • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet listBibiko2010-03-097-78/+438
* • fixed bug in snippet list - now it inserts the chosen item correctly afte...Bibiko2010-03-093-28/+277
* • improved tooltip behaviour of SPNarrowDownCompletion's tableViewBibiko2010-03-096-2/+342
* • fixed some minor GUI issues for SPNarrowDownCompletion windowBibiko2010-03-093-9/+28
* - Update feedbackreporter framework to better cope with exception backtrace ...rowanbeentje2010-03-091-0/+0
* - Update MySQL client libraries to 5.1.44, incorporating all changes since p...rowanbeentje2010-03-094-10/+10
* • corrected function arg list for MATCHBibiko2010-03-081-1/+1
* • added possibility to define a snippet via ¦a¦b¦ – such a snippet wil...Bibiko2010-03-085-41/+106
* • Select Content Filter ^⌘FBibiko2010-03-082-3/+18
* • Favorite Query Editor Bibiko2010-03-084-32/+332
* Until we can find a better way of doing this and to prevent a conflict with t...stuconnolly2010-03-081-5/+7
* When cancelling a table sort operation remember to end the threaded task to e...stuconnolly2010-03-081-0/+1
* Tidy up the add/remove schema privileges buttons.stuconnolly2010-03-081-55/+50
* Fix user manager splitview maximum and minimum sizes.stuconnolly2010-03-083-17/+33
* Various user manager improvements including a new outline view contextual menu.stuconnolly2010-03-084-149/+285
* Remove semi-colons from user manager queries as they're not needed.stuconnolly2010-03-081-5/+5
* Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ...stuconnolly2010-03-086-50/+168
* • auto-completionBibiko2010-03-081-1/+1
* • outsourced keyword completion and function completion lists to Completion...Bibiko2010-03-0812-1030/+1367
* Rework MCPConnection for greater thread safety:rowanbeentje2010-03-082-61/+87
* - Move history popup construction to the main thread, fixing crashes probabl...rowanbeentje2010-03-082-2/+12
* - Fix an exception when table source edit errors occur and the user requests...rowanbeentje2010-03-071-1/+1
* - Fix exception on duplication of table source rows that haven't been saved ...rowanbeentje2010-03-072-4/+8
* - When editing favourites from the connection screen, fix an exception when ...rowanbeentje2010-03-071-1/+1
* • function completionBibiko2010-03-071-2/+7
* - Add a check for valid columns - this addresses http://log.sequelpro.com/vi...rowanbeentje2010-03-071-0/+1
* • added to CustomQuery's CMTextView the option to set auto-completion on/of...Bibiko2010-03-0710-50/+556
* Add a hidden preference to display or hide the MySQL server version in the wi...stuconnolly2010-03-074-2/+6
* • set CMTextView temporarily to editable:YES if the tab stops width is chan...Bibiko2010-03-061-0/+6
* • CSV Import Field MapperBibiko2010-03-063-14/+117
* Fix warning introduced in r1850 by making SPAppController conform to the Feeb...stuconnolly2010-03-062-2/+3
* • CSV Import Field MapperBibiko2010-03-067-64/+304
* Improve Feedback reporter privacy and functionality:rowanbeentje2010-03-0621-37/+49
* • CSV Import Field MapperBibiko2010-03-052-1/+34
* • CSV Import Field MapperBibiko2010-03-052-50/+71
* • CSV Import Field MapperBibiko2010-03-057-910/+1221
* • CSV Import Field MapperBibiko2010-03-043-33/+152
* - Fix an exception/crash when content edit errors occur and the user request...rowanbeentje2010-03-031-2/+2