summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-1/+1
* QtPrintSupport - Modify Platform Plugin QPrinterInfo apiJohn Layt2012-05-244-11/+35
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-222-5/+11
* Windows/MinGW: Fix warnings about missing enumeration values.Friedemann Kleint2012-05-211-0/+1
* printsupport: set duplex setting correctly to CUPS printerTeemu Katajisto2012-05-151-14/+14
* Fix font printing on Windows using the native engine.Friedemann Kleint2012-05-151-22/+30
* Remove capitalization when specifying include-libraries.kb2012-05-141-1/+1
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-6/+6
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-1015-2/+653
|\
| * Don't add C-style copyright headers to qmake project filesMarius Storm-Olsen2012-05-101-40/+0
| * Doc: Add "make docs" targets for libraries.Casper van Donderen2012-05-091-0/+3
| * Doc: Modularize QtPrintSupport documentation.Casper van Donderen2012-05-0914-2/+690
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-091-7/+3
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-0812-113/+1293
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-0712-1293/+113
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0710-11/+11
|/
* Use QFile::encodeName to encode a file name on UnixThiago Macieira2012-05-041-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtPrintSupport]Thiago Macieira2012-05-031-2/+2
* Fixed QtGui and QtPrintSupport with -qtnamespace and MSVCRohan McGovern2012-05-021-2/+2
* PrintSupport - Remove Qt5 To-do MessagesJohn Layt2012-04-192-2/+2
* replace getenv("HOME") with a "centralized" QDir::homePath()Konstantin Ritt2012-04-191-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-172-3/+3
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-162-4/+12
| |\
| * \ Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1010-46/+39
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-271-0/+2
| |\ \ \
| * \ \ \ Merge master into api_changesKent Hansen2012-03-236-77/+60
| |\ \ \ \