aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPreferencesUpgrade.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-0/+1
|
* - Display startup release notes (eg post-r3921) to not block startup, ↵rowanbeentje2012-12-161-1/+1
| | | | preventing duplicate "Help" menus - with thanks to Michaël Gallego and schlabberdog
* - Swap around the Custom Query "Run All" and "Run ↵rowanbeentje2012-12-011-0/+1
| | | | | | | | Current/Previous/Selection" shortcuts and positions (Issue #1094) - Tweak the designated requirement to correctly sign the tunnel assistant (Issue #1503) - Add support for important release notes in the version upgrade routines to highlight important issues, and add notes for the button swap and signing change to alert users
* * Please note this revision will re-prompt for access to all KeyChain ↵rowanbeentje2012-11-181-0/+1
| | | | | | | | | | passwords * - Change the bundle identifier from com.google.code.sequel-pro to com.sequelpro.SequelPro - Change the code signing process to use a new identity and requirement, to add Developer ID support on 10.7+ but to also maintain functionality on 10.5+ - Add a preference migration routine to copy the old application defaults to the new bundle identifier's defaults - Re-order the default keys to alphabetical to more easily locate values
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* More work on the new favorites controller, including loading and saving as ↵stuconnolly2010-11-111-0/+1
| | | | well as the method to migrate existing favorites data. Currently not yet active.
* Rearchitect preferences, including:stuconnolly2010-11-031-0/+37
- 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.