aboutsummaryrefslogtreecommitdiffstats
path: root/Source/Sequel-Pro.pch
Commit message (Collapse)AuthorAgeFilesLines
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-0/+3
| | | | | | | | - Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files.
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+24
|
* Remove unused macros as well as macros that were only used in a single place ↵stuconnolly2010-09-291-16/+0
| | | | from the precompiled header.
* Minor tidy up. Remove uneccessary import and rename pre-compiled header.stuconnolly2010-03-311-0/+23