aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Improve index addition, especially where key sizes are required:rowanbeentje2012-01-111-3/+28
* - Roll back r3453 to avoid future license issuesrowanbeentje2012-01-101-3/+3
* Fix the indexes view not restoring the use vertical table view gridlines pref...stuconnolly2012-01-091-0/+1
* - Expicitly cast parameters before passing into NSString formatters assuming...rowanbeentje2012-01-094-6/+6
* • removed for syntax hiliting "ensureLayoutForCharacterRange" since it can ...Bibiko2012-01-081-4/+0
* - Add a new CSV import field escape setting, as a new default, supporting bo...rowanbeentje2012-01-063-3/+30
* • removed setting of textColor after syntax hilitingBibiko2012-01-051-11/+0
* • removed blocking of SPTextView textStorage while syntax hiliting Bibiko2012-01-051-2/+2
* • fixed issue for line numbering view if associated textView is scrolled fr...Bibiko2012-01-053-20/+39
* • sped up the line number drawing; now it's 5 times fasterBibiko2012-01-052-20/+30
* - Fix compilation errors reported by pornelski in Issue #1253rowanbeentje2012-01-041-3/+3
* - Fix addition of new passwords for favourites edited via the Preferences in...rowanbeentje2011-10-201-4/+14
* - Fix two incorrect initialisations; thanks to sqlprodev for spotting theserowanbeentje2011-10-202-2/+2
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-176-89/+62
* - Improve the favourites editing process to edit keychain items, rather than...rowanbeentje2011-10-163-22/+84
* When building a string of all console messages, use a copy of the visible mes...stuconnolly2011-10-161-2/+8
* Update donate URL.stuconnolly2011-10-091-1/+1
* For some reason table creation on MySQL 4.0 servers doesn't like the engine/t...stuconnolly2011-10-094-33/+44
* * Move key of a hidden pref to the same place as the othersdmoagx2011-10-092-2/+2
* Add a hidden preference for specifying the long running query notification ti...stuconnolly2011-10-084-8/+10
* Ensure the that table constraints are cleared in [SPTableData informationForT...stuconnolly2011-10-082-33/+34
* - Rework table data saving to ensure that cells that should be edited via th...rowanbeentje2011-10-056-324/+307
* - Update database encoding routines to cache the database encoding, preventi...rowanbeentje2011-09-292-6/+25
* Set the previously used export filename and path when the export dialog is op...stuconnolly2011-09-291-23/+43
* Fix test.stuconnolly2011-09-261-2/+2
* - Fix editing of binary string values, a regression in r3428; addresses log ...rowanbeentje2011-09-222-0/+6
* Rework linebreak handling in content and custom query result views, as trigge...rowanbeentje2011-09-215-37/+141
* * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated .strings...dmoagx2011-09-152-0/+22
* Improve custom query result export menu item validation to prevent triggering...stuconnolly2011-09-131-1/+1
* - Speculative fix for Issue #1154 (problems using some field separators duri...rowanbeentje2011-09-121-0/+3
* - Add the ability to view hidden files in SSH/SSL key selection dialogs; thi...rowanbeentje2011-09-106-24/+57
* - Make add relation error detail intro localisablerowanbeentje2011-09-091-1/+7
* - Require there to be at least 50 rows to be in the table before using the "...rowanbeentje2011-09-071-1/+1
* Rework relation addition and name lookups following testing and research:rowanbeentje2011-09-073-96/+56
* Replace use of string literals with constants in SPTableRelations.mstuconnolly2011-09-041-15/+22
* Fix for issue 1168. Whenever the database is changed load all of the currentl...stuconnolly2011-09-045-87/+160
* Tidy up console/query controller.stuconnolly2011-09-0315-620/+855
* * Fixes some localization spacing issues reported by Frédéric Latourdmoagx2011-09-022-2/+2
* - Attempt to detect SSH master use correctly, to improve Issue #1095rowanbeentje2011-09-011-1/+3
* - Reorder window instantiation process to ensure window has had its size set...rowanbeentje2011-08-312-2/+3
* - Clean up undo manager handlingrowanbeentje2011-08-316-1/+37
* - Cancel and clear autocomplete if a keyboard combo is being run - this fixe...rowanbeentje2011-08-301-0/+3
* - Move table creation to a threaded task, avoiding race conditions caused by...rowanbeentje2011-08-291-4/+16
* - Disable and re-enable table view double click actions when opening and clo...rowanbeentje2011-08-281-0/+38
* Tidy up.stuconnolly2011-08-273-0/+10
* - Fix issues undoing past an autocompletion type-through, addressing excepti...rowanbeentje2011-08-261-0/+2
* * Fixes some strings that were not really localizable the way they were const...dmoagx2011-08-261-11/+21
* - If the field mapper was cancelled, abort the CSV import at once to avoid c...rowanbeentje2011-08-252-5/+17
* - Prevent export and indexes controller awakeFromNib: routines from being ru...rowanbeentje2011-08-255-2/+28
* * Fixes sorting of integer values in server process list (issue #1159)dmoagx2011-08-241-1/+22