aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGeneralPreferencePane.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the default favorite not being selected properly.stuconnolly2012-01-231-1/+0
|
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-0/+1
|
* Remove sub-menus from default favorite popup button.stuconnolly2011-03-191-0/+2
|
* Bind the default favorites drop down menu pref to the new favorites data ↵stuconnolly2011-03-171-2/+0
| | | | file, with sub-menus representing groups (still a bit buggy).
* Apply new favorites outline view patch.stuconnolly2010-12-051-1/+0
|
* Rearchitect preferences, including:stuconnolly2010-11-031-0/+47
- 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.