| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
closing an unconnected tab (fixes #2221)
|
|
|
|
|
|
| |
exception if groups are present (fixes #2151)
Groups are now placed at the top when not sorting by "name".
|
|
|
|
| |
* Removed some leftover elements in Prefs from the old favorites UI
|
|
|
|
|
|
| |
* Favorites can now be imported, sorted even if "Quick Connect" is selected
* Favorite files containing groups will now be imported correctly
* If a favorite and the group containing said favorite are exported, the favorite will no longer be included twice
|
|
|
|
|
|
| |
no favorites are selected
* Select "Quick Connect" after deleting a favorite
|
|
|
|
| |
address #2042
|
| |
|
|
|
|
|
| |
Take this commit as a proposal to formalize our existing "[x release], x = nil;" convention by introducing a macro for it.
Feel free to revert this commit if you see issues with the approch or implementation.
|
|
|
|
| |
When cancelling a connection, because SSH is asking for a password, the "SSH connecting…" message in the upper right window corner would not be reset.
|
|
|
|
|
|
| |
* [NSDictionary dictionary] → @{}
* [NSDictionary dictionaryWithObject:forKey:] can safely be replaced. object==nil would have already thrown a NPE in the past.
* Also replaced some (hopefully safe) NSArray initializers (ie. their objects should always exist).
|
|
|
|
|
| |
* (Also changed some outdated URLs)
* Replaced [NSApplication sharedApplication] with NSApp
|
| |
|
| |
|
|
|
|
| |
when toggling SSL/switching tabs to start an edit
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
enable some more
|
|
|
|
| |
read from a spf/spfs during startup. This addresses Issue #1619
|
| |
|
|
|
|
| |
focus to the password field as soon as they're selected; instead, make the password field the next responder for tab keys. This addresses Issue #1555.
|
| |
|
| |
|
|
|
|
| |
fix naming issues; addresses Issue #1544 and Issue #1493
|
| |
|
|
|
|
| |
item, instead creating them at the bottom of the favourites list to prevent favourite loss
|
|
|
|
| |
some properties
|
|
|
|
|
|
|
| |
keychain entries
- Clean up connection error handling slightly
|
|
|
|
| |
attempt cancellation or failure, restore the passwords from their bulleted-out state. This addresses Issue #1497.
|
|
|
|
| |
favorite to an empty group.
|
|
|
|
|
| |
- Add .key to the SSH key accepted file type list to partially address Issue #1493
|
|
|
|
| |
change in edit status
|
|
|
|
|
|
|
| |
Connect item if it was selected
- Name a last unnamed connection thread
|
| |
|
|
|
|
|
|
|
| |
result of r3894, attempting to improve some exceptions during aborted connections
- Name threads created in SPMySQL.framework
|
|
|
|
|
|
|
|
|
| |
disconnections from external actions, and use that separation to perform safer disconnects
- When closing a database document, add a new notification, and use that to resolve retain cycles affecting connection processes
- Improve connection controller disconnection when the document is closed, fixing crashes, by building on those two features (addresses Issue #1396)
- Use some of the new functionality to improve SSH and MySQL connection cancellation, making both cancelable in the interface and making both respond much more quickly
|
|
|
|
|
|
|
| |
case-insensitive for a more Mac-like feel, groups are sorted alphabetically among favourite nodes when name sorting is being used, and above (or below when reversed) other favourites in type/host mode
- Update localisable strings and fix a warning
|
|
|
|
| |
items or renaming items. This addresses Issue #1209
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
visible by ensuring the parent item is expanded
|
|
|
|
|
|
|
| |
drop target
- Speculative fix for 10.6 & 10.5 connection screen padding/layout issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
window creation
|