aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNetworkPreferencePane.h
Commit message (Collapse)AuthorAgeFilesLines
* Add UI for custom SSL cipher listsMax2015-03-211-1/+4
| | | | | | See Preferences > Network. Note: If you play around with that too much and libmysql can no longer connect, don't hope for a meaningful error. It will rather be something like "protocol version mismatch".
* Allow selection of SSH client binary in prefsMax2015-03-171-2/+12
| | | | Hey, I was against this, but if you want it... - just don't blame me for what might happen :shipit:
* 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
|
* 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.