aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesController.m
Commit message (Expand)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* Further improvements to further address Issue #1332:rowanbeentje2012-06-231-4/+17
* - Address favourites saving on quit, which appears to sometimes die during p...rowanbeentje2012-06-221-26/+26
* Favorites saving:stuconnolly2012-05-291-25/+24
* - Fix issues where removing favorites could cause crashes in other tabs/wind...rowanbeentje2012-05-281-0/+6
* Fix more gcc warnings.stuconnolly2012-05-091-0/+1
* Add support for saving the state of the connection favorites outline view.stuconnolly2012-05-031-3/+7
* Fix memory leaks.stuconnolly2012-05-021-6/+6
* Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-1/+2
* Add the ability to export favorites.stuconnolly2011-06-121-1/+3
* 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-3/+4
* Fix bug that caused newly added nodes to be autoreleased twice resulting in a...stuconnolly2011-03-061-2/+2
* Fix a bug that resulting in some favorite nodes being incorrectly identified ...stuconnolly2011-01-121-2/+0
* Fix a crash when deleting a favorite.stuconnolly2010-12-121-1/+1
* Fix crash when deleting a group node.stuconnolly2010-12-061-1/+1
* Apply new favorites outline view patch.stuconnolly2010-12-051-57/+283
* The favorites controller needs to load favorites into a mutable dictionary.stuconnolly2010-11-121-1/+1
* Make sure the root favorite has a name key and value. Also, update string files.stuconnolly2010-11-111-1/+1
* Commenting and move SPFavoriteNode within Xcode's logical structure.stuconnolly2010-11-111-0/+5
* More work on the new favorites controller, including loading and saving as we...stuconnolly2010-11-111-11/+167
* Add a new class template for the favorites controller.stuconnolly2010-11-101-0/+62