aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* • 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
* • CSV Import Field MapperBibiko2010-03-035-72/+188
* Localise SPExtendedTableInfo.m and remove use of multiple comments for locali...stuconnolly2010-03-034-32/+33
* - Addition and enabling of crash reporting and exception reporting, submitti...rowanbeentje2010-03-0317-2/+141
* • CSV Field MapperBibiko2010-03-023-13/+28
* In the extended table information view, hide rather than disable the 'reset a...stuconnolly2010-03-011-2/+2
* • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha...Bibiko2010-02-265-123/+389
* • Query Favorites:Bibiko2010-02-257-144/+1007
* • fixed GUI resize behaviour of the auto_inc value input fieldBibiko2010-02-231-1/+1