Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix more compiler warnings. | stuconnolly | 2011-03-04 | 1 | -2/+2 |
| | |||||
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -0/+2 |
| | |||||
* | - Improve on r3070 by also adding .crt extension support in the favourites | rowanbeentje | 2011-01-05 | 1 | -2/+2 |
| | |||||
* | Make sure the root favorite has a name key and value. Also, update string files. | stuconnolly | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | Refactor the favorite node class and fix auto-selection of the default or ↵ | stuconnolly | 2010-11-11 | 1 | -4/+4 |
| | | | | last used favorite. | ||||
* | Rearchitect preferences, including: | stuconnolly | 2010-11-03 | 1 | -0/+902 |
- 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. |