summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | QTableWidget: Fix -Wdeprecated-copy warningAlbert Astals Cid2019-11-122-5/+6
| | |/ /
| | * | Do not load plugin from the $PWDOlivier Goffart2019-11-111-1/+0
| | * | Windows QPA: Fix wrong scaling of fixed size in window creation phaseFriedemann Kleint2019-11-084-16/+44
| | * | Diaglib/Windows: Output more information on geometry for native handlesFriedemann Kleint2019-11-081-4/+67
* | | | Take widget content margin into account for menu bar size calculationSamuel Gaist2019-11-152-10/+8
* | | | QStyleSheetStyle: add new property to QPushButton: iconRichard Moe Gustavsen2019-11-144-16/+86
* | | | QShortcut: add pmf ctor overloadsChristian Ehrlicher2019-11-143-4/+170
* | | | Honor alpha for SH_Table_GridLineColorChristian Ehrlicher2019-11-147-7/+7
|/ / /
* | | eglfs: kms: Read page flip events on a dedicated threadLaszlo Agocs2019-11-1414-43/+354
* | | eglfs: kms: Fix hw cursor with multiple screensLaszlo Agocs2019-11-146-12/+53
* | | configure: Add sanitizer "fuzzer-no-link"Robert Loehning2019-11-146-3/+34
* | | uic: Update ui4.cpp/h sourcesFriedemann Kleint2019-11-142-147/+147
* | | wasm: add platform qsettingsLorn Potter2019-11-146-38/+277
* | | Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-137-19/+35
* | | uic: Remove some usages of QListFriedemann Kleint2019-11-133-7/+8
* | | Make sure the metatypes are installed in prefix buildsUlf Hermann2019-11-134-6/+7
* | | In prefix builds, copy metatypes JSON to MODULE_BASE_OUTDIRUlf Hermann2019-11-131-2/+12
* | | eglfs: kms: Make threaded atomic drm workLaszlo Agocs2019-11-134-41/+50
* | | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-1318-126/+165
* | | QEventDispatcherWin32: unify input checks in {un}register...()Alex Trotsenko2019-11-131-18/+18
* | | QBasicTimer: release timer id on exitAlex Trotsenko2019-11-131-6/+4
* | | Deprecate enumerators fro SSL v.2 and v.3 protocolsTimur Pocheptsov2019-11-131-2/+4
* | | eglfs: kms: Choose unique primary planes for each crtcLaszlo Agocs2019-11-112-8/+31
* | | eglfs: kms: Allow overriding plane ids per crtcLaszlo Agocs2019-11-111-2/+24
* | | Disambiguate do_install target in metatypes.prfUlf Hermann2019-11-111-4/+4
* | | Don't create duplicate plugins.qmltypes rulesUlf Hermann2019-11-111-1/+4
* | | Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-094-14/+47
* | | QWaitCondition: fix dummy QWaitCondition implementationChristian Ehrlicher2019-11-081-7/+14
* | | Avoid erroneous creation of QScopedValueRollback objectsSimon Hausmann2019-11-081-1/+5
* | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-11-08569-35396/+39787
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-08569-35396/+39787
| |\| |
| | * | QHighDpiScaling: impove readability of screenSubfactor methodVitaly Fanaskov2019-11-071-10/+11
| | * | Fix accuracy of ARGB32->A2RGB30 conversionsAllan Sandfeld Jensen2019-11-074-50/+70
| | * | Simplify two complex test conditionsEdward Welbourne2019-11-071-6/+4
| | * | Rationalize descriptions of date-time formatsEdward Welbourne2019-11-071-154/+61
| | * | QHighDpiScaling: fix potential null pointer dereferenceVitaly Fanaskov2019-11-071-1/+2
| | * | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-11-06546-35104/+39449
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-06546-35104/+39449
| | | |\|
| | | | * macOS: Only skip screen reconfigure if primary screen changedTor Arne Vestbø2019-11-051-3/+2
| | | | * Move RESOURCE flattening code to dedicated functionJoerg Bornemann2019-11-052-57/+65
| | | | * If only family is set, prefer that in the families list after resolvingAndy Shaw2019-11-053-1/+14
| | | | * Fix regression in how "pkg-config --static" output is handledKai Koehne2019-11-041-0/+2
| | | | * Fix cross-compilation to LinuxJoerg Bornemann2019-11-041-2/+2
| | | | * Query the mouse buttons initially in case the middle button was usedAndy Shaw2019-11-031-1/+3
| | | | * QImageIOHandler: remove #if around virtual method name()David Faure2019-11-012-5/+1
| | | | * Doc: Add guidelines for writing Qt testsLeena Miettinen2019-11-013-6/+556
| | | | * AtSpiAdaptor: Fix QAccessible::TextUpdated notificationPeter Varga2019-11-011-1/+1
| | | | * Doc: Add best-practice-info for using QVERIFY() and QCOMPARE()Leena Miettinen2019-11-012-28/+109
| | | | * Clarify Q{Abstract,Local}Socket::waitForDisconnected() documentationKari Oikarinen2019-11-014-13/+18
| | | | * wasm: take canvas offset into accountLorn Potter2019-11-011-1/+5