Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix gcc warnings. | stuconnolly | 2012-05-09 | 1 | -10/+10 |
| | |||||
* | Add support for saving the state of the connection favorites outline view. | stuconnolly | 2012-05-03 | 1 | -0/+22 |
| | |||||
* | - Alter the variable that currentFavorite tracks to the favourite instead ↵ | rowanbeentje | 2012-05-02 | 1 | -4/+2 |
| | | | | | | | of a copy of the represented node; this addresses a crash on Lion (Issue #1328) - Clean up variables and initialisers, restore connection keychain ID tracking and setting | ||||
* | Merge outline view branch into trunk. | stuconnolly | 2012-05-02 | 1 | -118/+471 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for managing and grouping favorites into folders in the connection view and removes the associated favorites management from the preferences window. NOTE: On first launch your connection favorites will be migrated from Sequel Pro's preference file to a new file in ~/Application Support/Sequel Pro/Data. Your old favorites will remain in the preference file until removed in a future version. Outstanding known issues: - Removing a group node with no child favorites presents a warning about also removing the non-existent favorites. - Starting the application with no favorites, creating a group node then selecting, hides the connection details input. Doesn't support emoty selection. - Setting the name of a connection, adding it to the favorites and then swicthing to a different connection type, screws with the favorite name. - The preservation between launches of whether group nodes are collapsed or not is currently not supported. | ||||
| * | Add imported favorites to the root node and preserve sorting if enabled. | stuconnolly | 2012-04-29 | 1 | -0/+12 |
| | | |||||
| * | Pass the array of imported favorites instead of the whole dictionary to the ↵ | stuconnolly | 2012-04-29 | 1 | -2/+1 |
| | | | | | | | | delegate and improve error handling. | ||||
| * | Fix drag and drop of items that aren't selected. | stuconnolly | 2012-03-17 | 1 | -8/+8 |
| | | |||||
| * | Would help if I committed the right file. | stuconnolly | 2012-03-04 | 1 | -3/+6 |
| | | |||||
| * | Fix exception caused by adding a nil representation of a tree node. | stuconnolly | 2012-03-04 | 1 | -5/+7 |
| | | |||||
| * | Tidy up. | stuconnolly | 2012-01-24 | 1 | -2/+1 |
| | | |||||
| * | Favorites import progress. | stuconnolly | 2011-10-02 | 1 | -10/+29 |
| | | |||||
| * | Don't allow newlines in the connection view input fields. Fixes issue #1008. | stuconnolly | 2011-08-07 | 1 | -1/+5 |
| | | |||||
| * | Work on importing favorites. | stuconnolly | 2011-08-01 | 1 | -1/+14 |
| | | |||||
| * | Add the ability to export favorites. | stuconnolly | 2011-06-12 | 1 | -0/+16 |
| | | |||||
| * | Fix issue related to dragging a node to a group node that is being renamed ↵ | stuconnolly | 2011-03-13 | 1 | -2/+26 |
| | | | | | | | | as well as fix all warnings related to the connection outlinew view. | ||||
| * | Bring outline view branch up to date with trunk (r3203:r3224). | stuconnolly | 2011-03-07 | 1 | -0/+1 |
| | | |||||
| * | Comments. | stuconnolly | 2011-03-06 | 1 | -2/+4 |
| | | |||||
| * | Fix tooltips for favorite nodes that don't yet have a hostname. | stuconnolly | 2011-03-06 | 1 | -1/+5 |
| | | |||||
| * | ToolTip fixes for root node. | stuconnolly | 2011-03-05 | 1 | -6/+11 |
| | | |||||
| * | Only update a favourite's name if it was the name field that was actually ↵ | stuconnolly | 2011-03-05 | 1 | -5/+3 |
| | | | | | | | | changed. | ||||
| * | Add support for auto saving expanded items. | stuconnolly | 2011-03-05 | 1 | -56/+0 |
| | | |||||
| * | Fix and enable drag and drop in the connection favorites outline view. | stuconnolly | 2011-01-26 | 1 | -28/+21 |
| | | |||||
| * | Bring fravorites outline view branch up to date with trunk (r3036:3058). | stuconnolly | 2010-12-28 | 1 | -21/+6 |
| |\ | |||||
| * | | Improve favorite tooltips. | stuconnolly | 2010-12-17 | 1 | -1/+1 |
| | | | |||||
| * | | Bring outline view branch up to date with trunk (r3030:3035). | stuconnolly | 2010-12-17 | 1 | -4/+6 |
| |\ \ | |||||
| * | | | Tidy up. | stuconnolly | 2010-12-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | Update a connection favorite's name accordingly if it's type is changed. | stuconnolly | 2010-12-08 | 1 | -53/+55 |
| | | | | |||||
| * | | | Enable the 'add to favorites' button when the user manually changes a ↵ | stuconnolly | 2010-12-08 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | connection's type. | ||||
| * | | | When changing the type of an already existing favorite, don't hide ↵ | stuconnolly | 2010-12-08 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | connection details form view. | ||||
| * | | | When either more than one favorite or a favorite group is selected in the ↵ | stuconnolly | 2010-12-06 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | connection view, hide the connection details form. | ||||
| * | | | Add description methods to tree node classes to aid debugging. | stuconnolly | 2010-12-05 | 1 | -11/+7 |
| | | | | |||||
| * | | | Bring outlineview branch up to date with trunk (r2961:2966). | stuconnolly | 2010-12-05 | 1 | -8/+14 |
| |\| | | |||||
| * | | | Improve menu item validation with regard to making the selected favorite the ↵ | stuconnolly | 2010-12-05 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | default. | ||||
| * | | | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -103/+392 |
| |/ / | |||||
* | | | - Prevent error bell when using the enter key to initiate a connection when ↵ | rowanbeentje | 2011-07-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | keyboard focus is on the favorites outline view (Issue #1072) - Don't initiate a connection when the currently selected favorite is clicked again slowly - Match compiler #ifdef around braces to imrpove Xcode 3 file parsing | ||||
* | | | - Fix more compiler warnings | rowanbeentje | 2011-03-04 | 1 | -2/+2 |
| | | | |||||
* | | | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Address Issue #857: | rowanbeentje | 2010-12-20 | 1 | -21/+6 |
| | | | | | | | | | | | | | | | | - Replace master connection and database view split views with full BWSplitViews so controls appear in Interface Builder; use those settings to apply which panes resize, and any max/min constraints - Remove split view delegate code which is no longer necessary after these changes - Fix a bug marking the master database view split view thumb as applying to all DatabaseDocument splits views, fixing cursor issues - Update Connection Controller/BWToolkit split view delegate setup to fix resizing issues | ||||
* | | - Fix duplicate/parallel connection attempts when double-clicking on the ↵ | rowanbeentje | 2010-12-19 | 1 | -1/+1 |
|/ | | | | | | | | selected favourite in the connection outline view; this addresses Issue #924. - Correctly restore the interface after an SSH connection attempt fails - Prevent SSH connections from being started twice, eg via return key followed by a double click | ||||
* | • fixed issue for saving spf files if sslCertificateFileLocation is nil | Bibiko | 2010-11-30 | 1 | -0/+9 |
| | | | | | | | | | • SPConnectionController - assign favoritesTable to the correct new class SPFavoriteOutlineView (not a NSTableView) - allowed empty selection for SPFavoriteOutlineView [ this fixes mainly the issue to open spfs files ] - moved double-click action to outlineView:shouldEditTableColumn:tableColumn item: to suppress double-click at a group header - re-enabled navigation through the fav outlineView even if the password field is empty - now if the field is empty the user can simply press TAB key move the focus to that field - this fixes issue 799 • minor code cleaning | ||||
* | Refactor the favorite node class and fix auto-selection of the default or ↵ | stuconnolly | 2010-11-11 | 1 | -8/+10 |
| | | | | last used favorite. | ||||
* | Fix build errors. | stuconnolly | 2010-11-09 | 1 | -0/+1 |
| | |||||
* | First changes towards changing the initial connection view's favorites table ↵ | stuconnolly | 2010-11-09 | 1 | -0/+212 |
list to an outline view in order to support grouping favorites. Future changes include creating a favorites data controller, including migrating favorites storage to their own plist in the app support directory as well as support for grouping favorites. |