aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.h
Commit message (Expand)AuthorAgeFilesLines
* - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ...rowanbeentje2012-12-171-0/+2
* - Fix the SPSplitView helper to correctly restore focus to focussed responde...rowanbeentje2012-08-301-1/+0
* Fix typos in license header.stuconnolly2012-07-281-1/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-18/+38
* - Replace the main split view in the main view with a SPSplitView, replacing...rowanbeentje2012-07-241-3/+2
* - Add a new SPSplitView class, intended to replace all BWSplitViews and so a...rowanbeentje2012-07-231-2/+0
* Merged SP r3710 with Codasqlprodev2012-07-051-2/+14
* - Fix issues opening new windows when Sequel Pro is opened in the background...rowanbeentje2012-06-231-1/+1
* Tidy up and remove commented out code.stuconnolly2012-04-071-4/+2
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+2
* Refresh the database drop down menu before selecting the new database after a...stuconnolly2012-03-281-2/+2
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-1/+2
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-1/+3
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-9/+8
* - Update database encoding routines to cache the database encoding, preventi...rowanbeentje2011-09-291-0/+2
* Fix for issue 1168. Whenever the database is changed load all of the currentl...stuconnolly2011-09-041-11/+13
* - Clean up undo manager handlingrowanbeentje2011-08-311-0/+2
* - Lion compatibility improvement: add support for fullscreen windows, on the...rowanbeentje2011-08-161-0/+2
* merged latest SP_REFACTOR changessqlprodev2011-08-021-3/+21
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-5/+9
* - Fix a number of warnings for DBView.xib by moving some 10.6-only code from...rowanbeentje2011-05-081-4/+4
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-1/+3
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-12/+66
* Fix Issue #1019 (Sidebar width not remembered):rowanbeentje2011-04-011-1/+1
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-8/+9
* Fix more compiler warnings.stuconnolly2011-03-041-0/+1
* fixed compiler warningssqlprodev2011-03-011-0/+1
* fixed compiler warningssqlprodev2011-03-011-1/+3
* • show activity pane for running Bundle process automatically if the proces...Bibiko2011-01-201-0/+4
* • improved timing behaviour for a SPDatabaseDocument if it receives a seque...Bibiko2010-12-171-0/+2
* • sequelpro URL scheme supportBibiko2010-12-151-0/+1
* - Add the ability to stop animation of the task indicator, and use it to pau...rowanbeentje2010-12-051-0/+1
* • added chance to cancel an activity - up to now a running Bundle command ...Bibiko2010-12-011-4/+4
* • Bundle commandsBibiko2010-11-291-1/+6
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading functionality...rowanbeentje2010-11-231-1/+6
* • Bundle supportBibiko2010-11-161-0/+1
* • added to Bundle shell command these variables:Bibiko2010-11-111-0/+3
* • some improvements for sequelpro://process_id/command/param1/param2 url sc...Bibiko2010-11-111-0/+2
* First changes towards changing the initial connection view's favorites table ...stuconnolly2010-11-091-2/+2
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-8/+10
* Move SPConnectionController's delegate methods to their own protocol.stuconnolly2010-10-291-1/+3
* Split MCPConnection's delegate methods into it's own protocol.stuconnolly2010-10-201-1/+0
* Tidy up.stuconnolly2010-10-191-1/+0
* Add a 'Refresh Tables' menu item to the 'Database' menu. It currently has the...stuconnolly2010-10-191-0/+1
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-2/+10
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-4/+0
* • made usage of SPBeginWaitingAlertSheet while closing a spf file for reada...Bibiko2010-08-191-0/+2
* - Replace core animation fade of task progress window with custom drawing co...rowanbeentje2010-07-251-2/+2
* Make the export dialog a little smarter with regard to the current context. F...stuconnolly2010-07-251-2/+1
* Make the 'Export' menu item in the 'File' menu behave more like the export co...stuconnolly2010-07-151-1/+1