summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qicon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
* HiDPI: Select most fitting pixel ratio when painting QIconFlorian Korsakissok2019-11-181-1/+6
* Fix: QIcon high dpi scaling when aspect ratio differsEirik Aavitsland2019-11-151-0/+5
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-1/+1
|/
* QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-3/+3
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-2/+4
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-2/+4
| |\
| | * Modernize the "mimetype" featureLiang Qi2018-10-121-2/+4
* | | QIcon::addFile: don't use QMimeDatabase for every PNG being loadedDavid Faure2018-10-041-3/+4
|/ /
* / Allow setting the QIcon fallback themeAlbert Astals Cid2018-08-201-1/+32
|/
* Introduce QIcon::fallbackSearchPaths()Alexander Volkov2018-01-151-1/+34
* qt_findAtNxFile(): account for .9 (9-patch image) extensionsMitch Curtis2017-06-241-1/+6
* Doc: Fix references to QIconEngineV2 and QIconEnginePluginV2Aaron Linville2017-04-281-3/+3
* Fix grammar in QIcon docsMitch Curtis2017-03-021-2/+2
* Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
* Make some atomic counters zero-basedMarc Mutz2017-02-151-2/+6
* Implement support for Scale directory key according to Icon Theme specMitch Curtis2017-02-011-3/+49
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-1/+1
| |\
| | * Add QPixmapIconEngine::pixmap pointer checkJesus Fernandez2016-11-021-1/+1
* | | QIconPrivate: Pass QIconEngine as parameter to constructorFriedemann Kleint2016-09-201-27/+15
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-2/+5
|\|
| * QIcon: Set the pixmap's dpr to 1.0 if the window is also set to 1.0Andy Shaw2016-08-301-2/+5
* | QIcon::addFile(): Invoke QMimeDatabase when matching by suffix failsFriedemann Kleint2016-08-301-18/+22
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
|\|
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | Doc: added doc for parameter isMaskNico Vertriest2016-07-111-2/+2
* | 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