summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA/wintab: Register tablet devicesFriedemann Kleint2020-10-202-117/+231
* Fix crash in tst_QSystemTrayIcon::lastWindowClosed()Allan Sandfeld Jensen2020-10-201-0/+2
* QWindowsXPStyle: Remove unused variablesTor Arne Vestbø2020-10-201-2/+0
* Fix linking of non-console application on mingwTor Arne Vestbø2020-10-201-1/+0
* CVE-2020-15999: Heap buffer overflow in freetypeWerner Lemberg2020-10-201-7/+7
* Use qmetaobject_p.h's MetaObjectFlag in QMetaObjectBuilderEdward Welbourne2020-10-203-13/+7
* Drop constexpr from QAtomicTraits::isLockFree()Edward Welbourne2020-10-201-19/+17
* QList::removeOne: make it generic as wellGiuseppe D'Angelo2020-10-202-2/+3
* QList::removeAll: make it genericGiuseppe D'Angelo2020-10-201-3/+11
* Add QSinglePointEvent::exclusivePointGrabber convenience propertyShawn Rutledge2020-10-202-0/+23
* Fix output with box font engineEskil Abrahamsen Blomfeldt2020-10-201-5/+5
* Update QHighDpiScaling internal documentationMorten Johan Sørvig2020-10-202-57/+105
* QPA offscreen: make platform plugin configurableMorten Johan Sørvig2020-10-207-20/+144
* high-dpi: Re-implement mapToGlobal and mapFromGlobalMorten Johan Sørvig2020-10-203-48/+22
* high-dpi: Set screen on QWindow::setGeometry()Morten Johan Sørvig2020-10-201-1/+11
* QHighDpi: window geometry scaling functionsMorten Johan Sørvig2020-10-205-17/+27
* QHighDpi: global geometry scaling functionsMorten Johan Sørvig2020-10-202-15/+31
* QHighDpi: Add screenForPosition()Morten Johan Sørvig2020-10-202-19/+84
* QHighDpi: revert window-on-multiple-screens handlingMorten Johan Sørvig2020-10-201-2/+1
* QFileSystemWatcher: use nullptr, instead of 0Giuseppe D'Angelo2020-10-201-1/+1
* QThread::create: mark as [[nodiscard]]Giuseppe D'Angelo2020-10-201-2/+2
* QAssociativeIterable: Unwrap variants on value()Ulf Hermann2020-10-191-2/+12
* QAssociativeIterable: Add methods to add/remove keys and valuesUlf Hermann2020-10-192-0/+60
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-1911-99/+88
* QRhiBackendCommandList: avoid new[]/delete mismatchFabian Kosmale2020-10-191-1/+1
* QLocale: do the inlining in the class body to save repetitionEdward Welbourne2020-10-191-36/+17
* Refine QLocale constructor documentationEdward Welbourne2020-10-191-1/+2
* Fix QLocale's findLocaleDataById(): skip likely sub-tag look-upEdward Welbourne2020-10-191-3/+1
* Use unchecked substring methods in date-time codeEdward Welbourne2020-10-192-33/+31
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-191-1/+3
* QFontDatabase: fix a uint->int implicit conversionGiuseppe D'Angelo2020-10-191-2/+2
* QPdf: consolidate usage of uintGiuseppe D'Angelo2020-10-194-11/+12
* QTextTable: fix an implicit uint->int conversionGiuseppe D'Angelo2020-10-191-2/+2
* QList docs: remove some QVector->QList leftoversGiuseppe D'Angelo2020-10-192-58/+5
* Remove redundant QPointingDevicePrivate::extraShawn Rutledge2020-10-191-1/+0
* CMake: Provide add_qt_gui_executable for a short timeAlexandru Croitor2020-10-191-0/+5
* QVLA: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-192-9/+15
* Add noexcept to d-ptr accessor functionsAllan Sandfeld Jensen2020-10-191-8/+9
* QProperty: Add value() and setValue() to QBindableUlf Hermann2020-10-191-0/+14
* Use valid glyph index for box font engineEskil Abrahamsen Blomfeldt2020-10-191-2/+2
* CMake: Rename add_qt_gui_executable to qt_add_executableAlexandru Croitor2020-10-191-1/+8
* Fix QFontDialog::selectedFont() does not return actual selected fontZhang Yu2020-10-191-1/+1
* Revert "QRegularExpression: add move constructor(s)"Giuseppe D'Angelo2020-10-192-44/+0
* QRegularExpression: port to QESDPGiuseppe D'Angelo2020-10-192-5/+4
* Add function to access QLockFile's file nameShantanu Tushar2020-10-182-0/+10
* Use std::void_t instead of the hand-rolled versionGiuseppe D'Angelo2020-10-181-10/+6
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-181-0/+1
* QRandomGenerator: optimize for the common use caseThiago Macieira2020-10-182-23/+29
* Core: Make the metacontainer interfaces constexprUlf Hermann2020-10-181-33/+23
* Remove QByteArrayList_indexOfGiuseppe D'Angelo2020-10-182-7/+0