summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in pluginsJarek Kobus2020-07-063-6/+6
* CMake: Regenerate rest of projects under src/Alexandru Croitor2020-07-031-3/+0
* Port QtPrintSupport to QStringViewLars Knoll2020-06-112-2/+2
* macOS: Build print support plugin directly into QtPrintSupportTor Arne Vestbø2020-06-046-110/+0
* Move macOS print support from platform plugin into QtPrintSupportTor Arne Vestbø2020-06-041-12/+4
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-273-3/+3
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-162-2/+2
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-162-2/+2
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-053-10/+8
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-273-9/+9
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-2/+2
|\
| * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-2/+2
* | Regenerate src/*Alexandru Croitor2019-11-143-3/+3
* | Regenerate everything under ./srcAlexandru Croitor2019-11-123-3/+0
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-3/+1
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-3/+1
| |\
| | * Fix -no-feature-mimetype buildAllan Sandfeld Jensen2019-08-191-3/+3
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-0/+2
|\| |
| * | Fix build without features.mimetypeTasuku Suzuki2019-08-201-0/+2
* | | Regenerate printsupport pluginsAlexandru Croitor2019-10-084-12/+58
* | | cmake: Add missing CLASS_NAMEAlbert Astals Cid2019-10-031-0/+1
* | | Add CMakeLists.txt for cocoa printsupport plug-inJean-Michaël Celerier2019-09-242-1/+26
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-1/+2
|\| |
| * | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+2
| |/
* | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-1/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-166-6/+20
|\|
| * Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-122-3/+3
| * Fix QPpdPrintDevice::isDefaultAlbert Astals Cid2018-11-293-1/+15
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-172-2/+2
| |\
| | * Modernize the "mimetype" featureLiang Qi2018-10-122-2/+2
* | | cmake: Find Cups and enable its pluginAlbert Astals Cid2019-02-122-0/+39
|/ /
* | Remove some misplaced sizeof() scalings on array sizes for new[]Edward Welbourne2018-09-031-2/+2
* | Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-1/+2
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-302-9/+14
* | cups: Add a QT_CONFIG(dialogbuttonbox) guardTamas Zakor2018-08-231-0/+6
* | Windows: Cache the printer capability information the first timeAndy Shaw2018-07-202-10/+167
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-05-031-1/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-1/+4
| |\|
| | * If the page size is not valid on the new printer, set a custom sizeAndy Shaw2018-05-021-1/+4
* | | cups: Show a dialog when asked for passwordAlbert Astals Cid2018-05-031-0/+72
|/ /
* | q{cocoa,ppd}printdevice: Fix string comparisonMichael Weghorn2018-04-201-1/+1
* | cups: Support raw printersAlbert Astals Cid2018-04-042-13/+12
* | QPpdPrintDevice: Move loadPrinter code to the constructorAlbert Astals Cid2018-04-042-34/+19
* | cups: Honor installable options for DuplexAlbert Astals Cid2018-03-271-3/+7
* | Remove unused QPpdPrintDevice constructorAlbert Astals Cid2018-03-232-8/+0
* | Move duplex member from QPdfPrintEnginePrivate to QCupsPrintEnginePrivateAlbert Astals Cid2018-02-202-1/+7
|/
* Remove QCupsPrintEnginePrivate::setupDefaultPrinterAlbert Astals Cid2018-02-052-33/+0
* CUPS: Don't show choices that conflict with the printer installed optionsAlbert Astals Cid2018-01-122-2/+14
* Fix custom page size handling in the Unix print dialogAlbert Astals Cid2018-01-091-3/+2
* CUPS: Fix conflict handlingAlbert Astals Cid2018-01-051-2/+4