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.5
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QSslSocket: add and set the TLSv1.3-specific PSK callback
v5.12.4
Mårten Nordheim
2019-06-12
4
-11
/
+65
*
H2 auto-test, degrage flowControlServerSide
Timur Pocheptsov
2019-06-12
1
-1
/
+1
*
tst_qsslsocket: fix racy test
Mårten Nordheim
2019-06-12
1
-2
/
+2
*
tst_qnetworkreply - QSKIP/disable tests that deadlock on Windows
Timur Pocheptsov
2019-06-12
1
-0
/
+23
*
Update SQLite to 3.28.0
Andy Shaw
2019-06-05
4
-6004
/
+8410
*
Add changes file for Qt 5.12.4
Antti Kokko
2019-06-03
1
-0
/
+82
*
Add names for pthreads in Integrity
Janne Koskinen
2019-06-03
1
-0
/
+6
*
ANGLE: Decorate symbol names in MinGW .def files
Oliver Wolff
2019-06-03
4
-948
/
+946
*
Merge 5.12 into 5.12.4
Frederik Gladhorn
2019-05-27
13
-178
/
+218
|
\
|
*
QDataStream: Fix inconsistent results of iostream with QPalette objects
Ryan Chu
2019-05-20
2
-11
/
+48
|
*
Use appropriate encoding rather than UTF-8 when reading from a pipe
Edward Welbourne
2019-05-24
1
-14
/
+8
|
*
Doc: Clarify state of Qt Xml
Kai Koehne
2019-05-24
2
-4
/
+8
|
*
QMenu size fix - Mark items dirty on screen change
Thorbjørn Lund Martsum
2019-05-22
3
-6
/
+12
|
*
Write an anchor-type attribute when embedding images in an ODF document
Andrew den Exter
2019-05-13
1
-0
/
+1
|
*
Avoid re-encoding embedded images when writing an ODF file
Andrew den Exter
2019-05-13
1
-19
/
+68
|
*
Avoid rounding of the size in QGraphicsPixmapItem::boundingRect()
Alexander Volkov
2019-05-09
1
-2
/
+2
|
*
QHighDpi: Remove fromNativePixels()/toNativePixels() overloads
Morten Johan Sørvig
2019-05-22
2
-117
/
+36
|
*
QCompleter: Fix completion on QFileSystemModel
Friedemann Kleint
2019-05-21
1
-5
/
+35
*
|
Fix QMAKE_PRL_INSTALL_REPLACE for macOS
Joerg Bornemann
2019-05-23
1
-2
/
+6
*
|
Replace absolute Qt lib dir in .prl files
Joerg Bornemann
2019-05-23
1
-0
/
+2
*
|
Bump version
Frederik Gladhorn
2019-05-23
1
-1
/
+1
|
/
*
dockwidgets: Unbreak moving floating dock widgets with custom titlebar
Sergio Martins
2019-05-21
1
-1
/
+1
*
Update QMetaEnum::fromType()'s static assert's error message
Edward Welbourne
2019-05-15
1
-1
/
+2
*
QPA: Prevent QPlatformWindow::initialGeometry() from returning invalid geomet...
Friedemann Kleint
2019-05-22
1
-3
/
+9
*
Blacklist tst_qwindow::spuriousMouseMove() on Windows
Friedemann Kleint
2019-05-20
1
-0
/
+2
*
QAndroidInputContext: Fix getTextBefore/AfterCursor() in mid. of preedit
Vova Mshanetskiy
2019-05-08
1
-30
/
+47
*
QAndroidInputContext: Fix most "Input method out of sync" warnings
Vova Mshanetskiy
2019-05-13
1
-0
/
+2
*
Windows Accessibility: window should be focusable
Frederik Gladhorn
2019-05-21
1
-6
/
+15
*
Emit QMenu::aboutToShow() before platform specific code
Massimiliano Gubinelli
2019-05-16
1
-2
/
+2
*
eglfs/openwfd: do not purge QSurfaceFormat fields
Laszlo Agocs
2019-05-08
1
-1
/
+1
*
Windows Accessibility: Add UI Automation Window provider
Frederik Gladhorn
2019-05-20
6
-0
/
+286
*
Don't try to retranslate strings for native color dialogs
Tor Arne Vestbø
2019-05-16
1
-0
/
+3
*
macOS: Generate UTF-16 clipboard content without BOM
Tor Arne Vestbø
2019-05-20
1
-2
/
+17
*
tst_QMdiSubWindow::setSystemMenu(): Pass in High DPI/multi-screen setups
Friedemann Kleint
2019-05-20
1
-1
/
+5
*
Brush up tst_QMdiSubWindow
Friedemann Kleint
2019-05-20
1
-170
/
+227
*
QHighDpi: Simplify top-level window handling code
Morten Johan Sørvig
2019-05-14
2
-40
/
+29
*
Windows QPA: Fix QWheelEvent::buttons() after click on title bar
Andre de la Rocha
2019-05-18
5
-15
/
+84
*
qtmain_winrt: Avoid nullptrs in str*cmp which cause crashes
Oliver Wolff
2019-05-17
1
-3
/
+6
*
Qt Widgets: Document CMake macros
Kai Koehne
2019-05-16
3
-0
/
+70
*
Qt Core: Document CMake macros
Kai Koehne
2019-05-16
3
-0
/
+243
*
Make tst_qwidget_window pass on High-DPI screens (Windows)
Friedemann Kleint
2019-05-16
1
-22
/
+49
*
Brush up tst_QWidget
Friedemann Kleint
2019-05-16
1
-510
/
+548
*
Brush up tst_QWindow
Friedemann Kleint
2019-05-15
1
-94
/
+115
*
Brush up tst_QApplication
Friedemann Kleint
2019-05-15
4
-371
/
+331
*
Skip flaky qfloat16 1/inf == 0 test on QEMU/Arm64
Edward Welbourne
2019-05-15
1
-1
/
+3
*
winrt: Return monospace font for QFontDatabase::systemFont(QFontDatabase::Fix...
Oliver Wolff
2019-05-15
3
-1
/
+19
*
Don't render PE_PanelItemViewRow under tree decoration if style says no
Shawn Rutledge
2019-05-15
1
-1
/
+2
*
iOS: be more careful about hiding the edit menu
Richard Moe Gustavsen
2019-05-15
1
-3
/
+8
*
Accessibility: Do not use the session bus if not connected
Frederik Gladhorn
2019-05-15
1
-0
/
+4
*
Fix: freetype italic fonts in mono/aliased mode
Eirik Aavitsland
2019-05-15
1
-1
/
+1
[next]