summaryrefslogtreecommitdiffstats
path: root/src/plugins/iconengines
Commit message (Expand)AuthorAgeFilesLines
* QSvgIconEngine: reimplement scaledPixmap()HEADdevChristian Ehrlicher6 days2-6/+17
* QSvgIconEngine: reimplement isNull()Christian Ehrlicher6 days2-10/+6
* QSvgIconEngine: cleanupChristian Ehrlicher7 days1-66/+66
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-311-2/+0
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-151-0/+2
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-102-8/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-072-0/+6
* Use SPDX license identifiersLucie Gérard2022-06-133-114/+6
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-061-1/+1
* Fix build without features.mimetypeTasuku Suzuki2021-04-151-2/+4
* Remove QMake project filesJoerg Bornemann2021-02-112-16/+0
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-221-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-141-1/+1
* CMake: Regenerate some of projects to be up-to-dateAlexandru Croitor2020-03-061-0/+2
* Regenerate qtsvgwip/cmakeAlexandru Croitor2020-02-121-6/+5
* Regenerate projectsAlexandru Croitor2019-11-151-4/+1
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-7/+12
|\
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-171-1/+1
|\|
| * Fix deprecation warningsv5.13.0-alpha1Friedemann Kleint2019-02-051-1/+1
* | cmake: Initial CMake build system supportKevin Funk2019-05-032-0/+23
|/
* Make svg icons work as pixmap iconsThorbjørn Martsum2018-06-111-25/+70
* svgiconengine: Fix isNull() for deserialized iconsPalo Kisa2018-01-101-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-1/+1
|\
| * QSvgIconEngine: Paint correct size if device pixel ratio is fractional5.8Błażej Szczygieł2017-03-271-1/+1
* | Implement QIcon::isNull support for QtSVG IconsDavid Edmundson2017-04-042-0/+9
|/
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-243-0/+8
|\
| * Use separate metadata files for plugins if QT_NO_COMPRESS is definedAlexander Volkov2016-11-103-0/+8
* | Remove unused methods from plugin classesAlexander Volkov2016-11-111-10/+0
* | Add missing 'override' keyword to pluginsAlexander Volkov2016-11-112-10/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.1Liang Qi2016-09-171-1/+1
|\|
| * Fix UB (signed overflow) in QSvgIconEnginePrivate::pmcKey()Marc Mutz2016-09-091-1/+1
* | QSvgIconEngine::addFile(): Use QMimeDatabase to determine file typeFriedemann Kleint2016-08-301-18/+38
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-rc1Liang Qi2016-05-191-2/+7
|\|
| * Fix QSvgIconEngine fallback to try icon with same state firstJoni Poikelin2016-05-121-2/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-5/+5
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-5/+5
* | Fix building with unusual optionsUlf Hermann2016-02-081-4/+0
* | Updated license headersJani Heikkinen2016-01-253-42/+60
* | QSvgIconEngine: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-131-5/+5
* | QSvgIconEngine: fix build with QT_NO_COMPRESSAnton Kudryavtsev2015-12-071-1/+2
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-201-1/+4
|\
| * Account for the devicePixelRatio when painting the iconAndy Shaw2015-02-181-1/+4
* | Update copyright headersJani Heikkinen2015-02-113-21/+21
|/
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-253-56/+32
* Remove dependency of the SVG icon engine plugin on QtWidgets.Friedemann Kleint2014-05-163-10/+6
* Let svg plugins extend svg modulev5.3.0-rc1v5.3.0Richard Moe Gustavsen2014-05-021-1/+1
* avoid that SVG-based plugins are automatically linked to static appsOswald Buddenhagen2014-04-091-0/+1
* Fixes: runtime warnings when trying to render 0-size iconv5.3.0-beta1aavit2014-03-171-0/+3