aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGeneralPreferencePane.m
Commit message (Collapse)AuthorAgeFilesLines
* Minor internal changesMax2015-01-061-0/+6
|
* Formalize [x release], x = nil; conventionMax2015-01-041-1/+1
| | | | | Take this commit as a proposal to formalize our existing "[x release], x = nil;" convention by introducing a macro for it. Feel free to revert this commit if you see issues with the approch or implementation.
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* Improve default favorite popup button handling when there are no favorites.stuconnolly2012-05-271-6/+16
|
* Update general preference pane code that was missed in the merge.stuconnolly2012-05-021-28/+103
|
* Protect against dodgy preference data that may case bounds exceptions when ↵stuconnolly2012-01-111-3/+5
| | | | selecting the default favorite in the general preference pane.
* Rearchitect preferences, including:stuconnolly2010-11-031-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.