summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QVarLengthArray: add some basic checks for default-ctorMarc Mutz2021-12-071-0/+21
* QVarLengthArray: remove unneeded copy in replace()Marc Mutz2021-12-071-3/+2
* QVarLengthArray: don't mix iterator/const_iterator in offset calcMarc Mutz2021-12-071-4/+4
* QVarLengthArray: port internal users from at() to op[]Marc Mutz2021-12-071-2/+2
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-072-0/+78
* tst_qmetatype: factor the most expensive test into its own TUMarc Mutz2021-12-074-81/+127
* use short_path attributeEric Lemanissier2021-12-071-0/+1
* uic: Generate parameters for ambiguous signalsFriedemann Kleint2021-12-075-6/+47
* Revert optimizations and fixes for moving/scrolling overlapped widgetsVolker Hilsheimer2021-12-072-80/+28
* QVarLengthArray: merge remove(idx [,n]) into one functionMarc Mutz2021-12-072-16/+1
* tst_qmetatype: move an #ifdef to the headerMarc Mutz2021-12-072-8/+8
* QLogging: mark all warning() and critical() functions as coldMarc Mutz2021-12-071-0/+6
* wasm: make the compositor draw the window iconMorten Johan Sørvig2021-12-070-0/+0
* QVarLengthArray: centralize index checkingMarc Mutz2021-12-071-13/+22
* QMultiHash: fix erase returning the wrong iteratorMårten Nordheim2021-12-072-2/+19
* Drop Qt4 supportIvan Tkachenko2021-12-071-5/+1
* Optimize QMimeDatabase::mimeTypeForFile(f, MatchDefault)Igor Kushnir2021-12-068-52/+150
* Add a const overload for QMetaType::iface()Ulf Hermann2021-12-061-0/+4
* Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-061-3/+3
* Revert "Don't allocate an OCIDateTime object unless we're going to use it"Edward Welbourne2021-12-061-22/+7
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-064-11/+65
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-062-1/+14
* Suppress test set-up and tear-down in callgrind parent processEdward Welbourne2021-12-061-4/+18
* tst_BenchlibCallgrind: fix x86 preprocessor checkEdward Welbourne2021-12-061-4/+4
* QMetaType: port the BC fix for id() to new QT_REMOVED_SINCEMarc Mutz2021-12-064-16/+19
* Say hello to qtwasmserverMorten Johan Sørvig2021-12-062-0/+161
* qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key()Gatis Paeglis2021-12-061-1/+5
* Rasterwindow: Remove unneeded find_packageKai Köhne2021-12-061-2/+0
* Do not support Qt5 build in androidnotifier exampleKai Köhne2021-12-061-6/+3
* wasm: make the compositor draw the window iconMorten Johan Sørvig2021-12-062-2/+9
* qBound: add an assert on !(upper < lower)Giuseppe D'Angelo2021-12-061-53/+67
* QPageLayout: do not calculate an invalid marginGiuseppe D'Angelo2021-12-061-4/+4
* QListView: fix a broken qBoundGiuseppe D'Angelo2021-12-061-1/+1
* Remove .prev_CMakeLists.txtKai Köhne2021-12-0645-2361/+0
* Remove chip.debug compiled binary leftover from debuggingDmitry Shachnev2021-12-061-0/+0
* doc: Add details about what to use instead of QMouseEvent::source()Shawn Rutledge2021-12-041-0/+10
* Document which header to include for the various native interfacesTor Arne Vestbø2021-12-042-0/+4
* QStringBuilder: Add support for QByteArrayViewMårten Nordheim2021-12-042-0/+25
* QNAM: Reintroduce h2c with an attributeMårten Nordheim2021-12-046-6/+107
* MSVC: Use dubbed FH4 to make C++ exception handling smallerYuhang Zhao2021-12-041-2/+5
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-043-1/+101
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-0417-27/+71
* Don't change resolve mask when setting brush doesn't change paletteVolker Hilsheimer2021-12-032-2/+9
* Add QFontComboBox::setDisplayFontAlbert Astals Cid2021-12-032-0/+28
* Add QFontComboBox::setSampleTextAlbert Astals Cid2021-12-032-21/+80
* QSystemTrayIcon example: ignore non-spontaneous QCloseEventShawn Rutledge2021-12-032-8/+5
* androiddeployqt: Fix signing of paths with spacesKai Köhne2021-12-031-21/+24
* QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
* QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversionMarc Mutz2021-12-031-10/+10
* QSizePolicy: make qHash() a hidden friendMarc Mutz2021-12-032-5/+3