summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-161-22/+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
* QMetaEnum: stop parsing when an invalid key is foundMarc Mutz2021-08-161-1/+1
* QVarLengthArray: add support for emplacementMarc Mutz2021-08-162-5/+33
* 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-165-12/+107
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-162-4/+10
* 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-121-0/+2
* 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-114-3/+30
* QUrl: Fix handling of invalid sequences starting with xn--Ievgenii Meshcheriakov2021-08-111-3/+6
* Clarify documentation of QEXPECT_FAIL()'s modeEdward Welbourne2021-08-112-10/+13
* Clean up some notes in QtTestLib documentationEdward Welbourne2021-08-111-11/+11
* Fix button type to update coordinates when draggingCathy Park2021-08-111-1/+4
* Correct QStorageIterator::next()'s use of qstrtoll()Edward Welbourne2021-08-111-4/+5
* d3d11rhi: remove pre-win10 codeYuhang Zhao2021-08-111-10/+5
* Fix a typo in the comment for TrueType fonts with embedded bitmapsTasuku Suzuki2021-08-111-1/+1
* Undeprecate QFont(QString) since this is still useful for manyAndy Shaw2021-08-112-7/+0
* Fix memory leak if eXIf has incorrect crcRobert Löhning2021-08-102-4/+19
* MySQL: properly fix setting the character setThiago Macieira2021-08-101-3/+31
* MySQL: don't format QDateTime with timezonesThiago Macieira2021-08-101-0/+14
* MySQL: remove the version number checks in favor of actual functionalityThiago Macieira2021-08-101-2/+15
* Assert that special handling of '0' padding does what it shouldEdward Welbourne2021-08-101-14/+33