aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPreferencesUpgrade.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug that caused an exception when launching with empty preferences ↵stuconnolly2011-03-271-1/+1
| | | | (and thus favorites).
* Bring outline view branch up to date with trunk (r3235:r3245), which should ↵stuconnolly2011-03-191-4/+4
| | | | resolve all warnings.
* Constants.stuconnolly2011-03-121-2/+2
|
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-4/+4
|
* Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-2/+5
|\
| * • changed the way to check for available update of Default BundlesBibiko2011-01-031-2/+5
| | | | | | | | - perform a check only if the revision number is greater as the last recorded one, in other words if an updated version of Sequel Pro was installed and runs for the very first time
* | Remove old favorites constant.stuconnolly2010-12-191-10/+13
| |
* | Apply new favorites outline view patch.stuconnolly2010-12-051-4/+26
|/
* Make sure the root favorite has a name key and value. Also, update string files.stuconnolly2010-11-111-4/+6
|
* More work on the new favorites controller, including loading and saving as ↵stuconnolly2010-11-111-0/+48
| | | | well as the method to migrate existing favorites data. Currently not yet active.
* Rearchitect preferences, including:stuconnolly2010-11-031-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.