summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-082-2/+6
* Translate the adjusted deviceWindowRect with an adjusted offsetAllan Sandfeld Jensen2017-06-081-1/+7
* Skip failures of task232085_spinBoxLineEditBg with the real Gtk styleSimon Hausmann2017-06-081-0/+2
* Autotests: Blacklist "utun" interfaces on DarwinThiago Macieira2017-06-082-0/+22
* 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-093-4/+4
* QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-093-12/+116
* 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-042-9/+61
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-05-042-2/+10
* [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
* Windows: Fix tst_QFileDialog2::completionOnLevelAfterRoot()Friedemann Kleint2017-05-021-1/+1
* 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-142-1/+6
* write Libs.private to .pc files only in static buildsOswald Buddenhagen2017-04-121-12/+12
* 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-312-76/+142
* 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-245-2/+12
* 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
* tst_QMimeDatabase: increase update-mime-database timeout to 4minsMarc Mutz2017-03-221-1/+6
* 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-202-34/+66
* Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2017-03-172-4/+24
* linux-icc: always compile applications as position-independent execsThiago Macieira2017-03-171-0/+1
* 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-162-32/+59
* 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
* QAtomic: pass explicit failure memory order to std::atomic::compare_exchange_...Marc Mutz2017-03-121-4/+4
* QTimeZone: do not access static functions through this->Marc Mutz2017-03-081-7/+7
* Fix for horizontal scrollbarsLambert Duijst2017-03-081-2/+2