Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug that prevented nested groups from being indented properly in the ↵ | stuconnolly | 2011-03-20 | 1 | -1/+4 |
| | | | | default favorite popup button. | ||||
* | Remove sub-menus from default favorite popup button. | stuconnolly | 2011-03-19 | 1 | -21/+59 |
| | |||||
* | Bind the default favorites drop down menu pref to the new favorites data ↵ | stuconnolly | 2011-03-17 | 1 | -7/+61 |
| | | | | file, with sub-menus representing groups (still a bit buggy). | ||||
* | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -25/+12 |
| | |||||
* | Rearchitect preferences, including: | stuconnolly | 2010-11-03 | 1 | -0/+124 |
- 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. |