aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | * Moves the background color code for SPTextView into the class. Fixes #1073dmoagx2012-03-164-37/+6
* | | | | | | | | | | | | Display a dialog whenever the user attempts to change the storage engine of a...stuconnolly2012-03-111-46/+118
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | - Fix a retain cycle in SPNarrowDownCompletion popups while the structure is...rowanbeentje2012-03-041-0/+7
* | | | | | | | | | | | * Fixes a crash on 10.6 when closing a connection (Overrelease of MCPConnection)dmoagx2012-03-041-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-0825-99/+98
* | | | | | | | | | | Fix minor copying and saving console view content issues.stuconnolly2012-01-292-16/+23
* | | | | | | | | | | - Make SPConnectionController a NSConnectionView subclass so that retain cyc...rowanbeentje2012-01-212-4/+1
* | | | | | | | | | | When editing a FLOAT field in the field editor, don't include the decimal pla...stuconnolly2012-01-161-27/+64
* | | | | | | | | | | - Fix connection Growl notifications for background tabs to show the correct...rowanbeentje2012-01-151-1/+8
* | | | | | | | | | | When exporting a query result as CSV ensure that we're allowing the exporter ...stuconnolly2012-01-143-162/+204
* | | | | | | | | | | Protect against dodgy preference data that may case bounds exceptions when se...stuconnolly2012-01-113-5/+7
* | | | | | | | | | | 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