summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xcb: fix misuse of xcb_send_eventGatis Paeglis2017-03-084-3/+16
* Fix documentation typosChristian Gagneraud2017-03-033-3/+3
* Fix crash for glyphs with height > 128Eskil Abrahamsen Blomfeldt2017-03-031-2/+2
* Blacklist tst_QPauseAnimation::multipleSequentialGroups()Marc Mutz2017-03-021-0/+2
* Blacklist tst_QTimer::remainingTime() on Windows and macOSFriedemann Kleint2017-03-021-0/+3
* Android: Fix OpenGL shader compilation on updated emulatorEskil Abrahamsen Blomfeldt2017-02-281-4/+0
* Fix crash while dropping a tabbed group into a single floating QDockWidgetOlivier Goffart2017-02-232-5/+3
* QFileDialog: Protect against nullptr dereferenceKevin Funk2017-02-231-1/+1
* QLoggingRegistry: fix potential data raceMarc Mutz2017-02-222-7/+16
* QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-212-7/+30
* PNG image handler: Avoid "invalid distance too far back" errorEirik Aavitsland2017-02-201-0/+6
* QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-204-66/+131
* xcb: Allow to disable XInput 2 support by setting QT_XCB_NO_XI2 env varAlexander Volkov2017-02-181-1/+2
* Remove the name cache from QMetaType::typeNameThiago Macieira2017-02-171-25/+14
* tst_QThreadPool: don't deadlock when a cancel() test failsMarc Mutz2017-02-151-0/+20
* Wait for runnables to start up in tst_QThreadPool::cancel()Marc Mutz2017-02-151-3/+10
* tst_QThreadPool: simplify cancel()Marc Mutz2017-02-151-5/+8
* Fix UB (data race) in tst_QThreadPool::cancel()Marc Mutz2017-02-151-10/+17
* Windows QPA: Call InvalidateRect() in WM_PAINT/GL Software renderingFriedemann Kleint2017-02-141-1/+15
* Fix detection of WinCE SDKs with MSVC2015Tobias Koenig2017-02-101-0/+5
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-082-3/+12
* Unbreak ubsan developer-buildMarc Mutz2017-02-083-2/+9