index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix BC break with QAbstractFileEngine "mount points"
Shane Kearns
2012-01-29
1
-1
/
+92
*
Introduce QTypeInfo::sizeOf.
Jędrzej Nowacki
2012-01-29
1
-4
/
+1
*
Get rid of checks for Qt3 types
Kent Hansen
2012-01-29
1
-1
/
+6
*
Call connectNotify when connecting with function pointer
Olivier Goffart
2012-01-29
1
-0
/
+14
*
QUrl: deprecate setEncodedUrl() and fromEncoded(), add url().
David Faure
2012-01-28
1
-8
/
+4
*
QUrl: use partially-decoded data in toString and QUrl(QString)
David Faure
2012-01-28
1
-44
/
+65
*
QHash benchmark: improve Java's hash
Giuseppe D'Angelo
2012-01-27
1
-0
/
+11
*
QHash benchmark: remove unused variables
Giuseppe D'Angelo
2012-01-27
1
-3
/
+0
*
QWidgets to use QGuiApplication focus object change notifications
Pekka Vuorela
2012-01-27
1
-8
/
+4
*
QGuiApplication::focusObject() to replace QInputPanel::inputItem()
Pekka Vuorela
2012-01-27
3
-0
/
+125
*
Implement QWindow::close()
Anselmo L. S. Melo
2012-01-27
1
-0
/
+16
*
Fix a typo in tst_qtreewidget autotest.
Jędrzej Nowacki
2012-01-26
1
-1
/
+1
*
Made it possible to run tst_qtjson test from shadow build directory.
Denis Dzyubenko
2012-01-26
2
-8
/
+13
*
Convert tst_qurl.cpp to UTF-8 (to make it editable in QtCreator)
David Faure
2012-01-26
1
-18
/
+18
*
Fixed QString::operator<(QLatin1String)
Denis Dzyubenko
2012-01-26
2
-0
/
+29
*
Mark the single argument containers as movable.
Stephen Kelly
2012-01-26
1
-0
/
+28
*
Automated metatype definition for template types.
Stephen Kelly
2012-01-26
1
-0
/
+46
*
Made QWindow::currentOrientation() a property.
Samuel Rødal
2012-01-26
1
-2
/
+6
*
Fix a couple of edge cases for WildcardUnix matching
Andy Shaw
2012-01-26
1
-1
/
+3
*
Remove QTextControl and QLineControl.
Andrew den Exter
2012-01-25
2
-67
/
+4
*
Cleanup mess in public type ids.
Jędrzej Nowacki
2012-01-25
130
-13
/
+139
*
QAbstractSocket / QSslSocket: add API to pause and resume
Peter Hartmann
2012-01-25
1
-17
/
+93
*
Remove use of QT_MODULE from library
Gunnar Sletta
2012-01-25
3
-3
/
+0
*
moc: Use QMetaType::QVariant as the type for QVariant
Kent Hansen
2012-01-25
2
-1
/
+16
*
tst_qobject: Run as console application.
Friedemann Kleint
2012-01-25
2
-3
/
+3
*
Remove support for the MNG file format and the bundled libmng
aavit
2012-01-25
14
-56
/
+1
*
Add a changed() signal to QValidator.
Andrew den Exter
2012-01-25
3
-0
/
+49
*
QKeySequence: fix copy/paste error in autotest
David Faure
2012-01-25
1
-1
/
+1
*
Add autotest for failing signal connection.
Friedemann Kleint
2012-01-24
1
-0
/
+6
*
Re-enable 'make check' for tests/auto/widgets
Bradley T. Hughes
2012-01-24
1
-1
/
+0
*
add missing move* methods to QAbstractItemModel
Mark Brand
2012-01-24
1
-0
/
+94
*
Make mid() and midRef() properly return empty, non-null objects
Giuseppe D'Angelo
2012-01-24
2
-4
/
+12
*
Made window orientation API more flexible.
Samuel Rødal
2012-01-24
2
-5
/
+34
*
Import json support from playground/qtbinaryjson
Lars Knoll
2012-01-24
10
-1
/
+1762
*
Store the is-a QObject fact with the metatype declaration.
Stephen Kelly
2012-01-24
4
-4
/
+60
*
QKeySequence: add tests, fix handling of '+' as key or separator.
David Faure
2012-01-24
1
-2
/
+31
*
Make QUrl always lowercase the scheme().
David Faure
2012-01-24
1
-2
/
+2
*
QWinOverlappedIoNotifier introduced
Joerg Bornemann
2012-01-24
3
-0
/
+222
*
Changed qnetworkdiskcache unittest to cleanup test directory.
Kurt Korbatits
2012-01-24
1
-0
/
+3
*
Changed qtextdocument, qtextdocumentlayout unittests to cleanup tmp files.
Kurt Korbatits
2012-01-24
2
-1
/
+15
*
Changed painting unittests to remove created files after run.
Kurt Korbatits
2012-01-24
3
-1
/
+41
*
Changed qpixmap unittest to remove created file after run.
Kurt Korbatits
2012-01-24
1
-0
/
+6
*
Changed qxmlstream unittest to remove its created file after run.
Kurt Korbatits
2012-01-24
1
-0
/
+6
*
Changed qdatastream unittest to remove the test file it creates.
Kurt Korbatits
2012-01-24
1
-0
/
+1
*
Test connecting to virtual function pointer
Olivier Goffart
2012-01-24
1
-0
/
+47
*
Add the capability to use multiple data sources for qhash benchmark.
Robin Burchell
2012-01-24
2
-20
/
+31
*
Remove executive summary.
Robin Burchell
2012-01-24
1
-27
/
+0
*
Move test files around.
Robin Burchell
2012-01-24
4
-4
/
+4
*
Remove QEventLoop::DeferredDeletion
Bradley T. Hughes
2012-01-23
1
-72
/
+3
*
Ignore known tst_QStyleSheetStyle failures on Mac OS X
Bradley T. Hughes
2012-01-23
1
-0
/
+10
[next]