aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
Commit message (Expand)AuthorAgeFilesLines
* Include tab color when duplicating tab.Max2014-11-291-0/+4
* Change some split view width calculations.Max2014-11-291-1/+6
* Attempt to fix #1961Max2014-11-111-10/+4
* Add a "Go to Database" dialogMax2014-10-121-0/+19
* Fix string formatting warnings in NSRunAlertPanel by using the additional arg...rowanbeentje2014-05-041-1/+1
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Force a table reload (just the view not the actual data retrieval) whenever t...Stuart Connolly2014-01-201-30/+46
* Add an option to display binary data as hex, while displaying it in blue to d...Stuart Connolly2014-01-141-3/+8
* More tidy up.Stuart Connolly2013-12-021-2/+6
* Tidy up change to test git integration.Stuart Connolly2013-12-021-2/+0
* Remove more use of deprecated methods.Stuart Connolly2013-11-271-74/+65
* Updated Save Create Syntax panel sheet to 10.6+ SDKMarius Ursache2013-11-111-22/+12
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-18/+18
* Ensure the relations table view is refreshed after field changes result in a ...stuconnolly2013-10-271-0/+1
* * This change adds basic tab coloring support for favorites - ** POC / NEEDS ...dmoagx2013-10-231-0/+6
* Allow opened SQL files to be saved back to the original file, addressing Issu...rowanbeentje2013-09-081-1/+13
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-2/+2
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-2/+4
* * Move some duplicate code for charset/collation to it's own classdmoagx2013-04-261-204/+46
* Issue #1601: Fix menu items not being validated properly once a connection is...stuconnolly2013-04-031-49/+63
* - Move the SPBeginWaitingAlertSheet function to a beginWaitingAlertSheetWith...rowanbeentje2013-04-031-9/+12
* - Fix validation of the "Add to Favorites" File menu item when editing past ...rowanbeentje2013-04-021-3/+3
* * 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