Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build errors. | stuconnolly | 2010-11-09 | 1 | -1/+3 |
| | |||||
* | First changes towards changing the initial connection view's favorites table ↵ | stuconnolly | 2010-11-09 | 1 | -17/+3 |
| | | | | list to an outline view in order to support grouping favorites. Future changes include creating a favorites data controller, including migrating favorites storage to their own plist in the app support directory as well as support for grouping favorites. | ||||
* | Rearchitect preferences, including: | stuconnolly | 2010-11-03 | 1 | -1/+1 |
| | | | | | | | | | - 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. | ||||
* | Move SPConnectionController's delegate methods to their own protocol. | stuconnolly | 2010-10-29 | 1 | -0/+49 |