aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
Commit message (Expand)AuthorAgeFilesLines
* • Bundle EditorBibiko2010-11-251-2/+4
* • Bundle EditorBibiko2010-11-231-3/+17
* • Bundle EditorBibiko2010-11-231-11/+155
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading functionality...rowanbeentje2010-11-231-3/+36
* * enabled sequel:// url scheme commands from inside the Bundle HTML output wi...Bibiko2010-11-221-2/+5
* • sequelpro url scheme supportBibiko2010-11-221-0/+10
* • Bundle EditorBibiko2010-11-191-2/+2
* • further work on Bundle EditorBibiko2010-11-181-2/+2
* • further work on Bundle EditorBibiko2010-11-171-1/+1
* • Bundle supportBibiko2010-11-161-2/+5
* • Bundle supportBibiko2010-11-161-3/+5
* • Bundle supportBibiko2010-11-151-5/+96
* • Bundle supportBibiko2010-11-151-6/+120
* • added skeleton for Bundle EditorBibiko2010-11-121-0/+14
* Remove debug from previous commit.stuconnolly2010-11-111-3/+0
* Make sure the root favorite has a name key and value. Also, update string files.stuconnolly2010-11-111-0/+3
* More work on the new favorites controller, including loading and saving as we...stuconnolly2010-11-111-1/+3
* • added to Bundle shell command these variables:Bibiko2010-11-111-0/+9
* • some improvements for sequelpro://process_id/command/param1/param2 url sc...Bibiko2010-11-111-1/+47
* • improved Bundle support; now it the passed input string will be saved as ...Bibiko2010-11-101-0/+17
* Minor dealloc change.stuconnolly2010-11-091-3/+3
* • further preparations for user-definable bundle supportBibiko2010-11-091-1/+31
* • added spBundle file extensionBibiko2010-11-091-0/+3
* • disable "New Connection Tab" ⌘T menu item if a sheet is ordered outBibiko2010-11-011-1/+5
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Split out AppleScript support into a category of SPAppController.stuconnolly2010-10-141-103/+5
* • 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