index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
windows
/
qwindowsmime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename QWindowsMimeConverter to QWindowsMimeRegistry, rename files
Volker Hilsheimer
2022-11-03
1
-1509
/
+0
*
Windows: avoid losing transparency when pasting images into Qt apps
Eirik Aavitsland
2022-09-02
1
-3
/
+32
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Correctly read and write CF_DIB bmp data
Viktor Arvidsson
2022-05-16
1
-0
/
+12
*
Plugins: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-05-04
1
-2
/
+2
*
Plugins: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-04
1
-1
/
+3
*
Remove unused variable which causes compiler error
Piotr Srebrny
2022-02-21
1
-1
/
+0
*
Replace QString::utf16() with data() in memcpy() and QByteArray ctor
Øystein Heskestad
2022-01-07
1
-3
/
+3
*
Clean up code that handle clipboard image conversion on Windows
Camille Viot
2021-01-06
1
-126
/
+14
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
*
Rename the new platform APIs from QPlatformInterface to QNativeInterface
Tor Arne Vestbø
2020-10-07
1
-6
/
+6
*
Cleanup API of QMimeData
Lars Knoll
2020-09-21
1
-18
/
+18
*
Fix a number of MSVC integer conversion warnings
Friedemann Kleint
2020-09-10
1
-1
/
+1
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-4
/
+4
*
Windows QPA: Move mime-type related classes to the new interface
Friedemann Kleint
2020-07-28
1
-41
/
+30
*
Fix some MSVC int conversion warnings
Friedemann Kleint
2020-07-17
1
-2
/
+2
*
Use QList instead of QVector in plugins
Jarek Kobus
2020-07-06
1
-22
/
+22
*
Port platform plugins to QStringView
Lars Knoll
2020-06-15
1
-1
/
+1
*
Get rid of some QTextCodec leftovers
Lars Knoll
2020-05-14
1
-1
/
+0
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-2
/
+0
|
\
|
*
qpa: Remove references to lighthouse
Tor Arne Vestbø
2020-04-03
1
-2
/
+0
*
|
Make bytes-per-line safe for int overflow
Allan Sandfeld Jensen
2020-02-20
1
-3
/
+6
|
/
*
Windows QPA: Use UTF-16 literals where possible
Friedemann Kleint
2019-12-16
1
-22
/
+22
*
Windows QPA: Port from QList to QVector
Friedemann Kleint
2019-11-20
1
-5
/
+5
*
Windows QPA: Fix clang warnings about repetitive type names
Friedemann Kleint
2019-06-13
1
-10
/
+10
*
Windows QPA: Fix Drag and Drop of images onto MS PowerPoint
Friedemann Kleint
2019-04-09
1
-1
/
+4
*
Windows/Direct2d QPA: Use nullptr
Friedemann Kleint
2019-01-28
1
-9
/
+9
*
Windows QPA: Fix clang-tidy-warnings about class definitions
Friedemann Kleint
2018-08-06
1
-18
/
+14
*
Windows QPA: Fix some clang-tidy-warnings
Friedemann Kleint
2018-08-06
1
-17
/
+18
*
Build the Windows platform plugin with QT_NO_FOREACH
Joerg Bornemann
2018-06-22
1
-2
/
+3
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-06-07
1
-7
/
+7
|
\
|
*
Make sure we can build with -no-feature-draganddrop
Joerg Bornemann
2018-05-29
1
-7
/
+7
*
|
Windows QPA: Fix Qt include statements
Friedemann Kleint
2018-05-23
1
-9
/
+9
|
/
*
qwindowsmime.cpp: Fix clazy -Wclazy-container-anti-pattern
Friedemann Kleint
2017-12-01
1
-25
/
+21
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-19
1
-4
/
+4
|
\
|
*
Windows QPA: Port to new feature system
Friedemann Kleint
2017-06-08
1
-4
/
+4
*
|
QtBase: use new QStaticByteArrayMatcher where applicable
Marc Mutz
2017-04-24
1
-6
/
+12
|
/
*
Prefer rvalue versions of toLatin() and toUtf8()
Anton Kudryavtsev
2017-03-30
1
-1
/
+1
*
Windows: Replace Q_DECL_OVERRIDE by override
Alexander Volkov
2016-12-08
1
-24
/
+24
*
Windows QPA plugin: Use member initialization
Friedemann Kleint
2016-11-30
1
-3
/
+1
*
Merge remote-tracking branch 'origin/5.7' into dev
Edward Welbourne
2016-07-19
1
-1
/
+1
|
\
|
*
Use QStringLiteral more judiciously
Anton Kudryavtsev
2016-07-08
1
-1
/
+1
*
|
Windows QPA: Remove Windows CE.
Friedemann Kleint
2016-03-29
1
-2
/
+0
|
/
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-02-24
1
-80
/
+72
|
\
|
*
Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.
Friedemann Kleint
2016-02-19
1
-80
/
+72
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-02-18
1
-2
/
+2
|
\
\
|
|
/
|
*
Windows QPA: Prefer const-versions of API where applicable.
Friedemann Kleint
2016-02-12
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-02-02
1
-1
/
+1
|
\
\
|
|
/
|
*
Don't use QStringLiteral in comparisons
Anton Kudryavtsev
2016-01-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-01-21
1
-24
/
+24
|
\
\
|
|
/
[next]