aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
Commit message (Expand)AuthorAgeFilesLines
* • fixed AppleScript crash after calling 'open' without any parameterBibiko2010-08-311-8/+29
* • added SPFileManagerAdditionsBibiko2010-08-191-1/+7
* • double-click in Finder on a 'spTheme' file installs this theme in SP's su...Bibiko2010-08-191-4/+31
* - Expose a number of help menu items and help buttons to use localisable str...rowanbeentje2010-07-181-6/+6
* - When a window is first opened, tell the tab it has become frontmost after ...rowanbeentje2010-07-091-1/+2
* Rename TableDump to SPDataImport and fix export selected tables functionality.stuconnolly2010-07-061-1/+1
* - Fix tab bars in windows with only one tab not disappearing after dragging ...rowanbeentje2010-07-031-1/+15
* • after opening spfs file reset tabBar by looking at setting for SPAlwaysSh...Bibiko2010-07-011-1/+5
* • save window's vertical divider position in spf files in order to be able ...Bibiko2010-06-291-0/+12
* • made SP more robust against fast closing of tabs and windowsBibiko2010-06-291-0/+1
* • Open Session fileBibiko2010-06-291-0/+3
* • added 'spfs' as allowed extension for open panelBibiko2010-06-271-2/+2
* • further progress for open/save sessionBibiko2010-06-251-11/+11
* • further progress for open/save sessionBibiko2010-06-251-10/+14
* • initial support for open a spfs session file (works rudimentary - fine-t...Bibiko2010-06-241-2/+96
* • replaced @"sql" and @"spf" by their SPConstant definitionsBibiko2010-06-241-8/+24
* • initial preparations to support the storage of the entire SP session (all...Bibiko2010-06-211-1/+22
* • open a SPF file in a new tab if the tab bar of the front most document is...Bibiko2010-06-171-5/+16
* - Add support for tearing tabs off a window, into a new window containing th...rowanbeentje2010-06-131-1/+1
* Add a 'Translation Feedback' menuitem to the 'Help' menu (currently hidden). ...stuconnolly2010-06-011-0/+8
* - Fix opening of .spfs on application launch or if no windows are openrowanbeentje2010-06-011-1/+1
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-4/+4
* Initial implementation of tabs:rowanbeentje2010-05-231-79/+165
* Change filesize units to base 2 rather than base 10. Fixes issue #690. Patch ...stuconnolly2010-05-181-2/+2
* - Turn off app open panel setAllowMultipleSelection: changes, defaulting to ...rowanbeentje2010-05-111-8/+3
* Review trigger fetching and storage:rowanbeentje2010-05-011-0/+1
* - Initialise prefs controller before setting Sparkle delegaterowanbeentje2010-04-021-4/+6
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-1/+0
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-0/+1
* Add a 'Keyboard Shortcuts' menu item to the 'Help' menu which opens the page ...stuconnolly2010-03-101-0/+8
* Fix warning introduced in r1850 by making SPAppController conform to the Feeb...stuconnolly2010-03-061-1/+1
* Improve Feedback reporter privacy and functionality:rowanbeentje2010-03-061-0/+26
* - Addition and enabling of crash reporting and exception reporting, submitti...rowanbeentje2010-03-031-0/+9
* 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