aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* - Tweak to table relations to allow data refreshing to optionally clear the ...rowanbeentje2009-06-231-28/+37
* • added to SPDataAdditions:Bibiko2009-06-234-67/+48
* • fixed several problems for alerting an error sheet inside of a didEndSele...Bibiko2009-06-234-10/+46
* - Add BWToolkit Framework to allow for better control over some UI elementsavenjamin2009-06-231-49/+49
* • fixed issue while editing an field cell in Structure View select an other...Bibiko2009-06-231-28/+36
* • fixed issue for showing an error alert sheet inside of a endSheet selecto...Bibiko2009-06-232-6/+27
* • added SPDataCellFormatter to data cells of the Custom Query tableBibiko2009-06-232-26/+35
* • moved dataToHex as dataToFormattedHexString from TableContent to SPDataAd...Bibiko2009-06-234-91/+90
* • added to the CustomQuery class the multipleLineEditingButton IBOutletBibiko2009-06-231-0/+1
* • fixed: make usage of backtickQuotedString to allow table names containing...Bibiko2009-06-233-60/+82
* - Improve r911 (initial Custom Query editability) to allow editing of rows c...rowanbeentje2009-06-221-13/+13
* • 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
* • 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-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