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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcc: micro-optimization
Marc Mutz
2012-02-24
1
-1
/
+1
*
Fix tst_qlineedit.
Friedemann Kleint
2012-02-24
2
-18
/
+34
*
qmimetypeparser: more optimized definition of string constants
David Faure
2012-02-24
2
-45
/
+21
*
Remove unused toolTip member variable (qt3 leftover)
David Faure
2012-02-24
1
-6
/
+0
*
QHeaderView - fix setOffsetToSectionPosition a bit
Thorbjørn Lund Martsum
2012-02-24
1
-2
/
+2
*
QWheelEvent high-resolution delta support.
Morten Johan Sorvig
2012-02-24
9
-47
/
+168
*
QHeaderView - change not needed if to Q_ASSERT
Thorbjørn Lund Martsum
2012-02-24
1
-2
/
+1
*
QMimeMagicRule: declare as Q_MOVABLE_TYPE
Marc Mutz
2012-02-24
1
-0
/
+1
*
Minor fixes for RelationFlag.
Jan-Arve Saether
2012-02-24
2
-4
/
+6
*
Remove unused QT_NO_QWS_SHARE_FONTS
Stephen Kelly
2012-02-24
1
-1
/
+0
*
Remove QT_NO_QWS_MULTIPROCESS
Stephen Kelly
2012-02-24
2
-3
/
+1
*
Remove unused define QT_NO_COP.
Stephen Kelly
2012-02-24
1
-4
/
+0
*
Fix Windows -no-freetype build
Jonathan Liu
2012-02-24
2
-180
/
+180
*
Add UDev helper class for evdev plugins
Johannes Zellner
2012-02-24
7
-170
/
+379
*
Use "OpenGL" instead of just "GL" in documentation.
Samuel Rødal
2012-02-24
5
-38
/
+38
*
XCB No longer lists ThreadedOpenGL capability
Alan Alpert
2012-02-24
1
-6
/
+1
*
Clean up some Q_WS_WIN
Debao Zhang
2012-02-24
1
-2
/
+2
*
clean up qmake-generated projects
Oswald Buddenhagen
2012-02-24
2
-9
/
+0
*
Add the QtMain windows library to the CMake files.
Stephen Kelly
2012-02-23
1
-0
/
+23
*
QSqlTableModel: rename parameter to avoid name clash with method
Mark Brand
2012-02-23
1
-5
/
+5
*
QSqlTableModel: avoid extra QMap lookup
Mark Brand
2012-02-23
1
-7
/
+5
*
fix style
Mark Brand
2012-02-23
1
-2
/
+1
*
QSqlTableModel: document edit strategy behavior
Mark Brand
2012-02-23
1
-2
/
+14
*
improve documentation language style
Mark Brand
2012-02-23
1
-1
/
+1
*
Added documentation for QOpenGLContext and QOpenGLContextGroup.
Samuel Rødal
2012-02-23
1
-43
/
+233
*
Bump the moc output revision
Kent Hansen
2012-02-23
2
-2
/
+2
*
QSslSocket::verify certificates when on-demand loading is used
Martin Petersson
2012-02-23
1
-0
/
+4
*
QWindowsPipeWriter could terminate the process to early
Martin Petersson
2012-02-23
1
-1
/
+1
*
QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding te...
John Tapsell
2012-02-23
1
-1
/
+14
*
Harfbuzz-thai: Hide ZWJ and ZWNJ characters and show Inherited characters
John Tapsell
2012-02-23
1
-3
/
+8
*
Require compiler support for deprecated constructors.
Stephen Kelly
2012-02-23
2
-10
/
+0
*
Remove QT_ASCII_CAST_WARN_CONSTRUCTOR
Stephen Kelly
2012-02-23
4
-12
/
+5
*
Rename QMetaTypeSwitcher::UnknownType to NotBuiltinType.
Jędrzej Nowacki
2012-02-23
3
-11
/
+11
*
Fix fontconfig.pri file to allow QPA plugins to build
Sean Harmer
2012-02-23
1
-2
/
+2
*
Add the quitlock feature to QThread.
Stephen Kelly
2012-02-23
5
-2
/
+46
*
Add WindowDoesNotAcceptFocus flag and use it in xcb
Jan Arne Petersen
2012-02-23
4
-0
/
+29
*
Fleshed out the QWindow documentation to be less sparse.
Samuel Rødal
2012-02-23
1
-53
/
+541
*
Added documentation for QSurfaceFormat.
Samuel Rødal
2012-02-23
1
-15
/
+136
*
Handle theme change in QApplication/QGuiApplication.
Friedemann Kleint
2012-02-23
5
-22
/
+93
*
Fix conflict between QMainWindow::restoreState() and QWidget::setStylesheet()
Debao Zhang
2012-02-23
1
-1
/
+2
*
Fix rounding error in QInputMethod::cursorRectangle().
Andrew den Exter
2012-02-23
1
-2
/
+2
*
QMenuBar: Clean up Q_WS_WIN
Debao Zhang
2012-02-23
1
-5
/
+1
*
Harfbuzz-thai - When calling HB_OpenTypePosition we must set doLogClusters to...
John Tapsell
2012-02-23
1
-1
/
+1
*
Harfbuzz-thai - fix to_tis620 function for latin characters
John Tapsell
2012-02-23
1
-1
/
+1
*
Fix height of some Thai characters
Marko Kenttala
2012-02-23
1
-0
/
+28
*
Silence coverity warning about sizeof(Node*) vs sizeof(Node) in QList
Andy Shaw
2012-02-23
1
-1
/
+1
*
Use the CMake definition of Windows for CMake macros.
Stephen Kelly
2012-02-23
1
-1
/
+1
*
Suppport up to 27 mouse buttons from DirectFB Plugin.
Rick Stockton
2012-02-23
1
-5
/
+57
*
Remove unneeded code to convert to ASCII/Latin1.
Robin Burchell
2012-02-22
2
-45
/
+0
*
Don't do macro self-expansion for moc anymore.
Stephen Kelly
2012-02-22
1
-6
/
+2
[next]