aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPServerVariablesController.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-1/+2
|
* 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
|
* Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-3/+3
| | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* Tidy up.stuconnolly2010-10-191-1/+0
|
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵stuconnolly2010-03-311-2/+1
| | | | favorites (Thanks Hans).
* In an aid to split up the functionality of the TableDocument class as well ↵stuconnolly2009-11-131-0/+53
as reducing the overall size of DBView, split out the server variables sheet into it's own controller and XIB in the same way as the new server processes sheet is implemented.