| Commit message (Expand) | Author | Age | Files | Lines |
* | • added to SPDataAdditions: | Bibiko | 2009-06-23 | 4 | -67/+48 |
* | • fixed several problems for alerting an error sheet inside of a didEndSele... | Bibiko | 2009-06-23 | 4 | -10/+46 |
* | - Add BWToolkit Framework to allow for better control over some UI elements | avenjamin | 2009-06-23 | 109 | -813/+2333 |
* | • fixed issue while editing an field cell in Structure View select an other... | Bibiko | 2009-06-23 | 1 | -28/+36 |
* | • fixed issue for showing an error alert sheet inside of a endSheet selecto... | Bibiko | 2009-06-23 | 2 | -6/+27 |
* | • added SPDataCellFormatter to data cells of the Custom Query table | Bibiko | 2009-06-23 | 2 | -26/+35 |
* | • moved dataToHex as dataToFormattedHexString from TableContent to SPDataAd... | Bibiko | 2009-06-23 | 4 | -91/+90 |
* | • added to the CustomQuery class the multipleLineEditingButton IBOutlet | Bibiko | 2009-06-23 | 1 | -0/+1 |
* | • fixed: make usage of backtickQuotedString to allow table names containing... | Bibiko | 2009-06-23 | 3 | -60/+82 |
* | - Improve r911 (initial Custom Query editability) to allow editing of rows c... | rowanbeentje | 2009-06-22 | 1 | -13/+13 |
* | • first trial to make the result table in the Custom Query editable for suc... | Bibiko | 2009-06-22 | 2 | -45/+225 |
* | - Improve support for MySQL running in ANSI mode (or ANSI_QUOTES), fixing a ... | rowanbeentje | 2009-06-22 | 1 | -39/+41 |
* | • fixed: ⌘R activated Table Info if Structure Pane is shown. Change to ⌘4. | Bibiko | 2009-06-22 | 1 | -6/+10 |
* | • improved: "Copy as SQL INSERT" in Custom Query passes the original table ... | Bibiko | 2009-06-22 | 1 | -6/+23 |
* | • first steps to synchronize CustomQuery table and ContentTable | Bibiko | 2009-06-22 | 4 | -8/+90 |
* | - Allow connections via SSH tunnels to reattempt using the specified host if... | rowanbeentje | 2009-06-21 | 7 | -41/+418 |
* | • changed: if the current edited field is a "ENUM" field | Bibiko | 2009-06-21 | 1 | -1/+5 |
* | Update the new 'Edit Table Details' button tooltip | stuconnolly | 2009-06-21 | 1 | -69/+17 |
* | • 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 | 2 | -9/+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 | 2 | -2/+35 |
* | • 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 | 5 | -68/+152 |
* | 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 | 18 | -215/+187 |
* | • introduced inline function NSStringUTF8String() to SPStringAdditions.h | Bibiko | 2009-06-18 | 3 | -5/+22 |
* | Added new logging options to preferences. | avenjamin | 2009-06-18 | 1 | -33/+396 |
* | • 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 |
* | Fix missing Growl Notification prefs alert message | avenjamin | 2009-06-18 | 1 | -0/+0 |
* | • 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 | 2 | -33/+15 |
* | • 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 | 5 | -94/+128 |