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
path:
root
/
src
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
*
Revert "Allow moc to handle symbols that have been redefined."
Matthew Vogt
2012-07-04
5
-127
/
+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
*
Platform-plugin support for QSystemTrayIcon.
Christoph Schleifenbaum
2012-07-03
21
-583
/
+999
*
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
4
-20
/
+38
*
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
*
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
3
-2
/
+3
*
Suppress QWindowSystemInterface inclusion warnings.
Girish Ramakrishnan
2012-07-03
46
-49
/
+49
*
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
1
-12
/
+18
*
Remove _qpa from cpp filenames
Girish Ramakrishnan
2012-07-03
40
-32
/
+32
*
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
1
-0
/
+63
*
Make QWindowSystemInterface part of QPA API
Girish Ramakrishnan
2012-07-03
8
-13
/
+22
*
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
*
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
1
-23
/
+30
*
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
*
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
*
Fix capitalization with newline bug
Yann Bodson
2012-07-03
1
-1
/
+1
*
Forward the CMAKE_PREFIX_PATH to invoked tests.
Stephen Kelly
2012-07-03
1
-2
/
+2
*
Move the macros for invoking ctest to a shared location.
Stephen Kelly
2012-07-03
3
-0
/
+60
*
Add constexpr template specializations for built in metatypes.
Stephen Kelly
2012-07-03
1
-5
/
+5
*
shapeTextWithHarfbuzz() minor optimization
Konstantin Ritt
2012-07-03
1
-5
/
+7
*
QNX: Enable threaded OpenGL rendering on QNX
Sean Harmer
2012-07-03
5
-29
/
+68
*
buildsystem: Remove SXE from the configure and qconfig-*.h files
Holger Hans Peter Freyther
2012-07-02
2
-6
/
+0
*
Make the CPU detection much more efficient in user code
Thiago Macieira
2012-07-02
5
-65
/
+87
*
Fix MinGW-w64 compilation
Jonathan Liu
2012-07-02
2
-4
/
+4
*
Implement QVariant conversions for QObject derived pointer metatypes.
Stephen Kelly
2012-07-01
1
-1
/
+64
*
Store the QMetaObject with the QMetaType.
Stephen Kelly
2012-07-01
4
-7
/
+101
*
Don't lower the code generation level options for the compiler
Thiago Macieira
2012-07-01
1
-7
/
+9
*
Make QtNetwork compile with qconfig small
Jeremy Katz
2012-07-01
1
-0
/
+15
*
Support the showIsFullScreen style hint in widgets.
Thomas McGuire
2012-06-30
2
-13
/
+26
*
Move QStandardItem/QStandardItemModel to QtGui
Giuseppe D'Angelo
2012-06-29
7
-18
/
+49
*
Add framestrut mouse events.
Friedemann Kleint
2012-06-29
14
-14
/
+128
*
QQnxWindow: properly scope a local variable
Marc Mutz
2012-06-29
1
-4
/
+1
[next]