aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
Commit message (Expand)AuthorAgeFilesLines
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Fixes for previous commit.Stuart Connolly2013-11-241-6/+6
* Fix deprecation warnings.Stuart Connolly2013-11-241-55/+52
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-10/+10
* Allow opened SQL files to be saved back to the original file, addressing Issu...rowanbeentje2013-09-081-84/+16
* - Add .sql files opened via File > Open to the Recent Files menu for Issue #...rowanbeentje2013-09-031-0/+2
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-7/+7
* Minor tidy up.stuconnolly2013-02-171-1/+1
* Fix more warnings.stuconnolly2013-02-021-3/+3
* Move the flex parsing function definitions to their own file so they're not d...stuconnolly2013-01-251-11/+1
* Fix more warnings.stuconnolly2013-01-251-0/+1
* Fix more warnings.stuconnolly2013-01-251-4/+4
* Fix warnings due to not conforming to 10.6 protocols.stuconnolly2013-01-241-0/+1
* * Please note this revision will re-prompt for access to all KeyChain passwor...rowanbeentje2012-11-181-0/+3
* Useless comment.stuconnolly2012-10-161-3/+0
* Fix selector warning.stuconnolly2012-10-071-54/+65
* Issue 1470: [REQ] Support for bundling default Themesbamse162012-10-051-0/+53
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+21
* Add a new SPAppController SPWindowManagement.stuconnolly2012-07-071-128/+20
* - Fix issues opening new windows when Sequel Pro is opened in the background...rowanbeentje2012-06-231-19/+12
* Further improvements to further address Issue #1332:rowanbeentje2012-06-231-16/+28
* - Address favourites saving on quit, which appears to sometimes die during p...rowanbeentje2012-06-221-3/+0
* Fix more gcc warnings.stuconnolly2012-05-091-1/+3
* Move the BASH command code from the string additions category to remove the d...stuconnolly2012-05-071-11/+15
* Add support for saving the state of the connection favorites outline view.stuconnolly2012-05-031-18/+31
* Bring outline view branch up to date with trunk.stuconnolly2012-04-161-5/+10
* Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-1/+1
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-1/+3
* Bring outline view branch up to date with trunk (r3246:r3264).stuconnolly2011-04-031-0/+2
* Bring outline view branch up to date with trunk (r3235:r3245), which should r...stuconnolly2011-03-191-1/+5
* Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-081-6/+8
* Merge in missing commit from trunk.stuconnolly2011-03-071-37/+34
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-75/+63
* Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-205/+399
|\
| * • show activity pane for running Bundle process automatically if the proces...Bibiko2011-01-201-0/+26
| * • fixed issue while updating Default Bundles for key equivalentBibiko2011-01-191-1/+2
| * • fixed issue for default Bundles if category or key equivalent was changed...Bibiko2011-01-141-59/+65
| * • improved error handling for sequelpro URL scheme commandsBibiko2011-01-131-0/+21
| * • fixed issue while updating a Bundle by identifying it via UUID but differ...Bibiko2011-01-131-2/+3
| * • fixed issue for installing a Bundle if Sequel Pro didn't run, i.e. e.g. d...Bibiko2011-01-121-0/+5
| * • changed sequelpro URL command SyntaxHighlighting to be connection indepen...Bibiko2011-01-101-0/+137
| * • minor code cleaningBibiko2011-01-071-14/+18
| * • improved installation routine for Default BundlesBibiko2011-01-071-75/+67
| * • improved Default Bundle management for installation, updating, undeletionBibiko2011-01-051-100/+113
| * • fixed bug for re-copying default bundles after launching SPBibiko2011-01-051-2/+2
| * • further fix for updating default Bundles after SP updateBibiko2011-01-051-0/+3
| * • fixed bug for copying default bundles after SP updateBibiko2011-01-051-2/+0
| * - Alter bundle search paths to no longer add a blank location as the first o...rowanbeentje2011-01-031-4/+5
| * • cleaned code for NSPropertyListSerialization while reloadBundles (thanks ...Bibiko2011-01-031-17/+9
| * • forgot to remove debug logs of previous commitBibiko2011-01-031-77/+75