| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
closing the associated window to prevent crashes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- When selecting a group node, instead of hiding the connection details, reset them to an empty state.
- When removing a favorite make sure the details view is also set to an empty state.
- Remove setting the outline view item's text colour, which should fix display issues on 10.7
Addresses points 1 & 5 on issue #1339.
|
|
|
|
|
|
|
|
|
|
| |
- Prevent groups from being dragged into themselves (or child nodes) to prevent data loss
- Improve selection handling when manually reordering nodes
- Don't allow drags of the "Favorites" title at the top of the view to prevent exceptions
- Prevent the "Favorites" title from being collapsed to prevent confusion on 10.7+
- Improve group tooltips to reflect contained favourites and groups
- Improve menu validation checks
|
|
|
|
| |
when closing windows where connections are failing
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
reviewing crash logs and testing a number of situations:
- Improve stability of closing connections after a connection loss
- Minimise prompting a user for connection state restore if closing windows/tabs
- Allow cancellation of keepalive ping threads to prevent crashes after deallocation of parent
- Manually handle ping thread state struct memory to avoid cross-thread deallocation issues
- Improve disconnection speed and resilience
|
|
|
|
| |
instead of relying on the stack; this should address exceptions on background threads when loading tables
|
| |
|
| |
|
| |
|
|
|
|
| |
fixing excpetions if sorting multiple group nodes in a tree
|
|
|
|
|
| |
- Improve debug to catch a structure connection issue
|
|
|
|
| |
around animation issues
|
|
|
|
| |
to SPConnectionController, fixing tweaks missed by the outline view migration; particularly addresses Lion keychain cacheing issues causing password edits to make it appear that those passwords were lost for the rest of the session.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
pagination should still be correctly preserved in all other cases
|
|
|
|
| |
the handling of null values. This also subsequetly caused an exception to be thrown when checking if any passwords needed updated.
|
| |
|
|
|
|
| |
size greater than the current screen. Fixes issue #680.
|
|
|
|
| |
associated test.
|
|
|
|
|
|
|
|
|
|
|
|
| |
background loss of connections:
- Attempt to fix a condition causing a reconnection loop by fixing the order of connection state check and a query variable
- If a connection is lost in the background, only attempt a single reconnect instead of requiring user intervention at once
- Add a new connection state to handle background disconnects
- If the connection has been lost in the background but is about to be used, reconnect it automatically (informing the user of loss if appropriate)
- Don't attempt background reconnections if the connection has not been used for some time
(Also update localisable strings, and tweak navigator controller connection usage)
|
| |
|
|
|
|
| |
dependency on SP specific code and all the tests to build successfully.
|
|
|
|
| |
to using long longs, ensuring 64 bit ID support even on 32 bit systems. This addresses Issue #1335.
|
| |
|
|
|
|
| |
hooked up yet. Part of issue #1235.
|
|
|
|
| |
use of NSRunAlertPanel with SPBeginAlertSheet.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
notifications on dealloc
- Fix a crash on opening windows after closing windows due to an overrelease of the favourites tree
- Fix an exception on logging in due to incorrect keychain ID type on the document
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the groups and favorites contained within it.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| |
| |
| |
| | |
delegate and improve error handling.
|
| | |
|
| | |
|