| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the QuickLook interface to its own header file. | stuconnolly | 2009-06-15 | 1 | -0/+1 |
* | Add support for titlebar connection status images, and use for SSH tunnels. | rowanbeentje | 2009-06-14 | 1 | -0/+38 |
* | • moved code for de/increasing font and drag&drop feature (content or while... | Bibiko | 2009-06-13 | 1 | -1/+1 |
* | - Fix saving of SSH tunnel passwords entered in preferences | rowanbeentje | 2009-06-11 | 1 | -0/+1 |
* | Add a very basic preference to disable all query logging. This can be expande... | stuconnolly | 2009-06-11 | 1 | -1/+6 |
* | - Table Info pane now has fixed height | avenjamin | 2009-06-10 | 1 | -4/+48 |
* | small fix for WebView not printing background colors | mtvee | 2009-06-10 | 1 | -0/+3 |
* | • reload table list, database pull-down menu according to user's statements... | Bibiko | 2009-06-05 | 1 | -0/+41 |
* | - Added toolbar icon for table relations. | avenjamin | 2009-06-05 | 1 | -5/+31 |
* | • added: the "Show Create Syntax" window now follows the selection in the t... | Bibiko | 2009-06-04 | 1 | -2/+14 |
* | • added: syntax highlighting to the HUD window "Show Create Syntax" | Bibiko | 2009-06-04 | 1 | -1/+1 |
* | Added print accesory view with option to Print Backgrounds | bamse16 | 2009-06-04 | 1 | -0/+15 |
* | Further SSH tunnel improvements, password handling improvements, and minor bu... | rowanbeentje | 2009-06-04 | 1 | -45/+73 |
* | - SSH tunnel now correctly uses placeholder/default port numbers | rowanbeentje | 2009-05-29 | 1 | -1/+1 |
* | Add support for SSH tunnels, improve password security, and tweaks: | rowanbeentje | 2009-05-28 | 1 | -137/+301 |
* | Change the name of the 'Table Status' toolbar item to 'Table Info' and displa... | stuconnolly | 2009-05-27 | 1 | -8/+9 |
* | Redesigned table information pane. | stuconnolly | 2009-05-27 | 1 | -5/+13 |
* | Issue #227 - | bamse16 | 2009-05-25 | 1 | -1/+1 |
* | New preference to allow the displaying of vertical grid lines in table views. | stuconnolly | 2009-05-19 | 1 | -9/+16 |
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -0/+2 |
* | close issue #9, connect window help button now points to Getting_Connected in... | abhibeckert | 2009-05-18 | 1 | -0/+5 |
* | Minor enhancements to the server variables sheet, including: | stuconnolly | 2009-05-17 | 1 | -0/+34 |
* | More updates related to issue #192. | stuconnolly | 2009-05-15 | 1 | -3/+4 |
* | preliminary support for constraint editing | mtvee | 2009-05-14 | 1 | -0/+22 |
* | Issue 233: Option to copy field headings from result panels | bamse16 | 2009-05-14 | 1 | -18/+0 |
* | Fixes issues #255 and #257 | avenjamin | 2009-05-13 | 1 | -7/+7 |
* | - added ability to view function and procedures and preliminary ability to in... | mtvee | 2009-05-13 | 1 | -7/+53 |
* | Issue 233: Option to copy field headings from result panels | bamse16 | 2009-05-05 | 1 | -7/+42 |
* | • added "MySQL Help" to the MainMenu > Help submenu | Bibiko | 2009-04-30 | 1 | -2/+16 |
* | • ADDED createViewSyntaxPrettifier method to a NSString to make the syntax ... | Bibiko | 2009-04-23 | 1 | -6/+13 |
* | - Update delete table and database warning messages to be more user friendly ... | stuconnolly | 2009-04-17 | 1 | -6/+14 |
* | - The connection sheet Edit button now opens the favourites list in preferen... | rowanbeentje | 2009-04-16 | 1 | -1/+8 |
* | - Amend the connection sheet to add an "Add to favorites" button, remove the... | rowanbeentje | 2009-04-16 | 1 | -78/+36 |
* | - Update the connection sheet favourites view to bind to the preferences dir... | rowanbeentje | 2009-04-15 | 1 | -48/+25 |
* | - Add a unique ID to each favourite, which is also used when interacting ith... | rowanbeentje | 2009-04-14 | 1 | -11/+15 |
* | Added printing support via WebKit WebView | bamse16 | 2009-04-11 | 1 | -9/+113 |
* | - Make MainController the application delegate, and override standard automa... | rowanbeentje | 2009-04-10 | 1 | -3/+9 |
* | - part 4 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 1 | -12/+30 |
* | Implementation of enhancement described in issue #75. You can now add the cur... | stuconnolly | 2009-04-10 | 1 | -0/+48 |
* | That shouln't be there. Copy/paste error. | stuconnolly | 2009-04-10 | 1 | -4/+3 |
* | Fix for issue #190. As the connection sheet tableview uses bindings, renaming... | stuconnolly | 2009-04-09 | 1 | -1/+32 |
* | Make table operation messages more user friendly (issue #192) and display the... | stuconnolly | 2009-04-09 | 1 | -126/+251 |
* | - Select 'drop tables' option for MySQL export by default, to improve backup... | rowanbeentje | 2009-04-06 | 1 | -4/+13 |
* | Fix an issue where by the show/hide console menu item was not being updated w... | stuconnolly | 2009-04-05 | 1 | -9/+24 |
* | - Fix an invalid reference to a missing pulldown_arrow image causing invalid... | rowanbeentje | 2009-04-05 | 1 | -0/+3 |
* | Change the toggle console menu item's title to either 'Show' or 'Hide' console. | stuconnolly | 2009-04-02 | 1 | -1/+8 |
* | Fix 'Clear Console' menu item, which was disabled because of missing 'clearCo... | stuconnolly | 2009-03-30 | 1 | -0/+8 |
* | - Add a preference (currently with no UI) for connection timeout | rowanbeentje | 2009-03-28 | 1 | -18/+37 |
* | Improve interaction with connection favorites to prevent issues saving favori... | rowanbeentje | 2009-03-28 | 1 | -4/+4 |
* | improve labels of toolbar icons | abhibeckert | 2009-03-26 | 1 | -7/+7 |