summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add QMetaProperty::relativePropertyIndex()Simon Hausmann2019-04-042-0/+13
* QCommandLineParser: warn if defining a duplicate optionDavid Faure2019-04-042-1/+13
* Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-04-045-5/+34
* Remove commented test in testlib (alive)Jędrzej Nowacki2019-03-296-244/+0
* Cleanup widgets/kernel.pro after modularizationJędrzej Nowacki2019-03-261-2/+0
* Ensure that layouts don't move widgets outside of their parentVolker Hilsheimer2019-03-262-0/+75
* core: Add deduction guides for QPairMikhail Svetkin2019-03-253-0/+34
* Clean up QTextStream functionsAllan Sandfeld Jensen2019-03-233-71/+145
* Stabilize tst_QStateMachine::dontProcessSlotsWhenMachineIsNotRunningMilian Wolff2019-03-221-4/+4
* qstringalgorithms: add find methodsAnton Kudryavtsev2019-03-224-204/+208
* Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-2228-0/+147
* Update handling of TESTSERVER_COMPOSE_FILEMaurice Kalinowski2019-03-221-4/+6
* Clang: use -Oz instead of -O1 to optimize for sizeYuhang Zhao2019-03-214-2/+6
* Clang: Enable precompiled header for qmakeYuhang Zhao2019-03-211-2/+0
* Don't iterate over the connections without holding a lockLars Knoll2019-03-212-1/+18
* QVector: Add assignment from std::initializer_listKari Oikarinen2019-03-213-1/+64
* QVariant: Fix isNull() == true after downcasting QObject*Timo Lang2019-03-212-0/+10
* clang-cl: Enable linker optimization explicitlyYuhang Zhao2019-03-211-0/+2
* Clang: Add Thin LTO in addition to Full LTOYuhang Zhao2019-03-204-3/+13
* rcc: Avoid raw string literalshjk2019-03-201-23/+12
* Make tst_QTemporaryFile::fileTemplate() more informative on failureEdward Welbourne2019-03-191-1/+1
* Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-196-12/+84
* Refine and extend tst_qnumeric's checks on infinity and NaNEdward Welbourne2019-03-191-7/+24
* Clean up and document the generator for qurltld_p.hEdward Welbourne2019-03-191-67/+96
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-1633-118/+389
|\
| * Fix some qdoc warningsFriedemann Kleint2019-03-157-7/+16
| * Fix qdoc errors in QProcess headerFriedemann Kleint2019-03-151-9/+11
| * Fix qdoc errors in QIcon headerFriedemann Kleint2019-03-151-0/+1
| * Don't increase the size of the layout unnecessarily when moving toolbarsAndy Shaw2019-03-153-1/+120
| * wasm: fix touchpoint handlingLorn Potter2019-03-152-23/+49
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-1518-78/+190
| |\
| | * Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-142-16/+34
| | * QAbstractItemView: Don't let editor width exceed item width if not neededChristian Ehrlicher2019-03-141-0/+4
| | * uic: write out min/maximumSectionSize property before current sizeChristian Ehrlicher2019-03-141-1/+1
| | * androiddeployqt: Also shellquote rootPath as part of importPathsUlf Hermann2019-03-141-1/+1
| | * Windows QPA: only calculate invisible margins when window has a frameChristian Andersen2019-03-142-2/+5
| | * Windows QPA: Output all adapters in diagnostics used by qtdiagFriedemann Kleint2019-03-144-41/+104
| | * XCB: Fix clipboard breaking when timer wraps after 50 daysLukáš Turek2019-03-141-2/+4
| | * Configure: simplify logicYuhang Zhao2019-03-141-4/+1
| | * Configure: add missing "clang.exe"Yuhang Zhao2019-03-141-1/+1
| | * QNX QPA: Add support for Qt Virtual KeyboardKarim Pinter2019-03-142-7/+17
| | * Doc: "UTF" -> "UTF-8"Thiago Macieira2019-03-141-1/+1
| | * Add a pair of functions to convert to and from Q/CborErrorThiago Macieira2019-03-141-4/+21
| | * Doc: Use nullptr in Signals & SlotsKai Koehne2019-03-132-3/+3
| | * QOpenGLContext: fix docs about sharingGiuseppe D'Angelo2019-03-131-1/+1
| | * Fix win32-clang-g++ buildYuhang Zhao2019-03-131-1/+3
| | * Doc: fix some typos and missing doc for QScopeGuardEirik Aavitsland2019-03-111-0/+6
| * | qfloat16: suppress the tables if FP16 is supported by the CPUThiago Macieira2019-03-141-0/+2
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-1536-158/+221
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-1436-158/+221
| |\| |