summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowstheme.h
Commit message (Expand)AuthorAgeFilesLines
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-09-171-0/+3
* Windows QPA: Provide an experimental palette for dark modeFriedemann Kleint2020-01-251-1/+1
* Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-251-0/+2
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-1/+2
|\
| * Windows QPA: Update theme fonts when the primary screen changesFriedemann Kleint2019-09-021-1/+2
* | Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVEFriedemann Kleint2019-05-241-1/+1
* | Windows QPA: Use nullptr consistentlyFriedemann Kleint2019-05-281-1/+1
|/
* Windows QPA: Fix clang-tidy-warnings about class definitionsFriedemann Kleint2018-08-061-1/+2
* Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-2/+2
* Windows QPA: Move system tray icon implementation into the pluginFriedemann Kleint2017-04-271-0/+3
* Windows QPA: Add native menusFriedemann Kleint2017-04-271-0/+7
* QWindowsTheme: Run dedicated SHGetFileInfo() threadGabriel de Dietrich2016-12-211-2/+0
* Windows: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-081-6/+6
* QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-051-4/+7
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-0/+5
|\
| * QWindowsTheme: Fix the available file icon sizesFriedemann Kleint2016-07-151-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-0/+2
|\|
| * QWindowsTheme: Run SHGetFileInfo() in a thread.Friedemann Kleint2016-02-261-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-2/+2
|\|
| * Windows/Direct2D QPA plugins: Fix overrides.Friedemann Kleint2016-01-141-2/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Clean headers in the Windows plugin.Friedemann Kleint2015-03-051-9/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Windows/Direct2D platform plugins: Add Q_DECL_OVERRIDE.Friedemann Kleint2014-07-291-6/+6
* Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSérgio Martins2013-05-091-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-161-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Refactor theme plugin loading.Friedemann Kleint2012-03-151-1/+4
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-071-1/+7
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-171-0/+24
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-271-2/+2
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Introduce a QVariant themeHint() to QPlatformTheme.Friedemann Kleint2012-01-111-0/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-111-0/+60