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
*
Remove TESTED_CLASS/TESTED_FILES comments from tests.
Jason McDonald
2011-12-06
284
-853
/
+0
*
Don't mark selftest subtests as testcases.
Jason McDonald
2011-12-06
2
-2
/
+0
*
Add new mkspec for cross-compiling Qt5 for ARM
Jyri Tahtela
2011-12-06
2
-0
/
+68
*
Fix QT_DEPRECATED_SINCE evaluation
Bradley T. Hughes
2011-12-05
1
-23
/
+23
*
Re-add QInternal::EventNotifyCallback
Bradley T. Hughes
2011-12-05
3
-0
/
+57
*
Make tst_QVariant::canConvertMetaTypeToInt more verbose.
Jędrzej Nowacki
2011-12-05
1
-13
/
+20
*
qpixmap_win.cpp: Fix typo in format conversion (alpha).
Friedemann Kleint
2011-12-05
1
-2
/
+2
*
v8: Introduce MIPS code for the QML code
Holger Hans Peter Freyther
2011-12-05
1
-1
/
+136
*
v8: Attempt to fix a typo in the commit message
Holger Hans Peter Freyther
2011-12-05
1
-1
/
+1
*
mips: Really build the MIPS V8 code
Holger Hans Peter Freyther
2011-12-05
1
-3
/
+1
*
Fix typos in Sqlite docs.
Stephen Kelly
2011-12-05
2
-3
/
+3
*
Fixing naming of selftests.
Jason McDonald
2011-12-05
4
-34
/
+34
*
Don't set graphics system at start of test.
Jason McDonald
2011-12-05
1
-8
/
+1
*
Fixed tst_selftests findtestdata subtest for shadow builds.
Rohan McGovern
2011-12-05
2
-0
/
+6
*
Remove unused Mac specific font code in widgets
Jiang Jiang
2011-12-04
6
-1427
/
+0
*
Remove QCoreTextFontEngineMulti
Jiang Jiang
2011-12-04
2
-357
/
+0
*
Enable subpixel rendering for raster on Mac
Jiang Jiang
2011-12-04
2
-1
/
+11
*
Move the metatype declaration for QGraphicsScene.
Stephen Kelly
2011-12-04
2
-1
/
+2
*
Remove unused enum values.
Frederik Gladhorn
2011-12-04
1
-3
/
+1
*
Quote the path in CMake so that spaces in paths work.
Stephen Kelly
2011-12-03
1
-1
/
+1
*
New class QTemporaryDir.
David Faure
2011-12-02
8
-3
/
+879
*
Fix tst_qsql crashes on Mac OS X
Honglei Zhang
2011-12-02
2
-13
/
+15
*
Remove QInternal callbacks and internal functions
Bradley T. Hughes
2011-12-02
9
-304
/
+19
*
Automatically add QtQuick module if only QtDeclarative is specified
Kent Hansen
2011-12-02
1
-0
/
+9
*
Implement QDir::removeRecursively
David Faure
2011-12-02
3
-0
/
+131
*
QSqlRelationalTableModel doesn't follow relations on the first column
Honglei Zhang
2011-12-02
2
-1
/
+56
*
Added minimal class docs for QWindow to make it visible.
Gunnar Sletta
2011-12-02
1
-0
/
+20
*
Make the Qt5 part of the target name namespace style.
Stephen Kelly
2011-12-02
2
-11
/
+11
*
Remove cast and assignment operators from QAtomicInt and QAtomicPointer
Bradley T. Hughes
2011-12-02
4
-221
/
+10
*
Cocoa: Handle accessible interface children.
Morten Johan Sorvig
2011-12-02
1
-2
/
+27
*
Don't inherit QAccessible from QWindowsAccessible
Jan-Arve Saether
2011-12-02
1
-27
/
+27
*
Windows: Stabilize qpauseanimation test.
Friedemann Kleint
2011-12-02
1
-8
/
+65
*
Update documentation for QTest::qExec()
Jason McDonald
2011-12-02
2
-14
/
+16
*
Clean formatting.
Frederik Gladhorn
2011-12-02
2
-14
/
+15
*
Accessibility: table2 -> table
Frederik Gladhorn
2011-12-02
9
-200
/
+159
*
syncqt: Create deprecated headers that work with MSVC
Kent Hansen
2011-12-02
1
-1
/
+5
*
Revert "Add QObject::objectNameChanged(const QString &objectName) signal"
Martin Jones
2011-12-02
4
-28
/
+22
*
directfb: Introduce EGL integration for DirectFB
Holger Hans Peter Freyther
2011-12-02
8
-4
/
+327
*
directfb: Use QT_BEGIN_NAMESPACE/QT_END_NAMESPACE around the code
Holger Hans Peter Freyther
2011-12-02
9
-0
/
+32
*
directfb: Move the macro to the qdirectfbconvenience header file
Holger Hans Peter Freyther
2011-12-02
2
-5
/
+6
*
Windows: Fix qabstractfilenengine-test.
Friedemann Kleint
2011-12-01
1
-2
/
+16
*
Remove action enum.
Frederik Gladhorn
2011-12-01
1
-17
/
+0
*
Compile.
Morten Johan Sorvig
2011-12-01
4
-32
/
+30
*
Make cell a proper QAccessible2Interface.
Frederik Gladhorn
2011-12-01
5
-40
/
+54
*
Rebuild configure.exe.
Friedemann Kleint
2011-12-01
1
-0
/
+0
*
v8: Be able to build V8 for MIPS
Holger Hans Peter Freyther
2011-12-01
2
-1
/
+23
*
Add QObject::objectNameChanged(const QString &objectName) signal
Bradley T. Hughes
2011-12-01
4
-22
/
+28
*
Pass the tests when run in visual studio.
Stephen Kelly
2011-12-01
2
-0
/
+4
*
Fix QTcpServer::serverAddress() for dual stack sockets
Shane Kearns
2011-12-01
4
-1
/
+70
*
Tests: Temporarily remove qsound.
Friedemann Kleint
2011-12-01
1
-0
/
+2
[next]