summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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-211-5/+15
* 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-202-65/+59
* 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
* Windows QPA: Call InvalidateRect() in WM_PAINT/GL Software renderingFriedemann Kleint2017-02-141-1/+15
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-081-1/+1
* Unbreak ubsan developer-buildMarc Mutz2017-02-083-2/+9
* QTest::addColumn: Use nullptr instead of 0Kevin Funk2017-02-071-1/+1
* QSystemTrayIcon: initialize all membersMarc Mutz2017-02-071-1/+4
* Fix clipping error on some RTL textEskil Abrahamsen Blomfeldt2017-02-062-7/+0
* Clear dock indicator when not over a floating dock group windowSergio Martins2017-02-062-5/+27
* Fix dock widget having the wrong parent after a dragSergio Martins2017-02-061-2/+4
* Accept all formatting characters as valid inputEskil Abrahamsen Blomfeldt2017-02-061-3/+3
* Use Q_NULLPTR in qDBusRegisterMetaTypeAlexander Volkov2017-02-061-1/+1
* QPixmapStyle: do not assume minimum == 0 when painting progress barsMarc Mutz2017-01-201-4/+7
* QAndroidStyle: fix UB (signed integer overflow) in AndroidProgressBarControl:...Marc Mutz2017-01-201-5/+4
* Fix UB (signed integer overflows) in QProgressBarMarc Mutz2017-01-201-6/+8
* QHostAddress: add missing docsMarc Mutz2017-01-201-0/+14
* QGradientCache: fix a new/delete mismatchMarc Mutz2017-01-202-10/+16
* QNX: Fix comments on qcompilerdetection.hRafael Roquetto2017-01-201-4/+13
* Adjust QNX choicesJames McDonnell2017-01-201-1/+1
* QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2017-01-202-8/+14
* Fix broken link in documentationFrederik Schwarzer2017-01-041-1/+1