summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: Improve native and top-level OpenGL widget performanceBłażej Szczygieł2016-01-181-11/+15
* WinCE: Build accessibility support on WinCE7Tobias Koenig2016-01-182-17/+34
* Center QPrintPropertiesDialog on top of its parentAlexander Volkov2016-01-181-8/+0
* QFocusFrame: Don't crash on null d->widget.Morten Johan Sørvig2016-01-181-0/+4
* QOrderedMutexLocker: use std::less to prevent undefined behaviorGiuseppe D'Angelo2016-01-181-2/+4
* Avoid checking the fb status in every bindLaszlo Agocs2016-01-181-2/+0
* Passing parameters to convertLineOffset by pointer instead of referenceFrederik Gladhorn2016-01-181-12/+12
* QHttpSocketEngine: ensure pending EOF triggers a notificationAlex Trotsenko2016-01-181-1/+4
* Haiku: Fix compilation of corelibTobias Koenig2016-01-181-1/+1
* Mirclient: update with upstream changesEirik Aavitsland2016-01-1818-374/+956
* Promote backingstore image format to alphaLaszlo Agocs2016-01-172-4/+15
* Android: fix native libs dir.BogDan Vatra2016-01-161-2/+2
* QFileDialog: Check whether sizeHint() is valid before resizing.Friedemann Kleint2016-01-151-1/+3
* Lock qfontdatabase mutex in qt_fallbacksForFamilyAllan Sandfeld Jensen2016-01-151-6/+12
* Handle RGB30 formats in OpenGL backing-store integrationAllan Sandfeld Jensen2016-01-152-19/+83
* Doc: add missing semi-colonThiago Macieira2016-01-151-1/+1
* Windows/Direct2D QPA plugins: Fix overrides.Friedemann Kleint2016-01-1411-93/+95
* Optimize OpenGL binding of ARGB32PM backing storeAllan Sandfeld Jensen2016-01-144-19/+60
* xcb: Don't clear alpha on every repaintBłażej Szczygieł2016-01-141-2/+7
* winrt: enable hardware buttons for Windows 10Maurice Kalinowski2016-01-142-37/+64
* Replace QStringLiteral with QLatin1String in QFileSelectorAndré Klitzing2016-01-131-2/+2
* QtConcurrent: Avoid an allocation in ExceptionHolder if there is no exception...Volker Krause2016-01-131-1/+3
* QtWidgets: Don't show window of native widget with WA_OutsideWSRangeBłażej Szczygieł2016-01-131-4/+9
* xcb: Don't duplicate expose eventsBłażej Szczygieł2016-01-132-21/+18
* Correct floordiv() to cope with implementation-defined division.Edward Welbourne2016-01-131-2/+13
* eglfs: Round value returned from pixelDensity()Morten Johan Sørvig2016-01-131-1/+1
* [Android]: Java uses some deprecated locale codes so account for theseAndy Shaw2016-01-131-0/+7
* Add Qt6 TODO to remove copy-assign operator and copy-ctorSérgio Martins2016-01-121-1/+1
* Fix shortcut modifiers not being propagated after c7e5e1d9eTor Arne Vestbø2016-01-121-1/+3
* Fix reentrancy regression in QShortcutMap after c7e5e1d9eTor Arne Vestbø2016-01-121-2/+6
* Fix GCC 6 warning about placement-new operator on too little spaceThiago Macieira2016-01-121-18/+37
* QVariant: use v_construct instead of duplicating logicThiago Macieira2016-01-121-31/+4
* QVariant: make sure to default-initialize in v_constructThiago Macieira2016-01-121-1/+1
* rework include path construction in the module systemOswald Buddenhagen2016-01-124-25/+8
* Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-30/+38
* Revert "QString: preserve embedded NULs when converting from QByteArray"Marc Mutz2016-01-121-9/+9
* iOS: fix crash on iOS 8 due to unsupported selectorRichard Moe Gustavsen2016-01-112-5/+9
* Doc: mention that Qt::AA_X11InitThreads isn't used anymoreDavid Faure2016-01-111-3/+1
* Fix documentation for ReuseAddressHint on Unix.David Faure2016-01-111-2/+2
* winrt: Flush the system event queue when adding/removing windowsMaurice Kalinowski2016-01-111-0/+2
* winrt: Fix API usage certificationMaurice Kalinowski2016-01-111-0/+24
* winphone: Properly close the applicationMaurice Kalinowski2016-01-113-0/+22
* WinRT: Invoke correct remove handlerMaurice Kalinowski2016-01-111-1/+1
* WinRT: Fix application shutdownMaurice Kalinowski2016-01-111-6/+11
* CMake: Fix qt5_use_modules macro for CMake 2.8.11Kevin Funk2016-01-111-1/+1
* QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-1/+1
* Revert "dbus: Print out 'serial' and 'serial reply to' with DBusMessage opera...Thiago Macieira2016-01-112-10/+4
* Revert "dbus: Add method serial() and replySerial() to class DBusMessage."Thiago Macieira2016-01-114-47/+0
* Fix a few container detachmentsSérgio Martins2016-01-104-6/+6
* QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-1/+1