Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+19 |
| | |||||
* | A few more tweaks for SP r3710 merge with Coda | sqlprodev | 2012-07-05 | 1 | -1/+4 |
| | |||||
* | Tidy up. | stuconnolly | 2012-01-24 | 1 | -1/+3 |
| | |||||
* | Add the ability to export favorites. | stuconnolly | 2011-06-12 | 1 | -1/+1 |
| | |||||
* | Add support for auto saving expanded items. | stuconnolly | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | Fix build errors. | stuconnolly | 2010-11-09 | 1 | -1/+3 |
| | |||||
* | First changes towards changing the initial connection view's favorites table ↵ | stuconnolly | 2010-11-09 | 1 | -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: | stuconnolly | 2010-11-03 | 1 | -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. | stuconnolly | 2010-10-29 | 1 | -0/+49 |