summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QUrl::removeAllQueryItems actually remove the query itemsThiago Macieira2016-01-091-2/+2
* Windows: Output resulting DPI awareness in debug and warning output.Friedemann Kleint2016-01-083-4/+21
* xcb: Remove QXcbScreen::m_nativeGeometryAlexander Volkov2016-01-083-12/+4
* Use backing store formats with alphaAllan Sandfeld Jensen2016-01-084-51/+42
* Fix wrapper batch file names for flex/bison in ANGLE buildJoerg Bornemann2016-01-081-0/+1
* don't rely on transitive dependenciesOswald Buddenhagen2016-01-081-0/+2
* windows: bump OpenGL blacklist versionLaszlo Agocs2016-01-081-1/+1
* Work around GCC 6 warning about offset outside bounds of stringThiago Macieira2016-01-081-2/+2
* add always_prepend mode to qtAddToolEnv()Oswald Buddenhagen2016-01-081-1/+1
* Fix mac build with -no-widgetsStephen Kelly2016-01-072-0/+2
* Fix offset and size for native child rtt widgetsLaszlo Agocs2016-01-071-11/+7
* doc: correct documentation of QT_AUTO_SCREEN_SCALE_FACTOR env varShawn Rutledge2016-01-071-1/+1
* QtGui: Don't set screen to a child window when processing screen eventsBłażej Szczygieł2016-01-071-4/+6
* QtGui: Fix obtaining the top level window at a pointBłażej Szczygieł2016-01-071-10/+30
* QPair<QRunnable*, int> is too large for QList to be efficient-ish.Volker Krause2016-01-072-6/+6
* dbus: Print out 'serial' and 'serial reply to' with DBusMessage operator<<.Ralf Habacker2016-01-072-4/+10
* dbus: Add method serial() and replySerial() to class DBusMessage.Ralf Habacker2016-01-074-0/+47
* Windows: Fix QWindowsInputContext for Japanese IME.YAMAMOTO Atsushi2016-01-071-1/+2
* Android: Activate Qt::Popup windowsBogDan Vatra2016-01-061-2/+6
* QDesktopWidget::screenNumber(QPoint): fix handling of virtual desktopsBłażej Szczygieł2016-01-061-6/+19
* QDesktopWidget::screenNumber(QWidget*): check virtual sibling screensBłażej Szczygieł2016-01-061-17/+35