Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old favorites constant. | stuconnolly | 2010-12-19 | 1 | -10/+13 |
| | |||||
* | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -4/+26 |
| | |||||
* | Make sure the root favorite has a name key and value. Also, update string files. | stuconnolly | 2010-11-11 | 1 | -4/+6 |
| | |||||
* | More work on the new favorites controller, including loading and saving as ↵ | stuconnolly | 2010-11-11 | 1 | -0/+48 |
| | | | | well as the method to migrate existing favorites data. Currently not yet active. | ||||
* | Rearchitect preferences, including: | stuconnolly | 2010-11-03 | 1 | -0/+300 |
- 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. |