summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsmime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QWindowsMimeConverter to QWindowsMimeRegistry, rename filesVolker Hilsheimer2022-11-031-1509/+0
* Windows: avoid losing transparency when pasting images into Qt appsEirik Aavitsland2022-09-021-3/+32
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Correctly read and write CF_DIB bmp dataViktor Arvidsson2022-05-161-0/+12
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-041-2/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-1/+3
* Remove unused variable which causes compiler errorPiotr Srebrny2022-02-211-1/+0
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-3/+3
* Clean up code that handle clipboard image conversion on WindowsCamille Viot2021-01-061-126/+14
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-6/+6
* Cleanup API of QMimeDataLars Knoll2020-09-211-18/+18
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-4/+4
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-281-41/+30
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-2/+2
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-22/+22
* Port platform plugins to QStringViewLars Knoll2020-06-151-1/+1
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+0
|\
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-2/+0
* | Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-3/+6
|/
* Windows QPA: Use UTF-16 literals where possibleFriedemann Kleint2019-12-161-22/+22
* Windows QPA: Port from QList to QVectorFriedemann Kleint2019-11-201-5/+5
* Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-10/+10
* Windows QPA: Fix Drag and Drop of images onto MS PowerPointFriedemann Kleint2019-04-091-1/+4
* Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-9/+9
* Windows QPA: Fix clang-tidy-warnings about class definitionsFriedemann Kleint2018-08-061-18/+14
* Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-061-17/+18
* Build the Windows platform plugin with QT_NO_FOREACHJoerg Bornemann2018-06-221-2/+3
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-7/+7
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-7/+7
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-9/+9
|/
* qwindowsmime.cpp: Fix clazy -Wclazy-container-anti-patternFriedemann Kleint2017-12-011-25/+21
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-4/+4
|\
| * Windows QPA: Port to new feature systemFriedemann Kleint2017-06-081-4/+4
* | QtBase: use new QStaticByteArrayMatcher where applicableMarc Mutz2017-04-241-6/+12
|/
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* Windows: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-081-24/+24
* Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-301-3/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\
| * Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1
* | Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-291-2/+0
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-80/+72
|\
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-191-80/+72
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-2/+2
|\|
| * Windows QPA: Prefer const-versions of API where applicable.Friedemann Kleint2016-02-121-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+1
|\|
| * Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-281-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-24/+24
|\|