| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix a possible race condition exception when switching between tables when... | rowanbeentje | 2012-03-21 | 2 | -4/+8 |
* | Update error message. | stuconnolly | 2012-03-20 | 1 | -1/+1 |
* | - Fix error message being displayed when changing a table's storage engine ev... | stuconnolly | 2012-03-20 | 1 | -4/+5 |
* | - When exporting a query result or filtered table view make sure we're includ... | stuconnolly | 2012-03-20 | 12 | -989/+1274 |
* | - When cancelling a sort on the table content view, don't display an error m... | rowanbeentje | 2012-03-20 | 1 | -1/+1 |
* | - When refreshing the table content view, preserve column widths for columns... | rowanbeentje | 2012-03-20 | 1 | -0/+12 |
* | - Fix exceptions when using Show Optimized Field Type in the Structure pane ... | rowanbeentje | 2012-03-20 | 1 | -0/+1 |
* | - Fix crashes caused by using SPBundleHTMLOutputController windows, closing ... | rowanbeentje | 2012-03-20 | 3 | -8/+12 |
* | - Fix incorrect Copy as SQL INSERT processing leaving out commas; this addre... | rowanbeentje | 2012-03-19 | 1 | -16/+13 |
* | - Rewrite SPFontPreviewTextField to replace previous Colloquy-derived GPL-li... | rowanbeentje | 2012-03-18 | 4 | -35/+26 |
* | - Add a base64Encoding method for convenience when the result should be all ... | rowanbeentje | 2012-03-18 | 3 | -2/+12 |
* | - Remove the Colloquy-derived, GPL -[NSData base64EncodingWithLineLength:] m... | rowanbeentje | 2012-03-18 | 5 | -74/+139 |
* | - Fix crashes caused by the database structure retrieval continuing briefly ... | rowanbeentje | 2012-03-18 | 3 | -4/+15 |
* | Fix build errors. | stuconnolly | 2012-03-17 | 1 | -4/+4 |
* | Missing from previous commit. | stuconnolly | 2012-03-17 | 1 | -3/+4 |
* | Add constants for MySQL 'system' databases. | stuconnolly | 2012-03-17 | 4 | -7/+32 |
* | - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ... | rowanbeentje | 2012-03-17 | 10 | -201/+76 |
* | Merge in the SPMySQL Framework. This new framework should provide much of th... | rowanbeentje | 2012-03-17 | 85 | -980/+1690 |
|\ |
|
| * | - Fix a bug in the SPMySQL integration branch causing the table triggers lis... | rowanbeentje | 2012-03-16 | 2 | -4/+4 |
| * | More SPMySQLIntegration bugfixes: | rowanbeentje | 2012-03-15 | 1 | -5/+5 |
| * | More bugfixes to the SPMySQL integration branch: | rowanbeentje | 2012-03-14 | 5 | -9/+11 |
| * | SPMySQL integration bugfixes: | rowanbeentje | 2012-03-14 | 2 | -7/+5 |
| * | Final feature work on the SPMySQL branch before merging: | rowanbeentje | 2012-03-14 | 10 | -20/+752 |
| * | - Bring SPMySQL Framework integration branch up to date with trunk | rowanbeentje | 2012-03-05 | 4 | -4/+43 |
| |\ |
|
| * | | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 81 | -949/+897 |
* | | | * Moves the background color code for SPTextView into the class. Fixes #1073 | dmoagx | 2012-03-16 | 4 | -37/+6 |
* | | | Display a dialog whenever the user attempts to change the storage engine of a... | stuconnolly | 2012-03-11 | 1 | -46/+118 |
| |/
|/| |
|
* | | - 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 |
|/ |
|
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 25 | -99/+98 |
* | Fix minor copying and saving console view content issues. | stuconnolly | 2012-01-29 | 2 | -16/+23 |
* | - Make SPConnectionController a NSConnectionView subclass so that retain cyc... | rowanbeentje | 2012-01-21 | 2 | -4/+1 |
* | 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 | 4 | -6/+6 |
* | • 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 | 3 | -3/+30 |
* | • 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 | 3 | -20/+39 |
* | • sped up the line number drawing; now it's 5 times faster | Bibiko | 2012-01-05 | 2 | -20/+30 |
* | - Fix compilation errors reported by pornelski in Issue #1253 | rowanbeentje | 2012-01-04 | 1 | -3/+3 |
* | - 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 | 6 | -89/+62 |