| Commit message (Expand) | Author | Age | Files | Lines |
* | Add back/forward history menu items to the view menu with the assigned shortc... | stuconnolly | 2009-09-12 | 1 | -1/+1 |
* | • fixed document registering with its query favorites and history | Bibiko | 2009-09-03 | 1 | -2/+2 |
* | • fixed issue if a SPF file contains non-valid URL character like space, etc. | Bibiko | 2009-09-03 | 1 | -2/+3 |
* | • simplified and unified the issue to set the title of a tableWindow | Bibiko | 2009-09-02 | 1 | -2/+4 |
* | - Re-enable the fine-grained query logging preferences | rowanbeentje | 2009-08-31 | 1 | -0/+9 |
* | • outsourced Save SPF accessory xib | Bibiko | 2009-08-25 | 1 | -0/+2 |
* | • re-factored the SPF file structure | Bibiko | 2009-08-25 | 1 | -2/+4 |
* | • finalized first approach to save/open SPF (⇧⌘S/⌘O) | Bibiko | 2009-08-24 | 1 | -0/+7 |
* | • add accessory view for Save Connection | Bibiko | 2009-08-23 | 1 | -1/+7 |
* | • further improvements to open/save spf files | Bibiko | 2009-08-23 | 1 | -0/+2 |
* | • moved NSOpenPanel stuff from TableDocument to SPAppControler to simplify ... | Bibiko | 2009-08-22 | 1 | -3/+0 |
* | • outsourced SPEncodingPopupAccessory | Bibiko | 2009-08-22 | 1 | -4/+0 |
* | • further improvements for open/save SQL/SPF files | Bibiko | 2009-08-22 | 1 | -0/+1 |
* | Fix problem with opening and reopening connections | mltownsend | 2009-08-11 | 1 | -5/+4 |
* | User Manager feature | mltownsend | 2009-08-11 | 1 | -1/+3 |
* | - Fix a memory leak when filtering the server variables | stuconnolly | 2009-08-07 | 1 | -1/+1 |
* | • enabled "Open" menu item to open SQL files | Bibiko | 2009-08-06 | 1 | -2/+1 |
* | • added encoding popup list as accessory view for Open spf or sql files | Bibiko | 2009-08-06 | 1 | -0/+10 |
* | • open a SQL file via Finder or Terminal (open *.sql if SP is the default a... | Bibiko | 2009-08-05 | 1 | -0/+5 |
* | • initial support for open/save connection files (*.spf) | Bibiko | 2009-08-04 | 1 | -0/+5 |
* | • changed keyboard navigation | Bibiko | 2009-08-04 | 1 | -0/+2 |
* | - Implement live filtering of the server variables table view | stuconnolly | 2009-08-03 | 1 | -1/+3 |
* | - Add an initial barebones version of the history controller, with a basic t... | rowanbeentje | 2009-07-30 | 1 | -0/+2 |
* | - Tweak table information panel to show scrollbars if it's resized to a posi... | rowanbeentje | 2009-07-26 | 1 | -0/+1 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -20/+18 |
* | • fix for completion in CustomQuery editor | Bibiko | 2009-07-14 | 1 | -0/+3 |
* | Overhaul the connection screen: | rowanbeentje | 2009-07-06 | 1 | -60/+11 |
* | - Modified titlebar display of SSH status | avenjamin | 2009-06-24 | 1 | -0/+4 |
* | - Allow connections via SSH tunnels to reattempt using the specified host if... | rowanbeentje | 2009-06-21 | 1 | -1/+3 |
* | Add support for titlebar connection status images, and use for SSH tunnels. | rowanbeentje | 2009-06-14 | 1 | -0/+6 |
* | - Table Info pane now has fixed height | avenjamin | 2009-06-10 | 1 | -0/+3 |
* | • reload table list, database pull-down menu according to user's statements... | Bibiko | 2009-06-05 | 1 | -0/+1 |
* | • added: the "Show Create Syntax" window now follows the selection in the t... | Bibiko | 2009-06-04 | 1 | -0/+1 |
* | Further SSH tunnel improvements, password handling improvements, and minor bu... | rowanbeentje | 2009-06-04 | 1 | -1/+2 |
* | Add support for SSH tunnels, improve password security, and tweaks: | rowanbeentje | 2009-05-28 | 1 | -3/+18 |
* | Redesigned table information pane. | stuconnolly | 2009-05-27 | 1 | -1/+2 |
* | 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/+1 |
* | Minor enhancements to the server variables sheet, including: | stuconnolly | 2009-05-17 | 1 | -3/+1 |
* | preliminary support for constraint editing | mtvee | 2009-05-14 | 1 | -0/+2 |
* | Issue 233: Option to copy field headings from result panels | bamse16 | 2009-05-14 | 1 | -1/+0 |
* | Issue 233: Option to copy field headings from result panels | bamse16 | 2009-05-05 | 1 | -0/+2 |
* | • added "MySQL Help" to the MainMenu > Help submenu | Bibiko | 2009-04-30 | 1 | -0/+1 |
* | Typo. | stuconnolly | 2009-04-19 | 1 | -1/+1 |
* | Fix build warnings complaining about duplicate definitions of display: in NSV... | stuconnolly | 2009-04-18 | 1 | -2/+2 |
* | - Amend the connection sheet to add an "Add to favorites" button, remove the... | rowanbeentje | 2009-04-16 | 1 | -3/+4 |
* | - Update the connection sheet favourites view to bind to the preferences dir... | rowanbeentje | 2009-04-15 | 1 | -2/+0 |
* | Added printing support via WebKit WebView | bamse16 | 2009-04-11 | 1 | -0/+5 |
* | - Make MainController the application delegate, and override standard automa... | rowanbeentje | 2009-04-10 | 1 | -0/+2 |
* | - part 4 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 1 | -1/+2 |