Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Merge in changes from FeedbackReporter framework master up to ↵ | rowanbeentje | 2012-10-21 | 20 | -3/+11 |
| | | | | | | | 9bcc34dd34396f9e0285f96a148c2071c52e7abb, including localisation improvements and code cleanu$ - Disable retrieval of user's "Me" card from the address book to avoid Security warnings about accessing Contacts on 10.8 | ||||
* | Fix static analysis and release build warnings. | stuconnolly | 2012-10-20 | 3 | -9/+13 |
| | |||||
* | - Prevent new favourites from being created as a sibling/child of the Quick ↵ | rowanbeentje | 2012-10-20 | 2 | -4/+5 |
| | | | | | | | Connect item if it was selected - Name a last unnamed connection thread | ||||
* | - Fix an incorrect selector method after recent thread naming work | rowanbeentje | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Useless comment. | stuconnolly | 2012-10-16 | 1 | -3/+0 |
| | |||||
* | Add HiDPI/@2x versions of Browse and Table Info tab icons. | mattlangtree | 2012-10-16 | 6 | -6/+14 |
| | | | | Update README to give hint about compiling with 10.5 and 10.6 SDK. | ||||
* | Fix MySQL content font not being updated. Issue #1483. | stuconnolly | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Query Editor Preference Pane editor colour tweaks: | rowanbeentje | 2012-10-14 | 2 | -23/+22 |
| | | | | | | - Make the preview colour well square - Make the background colour apply to the full preview table and not just the cell backgrounds | ||||
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 26 | -55/+169 |
| | |||||
* | - Clean up some connection cancellation/close-during-connect edges as a ↵ | rowanbeentje | 2012-10-14 | 7 | -12/+23 |
| | | | | | | | result of r3894, attempting to improve some exceptions during aborted connections - Name threads created in SPMySQL.framework | ||||
* | - In the SPMySQL.framework, separate framework-triggered connections and ↵ | rowanbeentje | 2012-10-14 | 15 | -168/+229 |
| | | | | | | | | | 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 | ||||
* | Update test script to check that it's being run from within Xcode. | stuconnolly | 2012-10-14 | 1 | -0/+6 |
| | |||||
* | - Alter favourite sorting in the connection interface: name sorts are now ↵ | rowanbeentje | 2012-10-10 | 2 | -20/+29 |
| | | | | | | | 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 | ||||
* | - Connection interface: correctly update the sort order when adding new ↵ | rowanbeentje | 2012-10-10 | 1 | -5/+18 |
| | | | | items or renaming items. This addresses Issue #1209 | ||||
* | Connection interface tweaks: | rowanbeentje | 2012-10-09 | 3 | -43/+209 |
| | | | | | | | - 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) | ||||
* | - Connection interface: if dragging items into a node, ensure that node is ↵ | rowanbeentje | 2012-10-09 | 1 | -0/+1 |
| | | | | expanded so the selection is correctly preserved (thanks to schlabberdog for extensive testing!) | ||||
* | - Connection interface: when adding a group node or item, ensure that it's ↵ | rowanbeentje | 2012-10-08 | 1 | -1/+10 |
| | | | | visible by ensuring the parent item is expanded | ||||
* | - Connection interface: if the name of a node is being edited in the ↵ | rowanbeentje | 2012-10-08 | 1 | -0/+5 |
| | | | | sidebar, don't start editing in the main interface | ||||
* | - Fix the Quick Connect entry on the connection screen being a drag and ↵ | rowanbeentje | 2012-10-08 | 7 | -12/+23 |
| | | | | | | | drop target - Speculative fix for 10.6 & 10.5 connection screen padding/layout issues | ||||
* | Fix selector warning. | stuconnolly | 2012-10-07 | 1 | -54/+65 |
| | |||||
* | Increase the minimum size of the connection outline view to match the ↵ | stuconnolly | 2012-10-07 | 1 | -1/+1 |
| | | | | database dropdown. | ||||
* | Constrain the minimum size of the connectiion view split view so we don't ↵ | stuconnolly | 2012-10-06 | 1 | -0/+5 |
| | | | | wrap the quick connect header and hide buttons. | ||||
* | Change the connection screen interface, particularly relating to favourite ↵ | rowanbeentje | 2012-10-06 | 19 | -655/+1079 |
| | | | | | | | | | | | | | | 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 | ||||
* | - Improve connection error detecting in SPMySQLFramework | rowanbeentje | 2012-10-06 | 1 | -1/+3 |
| | |||||
* | Issue 1477: Trigger screen add bug | bamse16 | 2012-10-05 | 1 | -0/+6 |
| | |||||
* | Issue 1470: [REQ] Support for bundling default Themes | bamse16 | 2012-10-05 | 3 | -0/+139 |
| | | | | | | Themes will be copied from Default Themes to ~/Library/Application Support/Sequel Pro/Themes, only if a theme with the same name does not exist in that folder. | ||||
* | * Forgot to include a file in last commit | dmoagx | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | * Rename latin1_german_ci to latin1_german1_ci (checking with mysql3.23 ↵ | dmoagx | 2012-10-03 | 2 | -1/+2 |
| | | | | sources and mysql doc that seems to have always been it's name?) #1476 | ||||
* | Spacing. | stuconnolly | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Add support for JSON data type added in PostgreSQL 9.2 | stuconnolly | 2012-09-28 | 2 | -0/+5 |
| | |||||
* | Tidy up binary handler. | stuconnolly | 2012-09-28 | 2 | -31/+4 |
| | |||||
* | Fix filename typo. | stuconnolly | 2012-09-27 | 2 | -4/+4 |
| | |||||
* | Add a binary data handler. | stuconnolly | 2012-09-27 | 6 | -2/+188 |
| | |||||
* | Comment out incomplete tests. | stuconnolly | 2012-09-27 | 1 | -5/+5 |
| | |||||
* | Add data type tests. | stuconnolly | 2012-09-27 | 3 | -1/+250 |
| | |||||
* | Update test data. | stuconnolly | 2012-09-26 | 1 | -15/+11 |
| | |||||
* | Change project prefix. | stuconnolly | 2012-09-26 | 46 | -865/+873 |
| | |||||
* | Comments. | stuconnolly | 2012-09-26 | 1 | -0/+15 |
| | |||||
* | Switch to using libpqtypes for retrieving numeric values. | stuconnolly | 2012-09-26 | 5 | -72/+63 |
| | |||||
* | Update test data. | stuconnolly | 2012-09-25 | 1 | -13/+15 |
| | |||||
* | * My bad, included wrong name for Japenese translation | dmoagx | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | Fix the failure to process the first row in a result set. | stuconnolly | 2012-09-24 | 3 | -4/+4 |
| | |||||
* | Should be returning an NSNull instance so we don't screw up our array. | stuconnolly | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | Fix the handling of numeric values. | stuconnolly | 2012-09-24 | 5 | -3/+33 |
| | |||||
* | Implement fast enumeration for PostgresKit's result class. Based on ↵ | stuconnolly | 2012-09-24 | 2 | -1/+31 |
| | | | | SPMySQL's implementation by Rowan. | ||||
* | Update MySQL and PosgreSQL library build scripts to find the SDK path. | stuconnolly | 2012-09-24 | 2 | -13/+43 |
| | |||||
* | Fix r3857 regression. There is no table name when more than one item is ↵ | stuconnolly | 2012-09-24 | 1 | -3/+9 |
| | | | | selected. | ||||
* | Tidy up menu validation. | stuconnolly | 2012-09-24 | 2 | -46/+49 |
| | |||||
* | * Updated credits to include Japanese translators | dmoagx | 2012-09-23 | 1 | -35/+53 |
| | |||||
* | - Alter the build settings for compatibility with Xcode 3.2.x up to Xcode ↵ | rowanbeentje | 2012-09-23 | 4 | -399/+4252 |
| | | | | | | | | 4.5, keeping a base SDK of 10.5 for compatibility for otherwise adding and adjusting settings appropriately - Add instructions to the README for Xcode 4 SDK installation. |