aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a 'Keyboard Shortcuts' menu item to the 'Help' menu which opens the page ↵stuconnolly2010-03-101-0/+1
| | | | http://www.sequelpro.com/docs/Keyboard_Shortcuts.
* Fix warning introduced in r1850 by making SPAppController conform to the ↵stuconnolly2010-03-061-1/+2
| | | | FeebackReporter's FRFeedbackReporterDelegate protocol.
* Improve Feedback reporter privacy and functionality:rowanbeentje2010-03-061-0/+3
| | | | | | | | - Update to a development version of the feedback reporter, which improves logging and allows functionality like exception reporting from non-main threads (together with many other improvements). - Use the new preference privacy delegate methods to remove query history and favorite settings, together with other hostname/user path type settings, to anonymise the preferences submitted - Limit the console log submitted to 10k - Move the framework into the Frameworks folder
* The result of being bored. Add a nicer looking about panel based on Adium's.stuconnolly2009-11-191-1/+3
|
* Add a 'Provide Feedback' menu item to the help menu, which links to ↵stuconnolly2009-10-161-0/+1
| | | | http://www.sequelpro.com/docs/Contact_the_developers.
* • cleaned the current Applescript support definitions slightlyBibiko2009-10-131-3/+0
| | | | | - removed unnecessary method 'handleQuitScriptCommand' from SPAppController - set main class to SPAppController
* • Sequel Pro now understands the AppleScript command 'quit' correctlyBibiko2009-10-131-1/+3
| | | | - this fixed issue 434
* • outsourced SPEncodingPopupAccessoryBibiko2009-08-221-0/+2
| | | | | | - added SPEncodingPopupAccessory class and nib - it returns an accessory view containing a popup menu with predefined encodings - removed that view from DBView
* • further improvements for open/save SQL/SPF filesBibiko2009-08-221-0/+1
|
* Rename MainController to SPAppController.stuconnolly2009-08-081-0/+56