summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-085-3/+14
|\
| * Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-12-075-3/+14
| |\
| | * Fix the JPEG EXIF reader to deal with some broken/corrupt filesv5.7.1Thiago Macieira2016-12-015-3/+14
| | * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-211-1/+49
* | | QCocoaMenu: Don't rely on tags when we can get the actual NSMenuItemGabriel de Dietrich2016-12-081-2/+1
* | | QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2016-12-081-0/+27
* | | QHostAddress: fix assignment operatorsMarc Mutz2016-12-071-25/+38
* | | rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-071-4/+4
* | | QPointerUniqueId: make fit for releaseMarc Mutz2016-12-011-0/+39
* | | Fix some warnings in testsFriedemann Kleint2016-11-286-8/+12
* | | tests/manual,auto/qstorageinfo: Use function pointer in print helperFriedemann Kleint2016-11-251-5/+5
* | | tst_qsql.cpp: Remove deprecated module includeFriedemann Kleint2016-11-251-1/+0
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-249-34/+109
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-239-34/+109
| |\ \
| | * | Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+50
| | * | tst_QFormLayout: Fix UB (invalid enum value) in several functionsMarc Mutz2016-11-221-18/+24
| | * | tst_qstandardpaths: Disable WOW64 redirection on WindowsFriedemann Kleint2016-11-221-0/+14
| | * | tst_QDateTimeEdit: Use base method, not direct member accessEdward Welbourne2016-11-181-1/+1
| | * | Speculative fix for tst_QThread::wait2() flakinessAllan Sandfeld Jensen2016-11-171-2/+2
| | * | Use QPersistentModelIndex for storing a model indexAndy Shaw2016-11-171-1/+4
| | * | Fix warnings in tst_q{table,list}widgetMarc Mutz2016-11-162-8/+8
| | * | Stabilize tst_QFileDialog2::task143519_deleteAndRenameActionBehavior()Friedemann Kleint2016-11-151-4/+6
* | | | Register fonts with preferred names on WindowsAllan Sandfeld Jensen2016-11-231-0/+4
* | | | AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-20/+20
* | | | QMutex: make sure we try_lock_for no shorter than the duration passedMarc Mutz2016-11-221-0/+114
* | | | Fix SCTP API according to Qt conventionsFriedemann Kleint2016-11-221-8/+8
* | | | Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-223-5/+37
* | | | Extend manual test windowflagsFriedemann Kleint2016-11-185-152/+434
* | | | tst_qhooks: test that it's possible to chain multiple hooks togetherMitch Curtis2016-11-181-0/+70
* | | | Remove last traces of opengl es 1 supportLars Knoll2016-11-161-4/+2
* | | | Manual Dialog test: Fix compilation against Qt 4Friedemann Kleint2016-11-161-0/+3
* | | | QCocoaMenu: Force NSMenuValidation when syncing itemsGabriel de Dietrich2016-11-164-51/+72
* | | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-1642-25/+430
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-1542-25/+430
| |\| |
| | * | tst_QFileSystemModel::specialFiles(): Remove Windows partsFriedemann Kleint2016-11-141-15/+4
| | * | fix $$section()'s bad argument count error messageOswald Buddenhagen2016-11-141-2/+2
| | * | Fix writing into application directoryMaurice Kalinowski2016-11-111-7/+8
| | * | Improve the validation algorithm for binary JSONLars Knoll2016-11-1129-0/+16
| | * | Don't count no-break spaces as trailing spacesEskil Abrahamsen Blomfeldt2016-11-091-0/+37
| | * | QLabel: take DPR of QMovie in account when calculating sizeHintDaniel Vrátil2016-11-092-0/+24
| | * | Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-087-1/+339
* | | | qmake: make discard_from() patch up QMAKE_INTERNAL_INCLUDED_FILES as wellOswald Buddenhagen2016-11-151-1/+3
* | | | qmake: let discard_from() discard function definitions as wellOswald Buddenhagen2016-11-152-2/+12
* | | | Improve QMake JSON errorAllan Sandfeld Jensen2016-11-151-1/+1
* | | | Improve error offset in JSON parsingAllan Sandfeld Jensen2016-11-151-0/+33
* | | | Clean up some conditions in our pro filesLars Knoll2016-11-142-2/+2
* | | | QComboBox: Prioritize the model font for popup itemsGabriel de Dietrich2016-11-101-0/+74
* | | | Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnumKai Koehne2016-11-091-4/+4
* | | | Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-092-96/+1
* | | | Replace custom type traits with std one'sKai Koehne2016-11-082-5/+3