aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/Info.plist
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of tabs:rowanbeentje2010-05-231-8/+8
| | | | | | | | - Addition of PSMTabBar framework - Rework away from a document-based TableDocument - Support tabs throughout the application - Add menu items for creating tabs, and add support for dragging tabs to different windows
* - Increment version number to 0.9.8 and copyright date to 2010rowanbeentje2010-04-021-2/+2
|
* - Enable Sparkle anonymous stat collectionrowanbeentje2010-03-171-0/+2
|
* Improve Feedback reporter privacy and functionality:rowanbeentje2010-03-061-0/+2
| | | | | | | | - 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
* - Addition and enabling of crash reporting and exception reporting, ↵rowanbeentje2010-03-031-1/+3
| | | | submitting to a new online repository. Integrates the FeedbackReporter framework.
* - Add a LSMinimumSystemVersionByArchitecture key to disable 64 bit on 10.5, ↵rowanbeentje2010-01-151-0/+9
| | | | addressing Issue #538. (Confirmed to work on 10.5.8)
* Random source tidy up changes.stuconnolly2009-12-181-2/+2
|
* - Add document images for .spf and .sql filesrowanbeentje2009-12-091-6/+6
| | | | | | - Rename "SequelPro connections" to "Sequel Pro connections" for consistency - Update version numbers to 0.9.7
* The result of being bored. Add a nicer looking about panel based on Adium's.stuconnolly2009-11-191-1/+1
|
* • cleaned and improved AppleScript supportBibiko2009-10-141-1/+1
| | | | | | - now 'activate' & 'quit' works due to that fact that if an app is scriptable the Dock's "Quit" command calls handleQuitScriptCommand: which has to be implemened - fixed issue that SPAppController has to be the delegate for NSApp to support AS - added support for AS à la: "get name of first document" or "close every window" etc.
* • changed DocTypes for sql and spf filesBibiko2009-08-221-2/+2
|
* • initial support for open/save connection files (*.spf)Bibiko2009-08-041-2/+21
| | | | | | | | | - Open/Save menu items are hidden • initial support for drag&drop files *.spf and *.sql to SP's icon or double-click at *.sql or *.spf files in Finder - SP starts if not already running - sql files will be executed in the Custom Query if at least one connection is open - spf files not yet supported -
* - Upgrade version string to 0.9.6rowanbeentje2009-08-021-2/+2
|
* Update appcast to use full www.sequelpro.com address.mattlangtree2009-05-091-1/+1
|
* - Increment version numbers to 0.9.5rowanbeentje2009-04-211-2/+2
|
* - Add the minimum system version key. When run on 10.4 the system now ↵rowanbeentje2009-04-161-0/+2
| | | | displays "You cannot use the application "Sequel Pro" with this version of Mac OS X", rather than crashing.
* - Update Sparkle to 1.5b6 (from 1.5b1). This should address Issue #197 as ↵rowanbeentje2009-03-261-0/+2
| | | | | | | | soon as the new framework is used (ie before 0.9.6) - Add a public key to the project and add a link to it in Info.plist for use by Sparkle when verifying future updates - Add a new build configuration (Distribution), and add a new script for use with only that configuration - constructs a basic disk image, asks for the private key file, and signs it.
* - Increment trunk version number to 0.9.4rowanbeentje2009-03-111-2/+2
| | | | | | | - Improves on r370 and r375 by preventing actions triggered by the save from triggering saves themselves - Improves further on r370 and r375 by committing any current edits before saving - Additional comments
* Added perl script to automatically add the build version to Info.plist.stuconnolly2008-12-101-1/+1
|
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-101-0/+82
structure.