| Commit message (Expand) | Author | Age | Files | Lines |
* | Various enhancements to relation functionality, including: | stuconnolly | 2009-06-03 | 4 | -480/+468 |
* | - fixed bug with changing extra to auto_increment for a column | mtvee | 2009-06-03 | 2 | -2/+2 |
* | - Fix SSH tunnels on PPC | rowanbeentje | 2009-06-03 | 2 | -1/+11 |
* | - Restore the Command-Alt-A shortcut for the add field button in the table s... | rowanbeentje | 2009-06-02 | 1 | -40/+73 |
* | - Fix SSH tunnel treatment of temporary (non-Keychain) passwords by correctl... | rowanbeentje | 2009-05-29 | 1 | -1/+1 |
* | - SSH tunnel now correctly uses placeholder/default port numbers | rowanbeentje | 2009-05-29 | 1 | -1/+1 |
* | Change 'Table Status' menuitem to 'Table Info' in View menu. | stuconnolly | 2009-05-28 | 2 | -9/+19 |
* | • ADDED: highlight the current active query by setting its background color... | Bibiko | 2009-05-28 | 1 | -1/+19 |
* | • Table Info | Bibiko | 2009-05-28 | 2 | -5/+37 |
* | • fixed dependence in showHelpForCurrentWord: to allow to invoke the help (... | Bibiko | 2009-05-28 | 1 | -1/+1 |
* | - Added split view to new table info section | avenjamin | 2009-05-28 | 2 | -479/+439 |
* | • control editable status of CMTextView while changing the font size via �... | Bibiko | 2009-05-28 | 1 | -0/+6 |
* | Add support for SSH tunnels, improve password security, and tweaks: | rowanbeentje | 2009-05-28 | 15 | -957/+2103 |
* | Forgot to add !, removed for testing. | stuconnolly | 2009-05-27 | 1 | -1/+1 |
* | Log query errors in SPDatabaseData to the console. | stuconnolly | 2009-05-27 | 1 | -2/+2 |
* | Change the name of the 'Table Status' toolbar item to 'Table Info' and displa... | stuconnolly | 2009-05-27 | 1 | -8/+9 |
* | Fix for query editor font being lost. Initialize the prefs reference in setCo... | stuconnolly | 2009-05-27 | 1 | -2/+2 |
* | Missing Subversion keyword properties. | stuconnolly | 2009-05-27 | 0 | -0/+0 |
* | Bind the table create syntax text view's backgroud colour upon awakeFromNib. | stuconnolly | 2009-05-27 | 1 | -0/+17 |
* | We don't need to manually set the create syntax text view font because of the... | stuconnolly | 2009-05-27 | 1 | -8/+0 |
* | Bind the create table syntax text view's font to CustomQueryEditorFont. | stuconnolly | 2009-05-27 | 1 | -7/+28 |
* | Forgot to update Localizable.strings for redesigned table info pane. | stuconnolly | 2009-05-27 | 1 | -0/+0 |
* | Redesigned table information pane. | stuconnolly | 2009-05-27 | 18 | -1128/+2133 |
* | • 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 | 6 | -15/+63 |
* | • 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 | 3 | -5/+11 |
* | • improved narrow-down completion | Bibiko | 2009-05-24 | 4 | -44/+101 |
* | • activate Preference setting for caret color | Bibiko | 2009-05-24 | 7 | -4/+168 |
* | • added class to support narrow-down completion in the Query Editor | Bibiko | 2009-05-24 | 3 | -0/+531 |
* | - 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 | 5 | -757/+973 |
* | - Fixed NSFontPanel issue. Now showing font collections in Font Panel | avenjamin | 2009-05-21 | 14 | -27/+58 |
* | • 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 path issue with unit test building and plist location | mtvee | 2009-05-20 | 2 | -1/+2 |
* | • 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 |
* | • fixed typo and tooltip for the general preference "Display vertical grid ... | Bibiko | 2009-05-20 | 1 | -14/+17 |
* | New preference to allow the displaying of vertical grid lines in table views. | stuconnolly | 2009-05-19 | 6 | -6787/+6915 |