summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-0214-127/+199
* rhi: gl: Attempt to reduce superfluous texture unit bindingsLaszlo Agocs2020-10-022-16/+58
* Modernize implementation in date-time and its parsingEdward Welbourne2020-10-023-54/+51
* Android: unify deployment-settings.json path to unix formatAssam Boudjelthia2020-10-022-9/+9
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-022-2/+2
* Give some QTime test-cases more informative namesEdward Welbourne2020-10-011-11/+19
* CMake Build: Add mimetype database compression with CMakeCristian Adam2020-10-011-17/+94
* Set MSVC environment script specifically for MSVCToni Saario2020-10-011-4/+4
* Android: account for native separators when checking a dependency pathAssam Boudjelthia2020-10-011-2/+2
* QAbstractItemView: Don't allow CopyAction for InternalMove viewsVolker Hilsheimer2020-10-011-0/+2
* Remove unnecessary ref-counting of QRunnableAllan Sandfeld Jensen2020-10-012-32/+7
* CMake: Remove old Qt 5 CMake build system filesAlexandru Croitor2020-10-0115-1615/+0
* CMake: Clean up the public API a bitAlexandru Croitor2020-10-015-39/+56
* CMake: Fix -[no-]warnings-are-errors configure argumentJoerg Bornemann2020-10-012-2/+2
* configure: add -qmake argumentJoerg Bornemann2020-10-012-0/+10
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-012-17/+35
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-012-3/+29
* Add a QVariant::compare() methodLars Knoll2020-10-012-0/+29
* Fix qdoc warnings for QMap/QMultiMapVolker Hilsheimer2020-10-013-81/+79
* Revert "Reimplement non-antialiased cosmetic pen"Allan Sandfeld Jensen2020-10-011-98/+193
* QFileInfo: Allow constructing from QFileDeviceThorbjørn Lindeijer2020-10-012-4/+4
* Remove deprecated QProcess::pidVolker Hilsheimer2020-10-012-24/+1
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-015-5/+8
* tst_qwindow: verify isBeginEvent(), isUpdateEvent() and isEndEvent()Shawn Rutledge2020-09-301-8/+25
* Treat a double-click event as an update event with stationary pointShawn Rutledge2020-09-301-4/+12
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-304-0/+151
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-3011-55/+3
* Android: Append .exe suffix to qmlImportScanner in androiddeployqtAlessandro Portale2020-09-301-4/+3
* Fix rhi manual test buildLaszlo Agocs2020-09-301-0/+1
* Use QDateTimeParser::locale(), not the default QLocaleEdward Welbourne2020-09-301-2/+2
* Re-enable a QDateTimeEdit right-to-left test of its sectionText()Edward Welbourne2020-09-301-8/+11
* CMake Build: Add direct2d CMake buildCristian Adam2020-09-303-2/+280
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-303-34/+32
* Standardize #include order and form in qdatetime.cppEdward Welbourne2020-09-301-20/+16
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-09-303-47/+63
* QTestResult: Don't pass a nullptr file to addFailure()Ulf Hermann2020-09-307-58/+84
* CMake: Strip binaries and libraries upon installationAlexandru Croitor2020-09-301-1/+1
* Use universal references in QtConcurrentSona Kurazyan2020-09-309-188/+281
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-09-302-6/+11
* QPrinter: unit tests fail when default printer supports duplexAndreas Buhr2020-09-301-3/+2
* rhi: Manage buffer data without QBALaszlo Agocs2020-09-309-63/+119
* Doc: Fix incorrectly placed closing bracket in Q_PROPERTY codeKai Koehne2020-09-301-2/+2
* QList: don't detach on squeeze when holding raw dataMårten Nordheim2020-09-303-1/+8
* QList: Remove CapacityReserved on squeezeMårten Nordheim2020-09-301-0/+3
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-303-11/+19
* Remove license header templates from qtbaseJani Heikkinen2020-09-3011-344/+0
* Eliminate compilation warningsXie Chuan2020-09-301-1/+1
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-309-28/+61
* Remove workaround for MSVC 2008Allan Sandfeld Jensen2020-09-303-84/+9
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-302-2/+13