aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj/sequel-pro-print-template.html
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate all localizable content in the Resources/ directory and only use ↵stuconnolly2010-03-171-124/+0
| | | | Interfaces/ for XIBs. This addresses the first point on issue #593.
* Lots more printing support enhancements, including:stuconnolly2010-03-131-10/+9
| | | | | | | | | - The ability to print the extended table information view using a new template. - The inclusion of NULL values diaplyed as the user's NULL value placeholder when printing a table's sturcture and indexes. - If enabled in the user's preferences, the inclusion of vertical gridlines in the table views. - Dynamic calculation of page margins based on the paper size of the selected printer as opposed to using hard coded values. - Lots of other little style enhancements.
* Various printing support enhancements, including:stuconnolly2010-03-121-9/+48
| | | | | | | | | - Splitting out all printing methods to SPPrintController which is category of TableDocument. - The ability to print table relations. - If present the inclusion of table indexes when printing a table's source. - If the user has use monospaced fonts enables, then the print out's tabular data will be in a monospaced font. - Lots of other style enhancements, including page headings and sections headings.
* Include the current table name in printing support. Fixes issue #501.stuconnolly2010-03-101-60/+70
|
* • marked 'sequel-pro-print-template.html' as localizableBibiko2009-09-271-0/+76
• outsourced default QuickLook types into a localizable plist - prepared SP preferences and SP code to allow the user to add own QL types • prepared a localizable 'ContentFilter.plist' [not yet implemented fully] - this plist will held the default filter operators - this approach will give the user the chance to add own filters • removed three tiny memory leaks Note: In MCPResult.m variable 'MCPYear0000' was stored retained. Why? I removed it and couldn't encounter any problems.