summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert features.scrollbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-1025-43/+67
* Convert features.toolbox to QT_[REQUIRE_]CONFIGStephan Binner2017-08-107-20/+18
* Convert features.progressbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-1012-23/+33
* Convert features.textbrowser to QT_[REQUIRE_]CONFIGStephan Binner2017-08-108-18/+17
* macOS: Make alpha-based click-trough work againMorten Johan Sørvig2017-08-091-2/+12
* Fallback to QGnomeTheme if Gtk3 does not support long-press-timeJan Arve Sæther2017-08-091-2/+15
* Convert features.statusbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-089-20/+22
* Win: Account for when "condition expression is constant" warning occursAndy Shaw2017-08-081-14/+23
* QAction: Note that the QAction parent parameter is optional since 5.7hjk2017-08-081-0/+2
* Fix reset with qoffscreensurface destruction with multimonitor supportMäättä Antti2017-08-081-1/+1
* Convert features.dial to QT_[REQUIRE_]CONFIGStephan Binner2017-08-0811-28/+25
* Doc: remove linking to internal methodNico Vertriest2017-08-061-1/+1
* Add flowId to messages when logging in TeamCity formatBorgar Ovsthus2017-08-042-13/+13
* Fix iOS shared buildsJan Murawski2017-08-041-0/+1
* XCB GLX: request OpenGL 4.6 / OpenGL ES 3.2 if possibleGiuseppe D'Angelo2017-08-041-4/+4
* Fix race condition in QDBusAbstractInterfacePrivate::initOwnerTracking()Romain Pokrzywka2017-08-041-5/+5
* Bump minimum glibc requirement for sys/eventfd.h to glibc 2.8Thiago Macieira2017-08-041-2/+4
* Fix build error with macOS 10.13 SDKJake Petroules2017-08-042-18/+2
* Android: Fix push button label duplication with stylesheetsEskil Abrahamsen Blomfeldt2017-08-041-33/+44
* QAbstractItemView: fix nullptr violationRaschbauer, Reinhard2017-08-041-1/+1
* Update bundled zlib to version 1.2.11André Klitzing2017-08-0452-7525/+3899
* Improve documentation for {QFile, QFileDevice}::resize()Sérgio Martins2017-08-032-1/+5
* Make high-dpi QGLWidget work cross platformMorten Johan Sørvig2017-08-021-4/+0
* Fix RGBA64 interpolation when x remainder equals zeroAllan Sandfeld Jensen2017-08-021-9/+12
* QWidget::render(): Add a call to QPaintEnginePrivate::systemStateChanged()Friedemann Kleint2017-08-021-0/+1
* QWindowSystemInterfacePrivate::toNativeTouchPoints(): Add missing scalingFriedemann Kleint2017-08-021-2/+2
* QFileSystemWatcher/Windows: Fix crash when no QCoreApplication is presentFriedemann Kleint2017-08-022-23/+24
* ANGLE: Fix build for newer MinGW versionsOliver Wolff2017-08-024-1/+48
* configure: un-namespace remaining non-inline configure testsOswald Buddenhagen2017-08-022-8/+8
* configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-025-80/+743
* configure: standardize handling of 64 bit atomicsOswald Buddenhagen2017-08-023-15/+6
* configure: prune dead tests::journaldOswald Buddenhagen2017-08-021-5/+0
* Add a Q_FALLTHROUGHJesus Fernandez2017-08-021-0/+1
* Fix precisions check for using fast transformsAllan Sandfeld Jensen2017-08-021-2/+2
* Fix storing of QDateTime timespec for SqliteJoni Poikelin2017-07-311-1/+28
* Fix composition on xcb with misconfigured ibusAllan Sandfeld Jensen2017-07-312-2/+5
* Windows/QFileSystemModel: Fix updating of removed drivesFriedemann Kleint2017-07-312-4/+7
* Fix bytesAvailable() on UDP under WindowsAlex Trotsenko2017-07-301-1/+4
* QEventDispatcherWin32: Check for WM_QT_SOCKETNOTIFIER on internal window onlyFriedemann Kleint2017-07-291-1/+2
* Fix build for -no-feature-icu -no-feature-textcodecStephan Binner2017-07-291-1/+1
* In QFileDialog delete a symlink rather than actual target it points toDongmei Wang2017-07-292-4/+7
* Fix open/chmod race condition in QSaveFileAntonio Larrosa2017-07-281-1/+5
* Use correct paths in Qt5CoreConfigExtrasMkspecDirKevin Funk2017-07-281-2/+8
* QFileDialog: Fix a crash occurring when deleting a fileDongmei Wang2017-07-271-2/+5
* Fix QStandardItem::setChild crash when passing a null pointerJesus Fernandez2017-07-271-2/+13
* Revert "Make QFile::open fail when using an invalid file name"Thiago Macieira2017-07-271-14/+0
* Windows font database: Make DirectWrite warnings more verboseFriedemann Kleint2017-07-271-2/+22
* QFontDatabase: Output family in warning about missing Open Type supportFriedemann Kleint2017-07-271-2/+4
* Fix compilation failing for WinRT with QT_NO_SSLMårten Nordheim2017-07-271-1/+1
* winrt: Fix platform theme for non-phone devicesOliver Wolff2017-07-271-5/+32