aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesPreferencePane.h
Commit message (Collapse)AuthorAgeFilesLines
* - Add the ability to view hidden files in SSH/SSL key selection dialogs; ↵rowanbeentje2011-09-101-0/+3
| | | | this addresses Issue #1176
* Rearchitect preferences, including:stuconnolly2010-11-031-0/+98
- Split each preference pane into their own controller (subclass of SPPreferencePane, which is a subclass of NSViewController). - Each preference pane controller conforms to the protocol SPPreferencePaneProtocol to allow the main preference controller to build the toolbar. - Move the preferences upgrade function to it's own file. - Add SPFontPreviewTextField which is based on Colloquy's JVFontPreviewField to allow previewing of the selected font in the tables and editor preference panes. - Update localisable strings files.