aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/ConnectionView.xib
Commit message (Collapse)AuthorAgeFilesLines
* Fix connection view input fields accepting multi-line input (#2269)Max2015-10-071-22/+22
|
* Fix some incorrect tooltip messages (fixes #2139)Max2015-06-171-9/+9
|
* * Fix some spacing issues for localizationMax2015-05-151-35/+397
| | | | * Removed some leftover elements in Prefs from the old favorites UI
* Touch all XIB files with Xcode 6.1.1Max2014-12-191-101/+228
| | | | | No"real" changes were made. NOTE: There is actually a chance for this change to break stuff.
* Another attempt to fix the cog menus on 10.10Max2014-11-211-34/+34
| | | | | | | Previously our cog menus have been Round Rect (borderless) NSPopupButtons with text aligned to the left of the image as that combination would allow us to make the box of the button exactly as big as the image. However in 10.10 Apple changed the layout so that a padding is always added on the right border of a popup button (except if the menu is attached to the left). From playing around I found the only setting to be compatible between 10.9 and 10.10 to be the button type Bevel (borderless). This commit changes all cog buttons to Bevel type in hopes those will also look the same on 10.8, 10.7, 10.6.
* Enable SSL over SSH connection configuration.Howard P. Logsdon2014-03-071-562/+2003
| | | | This appears to work, as I’m able to connect to mysql instances through an ssh tunnel, with ssl configuration, but I probably should wireshark the connection to determine actual network traffic.
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-2/+2
|
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-6141/+3489
|
* * This change adds basic tab coloring support for favorites - ** POC / NEEDS ↵dmoagx2013-10-231-9482/+9814
| | | | | | | | | REVIEW ** Known issues: * There might be additional colors be shown when dragging tabs between windows * The color set might need fine tuning * Coloring of items in the favorite outline view is not yet handled
* - Correctly link the SSH name field, fixing issues editing and ↵rowanbeentje2013-04-141-9468/+9482
| | | | automatically filling in connection names on the SSH tab, addressing Issue #1686
* Build config update:stuconnolly2013-01-241-7/+3
| | | | | | | | | - Update base SDK to 10.6 - Update minimum OS version to 10.6 - Update all XIB to have a 10.6 target - Drop support for PPC - Apply all of the above to frameworks SPMySQLFramework and QueryKit
* Fix IB warnings.stuconnolly2013-01-031-9489/+9472
|
* Connection interface tweaks:rowanbeentje2012-10-091-5/+151
| | | | | | | - When adding a new connection and name editing is entered, accept name changes without validating hostnames etc - When deleting groups of nodes, ensure that passwords for child nodes are correctly removed from the Keychain - Add remove item, rename item, and duplicate item entries to the connection interface gear menu (matching the contextual menu)
* Change the connection screen interface, particularly relating to favourite ↵rowanbeentje2012-10-061-122/+341
| | | | | | | | | | | | | | editing on the connection screen (Issue #1339, Issue #1440): - No longer save changes made to connection favourites as soon as the interface is updated - Alter the interfaace if favourites are editing, offering to save the changes either to the old connection favourite or to a new favourite - Add a "Test connection" button to verify changes before saving - Add a "Quick Connect" entry to the top of the connection view's favourites list so a blank form is always available - Use a custom highlight when editing favourites to show the favourite has changed but is still linked - Reduce the margin on the left-hand side of the connection favourites list to increase the available space - Alter favourite name generation, making it less aggressive when generating names from partial details (eg creating names of just "@") and removing the user - Alter key icon usage to correctly update the button appearance if an SSL or SSH key is selected
* - 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
|