aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPOutlineView.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
|
* First changes towards changing the initial connection view's favorites table ↵stuconnolly2010-11-091-1/+1
| | | | list to an outline view in order to support grouping favorites. Future changes include creating a favorites data controller, including migrating favorites storage to their own plist in the app support directory as well as support for grouping favorites.
* Tidy up.stuconnolly2010-10-191-2/+0
|
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵stuconnolly2010-03-311-1/+0
| | | | favorites (Thanks Hans).
* Replace the use of hard coded preference keys with constants to prevent ↵stuconnolly2009-10-171-4/+1
| | | | issues such as the one fixed in revision 1419. All future preference usage should be done so using these constants.
* Made it so that SPTableView and SPOutlineView will respond to enter or ↵mltownsend2009-08-251-0/+33
return being hit when a row is selected and go into edit mode.