summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qicon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-1/+1
* QIcon::fromTheme(): add support for absolute paths.David Faure2016-02-151-0/+3
* QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-111-1/+1
* Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-7/+0
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-4/+5
|\
| * Optimize qt_findAtNxFile by reducing the amount of allocationsOlivier Goffart2015-12-071-4/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-0/+8
|\|
| * Fix possible null pointer dereferences.Jake Petroules2015-12-021-0/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-2/+9
|\|
| * Make qt_findAtNxFile return the source device pixel ratioOlivier Goffart2015-11-131-2/+9
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-11/+40
|\|
| * Add support for "@3x" image loading.Morten Johan Sørvig2015-10-161-11/+40
* | QIconLoader: Use the GTK+ icon cachesOlivier Goffart2015-09-131-0/+4
* | QIcon: add a new overload of QIcon that does not call availableSizesOlivier Goffart2015-09-111-9/+22
* | QIcon: add a hook in the engine so a non null QIconEngine can still be a null...Olivier Goffart2015-09-111-6/+9
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-0/+7
|\
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+7
* | Do not support static QIcon instancesFrederik Gladhorn2015-07-091-2/+2
* | Add ability for QIcons to be marked as template images.James Turner2015-07-091-1/+27
* | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionMorten Johan Sørvig2015-07-081-5/+0
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+2
|\|
| * Respect manual set icon themes.Sune Vuorela2015-06-181-1/+2
* | QIcon: don't use a QList<QImage>Marc Mutz2015-06-221-2/+2
|/
* Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-041-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-6/+6
|\
| * QIcon: Fix that HiDPI image was not found with QRC aliasEike Ziller2015-02-061-6/+6
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* | Fixed icons lookup in QIcon::fromThemeRuslan Nigmatullin2015-02-021-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-1/+1
|\|
| * Fix a possible use after freeLars Knoll2014-10-301-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-18/+10
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* | QIcon: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
|/
* Document loading of high resolution versions of images.Friedemann Kleint2014-08-261-2/+8
* Keep global state of debug stream (QImage, QPixmap, and QIcon)Kai Koehne2014-07-231-8/+10
* Improve debug output of QImage, QPixmap and QIcon.Friedemann Kleint2014-07-211-1/+11
* Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-031-1/+2
* QIcon: Prefer high-quality images of Windows .ico files.Friedemann Kleint2014-06-221-35/+84
* Load all available pixmaps in an icon file.Bastiaan Veelo2014-01-301-26/+30
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+1
|\
| * QIcon: Avoid fetching twice the same pixmapGabriel de Dietrich2013-07-011-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-0/+5
|\|
| * Fixed crashes relating to SVG icons.Samuel Rødal2013-04-241-0/+5
* | Make sure QIconLoader is always initializedKevin Ottens2013-04-221-1/+0
|/
* Load "@2x" images on high-dpi "retina" systems.Morten Johan Sørvig2013-03-281-0/+11
* Make QIcon generate high-dpi pixmaps.Morten Johan Sørvig2013-03-231-7/+113