index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
uic/Python: import all the classes for QtCore and QtGui
Cristian Maureira-Fredes
2020-05-18
1
-5
/
+2
*
doc: Add version of deprecation for QFont enums
Eskil Abrahamsen Blomfeldt
2020-05-18
1
-4
/
+4
*
Fix warnings from deprecated QStyle enum values
Volker Hilsheimer
2020-05-16
1
-0
/
+6
*
Always open a text control's context menu on the same screen
Shawn Rutledge
2020-05-16
1
-0
/
+5
*
Avoid format conversion in backing store texture upload
Allan Sandfeld Jensen
2020-05-16
1
-44
/
+50
*
Fix compile error on iOS
Lars Knoll
2020-05-16
1
-0
/
+3
*
Revert "QVector: add a construction from QArrayDataPointerRef"
Giuseppe D'Angelo
2020-05-15
2
-6
/
+0
*
Revert "WebGradients: redo implementation"
Giuseppe D'Angelo
2020-05-15
8
-600
/
+1006
*
Merge remote-tracking branch 'origin/5.15.0' into 5.15
Qt Forward Merge Bot
2020-05-14
3
-3
/
+9
|
\
|
*
qstandardpaths_win.cpp: Fix GetCurrentProcessToken() for Win7
v5.15.0-rc2
Fredrik Orderud
2020-05-07
1
-1
/
+6
|
*
QCborValue: catch overflow in QByteArray when decoding chunked strings
Thiago Macieira
2020-05-07
1
-1
/
+1
|
*
Fix 32bit integer overflow in ICC parsing
v5.15.0-rc1
Allan Sandfeld Jensen
2020-05-04
1
-1
/
+2
*
|
Small fixes for the Q*Ref deprecation stuff
Marc Mutz
2020-05-14
1
-4
/
+12
*
|
Fix invalid text layout data when a full layout run is interrupted
Stefan Löffler
2020-05-14
1
-2
/
+5
*
|
Support opening directories over portal
Jan Grulich
2020-05-14
2
-1
/
+30
*
|
Fix QRunnable::ref use in QThreadPool
Allan Sandfeld Jensen
2020-05-12
2
-26
/
+44
*
|
Revert "note QFileDialog::setNameFilters() is not supported on Android"
Assam Boudjelthia
2020-05-12
1
-5
/
+2
*
|
Doc: Enable snippet compilation
Paul Wicking
2020-05-05
1
-2
/
+23
*
|
Compile fixes for clang10
Lars Knoll
2020-05-05
8
-19
/
+19
*
|
Android: fix mimeTypes handling for file dialog
Assam Boudjelthia
2020-05-05
2
-6
/
+45
*
|
Doc: Fix compilation of testlib snippets if sql, widgets are missing
Kai Koehne
2020-05-05
1
-0
/
+3
*
|
Improve QTranslator documentation code snippet
Kai Koehne
2020-05-05
2
-5
/
+6
*
|
Don't compile pcre2 if we will use the system library
Thiago Macieira
2020-05-04
1
-1
/
+1
*
|
QCommandLineParser: Wrap very long option names to leave room for descriptions
David Faure
2020-05-01
1
-10
/
+19
*
|
Doc: Make snippets Qt Widgets compilable
Nico Vertriest
2020-05-01
9
-65
/
+138
*
|
Merge "Merge remote-tracking branch 'origin/5.15.0' into 5.15"
Qt Forward Merge Bot
2020-04-30
3
-14
/
+34
|
\
\
|
*
\
Merge remote-tracking branch 'origin/5.15.0' into 5.15
Qt Forward Merge Bot
2020-04-30
3
-14
/
+34
|
|
\
\
|
|
|
/
|
|
*
QCborValue: check parsing of invalid URL
Thiago Macieira
2020-04-30
1
-3
/
+5
|
|
*
QCborValue: add an extra check against producing invalid ISO dates
Thiago Macieira
2020-04-30
1
-4
/
+6
|
|
*
QCborValue: avoid signed integer oveflows when decoding time_t
Thiago Macieira
2020-04-30
1
-4
/
+19
|
|
*
Don't output a warning that can trigger before Qt has fully initialized
Andy Shaw
2020-04-30
1
-2
/
+0
|
|
*
macOS: Avoid modifying hash while iterating it
Tor Arne Vestbø
2020-04-30
1
-1
/
+4
*
|
|
QNAM: Don't check if a session is needed for a cache lookup
Mårten Nordheim
2020-04-30
2
-0
/
+7
*
|
|
QAuthenticator: make sure we load the SSPI library
Mårten Nordheim
2020-04-30
1
-1
/
+7
*
|
|
QCOMPARE: treat values as equal if qFuzzyIsNull(each)
Edward Welbourne
2020-04-30
2
-17
/
+21
|
/
/
*
|
iOS: Pick up theme palette from system colors
Tor Arne Vestbø
2020-04-30
3
-5
/
+51
*
|
iOS: Teach edit menu popover to have a readonly mode
Shawn Rutledge
2020-04-30
1
-0
/
+11
*
|
Merge "Merge remote-tracking branch 'origin/5.15.0' into 5.15"
Liang Qi
2020-04-29
16
-77
/
+181
|
\
\
|
*
\
Merge remote-tracking branch 'origin/5.15.0' into 5.15
Liang Qi
2020-04-28
16
-77
/
+181
|
|
\
\
|
|
|
/
|
|
*
Doc: Remove manual duplicate alias descriptions
Paul Wicking
2020-04-28
2
-34
/
+0
|
|
*
Fix 32bit int overflow
Allan Sandfeld Jensen
2020-04-27
1
-2
/
+5
|
|
*
Fix 8bit image conversions with non-default bytes_per_line
Allan Sandfeld Jensen
2020-04-27
1
-11
/
+33
|
|
*
Doc: add since for QWheelEvent::position
Paul Wicking
2020-04-27
1
-0
/
+1
|
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15.0
Qt Forward Merge Bot
2020-04-27
1
-1
/
+10
|
|
|
\
|
|
|
*
Doc: Describe updating fonts with substitutes
5.14
Leena Miettinen
2020-04-24
1
-1
/
+10
|
|
*
|
Don't warn when loading icons via the image loaders
Tor Arne Vestbø
2020-04-26
1
-2
/
+0
|
|
*
|
Cocoa: If the grabRect is null then add in a null image for the area
Andy Shaw
2020-04-26
1
-1
/
+10
|
|
*
|
Fix data corruption regression in QJsonObject::erase()
Eirik Aavitsland
2020-04-23
1
-4
/
+4
|
|
*
|
Doc: Fix compilation issue with QVERIFY2 example
Kai Koehne
2020-04-23
1
-1
/
+1
|
|
*
|
note QFileDialog::setNameFilters() is not supported on Android
Assam Boudjelthia
2020-04-23
1
-0
/
+6
[next]