summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QTreeView - emit collapsed in collapseAll()Thorbjørn Lund Martsum2013-01-311-2/+12
* QTreeView - emit expanded on expandAllThorbjørn Lund Martsum2013-01-311-4/+23
* Update roleNames in QAbstractProxyModel if sourceModel resets.Nils Jeisecke2013-01-301-0/+41
* Fix warning about incorrect format in tst_qlocale.Friedemann Kleint2013-01-301-3/+3
* Manual test for QColorDialogJ-P Nurmi2013-01-304-3/+280
* Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2013-01-301-0/+138
* QStringRef: Added a trimmed() function.Keith Gardner2013-01-291-0/+22
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2910-22/+30
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2810-22/+30
| |\
| | * Doc: Fix module name formatSze Howe Koh2013-01-258-19/+19
| | * Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-01-251-0/+8
| | * Stabilize tst_qabstractsliderFrederik Gladhorn2013-01-241-3/+3
* | | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-291-0/+40
* | | Do not execute tst_qfilesystemmodel in parallel.Friedemann Kleint2013-01-291-2/+2
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-293-12/+0
* | | QVarLengthArray: add squeeze functionPeter Kümmel2013-01-281-0/+24
* | | Fix MinGW-Warnings in tst_qwinoverlappedionotifier.Friedemann Kleint2013-01-281-5/+8
* | | Fix warning about redefinition of _WIN32_WINNT.Friedemann Kleint2013-01-281-1/+0
* | | tst_qfilesystemmodel: Avoid commonly used folders.Friedemann Kleint2013-01-281-23/+32
* | | Fix warning about redefinition of M_PI in tst_qwmatrix.Friedemann Kleint2013-01-281-1/+1
* | | Fix warning about unhandled enumeration values in tst_sqldriver.Friedemann Kleint2013-01-281-0/+2
|/ /
* | Don't emit activated on clicking disabled itemview item.Mitch Curtis2013-01-261-0/+24
* | Add toJson() formatting argument to QJsonDocument interfaceJean-Paul Delimat2013-01-261-40/+96
* | Add static dotProduct methods to the QPoint(F) classesLaszlo Papp2013-01-262-0/+51
* | Introducing QWidget::createWindowContainer()Gunnar Sletta2013-01-254-0/+234
* | Improve QAccessibleApplicationFrederik Gladhorn2013-01-251-2/+30
* | Add an umbrella cmake config file for Qt 5.Stephen Kelly2013-01-244-1/+58
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-246-5/+139
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-246-5/+139
| |\|
| | * Make sure QGraphicsItem notifies changes to focusScopeItem.Andreas Aardal Hanssen2013-01-241-0/+57
| | * QSslConfiguration: toggle on demand loading of root certs properlyPeter Hartmann2013-01-233-4/+69
| | * Add autotests for Indonisian and Catalan localesMehdi Fekari2013-01-231-0/+12
| | * Disable only accessibility bridge without dbus on linuxFrederik Gladhorn2013-01-231-1/+1
* | | Manual file dialog test: Add showModal().Friedemann Kleint2013-01-242-18/+58
|/ /
* | Extend lance-tests for text/statictext to check flipped/negative scaleTor Arne Vestbø2013-01-242-16/+52
* | Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-243-0/+82
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231126-1157/+5210
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221126-1157/+5210
| |\|
| | * Accessibility Linux: Make dbus registration asyncFrederik Gladhorn2013-01-221-22/+8
| | * Make hierarchy of actions in menubars more consistent.Jan Arve Saether2013-01-211-2/+9
| | * Accessibility: Test for do not crash if the column count is 0Jan Arve Saether2013-01-211-1/+6
| | * QNetworkReply auto test: also test uploading data via HTTPSPeter Hartmann2013-01-181-0/+216
| | * Fix a crash when minimizing a QQuickWindow.Friedemann Kleint2013-01-182-5/+0
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-181124-1126/+1126
| | * QDateTime auto test: stabilize currentDateTimeUtc2 testPeter Hartmann2013-01-171-1/+1
| | * tst_bic: Add linux-gcc-ia32 bic data for QtXmlSergio Ahumada2013-01-162-0/+3844
* | | QImage plugins should report supported mime typesAllan Sandfeld Jensen2013-01-232-0/+42
* | | Fix qstring-literals test for MinGW.Friedemann Kleint2013-01-231-2/+2
* | | Implement focus handling of child windows for cocoa.Gunnar Sletta2013-01-231-3/+5
* | | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-2311-8/+49