aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesOutlineView.h
Commit message (Collapse)AuthorAgeFilesLines
* Change double click handling in the favorite list.Max2015-10-141-0/+9
| | | | So it only acts on double clicks that are actually made on an item.
* Move some duplicate code into a new classMax2015-02-141-2/+3
| | | | (This also affects PSMSequelProTabStyle, but see the comment there why it is left unchanged)
* 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
|
* Fix build.stuconnolly2013-02-211-0/+2
|
* - When favorites in the connection view gave no password, no longer set the ↵rowanbeentje2013-02-211-0/+2
| | | | focus to the password field as soon as they're selected; instead, make the password field the next responder for tab keys. This addresses Issue #1555.
* - Fix the Quick Connect entry on the connection screen being a drag and ↵rowanbeentje2012-10-081-0/+3
| | | | | | | drop target - Speculative fix for 10.6 & 10.5 connection screen padding/layout issues
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* Add a new outline view to be used by the connection view so hitting enter ↵stuconnolly2010-11-101-0/+28
doesn't start editing the selected favorite. This will also allow behaviour to be further customised. Fixes issue #892.