summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QDialogButtonBox: Don't set focus in a dialog with StrongFocus childrenAxel Spoerl2024-03-071-0/+37
* Add A2B tables, and PCSLab support to QIccAllan Sandfeld Jensen2024-03-074-0/+101
* Add a QHttpHeaders convenience method for unique header name settingJuha Vuolle2024-03-071-0/+60
* wasm: Temporarily disable selenium testsPiotr Wierciński2024-03-071-1/+0
* Correct license for examples filesLucie Gérard2024-03-0764-64/+64
* JNI: Fix error with overload resolution when passing string typesVolker Hilsheimer2024-03-063-0/+69
* QUrl: Use new comparison helper macrosRym Bouabid2024-03-061-8/+16
* tst_toolsupport: make the i386 case really about i386Thiago Macieira2024-03-061-2/+3
* QSpan: add construction from initializer_listGiuseppe D'Angelo2024-03-061-1/+24
* QTextMarkdownImporter::import(): don't crash if file has only yamlShawn Rutledge2024-03-052-2/+21
* wasm: Make sure we can add screen after releaseRequestUpdateHold has been calledEven Oscar Andersen2024-03-051-4/+4
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-051-35/+5
* Correct license for filesLucie Gérard2024-03-052-2/+2
* Correct license for tools filesLucie Gérard2024-03-0528-28/+28
* Correct license for test fileLucie Gérard2024-03-051-1/+1
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-042-5/+63
* Implement ping reply in QHttp2Connection and add testMatthias Rauter2024-03-041-0/+30
* Revert "tests: blacklist tst_QWidget::render() on Wayland"Liang Qi2024-03-041-2/+0
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-032-7/+27
* Add QChronoTimer, a timer with nanoseconds precisionAhmad Samir2024-03-036-675/+399
* Copy QTimer source files to QChronoTimerAhmad Samir2024-03-034-0/+1612
* QLocal8Bit::convertToUnicode[win]: rewrite remainingChars handling as recursiveMårten Nordheim2024-03-021-0/+12
* tst_QMutex: use the new QCOMPARE_* macrosMårten Nordheim2024-03-021-24/+24
* UDP: don't disable read notification unless we have a datagramMårten Nordheim2024-03-021-0/+76
* QtXml: fix leak in QDomText::splitTextChristian Ehrlicher2024-03-022-0/+17
* QAnyStringView: use new comparison helper macrosIvan Solovev2024-03-022-37/+91
* QByteArray: use comparison helper macrosIvan Solovev2024-03-021-24/+0
* Q(Latin1)Char: use comparison helper macrosIvan Solovev2024-03-022-3/+34
* Add QByteArrayView vs QChar and vs char16_t relational operatorsIvan Solovev2024-03-021-4/+0
* Add missing QUtf8StringView relational operatorsIvan Solovev2024-03-021-6/+0
* QString: use comparison helper macros - missing string views [3/3]Ivan Solovev2024-03-022-2/+19
* QString: use comparison helper macros - comparison with byte arrays [2/3]Ivan Solovev2024-03-022-1/+16
* QString: use comparison helper macros - trivial changes [1/3]Ivan Solovev2024-03-022-0/+52
* Handle informational HTTP replies (1xx) for HTTP/2Mate Barany2024-03-013-0/+94
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-011-8/+1
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-011-11/+0
* Increase padding for LineEdit controls in QWindows11StyleWladimir Leuschner2024-03-011-2/+3
* Bring back QASV::detects_US_ASCII_at_compile_timeIvan Solovev2024-03-011-5/+3
* QTextHtmlImporter: don't forget to appendBlock after block tag closedShawn Rutledge2024-03-011-0/+22
* QByteArrayView: make conversion to string_view constexprMarc Mutz2024-03-011-0/+34
* Refactor and fix QMainWindow::tabifiedDockWidgets()Axel Spoerl2024-02-291-0/+11
* Add tst_QTextMarkdownImporter::paragraphsShawn Rutledge2024-02-292-0/+47
* Implement Qt::ImEnabled by isEnabled() and isReadOnly()Yansheng Zhu2024-03-011-2/+3
* Doc: Further replace 'Qt Designer' with 'Qt Widgets Designer'Kai Köhne2024-02-292-3/+3
* tst_bench_qdiriterator: add benchmark for QDirListingAhmad Samir2024-02-291-14/+65
* Add QDirListing, an STL-style iterator for directory entriesAhmad Samir2024-02-294-130/+105
* Copy QDirIterator.{cpp,h} to QDirListing.{cpp,h}Ahmad Samir2024-02-294-0/+678
* QCborStreamReader: rename toType(Type&) -> appendToType(Type&)Ivan Solovev2024-02-291-6/+6
* tst_qudpsocket: add helper exe to dependenciesMårten Nordheim2024-02-292-1/+5
* Add benchmark test for QHttpHeadersJuha Vuolle2024-02-293-0/+277