summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0619-15/+236
|\
| * QVLA: Add operator= for initializer listsKai Koehne2015-04-041-0/+20
| * QComboBox: also adjust size on model reset, with AdjustToContentsDavid Faure2015-04-041-0/+17
| * QIODevice: do not change the 'pos' member for sequential devicesAlex Trotsenko2015-04-041-0/+44
| * QUuid: add missing relational operatorsMarc Mutz2015-04-041-3/+17
| * Tests: Blacklist tests for ubuntu 14.04Caroline Chao2015-04-019-0/+36
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-017-12/+102
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-317-12/+102
| | |\
| | | * Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-0/+37
| | | * QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-181-0/+39
| | | * QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+1
| | | * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-092-5/+8
| | | * tst_QDnsLookup: Update to match the new zone for test.qt-project.orgThiago Macieira2015-03-051-4/+8
| | | * Fix another crash when converting format of buffer-created QImageEirik Aavitsland2015-03-041-3/+9
* | | | QVarLengthArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-051-0/+16
* | | | QVarLengthArray: add relational operators <,<=,>,>=Marc Mutz2015-04-051-0/+44
* | | | QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-051-0/+41
* | | | QList: add relational operators <,<=,>,>=Marc Mutz2015-04-051-0/+33
* | | | Add missing QString::prepend(QStringRef)/(const QChar*,int) overloadsMarc Mutz2015-04-021-0/+4
* | | | Add QString::insert() overloads for QStringRef, const char*, QByteArrayMarc Mutz2015-04-021-0/+6
* | | | tst_QString: refactor the op+= testsMarc Mutz2015-04-021-4/+29
* | | | tst_QString: refactor the insert testsMarc Mutz2015-04-021-2/+112
* | | | tst_QString: refactor the prepend testsMarc Mutz2015-04-021-10/+82
* | | | tst_QString: refactor the append testsMarc Mutz2015-04-021-12/+203
* | | | QString: preserve embedded NULs when converting from QByteArrayMarc Mutz2015-04-022-41/+6
* | | | QString::from{Utf8,Latin1,Local8Bit}(QByteArray): preserve nullness of argumentMarc Mutz2015-04-021-0/+30
* | | | QVector: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-04-021-0/+16
* | | | QVector: add relational operators <,<=,>,>=Marc Mutz2015-04-021-0/+20
* | | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0132-68/+526
|\| | |
| * | | Fix running of dbus-send on some systemsThiago Macieira2015-03-311-1/+1
| |/ /
| * | Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-301-0/+26
| * | Tests: remove insignificant flag for dbus tests on osxCaroline Chao2015-03-2714-27/+0
| * | Update CLDR to v27Konstantin Ritt2015-03-271-21/+38
| * | [QLocaleData] Extract defaultContent localesKonstantin Ritt2015-03-271-0/+1
| * | Update Unicode data up to v7.0Konstantin Ritt2015-03-271-0/+20
| * | Update UCD source files to v7.0Konstantin Ritt2015-03-275-11/+215
| * | Do not emit textEdited on inputMask changeJoni Poikelin2015-03-271-0/+11
| * | tst_QDnsLookup: Use a different character from space in TXT multiThiago Macieira2015-03-261-2/+3
| * | Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-261-0/+6
| * | Ensure that CSS rules are inherited from the parent tagsAndy Shaw2015-03-253-4/+143
| * | Fix building test qpluginloader/machtest against installed qtbaseFrederik Gladhorn2015-03-251-2/+5
| * | OS X Accessibility: Make checkboxes etc. checkable with VoiceOverBoris Dušek2015-03-253-0/+75
| * | Add string range tests to qaccessibilitymacBoris Dušek2015-03-251-1/+21
| * | Refactoring of qaccessibilitymac testBoris Dušek2015-03-251-37/+223
| * | Fix accessibility character rect testsBoris Dušek2015-03-251-3/+6
| * | Fix tst_qaccessibility::textEditTest for some screen resolutionsBoris Dušek2015-03-251-0/+1
| * | Support all underline types in accessibilityBoris Dušek2015-03-251-6/+7
| * | Add tests for detach on setDevicePixelRatio()Morten Johan Sørvig2015-03-242-0/+57
* | | Autotest: fix incorrect test message ignoringThiago Macieira2015-03-311-4/+4
* | | Adds qFindFirstSetBit() and qFindLastSetBit().Glen Mabey2015-03-281-0/+107