aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Please note this revision will re-prompt for access to all KeyChain passwor...rowanbeentje2012-11-1814-195/+226
* Comments.stuconnolly2012-11-172-2/+7
* - When connection details are saved, ensure the outline view reflects the ch...rowanbeentje2012-11-081-2/+3
* - Improve trigger adding and editing, re-opening the add/edit trigger window...rowanbeentje2012-11-082-34/+45
* - If the connection exits unexpectedly when muxing, disable connection muxin...rowanbeentje2012-10-303-11/+42
* Add new PNG images for retina/non-retina button refresh. mattlangtree2012-10-252-0/+0
* - Merge in changes from FeedbackReporter framework master up to 9bcc34dd3439...rowanbeentje2012-10-2120-3/+11
* Fix static analysis and release build warnings.stuconnolly2012-10-203-9/+13
* - Prevent new favourites from being created as a sibling/child of the Quick ...rowanbeentje2012-10-202-4/+5
* - Fix an incorrect selector method after recent thread naming workrowanbeentje2012-10-201-1/+1
* Useless comment.stuconnolly2012-10-161-3/+0
* Add HiDPI/@2x versions of Browse and Table Info tab icons.mattlangtree2012-10-166-6/+14
* Fix MySQL content font not being updated. Issue #1483.stuconnolly2012-10-151-1/+1
* Query Editor Preference Pane editor colour tweaks:rowanbeentje2012-10-142-23/+22
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-1426-55/+169
* - Clean up some connection cancellation/close-during-connect edges as a resu...rowanbeentje2012-10-147-12/+23
* - In the SPMySQL.framework, separate framework-triggered connections and dis...rowanbeentje2012-10-1415-168/+229
* Update test script to check that it's being run from within Xcode.stuconnolly2012-10-141-0/+6
* - Alter favourite sorting in the connection interface: name sorts are now ca...rowanbeentje2012-10-102-20/+29
* - Connection interface: correctly update the sort order when adding new item...rowanbeentje2012-10-101-5/+18
* Connection interface tweaks:rowanbeentje2012-10-093-43/+209
* - Connection interface: if dragging items into a node, ensure that node is e...rowanbeentje2012-10-091-0/+1
* - Connection interface: when adding a group node or item, ensure that it's v...rowanbeentje2012-10-081-1/+10
* - Connection interface: if the name of a node is being edited in the sidebar...rowanbeentje2012-10-081-0/+5
* - Fix the Quick Connect entry on the connection screen being a drag and drop...rowanbeentje2012-10-087-12/+23
* Fix selector warning.stuconnolly2012-10-071-54/+65
* Increase the minimum size of the connection outline view to match the databas...stuconnolly2012-10-071-1/+1
* Constrain the minimum size of the connectiion view split view so we don't wra...stuconnolly2012-10-061-0/+5
* Change the connection screen interface, particularly relating to favourite ed...rowanbeentje2012-10-0619-655/+1079
* - Improve connection error detecting in SPMySQLFrameworkrowanbeentje2012-10-061-1/+3
* Issue 1477: Trigger screen add bugbamse162012-10-051-0/+6
* Issue 1470: [REQ] Support for bundling default Themesbamse162012-10-053-0/+139
* * Forgot to include a file in last commitdmoagx2012-10-031-1/+1
* * Rename latin1_german_ci to latin1_german1_ci (checking with mysql3.23 sourc...dmoagx2012-10-032-1/+2
* Spacing.stuconnolly2012-10-021-1/+1
* Add support for JSON data type added in PostgreSQL 9.2stuconnolly2012-09-282-0/+5
* Tidy up binary handler.stuconnolly2012-09-282-31/+4
* Fix filename typo.stuconnolly2012-09-272-4/+4
* Add a binary data handler.stuconnolly2012-09-276-2/+188
* Comment out incomplete tests.stuconnolly2012-09-271-5/+5
* Add data type tests.stuconnolly2012-09-273-1/+250
* Update test data.stuconnolly2012-09-261-15/+11
* Change project prefix.stuconnolly2012-09-2646-865/+873
* Comments.stuconnolly2012-09-261-0/+15
* Switch to using libpqtypes for retrieving numeric values.stuconnolly2012-09-265-72/+63
* Update test data.stuconnolly2012-09-251-13/+15
* * My bad, included wrong name for Japenese translationdmoagx2012-09-241-1/+1
* Fix the failure to process the first row in a result set.stuconnolly2012-09-243-4/+4
* Should be returning an NSNull instance so we don't screw up our array.stuconnolly2012-09-241-1/+1
* Fix the handling of numeric values.stuconnolly2012-09-245-3/+33