aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPOutlineView.m
Commit message (Collapse)AuthorAgeFilesLines
* - Fix the Quick Connect entry on the connection screen being a drag and ↵rowanbeentje2012-10-081-7/+0
| | | | | | | 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-14/+22
|
* fixed compiler warningssqlprodev2011-03-011-2/+1
|
* • further work on Bundle Editor's outline viewBibiko2010-11-251-1/+1
| | | | - still not entirely workable
* • further work on Bundle Editor's outline viewBibiko2010-11-251-0/+58
|
* Add a new outline view to be used by the connection view so hitting enter ↵stuconnolly2010-11-101-36/+0
| | | | doesn't start editing the selected favorite. This will also allow behaviour to be further customised. Fixes issue #892.
* First changes towards changing the initial connection view's favorites table ↵stuconnolly2010-11-091-1/+37
| | | | 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.
* Add missing SVN properties and general comments tidy up.stuconnolly2010-09-211-2/+2
|
* Replace the use of hard coded preference keys with constants to prevent ↵stuconnolly2009-10-171-4/+3
| | | | 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/+46
return being hit when a row is selected and go into edit mode.