summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Turn warning about missing xcodebuild into noticeVolker Hilsheimer2020-10-221-1/+1
* Fix to make g++-10.2 happyAndreas Buhr2020-10-221-0/+2
* QList docs: fix signature of removeAllGiuseppe D'Angelo2020-10-221-1/+1
* name our glib event sources to ease debuggingAndreas Buhr2020-10-223-13/+21
* Whitespace cleanup in corelib/globalAllan Sandfeld Jensen2020-10-2116-106/+142
* cmake: Sync FbSupport module name with pro fileTor Arne Vestbø2020-10-211-0/+1
* Fix strange capacity check in tst_QString::append_special_casesAndrei Golubev2020-10-211-1/+2
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-211-6/+15
* Fix compilation when using -no-mimetype-databaseHelio Chissini de Castro2020-10-211-0/+4
* Make QPoint*, QSize*, and QRect* binary operators hidden friendsAllan Sandfeld Jensen2020-10-214-243/+102
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2020-10-212-3/+31
* QTabBar test: refactor: extract checkPositions helper functionStanislav Yelenskiy2020-10-211-22/+31
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-213-9/+2
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-2128-83/+78
* OpenFile portal: use "writable" option to specify our FD is writableJan Grulich2020-10-211-2/+4
* Do not crash if QPA plugin does not support cursorsJan Arve Sæther2020-10-211-1/+4
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-2125-220/+349
* QEvent copy constructor: copy the type flags tooShawn Rutledge2020-10-212-6/+12
* QRandomGenerator: add 64-bit bounded() versionsThiago Macieira2020-10-203-8/+235
* Fix compiler warning from uninitialized membersVolker Hilsheimer2020-10-211-1/+1
* Auto tests: Fix some MSVC warnings about integer conversionsFriedemann Kleint2020-10-217-7/+7
* Fix qdoc warnings from QMutex and QMutexLockerVolker Hilsheimer2020-10-211-20/+7
* Fix qdoc warnings in QtDBusVolker Hilsheimer2020-10-214-19/+20
* Whitespace cleanup in corelib/iov6.0.0-beta2Allan Sandfeld Jensen2020-10-2018-224/+224
* CMake: Fix additional target info filesJoerg Bornemann2020-10-202-4/+40
* Add forwarding headers for classes moved from QtWidgets to QtGuiVolker Hilsheimer2020-10-2012-6/+315
* Convert QList alias definitions to 'using'Andrei Golubev2020-10-202-35/+37
* Fix QDoc warnings for QList/QVectorAndrei Golubev2020-10-203-19/+40
* Windows QPA/WmPointer: Register tablet devices of pointer handlerFriedemann Kleint2020-10-202-13/+64
* 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-202-2/+10
* CVE-2020-15999: Heap buffer overflow in freetypeWerner Lemberg2020-10-201-7/+7
* Use qmetaobject_p.h's MetaObjectFlag in QMetaObjectBuilderEdward Welbourne2020-10-205-16/+10
* Add link to Qt for Python as external pageJerome Pasion2020-10-201-0/+5
* Drop constexpr from QAtomicTraits::isLockFree()Edward Welbourne2020-10-203-27/+27
* 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
* Make configure -qmake actually workJoerg Bornemann2020-10-201-0/+5
* Fix output with box font engineEskil Abrahamsen Blomfeldt2020-10-201-5/+5
* Update QHighDpiScaling internal documentationMorten Johan Sørvig2020-10-202-57/+105
* Merge existing tst_qhighdpiscaling into tst_qhgihdpiMorten Johan Sørvig2020-10-205-105/+23
* Add high-dpi auto testMorten Johan Sørvig2020-10-205-0/+455
* 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