aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
Commit message (Expand)AuthorAgeFilesLines
* Fix comment typo as a result of recent change.stuconnolly2010-01-231-1/+1
* Restore default behaviour of bringing the most recent window to the front whe...stuconnolly2010-01-221-1/+3
* • removed from each open panel:Bibiko2010-01-151-1/+4
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-2/+2
* Convert URL constants from #define's to extern's.stuconnolly2009-12-111-5/+5
* - Add document images for .spf and .sql filesrowanbeentje2009-12-091-4/+4
* Remember to release the about controller.stuconnolly2009-11-191-0/+1
* The result of being bored. Add a nicer looking about panel based on Adium's.stuconnolly2009-11-191-1/+12
* If SP is already running, but there are no documents open, clicking the dock ...stuconnolly2009-11-141-12/+36
* Tidy up and forgot to commit project file.stuconnolly2009-11-131-35/+42
* Add constant for preference key 'AutoConnectToDefault' and replace occurrence...stuconnolly2009-10-171-2/+2
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-10/+5
* Add a 'Provide Feedback' menu item to the help menu, which links to http://ww...stuconnolly2009-10-161-0/+9
* • added AppleScript support for "make new document"Bibiko2009-10-141-0/+10
* • cleaned and improved AppleScript supportBibiko2009-10-141-0/+56
* • cleaned the current Applescript support definitions slightlyBibiko2009-10-131-12/+1
* • Sequel Pro now understands the AppleScript command 'quit' correctlyBibiko2009-10-131-3/+1
* More export redesign work. Note that the current implementation has a major f...stuconnolly2009-10-071-3/+5
* • added main menu item: "Open “<file>” in New Window" ⌥⌘O as altern...Bibiko2009-10-061-0/+5
* • if the user chose to open a SQL file which is larger than 1MB SP asks for...Bibiko2009-09-261-1/+44
* • changed DocTypes for sql and spf filesBibiko2009-08-221-3/+3
* • moved NSOpenPanel stuff from TableDocument to SPAppControler to simplify ...Bibiko2009-08-221-35/+82
* • outsourced SPEncodingPopupAccessoryBibiko2009-08-221-6/+44
* • further improvements for open/save SQL/SPF filesBibiko2009-08-221-3/+40
* Rename MainController to SPAppController.stuconnolly2009-08-081-0/+352