summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix huge painting artefact of certain dashed linesEirik Aavitsland2017-08-221-1/+1
* Fix write and read-write ioctls on certain 64-bit OSThiago Macieira2017-08-141-1/+1
* Bump minimum glibc requirement for sys/eventfd.h to glibc 2.8Thiago Macieira2017-08-051-2/+4
* Use correct DRM event context versionJonathan Liu2017-07-281-1/+1
* Use pkg-config for libdrm in eglfs_kms_egldevice backend if possibleJonathan Liu2017-07-191-1/+6
* macOS: Don't keep WA_MacAlwaysShowToolWindow windows always on topTor Arne Vestbø2017-06-302-5/+84
* Teach QTestLib to read QTEST_ENVIRONMENT to expand blacklist keywordsTor Arne Vestbø2017-06-211-1/+8
* Restore binary compatibility with pre-5.6 qt_handleMouseEventJan Kundrát2017-06-191-0/+6
* Fix namespaced build using harfbuzz-ngThiago Macieira2017-06-161-0/+3
* Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-081-2/+4
* Translate the adjusted deviceWindowRect with an adjusted offsetAllan Sandfeld Jensen2017-06-081-1/+7
* define QT_NO_EXCEPTIONS reliably when using ClangR.J.V. Bertin2017-06-052-1/+16
* HiDPI: Scale mouse position on enter eventBłażej Szczygieł2017-05-221-1/+2
* Remove some more register keywordsMarc Mutz2017-05-091-2/+2
* QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-092-10/+49
* ANGLE: Improve error handlingOliver Wolff2017-05-057-55/+477
* QOpenGLWidget: Fix UB (invalid cast) in ~QOpenGLWidgetPrivateDyami Caliri2017-05-051-6/+2
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-05-041-9/+36
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-05-041-2/+2
* [doc] QSet: fix return type of insert()Marc Mutz2017-05-041-1/+1
* Use gdbserver command from a safe placeBogDan Vatra2017-05-021-42/+11
* Improve QStringBuilder docsMarc Mutz2017-04-181-8/+20
* Fix build with libdrm >= 2.4.78Thiago Macieira2017-04-181-5/+5
* QVariant: fix docs regarding QUuidMarc Mutz2017-04-141-3/+5
* QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-1/+2
* Cocoa: Unbreak app activation on macOS SierraMorten Johan Sørvig2017-04-122-10/+18
* Android: Fix crash at exitBogDan Vatra2017-04-112-14/+16
* QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-111-2/+4
* QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-04-111-3/+2
* doc: fix variable name in QDBusArgument::beginMap() exampleRolf Eike Beer2017-04-101-1/+1
* Add gradle wrapper to Qt & update default Andriod gradle pluginBogDan Vatra2017-04-109-2/+1268
* Fix menu position when highdpi scalingMorten Johan Sørvig2017-04-071-2/+3
* QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-12/+40
* QCryptographicHash: fix documentation of the supported algorithmsGiuseppe D'Angelo2017-03-311-1/+2
* Fix floating dock widget having the wrong parentOlivier Goffart2017-03-271-3/+3
* Fix crash in QWindowPrivate::applyCursor when screen is nullOlivier Goffart2017-03-272-8/+11
* Bump copyright yearFriedemann Kleint2017-03-271-1/+1
* QVarLengthArray: fix compilation with GCC 7Marc Mutz2017-03-271-0/+1
* WINCE: Don't receive touches by default from gesturesAndreas Holzammer2017-03-242-2/+2
* QDockWidget: Fix memory leak when dragging a tab outside of a floating tab wi...Olivier Goffart2017-03-241-1/+2
* Fix hang on sleep/wakeupBogDan Vatra2017-03-231-9/+8
* QGuiVariant: fix unintended fall-throughMarc Mutz2017-03-221-0/+1
* QToolBox: fix potential UB (invalid cast) in Private::_q_widgetDestroyed()Marc Mutz2017-03-221-6/+4
* PostgreSQL: fix datetime format when system locale doesn't use arabic numeralsMichael Jabbour2017-03-221-1/+4
* QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-03-201-33/+65
* Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2017-03-171-2/+3
* QChar: fix docs of (uchar) ctorMarc Mutz2017-03-161-2/+2
* Fix parsing of day-of-week names that start with another nameThiago Macieira2017-03-161-32/+9
* Close popups when blocked by modal dialogPaul Olav Tvete2017-03-143-1/+3
* xpm image format: Reject corrupt images with invalid header infoEirik Aavitsland2017-03-141-0/+3