aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/ConnectionView.xib
Commit message (Collapse)AuthorAgeFilesLines
* - Tweak SPSplitView to support autosave names, extending the default ↵rowanbeentje2012-08-151-9146/+9124
| | | | | | | autosave behaviour which seems to have problems - Use that to fix the database view splitter/connection view splitter not saving position correctly
* - Remove BWToolKit from the project, using ibtool to strip out plugin ↵rowanbeentje2012-08-031-9160/+9146
| | | | dependencies now that all BW custom elements have been removed; remove last references and build steps.
* - Remove all BWToolKit elements in the connection view, replacing with ↵rowanbeentje2012-08-011-9148/+9160
| | | | | | | | | standard equivalents and SPSplitView - Replace the "Add" action menu on the connection view with two buttons for easier use and to avoid having to set up more popup buttons - Improve SPSplitView's handling of delegates set through code - Update localisable strings
* Fix a few more IB warnings by disabling options that we don't need.stuconnolly2012-07-071-9153/+9148
|
* - Fix deselection of favourites on key selection, correctly preserving ↵rowanbeentje2012-05-291-9146/+9153
| | | | | | | edits; this will improve Issue #1332 - Fix width of SSH key field
* Merge outline view branch into trunk.stuconnolly2012-05-021-8612/+9146
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Fix connection view add dropdown button.stuconnolly2012-05-011-10/+15
| |
| * Allow multiple selection in the favorites outline view and add the export ↵stuconnolly2012-04-291-7/+42
| | | | | | | | menu item to the gear menu.
| * Add import favorites gear menu item.stuconnolly2012-04-291-6/+53
| |
| * Update favorite export warning.stuconnolly2012-04-291-3/+5
| |
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-517/+703
| |
| * Add the ability to export favorites.stuconnolly2011-06-121-18/+95
| |
| * Add support for auto saving expanded items.stuconnolly2011-03-051-5/+13
| |
| * Fix and enable drag and drop in the connection favorites outline view.stuconnolly2011-01-261-5/+4
| |
| * Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-281-1145/+1226
| |\
| * | Use connection favorite constants.stuconnolly2010-12-131-28/+1
| | |
| * | Hide the import and export connection favorite menu items until they are ↵stuconnolly2010-12-081-2/+8
| | | | | | | | | | | | actually implemented.
| * | When either more than one favorite or a favorite group is selected in the ↵stuconnolly2010-12-061-2/+17
| | | | | | | | | | | | connection view, hide the connection details form.
| * | Apply new favorites outline view patch.stuconnolly2010-12-051-541/+765
| | |
* | | Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-8648/+8612
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* | | Fix IB warnings.stuconnolly2011-09-271-8620/+8648
| | |
* | | - Add the ability to view hidden files in SSH/SSL key selection dialogs; ↵rowanbeentje2011-09-101-8246/+8620
| | | | | | | | | | | | this addresses Issue #1176
* | | * Fixes UI spacing in some translations (#969,#971,#1079)dmoagx2011-06-201-60/+88
| | |
* | | * UI fixes for #982 #971dmoagx2011-03-071-16/+35
| |/ |/|
* | - Fix split view overlap on the custom query view cuasing lines on ↵rowanbeentje2010-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | scrolling/resize; this addresses Issue #929 - Fix split view overlap on the tables list/info pane causing lines on scrolling/resize; this addresses Issue #740 - Add custom resize behaviour for the table content splitview, addressing Issue #543 - Make button bars at the bottom of the window a consistent height - Fix bug with new splitview setup causing tables pane to become narrower with each launch
* | Address Issue #857:rowanbeentje2010-12-201-1258/+970
|/ | | | | | | | - 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
* • fixed issue for saving spf files if sslCertificateFileLocation is nilBibiko2010-11-301-16/+410
| | | | | | | | | • 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
* Add a new outline view to be used by the connection view so hitting enter ↵stuconnolly2010-11-101-8/+15
| | | | doesn't start editing the selected favorite. This will also allow behaviour to be further customised. Fixes issue #892.
* First changes towards changing the initial connection view's favorites table ↵stuconnolly2010-11-091-16/+36
| | | | 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.
* Change the connection view's table view to be of type SPTableView so ↵stuconnolly2010-10-151-24/+31
| | | | right-clicking a row results in it being selected first. Also, update SPTableView to prevent right-clicking of table view group headings. Fixes issue #867.
* - Update SSH connections to pick up custom ports configured in SSH config ↵rowanbeentje2010-10-061-41/+38
| | | | | | | | files; thanks to Stefan Schüßer for this patch. - Tweak SSH Master Mode to use the "ControlMaster auto" setting instead of -M - Update localizable strings
* - Implement support for MySQL over SSL for both TCP/IP and Socket ↵rowanbeentje2010-09-131-54/+1897
| | | | | | | | | | connection modes. - Upgrade the MySQL binaries to version 5.1.50 (was 5.1.46) - Enable SSL support in the MySQL libraries (this leads to a large increase in library size, unfortunately) - Enable more optimisations in the MySQL libraries (especially --enable-assembler for faster in-library string processing and --with-mysqld-ldflags=-all-static) This completes support for Issue #27.
* - Alter the connection view layout, moving the connection details forms ↵rowanbeentje2010-09-091-1555/+1617
| | | | | | | into a scrollview. Switch to centering the form in code, which allows better control and automatic scrollview triggering if the window is too small. - Reduce the minimum window size to 700x400, addressing Issue #788, now the connection view is no longer the constraining factor.
* - Add a further UI hint in the form of a accessory view to the SSH key ↵rowanbeentje2010-09-081-26/+100
| | | | | | | location dialogs (Note: r2615 and this commit both shamelessly stole the UI concept from Transmit 4; thanks to Panic for the inspiration!)
* - Add support for SSH identity files (public keys) in custom locationsrowanbeentje2010-09-081-142/+491
| | | | | | - Update localisable strings - Fix initial window position
* • resized some gui elements for localisationBibiko2010-07-071-23/+23
|
* Enable manual sorting of connection favourites in the preferences, which ↵stuconnolly2010-07-051-10/+269
| | | | will disable automatic sorting. Also, connection favourites sort order in the preferences and the connection view should now be in sync. Needs thoroughly tested. Fixes issue #655.
* Add a new button bar to the query editor in preparation for redesigning the ↵stuconnolly2010-06-151-6/+5
| | | | errors/message panel (show/hide button current inactive and disabled). Rows affected and timing stats are now displayed in the button bar. Also, fix the height of all other button bars.
* Switch the order of the 'gear' and edit menu items on the connection view.stuconnolly2010-06-081-10/+38
|
* Added sorting of the favorites in the connection panel. Will use the same ↵mltownsend2010-06-011-31/+369
| | | | sort order as what is set in preferences as well. Fix for Issue#664
* Add 'Edit Favorite...' context menu item to favorites table view in the ↵stuconnolly2010-03-271-7/+85
| | | | connection view.
* • Connection Controller ViewBibiko2010-03-161-15/+55
| | | | | - set favorite table's next key view in ConnectionView to tab view (standard,socket,ssh) to allow to navigate via ⇥ - if password field of the current selected connection in the ConnectionView is empty set first responder to it since it's very likely that user wants to fill it; otherwise favorite table is first responder
* Fix bugs introduced by last commit.avenjamin2010-01-301-11/+72
| | | | | - SplitView divider now thin - Search Box appears again
* Remove the tooltip from the connection view's name field's cell as it's ↵stuconnolly2009-11-291-100/+752
| | | | already set for actual control.
* - Fix tooltip for Name fields. Was using same tooltip as the hostname field.avenjamin2009-11-291-219/+132
|
* • changed Error Detail HUD window for the connection manager slightly:Bibiko2009-10-131-139/+185
| | | | | | | - suppress spell checking - set left alignment - set a minimum window size - set font size to 12pt (to make it easier to read)
* • due to new minimum size of the connection pane rearranged help buttonBibiko2009-08-281-30/+132
|
* If the SSH tunnel is unable to bind to the local port because there is ↵stuconnolly2009-08-281-3/+10
| | | | already an existing tunnel, give the user the option of using a standard connection to localhost on the port that is in use in order to use the existing tunnel. Fixes issue #371.
* - Fix "Add to favorites" behaviour when the user has no favourites (This ↵rowanbeentje2009-08-071-2/+2
| | | | | | | addresses Issue #354) - Improve favorites saving including names with anonymous users
* - Add a placeholder hint in the SSH password field to indicate public keys ↵rowanbeentje2009-08-041-27/+43
| | | | are used if available