aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
Commit message (Expand)AuthorAgeFilesLines
* - Improve startup when loading from file, preventing overwrite of details re...rowanbeentje2013-03-121-1/+10
* Restore tab bar label when cancelling a connection. avenjamin2013-03-101-1/+2
* - When favorites in the connection view gave no password, no longer set the ...rowanbeentje2013-02-211-2/+27
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-141/+141
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-10/+20
* - Allow all filenames/types in SSH and SSL key/cert selection dialogs, to fi...release-1.0.1rowanbeentje2013-01-291-11/+2
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-2/+4
* - Prevent Groups from being created as a child of the Quick Connection item,...rowanbeentje2012-12-301-4/+2
* - Fix favourite editing on the connection interface being unable to delete s...rowanbeentje2012-12-141-3/+25
* - Improve connection testing to use edited passwords on a connection with ke...rowanbeentje2012-11-281-6/+9
* - When the connection interface is restored as a result of a connection atte...rowanbeentje2012-11-201-1/+9
* Fix the selected node in the favorites connection view when adding a new favo...stuconnolly2012-11-181-5/+6
* - Attempt to fix nightly build signingrowanbeentje2012-11-181-1/+1
* - When connection details are saved, ensure the outline view reflects the ch...rowanbeentje2012-11-081-2/+3
* - Prevent new favourites from being created as a sibling/child of the Quick ...rowanbeentje2012-10-201-2/+2
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-2/+3
* - Clean up some connection cancellation/close-during-connect edges as a resu...rowanbeentje2012-10-141-4/+1
* - In the SPMySQL.framework, separate framework-triggered connections and dis...rowanbeentje2012-10-141-17/+43
* - Alter favourite sorting in the connection interface: name sorts are now ca...rowanbeentje2012-10-101-20/+29
* - Connection interface: correctly update the sort order when adding new item...rowanbeentje2012-10-101-5/+18
* Connection interface tweaks:rowanbeentje2012-10-091-37/+57
* - Connection interface: when adding a group node or item, ensure that it's v...rowanbeentje2012-10-081-1/+10
* - Fix the Quick Connect entry on the connection screen being a drag and drop...rowanbeentje2012-10-081-1/+1
* Change the connection screen interface, particularly relating to favourite ed...rowanbeentje2012-10-061-226/+355
* - Remove all BWToolKit elements in the connection view, replacing with stand...rowanbeentje2012-08-011-0/+14
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-14/+21
* Merged SP r3710 with Codasqlprodev2012-07-051-0/+54
* - Fix flickering and incorrect connection view positioning on initial window...rowanbeentje2012-06-051-2/+2
* - Fix loss of connection name/password for SSH connections whn switching fro...rowanbeentje2012-06-051-2/+6
* - Fix saving of connection password on host changes from triggering too oftenrowanbeentje2012-06-051-8/+2
* - Fix loss of password on certain connection editing actions (type changes, ...rowanbeentje2012-06-041-0/+11
* - Remove delayed favourite selection call on tab setup. This fixes detail r...rowanbeentje2012-06-031-52/+42
* - Fix deselection of favourites on key selection, correctly preserving edits...rowanbeentje2012-05-291-1/+0
* - Fix issues where removing favorites could cause crashes in other tabs/wind...rowanbeentje2012-05-281-0/+7
* Improve connection handling and editing:rowanbeentje2012-05-271-2/+5
* Conection outline view fixes:stuconnolly2012-05-241-1/+38
* Improvements to connection view outline view:rowanbeentje2012-05-201-0/+3
* - Clean up connection delegate on connection view close, addressing crashes ...rowanbeentje2012-05-191-1/+4
* Fix implicit cast warnings.stuconnolly2012-05-111-1/+1
* - Iterate over group nodes backwards when removing them during sorting, fixi...rowanbeentje2012-05-101-2/+2
* - Ensure the selected connection is correctly scrolled to on Lion, working a...rowanbeentje2012-05-101-1/+11
* Reapply changes from r3314, r3447 and r3450 from SPFavoritesPreferencePane to...rowanbeentje2012-05-091-24/+30
* - Fix crashes when duplicating favouritesrowanbeentje2012-05-081-16/+18
* Fix an error thrown when attempting to save favorites data to disk caused by ...stuconnolly2012-05-081-3/+3
* When creating a connection favorite from the entered details, replace the use...stuconnolly2012-05-031-2/+6
* Remove KVO observers when closing the main window.stuconnolly2012-05-031-4/+24
* Add support for saving the state of the connection favorites outline view.stuconnolly2012-05-031-1/+1
* - Fix a crash on closing windows by deregistering controller view notificati...rowanbeentje2012-05-021-2/+3
* - Alter the variable that currentFavorite tracks to the favourite instead of...rowanbeentje2012-05-021-13/+19
* Fix memory leaks.stuconnolly2012-05-021-1/+5