summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Export gbm device integration to build it outsideElvis Lee2020-10-2340-113/+280
* QPaintDevice: Remove reserved without reservationsFabian Kosmale2020-10-232-4/+0
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-233-44/+26
* Add benchmark for QString::number(int)Andreas Buhr2020-10-231-0/+9
* QRectF/QPointF/QSizeF: document that operator== and != are fuzzyGiuseppe D'Angelo2020-10-233-8/+37
* CMake: Check for system_xcb_xinput featureAlexandru Croitor2020-10-231-1/+1
* CMake: Fix headersclean to build with proper flagsAlexandru Croitor2020-10-231-11/+74
* CMake: Use compiler launcher for headerclean rulesAlexandru Croitor2020-10-231-2/+8
* CMake: Fix headersclean to work on macOSAlexandru Croitor2020-10-231-1/+7
* CMake: Add convenience custom targets to build Qt pluginsAlexandru Croitor2020-10-223-0/+26
* Prepare for having multiple highdpi manual testsMorten Johan Sørvig2020-10-2312-10/+10
* qWaitFor: check predicate before sleepingMorten Johan Sørvig2020-10-221-4/+3
* Fix documentation for QIterable and related classesVolker Hilsheimer2020-10-231-81/+80
* Fix documentation for hidden friend operatorsVolker Hilsheimer2020-10-2311-177/+80
* doc: Fix table bottom marginTor Arne Vestbø2020-10-231-2/+2
* Use parameter_type in QList methodsAndrei Golubev2020-10-224-30/+32
* CMake: Remove superfluous del call in qt-configure-module.batJoerg Bornemann2020-10-221-1/+0
* CMake: Fix running qt-configure-module without argumentsJoerg Bornemann2020-10-221-1/+1
* CMake: Do not prepend -l to libs starting with dash in prl filesJoerg Bornemann2020-10-221-1/+1
* CMake: Advertise qt-configure-module in configure outputJoerg Bornemann2020-10-221-1/+5
* CMake: Fix CMake generator auto-selection on WindowsJoerg Bornemann2020-10-221-1/+1
* Allow paths with backslashes in qt-configure-module.batJoerg Bornemann2020-10-221-0/+1
* tests: blacklist tst_QGraphicsAnchorLayout::layoutDirection()Liang Qi2020-10-221-0/+2
* tests: blacklist tst_QMdiArea::tileSubWindows() on CentOSLiang Qi2020-10-221-0/+1
* CMake: Pad the configure summary string with one more dotAlexandru Croitor2020-10-221-1/+1
* CMake: Fix INPUT_* names with dashesJoerg Bornemann2020-10-221-1/+2
* Use American "canceled" in QPromise docsAndrei Golubev2020-10-221-5/+5
* Make QLatin1Char and QChar comparisons hidden friendsAllan Sandfeld Jensen2020-10-221-38/+44
* Add unit test for malformed RFC2822 datesAndreas Buhr2020-10-221-1/+11
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-225-1/+26
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-10-224-1/+27
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-224-22/+25
* 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