summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Exclude unused functions from WASM buildMorten Sørvig2021-04-301-0/+2
* Add missing case for ResizeNoneMorten Sørvig2021-04-301-0/+3
* Fix “unused variable” warningMorten Sørvig2021-04-301-0/+1
* Fix “unused variable” warningMorten Sørvig2021-04-301-0/+2
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-04-301-2/+3
* fix: Optimize the performance of the inotify file system monitoring program。Gong Heng2021-04-301-1/+1
* QCoreApplication::applicationFilePath: remove redundant cleanPathThiago Macieira2021-04-301-2/+0
* QCoreApplication::applicationFilePath: don't check for existence twiceThiago Macieira2021-04-291-17/+7
* QCoreApplication::applicationFilePath: simplify by merging some codeThiago Macieira2021-04-291-16/+14
* QCoreApplication::applicationDirPath/Linux: use /proc/selfThiago Macieira2021-04-291-1/+1
* CMake: Fix reconfiguration when using a static top-level buildAlexandru Croitor2021-04-291-2/+6
* uic/Python: Add comments for mypy to ignore star importsFriedemann Kleint2021-04-292-6/+6
* Fix wrong note "Using pthreads" and only show it for WASMLi Xinwei2021-04-292-4/+4
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-295-18/+13
* Use a more forgiving threshold for qFuzzyIsNull(qfloat16)Edward Welbourne2021-04-292-2/+2
* Add tests for qFuzzyIsNull() to tst_QNumeric and tst_QFloat16Edward Welbourne2021-04-294-10/+77
* Revert early return from QTimeZone on invalid IDEdward Welbourne2021-04-292-4/+1
* Handle invalid system zone case when falling back from time_t functionsEdward Welbourne2021-04-291-26/+30
* Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* Make a documentation-only build possibleJoerg Bornemann2021-04-291-8/+20
* HTTP: Don't call allDone twiceMårten Nordheim2021-04-291-0/+2
* HTTP/2 authentication requiredMårten Nordheim2021-04-298-29/+215
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-04-292-3/+17
* Fix compiler warning from int size mismatchVolker Hilsheimer2021-04-291-2/+2
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* Fix comparison between nullptr and QWeakPointerVille Voutilainen2021-04-282-3/+24
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-286-18/+11
* Port QDBusServiceWatcher::watchedServices to bindable propertiesAndreas Buhr2021-04-284-13/+82
* Add grabber context pointersShawn Rutledge2021-04-285-13/+18
* Port QPropertyAnimation::targetObject to bindable propertiesAndreas Buhr2021-04-284-35/+77
* Fix wrong C-style cast, use correct QTest::keyClick overloadVolker Hilsheimer2021-04-281-1/+1
* Fix warnings from ignored [[nodiscard]] returnsVolker Hilsheimer2021-04-281-8/+8
* Fix compiler warnings from int/size_t mismatchesVolker Hilsheimer2021-04-282-4/+4
* Fix warnings from deprecated posix functionsVolker Hilsheimer2021-04-282-4/+6
* Doc: Remove mention of no longer supported formatPaul Wicking2021-04-271-3/+1
* Include qsimd.cpp in bootstrap buildTor Arne Vestbø2021-04-271-0/+1
* Re-work the CMake project files for the plugandpaint exampleJoerg Bornemann2021-04-275-105/+26
* Compile resource objects of the static library using same optionsAlexey Edelev2021-04-271-0/+53
* Add versioned alias for the Platform targetAlexey Edelev2021-04-271-0/+1
* Create link from property overview documentation to bindable propertiesAndreas Buhr2021-04-271-1/+2
* CMake: Regenerate configure.cmake filesAlexandru Croitor2021-04-275-9/+27
* Port QAbstractAnimation to the new property systemSona Kurazyan2021-04-275-16/+189
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-277-14/+106
* Port of QItemSelectionModel::model to new property systemAndreas Buhr2021-04-275-25/+114
* Android: unblock passing testsAssam Boudjelthia2021-04-277-36/+0
* pro2cmake: Add support for standalone CMake test configurationCristian Adam2021-04-271-0/+6
* Make loop variables references in date benchmarkDavid Skoland2021-04-271-5/+5
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-272-2/+0
* Fix typo in a comment, PE_PanelViewItemRow doesn't existSérgio Martins2021-04-271-1/+1
* Declare loop arg in benchmark unusedDavid Skoland2021-04-271-2/+2