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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QDateTimeParser: adapt unquote() to make good use of QStringRef.
Anton Kudryavtsev
2016-05-11
1
-6
/
+4
*
QDateTimeParser: de-duplicate calls and cache results
Anton Kudryavtsev
2016-05-11
1
-7
/
+9
*
eglfs: Fix DRM+KMS backends
Laszlo Agocs
2016-05-10
10
-14
/
+17
*
Add support for -Werror with ICC 17 on Linux
Thiago Macieira
2016-05-10
1
-2
/
+2
*
Make it an #error if we failed to detect the ARM architecture version
Thiago Macieira
2016-05-10
1
-0
/
+2
*
QEglFSKmsIntegration: use new QJsonObject::value(QLatin1String)
Marc Mutz
2016-05-10
1
-5
/
+5
*
QImageWriter: use new QJsonObject::value(QLatin1String)
Marc Mutz
2016-05-10
1
-3
/
+3
*
QFactoryLoader: use new QJsonObject::value(QLatin1String)
Marc Mutz
2016-05-10
1
-27
/
+11
*
QJsonObject: add some overloads taking QLatin1String
Marc Mutz
2016-05-10
5
-11
/
+145
*
Prospective MSVC 2013 build fix
Simon Hausmann
2016-05-10
1
-2
/
+4
*
Fix build on WinRT
Maurice Kalinowski
2016-05-10
1
-1
/
+2
*
QUrl: enable (N)RVO for gcc
Anton Kudryavtsev
2016-05-09
1
-37
/
+37
*
QDateTimeParser: proper construction of QString
Anton Kudryavtsev
2016-05-09
1
-1
/
+1
*
QWidgetTextControl: ensure we listen for changes to cursorFlashTimeChanged
Richard Moe Gustavsen
2016-05-09
2
-15
/
+3
*
Fix ANGLE glGetUniform*v functions to work properly with arrays
Miikka Heikkinen
2016-05-09
2
-1
/
+32
*
Doc: Highlight Quick Controls 2 - Gallery example
Venugopal Shivashankar
2016-05-09
1
-25
/
+1
*
Be more specific what is in Core and what is not
Jędrzej Nowacki
2016-05-09
1
-2
/
+5
*
QNX: Force use of system zlib on Windows host
Liang Qi
2016-05-09
1
-0
/
+1
*
QJsonValue: don't create a temporary QString on every toString() invocation
Marc Mutz
2016-05-09
2
-1
/
+18
*
Add a QMutex::isRecursive() const noexcept
Thiago Macieira
2016-05-09
2
-9
/
+15
*
Work around ICC's bug in making std::atomic a literal type
Thiago Macieira
2016-05-08
1
-2
/
+8
*
Mark QThread::currentThreadId() as a pure function
Thiago Macieira
2016-05-08
1
-1
/
+1
*
Implement QLibrary::PreventUnloadHint for Windows
Thiago Macieira
2016-05-08
2
-2
/
+10
*
Remove includes to qdatetime_p.h that aren't necessary
Thiago Macieira
2016-05-08
2
-2
/
+0
*
Mark QTimeZone constructor nothrow.
Thiago Macieira
2016-05-08
2
-2
/
+2
*
Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7
Liang Qi
2016-05-06
94
-658
/
+699
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-05-06
94
-658
/
+699
|
|
\
|
|
*
QFileSystemMetaData: do not treat block devices as sequential
Alex Trotsenko
2016-05-04
1
-1
/
+13
|
|
*
Avoid use of v4-mapped QHostAddress::AnyIPv4 local address on Windows
Alex Trotsenko
2016-05-04
1
-0
/
+13
|
|
*
tst_QKeyEvent::modifiers(): Ensure test data row names are pure ASCII.
Friedemann Kleint
2016-05-04
1
-1
/
+19
|
|
*
QSplitter: Add note about ownership transfer to addWidget() and insertWidget()
Stephan Binner
2016-05-04
1
-1
/
+5
|
|
*
Change Q_OS_MAC -> Q_OS_OSX
Morten Johan Sørvig
2016-05-04
1
-28
/
+28
|
|
*
Add missing Q_DECL_OVERRIDEs
Morten Johan Sørvig
2016-05-04
1
-3
/
+3
|
|
*
Fix segfault when exiting app running under eglfs
Elena Zaretskaya
2016-05-04
1
-0
/
+11
|
|
*
Fix FPE under EGLFS_KMS if mesa-10.2.7
Elena Zaretskaya
2016-05-04
1
-2
/
+7
|
|
*
doc: Clarify how to remove a QTextFrame
Eskil Abrahamsen Blomfeldt
2016-05-04
1
-2
/
+5
|
|
*
Manual touch test: Add color for Qt::MouseEventSynthesizedByApplication.
Friedemann Kleint
2016-05-04
1
-0
/
+3
|
|
*
Improve tst_qtimeline::setPaused resilience
Jędrzej Nowacki
2016-05-04
1
-8
/
+7
|
|
*
Revert "egl: Reshuffle headers to help less fortunate systems with X11"
Liang Qi
2016-05-04
18
-83
/
+21
|
|
*
xcb: don't compress tablet motion events
Shawn Rutledge
2016-05-04
3
-8
/
+21
|
|
*
Cocoa: Enable skipping Ctrl+LMB to RMB override
Gabriel de Dietrich
2016-05-03
1
-1
/
+5
|
|
*
egl: Reshuffle headers to help less fortunate systems with X11
Laszlo Agocs
2016-05-03
18
-21
/
+83
|
|
*
QLinuxFbScreen: fix uninitialized member warnings
Edward Welbourne
2016-05-03
1
-17
/
+13
|
|
*
Added a missing comma to the comment.
Jesus Fernandez
2016-05-03
1
-1
/
+1
|
|
*
Fix grammar in QSKIP documentation
Mitch Curtis
2016-05-03
1
-1
/
+1
|
|
*
fix example installs
Oswald Buddenhagen
2016-05-03
13
-11
/
+25
|
|
*
delete unreferenced file
Oswald Buddenhagen
2016-05-03
1
-264
/
+0
|
|
*
install the opengl legacy examples
Oswald Buddenhagen
2016-05-03
1
-0
/
+3
|
|
*
fix build and installation of queuedcustomtype example
Oswald Buddenhagen
2016-05-03
3
-2
/
+6
|
|
*
normalize structure of plugandpaint example
Oswald Buddenhagen
2016-05-03
24
-103
/
+104
[next]