aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
Commit message (Expand)AuthorAgeFilesLines
* * Add support for ALTER DATABASE statement (needs review)dmoagx2013-03-171-0/+135
* - Correctly reset document state for setting it from file/when duplicating t...rowanbeentje2013-03-131-2/+3
* - Improve startup when loading from file, preventing overwrite of details re...rowanbeentje2013-03-121-1/+1
* * Adding the possibility to set a collation when creating a databasedmoagx2013-03-111-1/+85
* * When adding a database the servers default charset is now showndmoagx2013-03-111-1/+3
* - If the Custom Query editor view is active on window open, correctly set th...rowanbeentje2013-03-101-3/+6
* Tweak and improve the User Manager:rowanbeentje2013-03-091-8/+9
* - Alter the database creation sheet to correctly use the selected new databa...rowanbeentje2013-03-021-38/+13
* - When favorites in the connection view gave no password, no longer set the ...rowanbeentje2013-02-211-1/+7
* Fix build error with synthesized property affecting only release build of Codasqlprodev2013-02-141-1/+1
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-178/+179
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-9/+56
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-94/+94
* - Add trigger button to the default toolbar viewrowanbeentje2012-12-211-0/+1
* - Disable connection muxing on OS X versions lower than 10.7, to speed up co...rowanbeentje2012-12-171-0/+1
* - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ...rowanbeentje2012-12-171-2/+30
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-4/+4
* - Clean up some connection cancellation/close-during-connect edges as a resu...rowanbeentje2012-10-141-1/+5
* - In the SPMySQL.framework, separate framework-triggered connections and dis...rowanbeentje2012-10-141-3/+8
* Tidy up menu validation.stuconnolly2012-09-241-6/+9
* - Fix the SPSplitView helper to correctly restore focus to focussed responde...rowanbeentje2012-08-301-32/+21
* - Fix crashes when closing connections while an autorefreshing database proc...rowanbeentje2012-08-161-2/+5
* - Remove all BWToolKit elements in the connection view, replacing with stand...rowanbeentje2012-08-011-0/+1
* Fix typos in license header.stuconnolly2012-07-281-1/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-14/+21
* - Replace the main split view in the main view with a SPSplitView, replacing...rowanbeentje2012-07-241-11/+13
* - Add a new SPSplitView class, intended to replace all BWSplitViews and so a...rowanbeentje2012-07-231-18/+3
* Add a new SPAppController SPWindowManagement.stuconnolly2012-07-071-0/+1
* Merged SP r3710 with Codasqlprodev2012-07-051-6/+72
* - Fix saving of .spf files using unencrypted formats, encoding the content s...rowanbeentje2012-06-261-0/+22
* - Allow table check/optimize/analyze etc operations to be performed on MySQL...rowanbeentje2012-06-251-0/+5
* - Fix issues opening new windows when Sequel Pro is opened in the background...rowanbeentje2012-06-231-7/+10
* - Retain the new SPDatabaseData defaultCharacterSetEncoding when created, fi...rowanbeentje2012-06-111-1/+1
* Add the default encoding and storage engine to the default menu items on the ...stuconnolly2012-06-101-17/+7
* - Remove delayed favourite selection call on tab setup. This fixes detail r...rowanbeentje2012-06-031-28/+3
* Improvements to connection view outline view:rowanbeentje2012-05-201-1/+1
* Improve connection keepalive, disconnect, and connection loss after reviewing...rowanbeentje2012-05-151-3/+5
* Add initial support of moving views when renaming a database. Currently not h...stuconnolly2012-05-041-0/+1
* - Alter the variable that currentFavorite tracks to the favourite instead of...rowanbeentje2012-05-021-5/+5
* Merge outline view branch into trunk.stuconnolly2012-05-021-5/+7
|\
| * Bring outline view branch up to date with trunk.stuconnolly2012-04-161-92/+130
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-136/+123
| * Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-3/+3
| * Split out connection controller initialization.stuconnolly2012-01-221-1/+1
| * Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-35/+175
| * Fix compile error.stuconnolly2011-08-041-3/+0
| * Bring outline view up to date with trunk (r3307:r3375).stuconnolly2011-08-031-21/+31
| * Fix exceptions being thrown upon launch.stuconnolly2011-05-141-3/+3
| * Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-141-16/+28
| * Fix broken build after merge with trunk.stuconnolly2011-04-241-2/+1