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
*
QFileSystemEngine: don't try to use statx(2) if SYS_statx isn't defined
v5.11.0-rc2
v5.11.0
Thiago Macieira
2018-05-14
1
-0
/
+2
*
Add changes file for Qt 5.11.0
v5.11.0-rc1
Antti Kokko
2018-04-30
1
-0
/
+399
*
QSysInfo: Correct the \since for {machine,boot}UniqueId()
Thiago Macieira
2018-04-25
1
-2
/
+2
*
syncqt: fix CamelCase aliases for injected headers
Oswald Buddenhagen
2018-04-25
2
-1
/
+2
*
syncqt: don't write INJECTED_*HEADERS
Oswald Buddenhagen
2018-04-25
2
-15
/
+6
*
Fix documentation of setBackendConfigurationOption
André Klitzing
2018-04-25
2
-5
/
+5
*
Merge 5.11 into 5.11.0
Oswald Buddenhagen
2018-04-20
22
-433
/
+336
|
\
|
*
Doc: Update QtConcurrent::mapped example snippet
Paul Wicking
2018-04-19
1
-2
/
+3
|
*
Manual shortcut test: Arrange in QGridLayout
Friedemann Kleint
2018-04-18
1
-190
/
+114
|
*
qmake: fix sdk resolution on macos
Tim Uy
2018-04-18
1
-6
/
+6
|
*
iOS: Use the non deprecated application:openURL function
Andy Shaw
2018-04-18
1
-3
/
+2
|
*
QToolTip: Hide tooltip on key event on macOS
Gabriel de Dietrich
2018-04-18
1
-7
/
+5
|
*
QCocoaPlatformTheme: Fix tooltip background color
Gabriel de Dietrich
2018-04-18
1
-1
/
+3
|
*
QMacStyle: Fix SC_ComboBoxEditField rect
Gabriel de Dietrich
2018-04-18
1
-2
/
+1
|
*
QMacStyle: Fix appearance of selected inactive tab bar button
Gabriel de Dietrich
2018-04-18
1
-9
/
+50
|
*
QMacStyle: Clean up code, remove dead bits
Gabriel de Dietrich
2018-04-18
2
-170
/
+72
|
*
Do not ignore MenuItem on macOS
Jan Arve Saether
2018-04-18
1
-1
/
+0
|
*
Blacklist tst_QWindow::isActive on Ubuntu
Kari Oikarinen
2018-04-18
1
-0
/
+3
|
*
iOS: Allow building QML based test cases
Andy Shaw
2018-04-18
1
-1
/
+0
|
*
Doc: link to QEnableSharedFromThis from QSharedPointer docs
Mitch Curtis
2018-04-18
1
-1
/
+1
|
*
iOS: Trigger manual layout of root view controller when coming out of background
Tor Arne Vestbø
2018-04-18
6
-31
/
+55
|
*
Fix runtime platform detection on Apple platforms
Tor Arne Vestbø
2018-04-18
1
-6
/
+6
|
*
QSplitter: fix doc for widget() and handle()
Anton Kudryavtsev
2018-04-18
1
-4
/
+5
|
*
Compile when using -no-feature-networkinterface
Andy Shaw
2018-04-18
1
-0
/
+4
|
*
Don't ignore the shortcut when the QMenuBar is parentless
Andy Shaw
2018-04-18
1
-1
/
+8
*
|
Document libdbus-1 code in Qt D-Bus
Kai Koehne
2018-04-20
3
-1
/
+178
*
|
Also support reset notification on non-nvidia
Allan Sandfeld Jensen
2018-04-19
1
-15
/
+25
|
/
*
Use placeholder for year in header.* files
Kai Koehne
2018-04-16
10
-14
/
+14
*
Remove LICENSE.GPLv3, LICENSE.LGPLv21, LGPL_EXCEPTION.txt
Kai Koehne
2018-04-16
3
-1201
/
+1
*
tst_qdir: Fix absoluteFilePath for winrt
Oliver Wolff
2018-04-16
1
-0
/
+3
*
QSslCertificate (OpenSSL) use the correct *_free function
v5.11.0-beta4
Timur Pocheptsov
2018-04-15
3
-1
/
+6
*
Use optimize_size instead of duplicating similar logic
Allan Sandfeld Jensen
2018-04-14
3
-14
/
+2
*
xcb: prevent crash with pixmap cursors on XRender-less X servers
Gatis Paeglis
2018-04-14
3
-8
/
+28
*
xcb: fix bitmap cursor loading performance regression
Gatis Paeglis
2018-04-14
4
-45
/
+38
*
xcb: cleanup the code for detecting when to create/destroy SHM segment
Gatis Paeglis
2018-04-14
1
-6
/
+8
*
tests/auto/widgets/util: Avoid unconditional qWait()s
Kari Oikarinen
2018-04-13
2
-17
/
+9
*
Improve performance of QResource::load()
Lars Knoll
2018-04-13
1
-12
/
+8
*
winrt: QWinRTEGLContext: add isValid functionality
Oliver Wolff
2018-04-13
2
-0
/
+7
*
QStyleHints: emit correct signal when calling setMouseQuickSelectionThreshold
Akihito Izawa
2018-04-13
1
-1
/
+1
*
tst_QWidget: Avoid unconditional qWait()s
Kari Oikarinen
2018-04-13
1
-85
/
+19
*
PDF engine: handle abnormally long string cases
Eirik Aavitsland
2018-04-12
1
-5
/
+10
*
Fix crash if QPixmap::defaultDepth() is called when no QGuiApplication
Eirik Aavitsland
2018-04-12
2
-1
/
+9
*
QWindowsPipeReader: fix waiting on inactive pipe
Alex Trotsenko
2018-04-12
2
-3
/
+15
*
QMacStyle doesn't depend on Carbon anymore
Gabriel de Dietrich
2018-04-12
3
-211
/
+1
*
rework syncqt interaction regarding cross-tree paths
Oswald Buddenhagen
2018-04-12
4
-19
/
+30
*
qmake: fix QMAKE_BUNDLE_DATA for (some) generated files
Oswald Buddenhagen
2018-04-12
1
-1
/
+3
*
HTTP/2 - reset uploadByteDevice if necessary
Timur Pocheptsov
2018-04-12
4
-2
/
+92
*
dockwidgets: Resize the rubber-band when our drop target is resized
Sergio Martins
2018-04-12
2
-1
/
+18
*
Cut down on drawPixmap and drawImage combinations
Allan Sandfeld Jensen
2018-04-12
1
-8
/
+2
*
Blacklist tst_QItemDelegate::comboBox on openSUSE
Kari Oikarinen
2018-04-12
2
-4
/
+6
[next]