aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Adjust keywords list to fix auto capitalisation of "ON". avenjamin2013-03-111-1/+1
* * When adding a database the servers default charset is now showndmoagx2013-03-112-3/+10
* - Allow Favorites import to read favorites from an old preferences .plist fi...rowanbeentje2013-03-111-2/+10
* - Alter the preferences favourite minimum version to avoid issues with previ...rowanbeentje2013-03-101-7/+13
* Restore tab bar label when cancelling a connection. avenjamin2013-03-101-1/+2
* * Add support for querying the server default charset and collationdmoagx2013-03-104-34/+76
* - If the Custom Query editor view is active on window open, correctly set th...rowanbeentje2013-03-101-3/+6
* - Fix release builds after r4041rowanbeentje2013-03-101-0/+1
* Tweak and improve the User Manager:rowanbeentje2013-03-097-73/+236
* * Add support for querying MySQL 4 for collationsdmoagx2013-03-073-0/+60
* - Fix crashes in the User Manager when fields don't validate but a save/canc...rowanbeentje2013-03-072-1/+14
* - Alter the content filter manager and the query favourite manager to import...rowanbeentje2013-03-062-22/+52
* - If date-type fields are cleared, and allow NULLs, save the cell value as N...rowanbeentje2013-03-062-3/+3
* - Fix an error parsing SQL inside an unterminated delimiter statement causin...rowanbeentje2013-03-051-1/+1
* - Apply schlabberdog's fix for log #3969, addressing Issue #1647rowanbeentje2013-03-051-0/+5
* - End editing for deleting content filter or query favourites, addressing ex...rowanbeentje2013-03-052-0/+8
* - Add support for export path tokens containing non-alphanumeric characters,...rowanbeentje2013-03-042-14/+68
* - Detect deleted or non-writable folders for export targets and give appropr...rowanbeentje2013-03-031-4/+34
* - Alter the database creation sheet to correctly use the selected new databa...rowanbeentje2013-03-022-39/+16
* - Fix handling of primary keys listing multiple fields of which an early fie...rowanbeentje2013-03-011-1/+1
* - Fix escaping of backlsashes in non-LIKE clauses, addressing string matchin...rowanbeentje2013-02-281-12/+21
* Move the table triggers controller delegate methods to their own category.stuconnolly2013-02-213-63/+138
* Fix build.stuconnolly2013-02-212-6/+11
* - When favorites in the connection view gave no password, no longer set the ...rowanbeentje2013-02-215-3/+65
* - Fix handling of double-dash style comments within field names, addressing ...rowanbeentje2013-02-201-2/+3
* - Default to disabling SSH multiplexing to avoid connection issues as per Is...rowanbeentje2013-02-205-11/+7
* - Fix crashes when importing favorites on the connection view, addressing Is...rowanbeentje2013-02-192-5/+16
* - Add a check for SPNotLoaded values when automatically generating new table...rowanbeentje2013-02-181-1/+1
* Fix some 10.8 warnings.stuconnolly2013-02-172-5/+7
* Fix remaining 10.6/7 build warnings.stuconnolly2013-02-177-50/+53
* Minor tidy up.stuconnolly2013-02-172-11/+11
* Fix more warnings.stuconnolly2013-02-173-43/+57
* Fix warnings by not using id for IB outlet references.stuconnolly2013-02-172-39/+37
* Fix more wanrings by creating a protocol that delegates of the copy table sho...stuconnolly2013-02-1613-48/+97
* Fix build error with synthesized property affecting only release build of Codasqlprodev2013-02-142-2/+2
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-1458-1353/+1355
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-1422-83/+218
* - Merge in changes from 1.0.x release branch to trunkrowanbeentje2013-02-134-16/+20
|\
| * - Fix warnings and logic bugs; thanks to Steven Frank for highlighting theserowanbeentje2013-02-122-3/+16
| * - Allow all filenames/types in SSH and SSL key/cert selection dialogs, to fi...release-1.0.1rowanbeentje2013-01-291-11/+2
| * - Fix a bounds check causing the preferences upgrade routine to fail in edge...rowanbeentje2013-01-291-2/+2
* | * Fixes #1605dmoagx2013-02-093-4/+4
* | Fix more warnings.stuconnolly2013-02-023-5/+5
* | * Fixes #1568 (Enter key was linked to "Run All" while displayed as linked to...dmoagx2013-02-011-1/+1
* | Move the flex parsing function definitions to their own file so they're not d...stuconnolly2013-01-255-47/+50
* | Fix more warnings.stuconnolly2013-01-253-13/+24
* | Fix more warnings.stuconnolly2013-01-252-18/+21
* | Fix more warnings.stuconnolly2013-01-256-49/+52
* | - Fix connection view favourites outline view layout issues on 10.7+ followi...rowanbeentje2013-01-251-7/+15
* | Fix memory leak.stuconnolly2013-01-241-1/+26