aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerDelegate.h
Commit message (Collapse)AuthorAgeFilesLines
* merge SPConnectionController (part of #2789)Max2018-01-201-47/+0
|
* 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
|
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-1/+1
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* A few more tweaks for SP r3710 merge with Codasqlprodev2012-07-051-1/+4
|
* Tidy up.stuconnolly2012-01-241-1/+3
|
* Add the ability to export favorites.stuconnolly2011-06-121-1/+1
|
* Add support for auto saving expanded items.stuconnolly2011-03-051-1/+1
|
* Fix build errors.stuconnolly2010-11-091-1/+3
|
* First changes towards changing the initial connection view's favorites table ↵stuconnolly2010-11-091-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:stuconnolly2010-11-031-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.stuconnolly2010-10-291-0/+49