| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
background, eg as a result of an application quarantine dialog. This addresses Issue #1375.
- Fix exceptions and multiple errors when opening locked or encrypted session files where opening is cancelled.
|
|
|
|
|
|
|
| |
- Ensure that favourites are saved synchronously on exit to avoid background threads being killed
- Improve logging on favourite rename error
- Only save favourites on exit if a connection window is open
|
|
|
|
|
|
|
| |
preference serialisation, causing Issue #1332. Reworking the order of commands ensure this is performed more safely.
- Move upgrade routine to only be called on version upgrades, tweak order of calls
|
|
|
|
|
|
|
|
| |
results found and showing the table of contents if the field is cleared
- Permit help searches for the operator "%" as a standalone string
- Update localisable strings
|
|
|
|
|
|
|
| |
mathematical operators
- Add support for more help links
|
| |
|
|
|
|
| |
issues with 4.1.x servers (Issue #1378)
|
|
|
|
|
|
|
|
|
| |
- Make the default sheet width wider
- Change "Default" encoding to "Inherit from database" to clarify the action of the menu item
- Fix retrieval of default table type on recent MySQL versions
- Fix retain of default server table type
This should address Issue #1377.
|
| |
|
|
|
|
| |
fixing overrelease crashing on exit
|
|
|
|
| |
errors when exports are interrupted, for example by file path errors, and then restarted. This addresses Issue #1364.
|
|
|
|
| |
new table sheet. Implements issue #1245.
|
| |
|
|
|
|
| |
window creation
|
|
|
|
|
|
|
| |
from an empty selection
- Fix a build warning
|
| |
|
|
|
|
| |
localhost/127.0.0.1 auto-type changes)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
return their data as pre-prepared HEX values to avoid character encoding/binary data issues, addressing Issue #1330.
- Fix outputting headers for tables not being exported, addressing Issue #1365
- Speed up export of numeric values slightly
|
|
|
|
|
|
|
| |
reset issues causing Issue #1362 and Issue #1338, possibly others.
- Clean up duplicate code setting and resetting connection interface state, ensuring one code path used by all
|
|
|
|
| |
to be legacy code from r600 (!) when the queries were run in a non-threaded manner. This addresses Issue #1337.
|
|
|
|
| |
correctly build the column syntax if the last field(s) are set not to import, addressing Issue #1358.
|
|
|
|
|
|
|
| |
edits; this will improve Issue #1332
- Fix width of SSH key field
|
|
|
|
|
|
| |
- Switch to using a UUID for the backup filename to prevent issues of it already existing.
- Fix an obvious logic error whereby the saving would be aborted when we couldn't create the backup file (fixes issue #1357).
|
|
|
|
|
|
|
|
| |
tabs/windows where the favorite was selected (Issue #1351)
- Keep multiple windows and tabs in sync when editing favorites
- Fix a new KVO observation not being removed on object teardown
|
|
|
|
| |
contained the word "bind".
|
|
|
|
|
|
|
|
|
| |
- Fix long-standing intermittent crashes caused by connection errors after SSH tunnels were established
- Fix edits causing keychain -25299 errors (Issue #1340)
- Allow changes of favourite type to be saved rather than disassociating the edit from the selection
- Fix the favourites view scrolling to the top when there's no selection and connection details are being edited
- Fix some issues with automatic naming of connections on connection type change
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
|
|
|
| |
of a reference to the retained error string to avoid any overrelease errors later affecting the framework
|
|
|
|
| |
instead of relying on the stack; this should address exceptions on background threads when loading tables
|
|
|
|
| |
paths, improving general connection robustness in recent builds
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|