aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Make sure the connection details input is visible after removing a node.stuconnolly2012-05-021-0/+3
* Prevent connection initialization when there's no favorite selected.stuconnolly2012-05-021-8/+10
* When removing an empty group node don't display the warning about removing th...stuconnolly2012-05-021-60/+79
* Merge outline view branch into trunk.stuconnolly2012-05-021-984/+866
|\
| * Restrict favorites import to only plists.stuconnolly2012-04-291-1/+1
| * Bring outline view branch up to date with trunk.stuconnolly2012-04-161-1/+3
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-0/+1
| * Tidy up.stuconnolly2012-01-281-3/+1
| * Tidy up.stuconnolly2012-01-241-6/+13
| * Tidy up.stuconnolly2012-01-231-7/+22
| * When exporting a single favorite, make the filename the name of the favorite.stuconnolly2012-01-231-1/+3
| * Split out connection controller initialization.stuconnolly2012-01-221-131/+5
| * Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-7/+26
| * Favorites import progress.stuconnolly2011-10-021-11/+15
| * Don't allow newlines in the connection view input fields. Fixes issue #1008.stuconnolly2011-08-071-0/+12
| * Work on importing favorites.stuconnolly2011-08-011-5/+5
| * Add the ability to export favorites.stuconnolly2011-06-121-1/+16
| * Fix exceptions being thrown upon launch.stuconnolly2011-05-141-0/+8
| * Remove references to deleted image.stuconnolly2011-03-261-1/+3
| * Expand all tree children to allow the default to be selected.stuconnolly2011-03-191-1/+1
| * Change categories to class extensions to enable compile time checking of meth...stuconnolly2011-03-191-1/+1
| * Fix issue related to dragging a node to a group node that is being renamed as...stuconnolly2011-03-131-8/+12
| * Warnings.stuconnolly2011-03-131-8/+8
| * Fix last used favorite not being remembered.stuconnolly2011-03-121-1/+1