summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-142-4/+130
* 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
* 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-133-5/+6
* 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
* Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-093-3/+33
* 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-08543-35261/+39385
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-08543-35261/+39385
| |\
| | * QHighDpiScaling: impove readability of screenSubfactor methodVitaly Fanaskov2019-11-071-10/+11
| | * Fix accuracy of ARGB32->A2RGB30 conversionsAllan Sandfeld Jensen2019-11-073-50/+67
| | * 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-06533-35037/+39221
| | |\
| | | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-06533-35037/+39221
| | | |\
| | | | * macOS: Only skip screen reconfigure if primary screen changedTor Arne Vestbø2019-11-051-3/+2
| | | | * If only family is set, prefer that in the families list after resolvingAndy Shaw2019-11-051-1/+6
| | | | * 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
| | | | * Doc: Update info about QSKIP()Leena Miettinen2019-10-311-15/+44
| | | | * Doc: Add notes about Qt Style Sheets taking precedenceLeena Miettinen2019-10-312-2/+10
| | | | * Doc: Add best-practices-info about creating benchmarksLeena Miettinen2019-10-301-1/+26
| | | | * Doc: Add best-practices-info about initialization and clean-upLeena Miettinen2019-10-301-0/+14
| | | | * Update bundled Freetype to 2.10.1Liang Qi2019-10-30505-34946/+38384
| | | | * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-308-22/+48
| | | | |\
| | | | | * Revert "iOS: Account for when the older SDK is used when building"v5.13.2Andy Shaw2019-10-252-5/+2
| | | | | * iOS: Account for when the older SDK is used when buildingAndy Shaw2019-10-172-2/+5
| | | | | * macOS: Fix regression with some characters in non-bundle appsEskil Abrahamsen Blomfeldt2019-10-161-2/+18
| | | | | * iOS: Fix showing emoji charactersEskil Abrahamsen Blomfeldt2019-10-161-10/+6
| | | | | * Partially revert "qfloat16: suppress the tables if FP16 is supported by the CPU"Thiago Macieira2019-10-131-2/+2
| | | | | * Fix vertical advance for printing on macOSAllan Sandfeld Jensen2019-10-111-1/+1