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
6.5.1
6.5.2
6.5.3
6.6
6.6.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
*
Removed private header warning from public QOpenGLPaintDevice header.
Samuel Rødal
2012-07-04
1
-12
/
+0
*
enable platformsupport for -no-widgets
Tasuku Suzuki
2012-07-04
1
-4
/
+4
*
Replace insignificant test with QEXPECT_FAIL.
Toby Tomkins
2012-07-04
2
-2
/
+1
*
Avoid load(testcase) for installing test helper apps
Rohan McGovern
2012-07-04
11
-51
/
+48
*
Revert "Allow moc to handle symbols that have been redefined."
Matthew Vogt
2012-07-04
6
-279
/
+12
*
Add some quotes to prevent damage from spaces in the paths
Stephen Kelly
2012-07-03
1
-17
/
+17
*
Improve basename extraction in qt5_add_dbus_interfaces
Stephen Kelly
2012-07-03
1
-1
/
+2
*
Fix QWidget/widgetAt() test.
Friedemann Kleint
2012-07-03
1
-6
/
+8
*
Remove Unicode escape sequence, which MSVC does not support.
Friedemann Kleint
2012-07-03
1
-15
/
+1
*
export QMAKESPEC to the project
Oswald Buddenhagen
2012-07-03
3
-25
/
+1
*
store QT_BUILD_PARTS in qmodule.pri also on unix
Oswald Buddenhagen
2012-07-03
1
-1
/
+1
*
remove special handling of the default{,-host} specs
Oswald Buddenhagen
2012-07-03
1
-11
/
+11
*
don't match on the spec name in qconfig.pri
Oswald Buddenhagen
2012-07-03
2
-3
/
+2
*
Platform-plugin support for QSystemTrayIcon.
Christoph Schleifenbaum
2012-07-03
22
-588
/
+1004
*
Use qmake dirname function correctly.
Stephen Kelly
2012-07-03
1
-1
/
+1
*
Simplify the creation of QMetaTypeId specializations.
Stephen Kelly
2012-07-03
2
-11
/
+7
*
Fix focus handling when the application has QAxWidgets.
Miikka Heikkinen
2012-07-03
7
-26
/
+51
*
Implement automatic mouse grabbing on mouse button press.
Miikka Heikkinen
2012-07-03
3
-1
/
+30
*
Fix QDockWidgets on XCB.
Friedemann Kleint
2012-07-03
1
-16
/
+21
*
QNX: fix compilation with C++11 enabled
Marc Mutz
2012-07-03
1
-0
/
+12
*
Remove platform specific DirectWrite font engine from QtGui
Eskil Abrahamsen Blomfeldt
2012-07-03
4
-843
/
+0
*
Compile when -directwrite is passed to configure
Eskil Abrahamsen Blomfeldt
2012-07-03
2
-8
/
+7
*
tst_QTcpServer::clientServerLoop fix for Windows Xp
Martin Petersson
2012-07-03
1
-1
/
+1
*
QNativeSocketEngine: remove compile watning on Windows
Martin Petersson
2012-07-03
1
-0
/
+2
*
SocketEngine Windows: If not dual stack, use IPv4 for AnyIPProtocol
Martin Petersson
2012-07-03
1
-0
/
+3
*
Add QChar::SoftHyphen enum value
Konstantin Ritt
2012-07-03
4
-4
/
+5
*
QNX: set QMAKE_CXXFLAGS_CXX11
Marc Mutz
2012-07-03
1
-0
/
+1
*
removed ancient left-over test from tst_qwidget
Joerg Bornemann
2012-07-03
1
-50
/
+0
*
Suppress QWindowSystemInterface inclusion warnings.
Girish Ramakrishnan
2012-07-03
46
-49
/
+49
*
tst_QWidget::gdiPainting fixed
Joerg Bornemann
2012-07-03
1
-1
/
+2
*
fix QWidget::grab(QRect(x, y, -1, -1))
Joerg Bornemann
2012-07-03
1
-1
/
+5
*
revive the noPaintOnScreen fix on Windows
Joerg Bornemann
2012-07-03
3
-5
/
+28
*
Add support for SQLSTATE error codes
Andras Mantia
2012-07-03
2
-12
/
+23
*
Remove _qpa from cpp filenames
Girish Ramakrishnan
2012-07-03
40
-32
/
+32
*
Fixed warnings in qnetworkreply unit test
Kurt Korbatits
2012-07-03
1
-0
/
+2
*
MIPS DSP composition functions optimizations.
Damir Tatalovic
2012-07-03
6
-159
/
+1770
*
Silence clang warning in QVector::reallocData()
Kent Hansen
2012-07-03
1
-1
/
+1
*
Add erase operation to QArrayDataOps
João Abecasis
2012-07-03
3
-0
/
+142
*
Make QWindowSystemInterface part of QPA API
Girish Ramakrishnan
2012-07-03
10
-16
/
+39
*
fixed compile for mouse button handling on wince
Bjoern Breitmeyer
2012-07-03
1
-0
/
+4
*
remove unused variable from QPlainTextEdit::paintEvent
Joerg Bornemann
2012-07-03
1
-1
/
+0
*
Move DirectFB tests into qpa
Girish Ramakrishnan
2012-07-03
3
-1
/
+1
*
QtGui: add member-swap to shared classes
Marc Mutz
2012-07-03
16
-0
/
+101
*
QSslCertificate::fromPath fix wildcard handling
Martin Petersson
2012-07-03
2
-23
/
+34
*
Add null httpReply checks to QHttpThreadDelegate
Shane Kearns
2012-07-03
1
-6
/
+25
*
Optimize QWindowsFontEngineDirectWrite::initFontInfo() a bit
Konstantin Ritt
2012-07-03
1
-17
/
+17
*
configure: properly quote glesv2 flags
Robin Burchell
2012-07-03
1
-4
/
+19
*
QtCore: add member-swap to shared classes
Marc Mutz
2012-07-03
13
-0
/
+67
*
DirectWrite font engine: don't leak the font table buffer
Konstantin Ritt
2012-07-03
2
-26
/
+22
*
qmake: improve the .pc files generator
Konstantin Ritt
2012-07-03
2
-3
/
+6
[next]