aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoriteNode.m
Commit message (Collapse)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* Fix memory leaks.stuconnolly2012-05-021-1/+1
|
* Bring outline view branch up to date with trunk (r3235:r3245), which should ↵stuconnolly2011-03-191-6/+2
| | | | resolve all warnings.
* Fix issue related to dragging a node to a group node that is being renamed ↵stuconnolly2011-03-131-3/+4
| | | | as well as fix all warnings related to the connection outlinew view.
* Add support for auto saving expanded items.stuconnolly2011-03-051-0/+21
|
* Add description methods to tree node classes to aid debugging.stuconnolly2010-12-051-0/+9
|
* Apply new favorites outline view patch.stuconnolly2010-12-051-8/+31
|
* Refactor the favorite node class and fix auto-selection of the default or ↵stuconnolly2010-11-111-9/+11
| | | | last used favorite.
* First changes towards changing the initial connection view's favorites table ↵stuconnolly2010-11-091-0/+54
list to an outline view in order to support grouping favorites. Future changes include creating a favorites data controller, including migrating favorites storage to their own plist in the app support directory as well as support for grouping favorites.