summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Suggest "ninja install" for multi-config buildsJoerg Bornemann2021-08-171-0/+7
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-171-6/+5
* Attempt to unwedge tst_QThread::wait3_slowDestructor()Edward Welbourne2021-08-171-13/+15
* Expand testing of QEXPECT_FAIL()Edward Welbourne2021-08-177-255/+981
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-1719-35/+0
* macOS: Don't wipe NSWindowStyleMaskFullSizeContentView if set manuallyTor Arne Vestbø2021-08-171-1/+3
* Fix some old copy-and-paste errors in QByteArrayView docsEdward Welbourne2021-08-171-8/+8
* CMake: Fix feature evaluation for feature definesJoerg Bornemann2021-08-171-1/+6
* QStyle: allow styles to control the margin around icons in QLineEditWang Peng2021-08-174-2/+8
* Change since for QNativeInterface::QX11Application to 6.2Jonas Kvinge2021-08-171-1/+1
* QString/QByteArray::number(double): Test big numbersMårten Nordheim2021-08-173-3/+42
* CMake: Make precompiled headers work for Android on WindowsJoerg Bornemann2021-08-171-0/+9
* CMake: Replace usage of WIN32 with CMAKE_HOST_WIN32 in qconfig.cppAlexandru Croitor2021-08-171-1/+1
* CMake: Exclude dSYM INSTALL commands for already excluded tools in debugMartin Vejdarski2021-08-173-3/+35
* CMake: Save QT_BUILD_BENCHMARKS and other info in BuildInternalsExtraAlexandru Croitor2021-08-171-0/+7
* Forward declare Objective-C classes as class, not typedef objc_objectTor Arne Vestbø2021-08-171-1/+1
* QByteArray: Disentangle number(double) from QLocaleMårten Nordheim2021-08-173-7/+9
* Make double-formatting code ready for QByteArrayMårten Nordheim2021-08-171-30/+45
* QString::number(double): Disentangle from the QLocale pathMårten Nordheim2021-08-173-5/+190
* QUrl: Improve Punycode overflow handlingIevgenii Meshcheriakov2021-08-162-24/+54
* Fix printing with unhinted fontsEskil Abrahamsen Blomfeldt2021-08-163-3/+55
* QVarLengthArray: add missing default-ctor documentationMarc Mutz2021-08-161-0/+5
* QDateTime: port away from takeFirst() useMarc Mutz2021-08-161-6/+11
* Add benchmark for QMetaEnumMarc Mutz2021-08-163-0/+88
* QMetaEnum: stop parsing when an invalid key is foundMarc Mutz2021-08-161-1/+1
* QVarLengthArray: add support for emplacementMarc Mutz2021-08-163-5/+52
* Short live namespace q20!Marc Mutz2021-08-163-0/+198
* QStandardPaths/Unix: use QStringTokenizerMarc Mutz2021-08-161-3/+1
* QDir: use QStringTokenizerMarc Mutz2021-08-161-3/+1
* QLibrary: succeed early for .dylib on DarwinMarc Mutz2021-08-161-4/+5
* Update bundled Freetype to 2.10.4Liang Qi2021-08-16577-20564/+7370
* macOS: Add logging for keyboard and complex text inputTor Arne Vestbø2021-08-164-9/+63
* macOS: Map dead keys directly to their terminator when building key mapTor Arne Vestbø2021-08-162-4/+5
* macOS: Don't treat null-key as potential shortcut keyTor Arne Vestbø2021-08-161-0/+2
* Fix some errors in docs of string-related classesSona Kurazyan2021-08-164-99/+100
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-166-17/+107
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-163-4/+157
* Accept the QWheelEvent before each propagation stepVolker Hilsheimer2021-08-161-0/+3
* QUrl: Make Punycode encoding code less surprisingIevgenii Meshcheriakov2021-08-161-7/+7
* Fix Style java code format and warningsAssam Boudjelthia2021-08-153-533/+346
* Remove unused internal flag in QImageEirik Aavitsland2021-08-132-9/+3
* Properly scale gesture positions in hi-DPI casePovilas Kanapickas2021-08-121-3/+15
* CMake: Fix testlib compile definitions not to be overriddenAlexandru Croitor2021-08-121-1/+1
* CMake: Fix plugin target names to end in Plugin suffixAlexandru Croitor2021-08-121-2/+3
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-121-6/+5
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-122-0/+18
* CMake: Warn if qt_internal_plugin(target) does not end with 'Plugin'Kai Köhne2021-08-121-2/+7
* Fix hidden API access for Android styleAssam Boudjelthia2021-08-122-833/+787
* qlocale_win: return null QVariant on failed look-upsEdward Welbourne2021-08-111-4/+4
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-117-32/+69