| Commit message (Expand) | Author | Age | Files | Lines |
* | When exporting a query result as CSV ensure that we're allowing the exporter ... | stuconnolly | 2012-01-14 | 3 | -162/+204 |
* | Protect against dodgy preference data that may case bounds exceptions when se... | stuconnolly | 2012-01-11 | 3 | -5/+7 |
* | Improve index addition, especially where key sizes are required: | rowanbeentje | 2012-01-11 | 1 | -3/+28 |
* | - Roll back r3453 to avoid future license issues | rowanbeentje | 2012-01-10 | 1 | -3/+3 |
* | Fix the indexes view not restoring the use vertical table view gridlines pref... | stuconnolly | 2012-01-09 | 1 | -0/+1 |
* | - Expicitly cast parameters before passing into NSString formatters assuming... | rowanbeentje | 2012-01-09 | 5 | -7/+7 |
* | • removed for syntax hiliting "ensureLayoutForCharacterRange" since it can ... | Bibiko | 2012-01-08 | 1 | -4/+0 |
* | - Add a new CSV import field escape setting, as a new default, supporting bo... | rowanbeentje | 2012-01-06 | 5 | -3466/+3508 |
* | • removed setting of textColor after syntax hiliting | Bibiko | 2012-01-05 | 1 | -11/+0 |
* | • removed blocking of SPTextView textStorage while syntax hiliting | Bibiko | 2012-01-05 | 1 | -2/+2 |
* | • fixed issue for line numbering view if associated textView is scrolled fr... | Bibiko | 2012-01-05 | 4 | -32/+63 |
* | • sped up the line number drawing; now it's 5 times faster | Bibiko | 2012-01-05 | 2 | -20/+30 |
* | - Add Zend Server CE compatibility to the default socket search list, path a... | rowanbeentje | 2012-01-05 | 1 | -0/+1 |
* | - Fix compilation errors reported by pornelski in Issue #1253 | rowanbeentje | 2012-01-04 | 1 | -3/+3 |
* | Update Growl framework to version 1.2.3 to fix compatibility with Growl 1.3. ... | stuconnolly | 2011-11-05 | 4 | -5/+21 |
* | - Fix an issue in MCPConnection causing connection locking if the connection... | rowanbeentje | 2011-10-28 | 1 | -1/+17 |
* | - Fix addition of new passwords for favourites edited via the Preferences in... | rowanbeentje | 2011-10-20 | 1 | -4/+14 |
* | - Fix two incorrect initialisations; thanks to sqlprodev for spotting these | rowanbeentje | 2011-10-20 | 2 | -2/+2 |
* | - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDK | rowanbeentje | 2011-10-17 | 8 | -90/+63 |
* | - Improve the favourites editing process to edit keychain items, rather than... | rowanbeentje | 2011-10-16 | 3 | -22/+84 |
* | When building a string of all console messages, use a copy of the visible mes... | stuconnolly | 2011-10-16 | 1 | -2/+8 |
* | Update donate URL. | stuconnolly | 2011-10-09 | 1 | -1/+1 |
* | For some reason table creation on MySQL 4.0 servers doesn't like the engine/t... | stuconnolly | 2011-10-09 | 4 | -33/+44 |
* | * Move key of a hidden pref to the same place as the others | dmoagx | 2011-10-09 | 2 | -2/+2 |
* | Add a hidden preference for specifying the long running query notification ti... | stuconnolly | 2011-10-08 | 5 | -8/+12 |
* | Layout fixes. | stuconnolly | 2011-10-08 | 1 | -16/+18 |
* | Ensure the that table constraints are cleared in [SPTableData informationForT... | stuconnolly | 2011-10-08 | 2 | -33/+34 |
* | * Fixes a minor bug where the server time zone would not be detected correctly | dmoagx | 2011-10-07 | 1 | -1/+2 |
* | - Rework table data saving to ensure that cells that should be edited via th... | rowanbeentje | 2011-10-05 | 6 | -324/+307 |
* | - Update database encoding routines to cache the database encoding, preventi... | rowanbeentje | 2011-09-29 | 2 | -6/+25 |
* | Set the previously used export filename and path when the export dialog is op... | stuconnolly | 2011-09-29 | 1 | -23/+43 |
* | Fix IB warnings. | stuconnolly | 2011-09-27 | 1 | -97/+115 |
* | Fix IB warnings. | stuconnolly | 2011-09-27 | 1 | -8620/+8648 |
* | QueryKit updates. | stuconnolly | 2011-09-27 | 3 | -5/+8 |
* | Fix test. | stuconnolly | 2011-09-26 | 5 | -17/+26 |
* | * Add French translators to credits (translation mostly done, so we can inclu... | dmoagx | 2011-09-24 | 1 | -12/+36 |
* | - Fix editing of binary string values, a regression in r3428; addresses log ... | rowanbeentje | 2011-09-22 | 2 | -0/+6 |
* | Rework linebreak handling in content and custom query result views, as trigge... | rowanbeentje | 2011-09-21 | 5 | -37/+141 |
* | Fix test suite crashing. | stuconnolly | 2011-09-18 | 1 | -8/+1 |
* | * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated .strings... | dmoagx | 2011-09-15 | 7 | -63/+170 |
* | Improve custom query result export menu item validation to prevent triggering... | stuconnolly | 2011-09-13 | 1 | -1/+1 |
* | - Improve time zone checking to account for NULL timezones, which should add... | rowanbeentje | 2011-09-12 | 1 | -3/+3 |
* | QueryKit comments. | stuconnolly | 2011-09-12 | 2 | -4/+13 |
* | - Speculative fix for Issue #1154 (problems using some field separators duri... | rowanbeentje | 2011-09-12 | 1 | -0/+3 |
* | QueryKit additions. | stuconnolly | 2011-09-10 | 7 | -26/+292 |
* | Update QueryKit license to be MIT. | stuconnolly | 2011-09-10 | 9 | -100/+163 |
* | - Add the ability to view hidden files in SSH/SSL key selection dialogs; thi... | rowanbeentje | 2011-09-10 | 8 | -24441/+25239 |
* | - Make add relation error detail intro localisable | rowanbeentje | 2011-09-09 | 3 | -1/+7 |
* | - Update FeedbackReporter framework to no longer capture the console log on ... | rowanbeentje | 2011-09-08 | 1 | -0/+0 |
* | - Require there to be at least 50 rows to be in the table before using the "... | rowanbeentje | 2011-09-07 | 1 | -1/+1 |