| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | * Moves the background color code for SPTextView into the class. Fixes #1073 | dmoagx | 2012-03-16 | 4 | -37/+6 |
* | | | * Fixes spacing in Duplicate table sheet for some localizations | dmoagx | 2012-03-13 | 1 | -39/+53 |
* | | | Update strings. | stuconnolly | 2012-03-11 | 1 | -0/+0 |
* | | | Remove unnecessary text view attributes. | stuconnolly | 2012-03-11 | 1 | -10/+33 |
* | | | Display a dialog whenever the user attempts to change the storage engine of a... | stuconnolly | 2012-03-11 | 1 | -46/+118 |
* | | | Fix incorrect export menu item tags. Fixes issue #1270. | stuconnolly | 2012-03-06 | 1 | -33715/+33614 |
| |/
|/| |
|
* | | - Fix a retain cycle in SPNarrowDownCompletion popups while the structure is... | rowanbeentje | 2012-03-04 | 1 | -0/+7 |
* | | * Fixes a crash on 10.6 when closing a connection (Overrelease of MCPConnection) | dmoagx | 2012-03-04 | 1 | -1/+1 |
* | | - Re-add QueryKit as a dependency, and correct framework paths and linking t... | rowanbeentje | 2012-02-26 | 2 | -6/+21 |
* | | Remove QueryKit as an SP dependency as it's currently not being used. | stuconnolly | 2012-02-26 | 1 | -13/+0 |
* | | More QueryKit SELECT tests. | stuconnolly | 2012-02-26 | 3 | -7/+57 |
* | | Add missing SVN properties. | stuconnolly | 2012-02-26 | 1 | -3/+3 |
* | | Add some more QueryKit tests. | stuconnolly | 2012-02-25 | 8 | -28/+292 |
* | | Move QueryKit to it's own project. | stuconnolly | 2012-02-25 | 16 | -214/+689 |
|/ |
|
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 27 | -33747/+33813 |
* | Fix minor copying and saving console view content issues. | stuconnolly | 2012-01-29 | 2 | -16/+23 |
* | Set the default build config to Debug in the Makefile. | stuconnolly | 2012-01-29 | 1 | -1/+1 |
* | - Make SPConnectionController a NSConnectionView subclass so that retain cyc... | rowanbeentje | 2012-01-21 | 3 | -5/+2 |
* | When editing a FLOAT field in the field editor, don't include the decimal pla... | stuconnolly | 2012-01-16 | 1 | -27/+64 |
* | - Fix connection Growl notifications for background tabs to show the correct... | rowanbeentje | 2012-01-15 | 1 | -1/+8 |
* | 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 |