aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoriteNode.h
Commit message (Collapse)AuthorAgeFilesLines
* Comment typo.Stuart Connolly2017-03-171-1/+2
|
* * Fully enable export of favorite groupsMax2015-05-111-1/+2
| | | | | | * Favorites can now be imported, sorted even if "Quick Connect" is selected * Favorite files containing groups will now be imported correctly * If a favorite and the group containing said favorite are exported, the favorite will no longer be included twice
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* Fix issue related to dragging a node to a group node that is being renamed ↵stuconnolly2011-03-131-6/+4
| | | | as well as fix all warnings related to the connection outlinew view.
* Add support for auto saving expanded items.stuconnolly2011-03-051-1/+1
|
* Comments.stuconnolly2010-12-061-4/+1
|
* Apply new favorites outline view patch.stuconnolly2010-12-051-20/+7
|
* Refactor the favorite node class and fix auto-selection of the default or ↵stuconnolly2010-11-111-10/+19
| | | | last used favorite.
* Comments.stuconnolly2010-11-091-0/+19
|
* First changes towards changing the initial connection view's favorites table ↵stuconnolly2010-11-091-0/+37
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.