| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Redesigned table information pane. | stuconnolly | 2009-05-27 | 16 | -237/+729 |
* | • added key-binding for RETURN to "Duplicate" button in the "duplicate tabl... | Bibiko | 2009-05-26 | 1 | -1/+12 |
* | • added key-binding for RETURN to "Add" button in the "add table sheet" via... | Bibiko | 2009-05-26 | 1 | -1/+4 |
* | • add AFTER clause only if the user added a new field | Bibiko | 2009-05-26 | 1 | -2/+2 |
* | • added two finger zoom gesture for de/increasing the font size of the Cust... | Bibiko | 2009-05-25 | 1 | -0/+15 |
* | • improved narrow-down completion | Bibiko | 2009-05-25 | 2 | -15/+51 |
* | • improved narrow-down completion | Bibiko | 2009-05-25 | 1 | -1/+11 |
* | • improved narrow-down completion | Bibiko | 2009-05-25 | 2 | -9/+17 |
* | Issue #227 - | bamse16 | 2009-05-25 | 1 | -1/+1 |
* | Replaced check on title with check on menu tag for Copy with Column Names iss... | bamse16 | 2009-05-25 | 2 | -2/+5 |
* | • improved narrow-down completion | Bibiko | 2009-05-24 | 4 | -44/+101 |
* | • activate Preference setting for caret color | Bibiko | 2009-05-24 | 6 | -4/+166 |
* | • added class to support narrow-down completion in the Query Editor | Bibiko | 2009-05-24 | 2 | -0/+525 |
* | - Forgot to save this file before last commit | avenjamin | 2009-05-22 | 1 | -3/+3 |
* | - Few Changes to Query Editor Preference | avenjamin | 2009-05-22 | 2 | -132/+132 |
* | - Fixed NSFontPanel issue. Now showing font collections in Font Panel | avenjamin | 2009-05-21 | 3 | -14/+33 |
* | • fixed several issues for completion | Bibiko | 2009-05-20 | 1 | -14/+29 |
* | • made mySQLConnection reachable for CMTextView | Bibiko | 2009-05-20 | 3 | -19/+73 |
* | • fixed: serverVersionString retained and released | Bibiko | 2009-05-20 | 1 | -3/+3 |
* | • fixed bug for getServerVersionString | Bibiko | 2009-05-20 | 1 | -3/+5 |
* | • added "Copy as RTF" to CustomQuery's context menu and bound it to CTRL+C ... | Bibiko | 2009-05-20 | 1 | -2/+16 |
* | • removed unused variable 'keyCode' | Bibiko | 2009-05-20 | 1 | -1/+0 |
* | • added ⌘+ and ⌘- for increasing/decreasing the font size by 1 in the ... | Bibiko | 2009-05-20 | 2 | -1/+34 |
* | - Added ability to insert field/column in structure mode. | avenjamin | 2009-05-20 | 1 | -5/+12 |
* | • improved completion suggestion for variable name; added delimiter “@”... | Bibiko | 2009-05-20 | 1 | -1/+1 |
* | New preference to allow the displaying of vertical grid lines in table views. | stuconnolly | 2009-05-19 | 4 | -66/+125 |
* | • implemented a new approach to split a string into single SQL statements b... | Bibiko | 2009-05-19 | 5 | -17/+126 |
* | • some minor code cosmetics | Bibiko | 2009-05-19 | 1 | -5/+8 |
* | In the table information pane check that the 'Rows' field reported by SHOW TA... | stuconnolly | 2009-05-19 | 1 | -5/+7 |
* | • fixed some issues for drag&drop a file to the CustomQuery editor | Bibiko | 2009-05-19 | 1 | -1/+2 |
* | • improved "Update Help while typing" | Bibiko | 2009-05-19 | 1 | -4/+9 |
* | When adding a new table allow the user to specify the storage engine used. | stuconnolly | 2009-05-19 | 2 | -0/+22 |
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 64 | -46/+164 |
* | • skip auto-pairing if the caret is adjoined to an alphanumeric character e... | Bibiko | 2009-05-19 | 2 | -2/+31 |
* | Source tidy up including standard header for all source files. | stuconnolly | 2009-05-18 | 20 | -47/+103 |
* | Updates to add relation sheet. | stuconnolly | 2009-05-18 | 1 | -5/+1 |
* | Minor updates to table relation dialogs. | stuconnolly | 2009-05-18 | 1 | -24/+21 |
* | Fix an issue where by selecting a table with relations and then selecting one... | stuconnolly | 2009-05-18 | 1 | -6/+9 |
* | Rename TableRelations.[hm] to SPTableRelations.[hm] so we it was created by t... | stuconnolly | 2009-05-18 | 2 | -32/+24 |
* | Add most of the improvements made to the rename table sheet to the duplicate ... | stuconnolly | 2009-05-18 | 2 | -21/+28 |
* | • added the possibility to rename/duplicate functions and procedures | Bibiko | 2009-05-18 | 1 | -60/+185 |
* | Fix warning. | stuconnolly | 2009-05-18 | 1 | -1/+1 |
* | • removed NSLog for logging the mysql serverMajorVersion etc.; it causes a ... | Bibiko | 2009-05-18 | 1 | -3/+1 |
* | Show alert when enabling Growl Notifications to let the user know about chang... | avenjamin | 2009-05-18 | 1 | -0/+22 |
* | • improved renameTable: | Bibiko | 2009-05-18 | 2 | -16/+54 |
* | - hide 'rename' context menu if selection is not a table | mtvee | 2009-05-18 | 3 | -3/+91 |
* | - added Unit Tests target to project and a couple of prelim tests to get thin... | mtvee | 2009-05-18 | 1 | -0/+1 |
* | close issue #9, connect window help button now points to Getting_Connected in... | abhibeckert | 2009-05-18 | 2 | -0/+6 |
* | Add the ability to rename tables. This could potentially be enhanced to allow... | stuconnolly | 2009-05-17 | 2 | -10/+76 |
* | Minor enhancements to the server variables sheet, including: | stuconnolly | 2009-05-17 | 2 | -3/+35 |