summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-263-7/+16
|\
| * Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-222-5/+16
| * remove explicit load(qt_build_config)s from the librariesOswald Buddenhagen2012-10-191-2/+0
* | Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-162-16/+3
|\|
| * Revert a change to printer orientationTitta Heikkala2012-10-151-15/+2
| * Fix number of available printers in CUPS support.Rafael Roquetto2012-10-131-1/+1
* | doc: Add a bunch of missing dependsTor Arne Vestbø2012-10-161-1/+1
|/
* Modularize documenation buildTor Arne Vestbø2012-10-102-6/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2249-1035/+1035
* printsupport: Include own headers firstSergio Ahumada2012-09-192-2/+4
* SIC: QtPrintSupport - Remove QAbstractPageSetupDialogJohn Layt2012-09-179-275/+131
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-141-2/+2
* Fix QPrinter documentation errors.Mitch Curtis2012-09-132-76/+34
* QtPrintSupport: set QPrinter margins also to QPagedPaintDeviceTeemu Katajisto2012-09-111-0/+3
* Fix qdoc tag.Frederik Gladhorn2012-09-111-1/+1
* Do not include /examples in qdocconfs.Frederik Gladhorn2012-09-111-1/+1
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* printsupport: Fix missing or improper include guard in headersSergio Ahumada2012-09-084-10/+10
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* Ensure that printer orientation is preservedTitta Heikkala2012-08-301-2/+15
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-291-0/+2
* Fix qdoc errors in PrinterInfo.Frederik Gladhorn2012-08-281-2/+1
* Misc documentation fixes triggered by qdoc errors/warningsShawn Rutledge2012-08-201-16/+9
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-012-2/+2
* QtPrintSupport: Replace remaining Q_WS_ conditionals by name checks.Friedemann Kleint2012-07-213-16/+4
* Unix printing: Fix suggested file name for printing to file.Friedemann Kleint2012-07-171-12/+13
* Remove Library dependency on SettingsTasuku Suzuki2012-07-091-1/+1
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-032-1/+1
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-298-1/+73
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-3/+1
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+1
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-2/+0
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* remove explicit RCC_DIR addition to INCLUDEPATHOswald Buddenhagen2012-06-191-3/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* QtPrintSupport - Add CUPS printer and options queries to pluginJohn Layt2012-06-092-0/+19
* QtPrintSupport: Move printer list into plugin base classJohn Layt2012-06-082-2/+5
* QtPrintSupport: Move plugin access of QPrinterInfo internals to baseJohn Layt2012-06-084-17/+18
* Remove dependency from QFactoryInterface for the print pluginLars Knoll2012-06-081-10/+1
* SIC: QPrintSupport - Remove options api from QPageSetupDialogJohn Layt2012-06-074-137/+5
* QtPrintSupport - Cleanup QPrintDialog headerJohn Layt2012-06-014-75/+156
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-3114-1416/+123
* QtPrintSupport - Add QPrinterInfo api for more printer detailsJohn Layt2012-05-293-0/+49
* QtPrintSupport: Change QPrinterInfo::defaultPrinter() behaviourJohn Layt2012-05-292-1/+6
* QtPrintSupport: Fix QPrintDialog assertJohn Layt2012-05-291-2/+2