aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Speculative fix for Issue #1154 (problems using some field separators duri...rowanbeentje2011-09-121-0/+3
* QueryKit additions.stuconnolly2011-09-107-26/+292
* Update QueryKit license to be MIT.stuconnolly2011-09-109-100/+163
* - Add the ability to view hidden files in SSH/SSL key selection dialogs; thi...rowanbeentje2011-09-108-24441/+25239
* - Make add relation error detail intro localisablerowanbeentje2011-09-093-1/+7
* - Update FeedbackReporter framework to no longer capture the console log on ...rowanbeentje2011-09-081-0/+0
* - 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
* More QueryKit progress. Still very rough.stuconnolly2011-09-065-17/+107
* Add the beginnings of QueryKit.stuconnolly2011-09-0414-8/+922
* 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-046-186/+322
* Tidy up console/query controller.stuconnolly2011-09-0318-622/+883
* * Fixes some localization spacing issues reported by Frédéric Latourdmoagx2011-09-029-281/+2826
* - Update version numbers to 0.9.9.1rowanbeentje2011-09-012-2/+2
* - Attempt to detect SSH master use correctly, to improve Issue #1095rowanbeentje2011-09-011-1/+3
* - Update localised strings for up-to-date German and Russian translations, i...rowanbeentje2011-08-3116-0/+174
* - Alter the NSNumberFormatter on the extended table info view's auto_increme...rowanbeentje2011-08-311-51/+68
* - 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-274-33536/+33320
* - 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-263-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
* Tidy up.stuconnolly2011-08-242-11/+26
* Rework editable row checks in views and custom query results:rowanbeentje2011-08-242-59/+44
* Fix for Bundle Editor Group names not showing up in Lion.mattlangtree2011-08-231-2/+2
* During an SQL export, if the structure is disabled also uncheck the include D...stuconnolly2011-08-171-0/+5
* - Lion compatibility improvement: add support for fullscreen windows, on the...rowanbeentje2011-08-169-33496/+33634
* - Review changes made in r3376 and revert a number of regressionsrowanbeentje2011-08-149-38/+28
* Tidy up.stuconnolly2011-08-132-24/+24
* Re-add default new table's id field to AUTO_INCREMENT added in r3331, but kno...stuconnolly2011-08-122-37/+44
* When moving a field in the structure view, only use the default value if it a...stuconnolly2011-08-091-34/+48
* - Improve interactive_timeout handling, ensuring a minimum timeout of five m...rowanbeentje2011-08-081-0/+9
* Fix encoding issues, particularly giving errors when selecting tables and dis...rowanbeentje2011-08-072-113/+114
* Fix an exception when removing the only content filter. Fixes exceptions http...stuconnolly2011-08-073-29/+32
* Specified the application category as "Developer Tools" for Lion. This resolv...avenjamin2011-08-031-0/+2
* merged latest SP_REFACTOR changessqlprodev2011-08-0217-99/+284
* Small tidy up.stuconnolly2011-07-313-86/+74
* Remove useless icons file. Resolves issue #1130.stuconnolly2011-07-311-0/+0
* - Ensure the CLIENT_INTERACTIVE is correctly set for MySQL connections, addr...rowanbeentje2011-07-271-1/+1
* - Prevent error bell when using the enter key to initiate a connection when ...rowanbeentje2011-07-273-2/+13
* SQL export: Disable the 'include drop syntax option' when the structure optio...stuconnolly2011-07-262-69/+69
* Tidy up.stuconnolly2011-07-251-5/+13
* Fix for NULL values in CSV export (same as last commit, but this one actually...stuconnolly2011-07-245-25/+42