summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2929-562/+638
|\
| * Get rid of this hack where QAccessible inherits from QObject.Jan Arve Saether2013-04-268-224/+24
| * Cleanup the SQL testsAndy Shaw2013-04-257-325/+325
| * Do not include the treeview header if its hiddenJan Arve Saether2013-04-251-0/+6
| * Fix windows expose logicGunnar Sletta2013-04-251-11/+19
| * Run the CMake tests with QPrinter, not QPrintDialog.Stephen Kelly2013-04-241-1/+1
| * Enable OpenGL library detection for mac.Stephen Kelly2013-04-241-5/+3
| * SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-231-1/+2
| * Fix retrieving of the generic system proxy via environment variablesThomas McGuire2013-04-231-0/+41
| * Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-231-0/+21
| * Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-0/+4
| * Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-231-0/+5
| * Add IMPORTED targets for the GL libraries used by Qt.Stephen Kelly2013-04-225-0/+157
| * Fix QTableView::doItemsLayout()J-P Nurmi2013-04-221-0/+34
| * test: Disable tst_uic when -no-widgets is usedSergio Ahumada2013-04-221-0/+1
* | Make QColor understand #AARRGGBBAlbert Astals Cid2013-04-262-25/+61
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-2614-24/+132
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2214-24/+132
| |\|
| | * Ensure the QLineEdit::returnPressed() signal is still emittedAndy Shaw2013-04-211-1/+10
| | * Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-193-2/+13
| | * Fusion & GTK styles need to check direction from style option not qappShawn Rutledge2013-04-181-20/+1
| | * An RTL submenu should be right-alignedShawn Rutledge2013-04-181-0/+36
| | * Update test exclusion following bug fix in recent cmake versions.Stephen Kelly2013-04-171-2/+2
| | * Fix qgraphicsview autotest build for WEC7.Janne Anttila2013-04-171-1/+1
| | * Fix tst_qstyle autotest build for WEC7.Janne Anttila2013-04-171-2/+2
| | * Fix tst_networkselftest build for WEC7.Janne Anttila2013-04-171-12/+7
| | * Reduce qmetatype autotest build time for Windows CE.Janne Anttila2013-04-171-2/+2
| | * Fix tst_qfile build for WEC7.Janne Anttila2013-04-171-1/+3
| | * Make QBuffer::bytesAvailable() workThiago Macieira2013-04-161-1/+22
| | * QDateTime - Fix auto tests on Windows before 1980unknown2013-04-121-0/+15
| | * QPagedPaintDevice: Fix setPageSize() to set correct metricsJohn Layt2013-04-121-0/+38
* | | Use variadic templates to mark function pointers as non-QObjects.Stephen Kelly2013-04-241-0/+4
|/ /
* | SSL namespace: Add enum to disable SSL session sharingPeter Hartmann2013-04-221-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-178-63/+147
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-128-63/+147
| |\|
| | * tst_qtranslator: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-122-9/+6
| | * tst_qcoreapplication: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-122-2/+1
| | * tst_qdataurl: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-121-2/+0
| | * Fix leaking of QFontEngineDataKonstantin Ritt2013-04-121-4/+7
| | * Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-111-0/+6
| | * Stabilize tst_qcombobox.Friedemann Kleint2013-04-111-46/+127
* | | Json writer, support larger signed integers upto 2^53Darryl L. Miles2013-04-121-1/+5
* | | Json writer, emit full precision for floating point Number typesDarryl L. Miles2013-04-121-0/+52
* | | Json writer, only emit floating point finite numbers, ignore INF/NaNDarryl L. Miles2013-04-121-0/+30
|/ /
* | Merge branch 'stable' into devSergio Ahumada2013-04-1014-412/+580
|\|
| * Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-04-081-0/+26
| * Make QTextCursor accessibility boundary finder availableFrederik Gladhorn2013-04-081-25/+25
| * Don't call virtual methods after the source model is destroyed.Stephen Kelly2013-04-051-0/+35
| * Test that the CMake files create appropriate version variables.Stephen Kelly2013-04-051-0/+10
| * Stabilize tst_qcompleter.Friedemann Kleint2013-04-051-41/+54