aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* - Allow connections via SSH tunnels to reattempt using the specified host if...rowanbeentje2009-06-216-30/+122
* • changed: if the current edited field is a "ENUM" fieldBibiko2009-06-211-1/+5
* • some code cleaning and tiny performance enhancements for various for/whil...Bibiko2009-06-213-84/+100
* Issue #305 now fully resolved, remove debug.stuconnolly2009-06-211-3/+1
* Sparkle delegate methods doesn't seem to be getting called, so set the delega...stuconnolly2009-06-211-1/+6
* Typo, should be the sheet not the window.stuconnolly2009-06-211-2/+2
* Fix for issue #305. Close all sheets attached to all open windows just before...stuconnolly2009-06-211-0/+22
* • some code cleaning and tiny performance enhancements for syntax highlightingBibiko2009-06-212-39/+41
* • queryString: code cleaning and processing each encoding equallyBibiko2009-06-193-30/+39
* • added: SPDataAdditions.mBibiko2009-06-194-68/+146
* Fix for issue #285. Also tidy up the add/change row method including friendli...stuconnolly2009-06-191-42/+83
* • added to TableContent.m:Bibiko2009-06-193-1/+121
* Accommodate all MySQL versions when getting the list of storage engines.stuconnolly2009-06-192-5/+74
* • added: by holding ⌘, ⇧, or/and ⌥ dragged selected rows will be copi...Bibiko2009-06-191-2/+10
* • fixed: avoid displaying µs for query execution timeBibiko2009-06-191-3/+7
* • 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-1816-125/+164
* • introduced inline function NSStringUTF8String() to SPStringAdditions.hBibiko2009-06-183-5/+22
* • further tiny improvements for queryString's speedBibiko2009-06-182-4/+15
* • added: init consoleLoggingEnabled: for new connectionBibiko2009-06-181-0/+3
* • 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-161-5/+12
* • 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-154-94/+118
* • subclassed the editSheet textViewBibiko2009-06-153-22/+279
* • 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-152-84/+7
* Implementation of enhancement #273: Allow user to truncate table by right cli...stuconnolly2009-06-152-45/+97
* • 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-144-3/+66
* - 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-137-275/+299
* • cleaned and commented the rewritten editSheet codeBibiko2009-06-122-30/+75
* • rewrote editSheet for editing and displaying BLOB or TEXT data completelyBibiko2009-06-122-20/+300
* • 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