| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | • some code cleaning and tiny performance enhancements for various for/whil... | Bibiko | 2009-06-21 | 3 | -84/+100 |
* | Issue #305 now fully resolved, remove debug. | stuconnolly | 2009-06-21 | 1 | -3/+1 |
* | Sparkle delegate methods doesn't seem to be getting called, so set the delega... | stuconnolly | 2009-06-21 | 1 | -1/+6 |
* | Typo, should be the sheet not the window. | stuconnolly | 2009-06-21 | 1 | -2/+2 |
* | Fix for issue #305. Close all sheets attached to all open windows just before... | stuconnolly | 2009-06-21 | 1 | -0/+22 |
* | • some code cleaning and tiny performance enhancements for syntax highlighting | Bibiko | 2009-06-21 | 2 | -39/+41 |
* | • queryString: code cleaning and processing each encoding equally | Bibiko | 2009-06-19 | 3 | -30/+39 |
* | • added: SPDataAdditions.m | Bibiko | 2009-06-19 | 4 | -68/+146 |
* | Fix for issue #285. Also tidy up the add/change row method including friendli... | stuconnolly | 2009-06-19 | 1 | -42/+83 |
* | • added to TableContent.m: | Bibiko | 2009-06-19 | 3 | -1/+121 |
* | Accommodate all MySQL versions when getting the list of storage engines. | stuconnolly | 2009-06-19 | 2 | -5/+74 |
* | • added: by holding ⌘, ⇧, or/and ⌥ dragged selected rows will be copi... | Bibiko | 2009-06-19 | 1 | -2/+10 |
* | • fixed: avoid displaying µs for query execution time | Bibiko | 2009-06-19 | 1 | -3/+7 |
* | • added support to drag&drop textClipping files to Custom Query Editor and ... | Bibiko | 2009-06-19 | 3 | -4/+25 |
* | • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function | Bibiko | 2009-06-18 | 16 | -125/+164 |
* | • introduced inline function NSStringUTF8String() to SPStringAdditions.h | Bibiko | 2009-06-18 | 3 | -5/+22 |
* | • further tiny improvements for queryString's speed | Bibiko | 2009-06-18 | 2 | -4/+15 |
* | • added: init consoleLoggingEnabled: for new connection | Bibiko | 2009-06-18 | 1 | -0/+3 |
* | • added to CMMCPConnection: observeValueForKeyPath:@"ConsoleEnableLogging" | Bibiko | 2009-06-18 | 2 | -2/+15 |
* | • some tiny improvements to speed up queryString: | Bibiko | 2009-06-18 | 8 | -30/+49 |
* | • some improvement to speed up queryString: | Bibiko | 2009-06-17 | 3 | -10/+26 |
* | • changed regex of trigger a reload of table/db according to executed queries | Bibiko | 2009-06-17 | 1 | -3/+4 |
* | • in r801 the code for inserting a new field containing a PRIMARY KEY after... | Bibiko | 2009-06-17 | 1 | -9/+19 |
* | Significant connection improvements: | rowanbeentje | 2009-06-17 | 2 | -35/+98 |
* | • added to CMMCPConnection: | Bibiko | 2009-06-16 | 2 | -20/+81 |
* | • fixed: "Duplicate field" will be disabled explicitly if selected table is... | Bibiko | 2009-06-16 | 1 | -4/+6 |
* | • changed the behaviour of the "Duplicate Field" button in TableSource: | Bibiko | 2009-06-16 | 1 | -5/+12 |
* | • fixed: if the user tries to delete the last defined field in a given tabl... | Bibiko | 2009-06-16 | 1 | -0/+18 |
* | Rework queryString:withEncoding:, and ensure memory is correctly released whe... | rowanbeentje | 2009-06-15 | 2 | -38/+88 |
* | Move the QuickLook interface to its own header file. | stuconnolly | 2009-06-15 | 4 | -94/+118 |
* | • subclassed the editSheet textView | Bibiko | 2009-06-15 | 3 | -22/+279 |
* | • different log message for changing max_allowed_packet for increasing it a... | Bibiko | 2009-06-15 | 4 | -20/+39 |
* | Replace the change table type button with an edit button that switches the cu... | stuconnolly | 2009-06-15 | 2 | -84/+7 |
* | Implementation of enhancement #273: Allow user to truncate table by right cli... | stuconnolly | 2009-06-15 | 2 | -45/+97 |
* | • deleted the drag&drop feature of file path or content from SPTextViewAddi... | Bibiko | 2009-06-15 | 6 | -180/+187 |
* | • improved event handling while showing QuickLook preview in editSheet | Bibiko | 2009-06-15 | 1 | -6/+39 |
* | Cleanups and improvements within queryString:encoding: | rowanbeentje | 2009-06-15 | 2 | -35/+52 |
* | Add support for titlebar connection status images, and use for SSH tunnels. | rowanbeentje | 2009-06-14 | 4 | -3/+66 |
* | - Default the index type picker to INDEX if a primary key already exists on ... | rowanbeentje | 2009-06-13 | 1 | -1/+15 |
* | - Correct ability to look up passwords for connection names, user names, or ... | rowanbeentje | 2009-06-13 | 1 | -6/+6 |
* | • moved code for de/increasing font and drag&drop feature (content or while... | Bibiko | 2009-06-13 | 7 | -275/+299 |
* | • cleaned and commented the rewritten editSheet code | Bibiko | 2009-06-12 | 2 | -30/+75 |
* | • rewrote editSheet for editing and displaying BLOB or TEXT data completely | Bibiko | 2009-06-12 | 2 | -20/+300 |
* | • fixed position for scanning error 2006 to increase max_allowed_packet | Bibiko | 2009-06-12 | 1 | -6/+6 |
* | Fixes connection timeouts during queries of over three seconds, and speeds up... | rowanbeentje | 2009-06-12 | 2 | -79/+21 |
* | - Fix saving of SSH tunnel passwords entered in preferences | rowanbeentje | 2009-06-11 | 2 | -2/+6 |
* | • fix to allow insert large blob data | Bibiko | 2009-06-11 | 2 | -21/+37 |
* | • introduced these methods to CMMCPConnection | Bibiko | 2009-06-11 | 2 | -0/+54 |
* | - Rename the preference pane 'Alerts' to 'Alerts & Logs'. | stuconnolly | 2009-06-11 | 1 | -3/+3 |
* | • fixed exception if content table view wants to load data from a table but... | Bibiko | 2009-06-11 | 1 | -1/+1 |