summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qiconloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle device pixel ratio in QIconLoaderEngine::paint()Alexander Volkov2019-03-201-1/+4
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-2/+4
|\
| * Modernize the "settings" featureLiang Qi2018-11-151-2/+4
* | Allow setting the QIcon fallback themeAlbert Astals Cid2018-08-201-5/+15
|/
* Introduce QIcon::fallbackSearchPaths()Alexander Volkov2018-01-151-5/+83
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-1/+4
|\
| * QIconLoaderEngine: Fix actualSize() for no-entryPalo Kisa2017-05-031-1/+4
* | Export QIconLoaderEngine::entryForSize() for QQuickIconImageJ-P Nurmi2017-02-231-7/+7
|/
* Implement support for Scale directory key according to Icon Theme specMitch Curtis2017-02-011-14/+34
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-2/+0
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-2/+0
| |\
| | * Remove unused variable in QIconLoader::findIconHelper()Alexander Volkov2016-11-121-2/+0
* | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-3/+1
* | | Replace QLatin1Literal with QLatin1StringAnton Kudryavtsev2016-09-031-1/+1
* | | QIconCacheGtkReader: use QStringRef moreAnton Kudryavtsev2016-08-261-4/+4
* | | Remove last uses of Java-style (non-mutable) iterators from QtBaseMarc Mutz2016-08-131-4/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+1
| |\|
| | * QIconLoader: Fix typo in directoryMatchesSize()Palo Kisa2016-06-151-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+1
|\| |
| * | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-1/+1
* | | Optimize QIconLoader::findIconHelper()John Lindgren2016-05-241-10/+12
|/ /
* | Fix some qdoc-warnings in 5.7.Friedemann Kleint2016-04-131-1/+0
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-2/+2
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-4/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QIconLoader: Use the GTK+ icon cachesOlivier Goffart2015-09-131-2/+161
* | QIcon: add a hook in the engine so a non null QIconEngine can still be a null...Olivier Goffart2015-09-111-0/+5
|/
* Do not support static QIcon instancesFrederik Gladhorn2015-07-091-3/+0
* Remove Q_DEAD_CODE_FROM_QT4_MAC sectionsMorten Johan Sørvig2015-07-081-7/+0
* Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-2/+2
* Fixed icons lookup in QIcon::fromThemeRuslan Nigmatullin2015-02-021-49/+75
* Avoid adding empty parent icon themeWeitian Leung2014-10-221-0/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Use QPlatformTheme::SystemIconFallbackThemeName in static QString fallbackThe...Albert Astals Cid2014-09-031-1/+1
* QIconLoader: enable an easy case of transactional processingMarc Mutz2014-09-021-3/+4
* QIconLoader: replace an inefficient QList with a QVectorMarc Mutz2014-08-231-1/+1
* QIconLoader: replace while(!empty()) delete takeLast() with qDeleteAll()Marc Mutz2014-08-231-6/+2
* QIconLoader: don't re-evaluate container.size() all the time (II)Marc Mutz2014-08-231-2/+4
* QIconLoader: don't re-evaluate container.size() all the timeMarc Mutz2014-08-231-1/+3
* QIconLoader: remove another unused variableMarc Mutz2014-08-231-1/+0
* QIconLoader: remove an unused variableMarc Mutz2014-08-231-1/+0
* Do not overwrite basePixmap of QIconLoader PixmapEntryAlbert Astals Cid2014-01-221-3/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-4/+5
|\
| * Fixed crashes relating to SVG icons.Samuel Rødal2013-04-241-4/+5
* | Make sure QIconLoader is always initializedKevin Ottens2013-04-221-7/+5
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Scale icons returned by QIcon::fromTheme.David Sansome2012-10-101-2/+8