aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoriteTextFieldCell.m
Commit message (Collapse)AuthorAgeFilesLines
* Change the connection screen interface, particularly relating to favourite ↵rowanbeentje2012-10-061-172/+36
| | | | | | | | | | | | | | editing on the connection screen (Issue #1339, Issue #1440): - No longer save changes made to connection favourites as soon as the interface is updated - Alter the interfaace if favourites are editing, offering to save the changes either to the old connection favourite or to a new favourite - Add a "Test connection" button to verify changes before saving - Add a "Quick Connect" entry to the top of the connection view's favourites list so a blank form is always available - Use a custom highlight when editing favourites to show the favourite has changed but is still linked - Reduce the margin on the left-hand side of the connection favourites list to increase the available space - Alter favourite name generation, making it less aggressive when generating names from partial details (eg creating names of just "@") and removing the user - Alter key icon usage to correctly update the button appearance if an SSL or SSH key is selected
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-9/+9
|
* Fix for exception http://spbug.com/l/1638 caused by the result of comment ↵stuconnolly2010-09-251-1/+1
| | | | changes in r2682.
* Add missing SVN properties and general comments tidy up.stuconnolly2010-09-211-64/+39
|
* check for the attributed string length >= 3 while truncating it to avoid ↵Bibiko2010-03-311-2/+2
| | | | exceptions
* - Review copyWithZone: implementations and standardise on best practice ↵rowanbeentje2010-03-141-2/+4
| | | | recommendations
* - Tweak SPFavoriteTextFieldCell, releasing the hostname on dealloc and ↵rowanbeentje2010-02-111-1/+4
| | | | retaining on copyWithZone: to avoid issues
* Fix a number of memory leaks, and over-releases, as both a result of manual ↵rowanbeentje2010-02-101-6/+6
| | | | inspection of leaks and Clang static analysis.
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵rowanbeentje2010-01-091-7/+7
| | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3
* • first steps to improve the general tooltip behaviour of ↵Bibiko2009-10-121-5/+15
| | | | | | 'ImageAndTextCell' class • simplified the tooltip of Preference's Favorite List
* • fixed truncating issue of Pref's Favorite List table viewBibiko2009-10-121-1/+10
| | | | | - now favorite name/host will be truncated correctly - added tooltip for truncated favorites
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+3
|
* - part 4 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-0/+239
- committing Source