aboutsummaryrefslogtreecommitdiffstats
path: root/Source/ImageAndTextCell.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix run-time warnings due to use of deprecated [NSImage ↵rowanbeentje2014-02-101-12/+4
| | | | compositeToPoint:...] operations
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-6/+35
|
* Merge outline view branch into trunk.stuconnolly2012-05-021-5/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for managing and grouping favorites into folders in the connection view and removes the associated favorites management from the preferences window. NOTE: On first launch your connection favorites will be migrated from Sequel Pro's preference file to a new file in ~/Application Support/Sequel Pro/Data. Your old favorites will remain in the preference file until removed in a future version. Outstanding known issues: - Removing a group node with no child favorites presents a warning about also removing the non-existent favorites. - Starting the application with no favorites, creating a group node then selecting, hides the connection details input. Doesn't support emoty selection. - Setting the name of a connection, adding it to the favorites and then swicthing to a different connection type, screws with the favorite name. - The preservation between launches of whether group nodes are collapsed or not is currently not supported.
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-5/+5
| |
* | Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-5/+5
|/ | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* Following a manual code review, fix some local variables overriding global ↵rowanbeentje2010-03-151-0/+8
| | | | variables, a few leaks, and additional nil setting/checking to prevent overreleases or releases of random areas of memory.
* - Review copyWithZone: implementations and standardise on best practice ↵rowanbeentje2010-03-141-1/+2
| | | | recommendations
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵rowanbeentje2010-01-091-3/+3
| | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3
* • fixed: return correct SPTableTextFieldCell 's cellSize for tooltip ↵Bibiko2009-11-021-0/+2
| | | | expansion frame rect
* • first steps to improve the general tooltip behaviour of ↵Bibiko2009-10-121-1/+45
| | | | | | 'ImageAndTextCell' class • simplified the tooltip of Preference's Favorite List
* Source tidy up including standard header for all source files.stuconnolly2009-05-181-1/+0
|
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-101-0/+135
structure.