aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* • first trial to make the result table in the Custom Query editable for suc...Bibiko2009-06-222-45/+225
* - Improve support for MySQL running in ANSI mode (or ANSI_QUOTES), fixing a ...rowanbeentje2009-06-221-39/+41
* • fixed: ⌘R activated Table Info if Structure Pane is shown. Change to ⌘4.Bibiko2009-06-221-6/+10
* • improved: "Copy as SQL INSERT" in Custom Query passes the original table ...Bibiko2009-06-221-6/+23
* • first steps to synchronize CustomQuery table and ContentTableBibiko2009-06-224-8/+90
* - Allow connections via SSH tunnels to reattempt using the specified host if...rowanbeentje2009-06-217-41/+418
* • changed: if the current edited field is a "ENUM" fieldBibiko2009-06-211-1/+5
* Update the new 'Edit Table Details' button tooltipstuconnolly2009-06-211-69/+17
* • 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-212-9/+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-212-2/+35
* • 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-195-68/+152
* 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-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