summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qiconloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QIcon: move back to QtGuiOlivier Goffart2012-05-181-0/+584
* moving some more files around.Lars Knoll2011-05-041-573/+0
* QGuiApplication is not QPA specificLars Knoll2011-05-031-2/+5
* remove QApplication dependencies in gui/imageLars Knoll2011-05-031-1/+1
* split the HexString template class out of qstylehelperLars Knoll2011-05-031-1/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+570