summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-191-0/+66
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-07-191-2/+5
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-171-0/+69
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-153-6/+12
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-0/+14
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-141-0/+4
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-141-0/+72
* tst_QtConcurrentThreadEngine: fix the threadCount() testSona Kurazyan2021-07-131-8/+4
* Block flaky rhi and OpenGL tests on AndroidAssam Boudjelthia2021-07-132-0/+5
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-081-1/+19
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-8/+57
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-081-3/+12
* Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-07-082-118/+29
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-0/+15
* Fix QDirIterator benchmark to actually find its test dataEdward Welbourne2021-07-081-15/+13
* QFile benchmark: always use Unbuffered for QFSFileEngine testsEdward Welbourne2021-07-081-7/+5
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-281-3/+8
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-0/+30
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* Avoid overflow in text layoutv6.1.2Eirik Aavitsland2021-06-171-0/+14
* Fix crash in concurrent disconnectLars Knoll2021-06-171-0/+49
* Stabilize flaky scrollerSmoothScroll test caseVolker Hilsheimer2021-06-151-2/+4
* Remove pure-virtual-signals.h include from tst_moc.cppEdward Welbourne2021-06-111-1/+0
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-0/+19
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+31
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-101-0/+70
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+63
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-095-6/+67
* Fix augmentation of UI language listEdward Welbourne2021-06-081-8/+25
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-041-0/+95
* tst_QDateTimeEdit::editingRanged(): use QScopedPointerEdward Welbourne2021-06-031-16/+12
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-032-0/+35
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-8/+28
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-0/+51
* QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-311-0/+46
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-282-0/+164
* Support multiple equally named .qrc files in qt_add_big_resourcesJoerg Bornemann2021-05-223-1/+8
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-05-221-1/+11
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-221-0/+15
* Fix qt6_add_big_resourcesJoerg Bornemann2021-05-201-1/+3
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-0/+4
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-1810-307/+67
* Blacklist tst_QWidget::multipleToplevelFocusCheck() on SLES 15Allan Sandfeld Jensen2021-05-181-0/+1
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-174-1/+28
* Blacklist tst_qnetworkreply::ioHttpRedirectMultipartPost on LinuxAllan Sandfeld Jensen2021-05-151-2/+1
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-111-1/+48
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+24