summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* QtPrintSupport: eradicate all Q_FOREACH loopsMarc Mutz2015-12-236-16/+21
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+1
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-1/+1
| |\
| | * If the paper value is greater than DMPAPER_LAST then it is a custom sizeAndy Shaw2015-11-231-1/+1
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-1/+1
|\| |
| * | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-144-16/+25
|\| |
| * | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-10/+10
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-023-5/+14
| |\|
| | * qprintengine_win.cpp: Check access to members of DOCINFO in warning.Friedemann Kleint2015-09-291-3/+4
| | * qprintdialog_unix: small optimization, no need to extract a substringDavid Faure2015-09-041-1/+1
| | * Copy the state to the picture paintengine when updating the stateAndy Shaw2015-09-031-1/+9
| * | Doc: fixed links to qmake documentationNico Vertriest2015-09-251-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-253-4/+15
|\| |
| * | Speed up printing when drawing opaque primitives.Jan Arve Saether2015-09-232-3/+13
| * | Add a window title for the QPrintDialog Properties dialogAndy Shaw2015-09-031-0/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-1/+1
| |\|
| | * qprintdialog_unix.cpp: fix out-of-bounds when cwd is empty.David Faure2015-08-131-1/+1
* | | Link to AppKit instead of Cocoa.Jake Petroules2015-09-053-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+9
|\|
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-1/+9
* | printsupport: Pass large type by const-refSérgio Martins2015-07-201-2/+2
* | QtPrintSupport: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-193-6/+6
* | Mark some QCUPSSupport enums as primitiveMarc Mutz2015-07-181-0/+5
* | Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-042-4/+6
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-014-12/+12
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-303-9/+9
| * QPageSetupDialog: Add missing Q_DECL_OVERRIDEGabriel de Dietrich2015-06-241-3/+3
* | Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-273-6/+17
* | QCUPSSupport: clear the job-hold-until option if jobHoldToString() is emptyMarc Mutz2015-06-192-2/+15
* | qprinter: Remove superfluous iteration and memory allocationSérgio Martins2015-06-191-1/+1
* | Don't build CUPS related code if QT_NO_CUPS is set.Ulf Hermann2015-06-182-4/+4
* | Don't try to load plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-06-121-0/+4
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-037-17/+9
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-012-4/+4
| |\
| | * Fix documentation of obsoleted functions to show the right replacementAndy Shaw2015-05-261-2/+2
| | * Use the new non-obsoleted functions for getting the paper detailsAndy Shaw2015-05-261-2/+2
| * | Introduce a version number to QPlatformPrinterSupportFactoryInterface.Friedemann Kleint2015-05-131-1/+1
| * | Clean up API of QPlatformPrintDevice (QPA).Friedemann Kleint2015-05-054-12/+4
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-272-4/+2
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-274-0/+84
|\| |
| * | Add debug operator for QPrinterInfo.Friedemann Kleint2015-04-234-0/+84
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-223-34/+20
|\| |
| * | QPrintDialog - Let OSX handle PDF printingJohn Layt2015-04-171-5/+8
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-151-1/+1
| |\ \
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
| | |\|
| | | * Add a null pointer check for parent before derefencing itAndy Shaw2015-04-091-1/+1
| * | | Fix windows printing "invalid metric command" warning.Marko Kangas2015-04-151-0/+3
| |/ /
| * | [QWin32PrintEngine] Do not do any language-specific processingKonstantin Ritt2015-04-101-28/+8