aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoriteNode.m
Commit message (Collapse)AuthorAgeFilesLines
* - Manually handle some SPFileHandle memory management to significantly ↵rowanbeentje2012-04-121-1/+1
| | | | | | | improve memory usage during large exports, particularly improving memory which appeared to never be reclaimed - Fix some minor memory leaks throughout the application
* 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.