summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Accessibility: Top level widgets should only be in the hierarchy onceFrederik Gladhorn2014-07-301-0/+61
* | | | Support RGB30 formats in OpenGL framebuffers and paint engineAllan Sandfeld Jensen2014-07-301-1/+109
* | | | Fix QByteArray::to{Upper,Lower} when the array contains embedded nullsThiago Macieira2014-07-301-0/+27
* | | | QDebug: Improve QDebug stream operator for QFlagsKai Koehne2014-07-301-0/+23
* | | | Add qFormatLogMessage()Kai Koehne2014-07-301-1/+61
* | | | add priority sorting to $$resolve_depends()Oswald Buddenhagen2014-07-301-0/+9
* | | | Add initializer list support in QJsonObject.Jędrzej Nowacki2014-07-301-2/+53
* | | | QMdiArea: Store focus widget when new QMdiSubWindow is added.Friedemann Kleint2014-07-301-1/+46
* | | | Export QAbstractState active property.BogDan Vatra2014-07-291-16/+888
|/ / /
* | | tst_QFont: remove unused static functionMarc Mutz2014-07-281-14/+0
* | | Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-283-7/+64
* | | Fix typo with impact on test outputJoão Abecasis2014-07-281-1/+1
* | | Clean up tst_QPaletteMarc Mutz2014-07-261-37/+2
* | | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-0/+5
* | | tst_qgraphicsproxywidget: Fix widget leaks.Friedemann Kleint2014-07-251-16/+24
* | | tst_qmdiarea: Fix widget leaks.Friedemann Kleint2014-07-251-2/+13
* | | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-0/+55
* | | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-4/+10
* | | Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-251-0/+124
* | | Fix QJsonObject const index operatorJędrzej Nowacki2014-07-251-0/+18
* | | tst_qwidget: Fix top level widget leaks.Friedemann Kleint2014-07-251-6/+9
* | | QLineEdit: Emit textEdited() when the clear button is clicked.Friedemann Kleint2014-07-241-2/+8
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-2415-11/+203
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2215-11/+203
| |\| |
| | * | tst_qurl: add tests for mailto parsing and toString. No bug.David Faure2014-07-221-0/+7
| | * | Android: Fix tests in gui/text requiring test dataEskil Abrahamsen Blomfeldt2014-07-2111-10/+65
| | * | Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-0/+32
| | * | Added stream version into network cache file formatNikita Krupenko2014-07-171-0/+71
| | * | QSplitter: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-151-1/+28
* | | | Add checks for widget/window leaks to kernel tests.Friedemann Kleint2014-07-244-1/+20
* | | | QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-241-3/+73
* | | | Rewrite QRingBufferAlex Trotsenko2014-07-241-0/+120
* | | | Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-241-86/+114
* | | | tst_qfiledialog: use QStandardPaths test modeDavid Faure2014-07-231-11/+8
* | | | Don't store QLibraryPrivate with empty file names in the global storeThiago Macieira2014-07-231-0/+3
* | | | Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-231-0/+8
* | | | Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-231-2/+38
* | | | QDebugStateSaver: Fix trailing space issuesKai Koehne2014-07-231-0/+23
* | | | Make QRingBuffer::append() not leave empty arrays in buffer listAlex Trotsenko2014-07-231-0/+15
* | | | Add QFileDevice::MemoryMapFlags::MapPrivateOption flag.Simon Sasburg2014-07-231-7/+15
|/ / /
* | | Android: Add uninstall option.BogDan Vatra2014-07-211-0/+8
* | | Android: Use androiddeployqt from qt path.BogDan Vatra2014-07-211-2/+3
* | | RCC: Use macros not defined in qglobal.hhjk2014-07-161-14/+14
* | | QDebug: Add resetFormat()Kai Koehne2014-07-151-1/+18
* | | QGroupBox: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-151-0/+19
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devShawn Rutledge2014-07-144-5/+39
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-144-5/+39
| |\| |
| | * | Android: Prefer "Droid Serif" as default serif fontEskil Abrahamsen Blomfeldt2014-07-101-5/+5
| | * | Fix fallbacks for adapted common scriptEskil Abrahamsen Blomfeldt2014-07-103-0/+34
* | | | tst_qfiledialog: ease debugging of "directoryEntered not emitted".David Faure2014-07-141-1/+4