aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* • added support to drag&drop textClipping files to Custom Query Editor and ...Bibiko2009-06-193-4/+25
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-1818-215/+187
* • introduced inline function NSStringUTF8String() to SPStringAdditions.hBibiko2009-06-183-5/+22
* Added new logging options to preferences.avenjamin2009-06-181-33/+396
* • further tiny improvements for queryString's speedBibiko2009-06-182-4/+15
* • added: init consoleLoggingEnabled: for new connectionBibiko2009-06-181-0/+3
* Fix missing Growl Notification prefs alert messageavenjamin2009-06-181-0/+0
* • added to CMMCPConnection: observeValueForKeyPath:@"ConsoleEnableLogging"Bibiko2009-06-182-2/+15
* • some tiny improvements to speed up queryString:Bibiko2009-06-188-30/+49
* • some improvement to speed up queryString:Bibiko2009-06-173-10/+26
* • changed regex of trigger a reload of table/db according to executed queriesBibiko2009-06-171-3/+4
* • in r801 the code for inserting a new field containing a PRIMARY KEY after...Bibiko2009-06-171-9/+19
* Significant connection improvements:rowanbeentje2009-06-172-35/+98
* • added to CMMCPConnection:Bibiko2009-06-162-20/+81
* • fixed: "Duplicate field" will be disabled explicitly if selected table is...Bibiko2009-06-161-4/+6
* • changed the behaviour of the "Duplicate Field" button in TableSource:Bibiko2009-06-162-33/+15
* • fixed: if the user tries to delete the last defined field in a given tabl...Bibiko2009-06-161-0/+18
* Rework queryString:withEncoding:, and ensure memory is correctly released whe...rowanbeentje2009-06-152-38/+88
* Move the QuickLook interface to its own header file.stuconnolly2009-06-155-94/+128
* • subclassed the editSheet textViewBibiko2009-06-155-28/+381
* • different log message for changing max_allowed_packet for increasing it a...Bibiko2009-06-154-20/+39
* Replace the change table type button with an edit button that switches the cu...stuconnolly2009-06-153-353/+95
* Implementation of enhancement #273: Allow user to truncate table by right cli...stuconnolly2009-06-154-59/+151
* • deleted the drag&drop feature of file path or content from SPTextViewAddi...Bibiko2009-06-156-180/+187
* • improved event handling while showing QuickLook preview in editSheetBibiko2009-06-151-6/+39
* Cleanups and improvements within queryString:encoding:rowanbeentje2009-06-152-35/+52
* Add support for titlebar connection status images, and use for SSH tunnels.rowanbeentje2009-06-149-245/+193
* - Default the index type picker to INDEX if a primary key already exists on ...rowanbeentje2009-06-131-1/+15
* - Correct ability to look up passwords for connection names, user names, or ...rowanbeentje2009-06-131-6/+6
* • moved code for de/increasing font and drag&drop feature (content or while...Bibiko2009-06-138-354/+351
* • cleaned and commented the rewritten editSheet codeBibiko2009-06-122-30/+75
* • rewrote editSheet for editing and displaying BLOB or TEXT data completelyBibiko2009-06-123-558/+1456
* • fixed position for scanning error 2006 to increase max_allowed_packetBibiko2009-06-121-6/+6
* Fixes connection timeouts during queries of over three seconds, and speeds up...rowanbeentje2009-06-122-79/+21
* - Fix saving of SSH tunnel passwords entered in preferencesrowanbeentje2009-06-112-2/+6
* • fix to allow insert large blob dataBibiko2009-06-112-21/+37
* • introduced these methods to CMMCPConnectionBibiko2009-06-112-0/+54
* Associate shortcut shift+command+R to refresh databases.stuconnolly2009-06-111-55/+28
* - Rename the preference pane 'Alerts' to 'Alerts & Logs'.stuconnolly2009-06-113-57/+63
* • fixed exception if content table view wants to load data from a table but...Bibiko2009-06-111-1/+1
* Add a very basic preference to disable all query logging. This can be expande...stuconnolly2009-06-116-99/+164
* updated dot generator to handle multi-col fk's with a different arrow type an...mtvee2009-06-112-4/+22
* • cleaned code for the case that the user selects a view which causes a MyS...Bibiko2009-06-104-47/+38
* - Table Info pane now has fixed heightavenjamin2009-06-105-77/+122
* small fix for WebView not printing background colorsmtvee2009-06-101-0/+3
* update dot file genertor to use SPTableData instead of a v5 style query for f...mtvee2009-06-102-19/+22
* • fixed some minor issues in fetchResultFieldsStructureBibiko2009-06-101-5/+7
* • fixed issue that after changing the pref "Use monospaced fonts" the table...Bibiko2009-06-101-1/+20
* - Fix missing images - file names had changedavenjamin2009-06-101-17/+24
* - Replace TableSource use of a custom, flawed NSScanner-based parser with SP...rowanbeentje2009-06-101-29/+32