summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid sharing violation in QFileSystemEngine::id on WindowsThiago Macieira2017-07-071-3/+3
* QFile::rename: avoid two stat(2)/CreateFile in a rowThiago Macieira2017-07-072-4/+7
* Fix detection of QMAKE_DEFAULT_LIBDIRS with Clang under LinuxGiuseppe D'Angelo2017-07-071-0/+20
* QWidgets/FusionStyle: Fix menu drawing under HighDPIAlessandro Portale2017-07-071-4/+2
* QWidgets/drawutils: Handle device pixel ratio != 1Friedemann Kleint2017-07-071-0/+85
* macOS: Account for fullscreen geometry bug in AppKit on OS X 10.10Tor Arne Vestbø2017-07-071-0/+15
* Skip the dbus abstract adaptor test on OpenSuSE 42.1Simon Hausmann2017-07-071-0/+5
* Windows QPA: Further restrict windows for WM_DPICHANGEDFriedemann Kleint2017-07-071-3/+23
* Add Q_FALLTHROUGHBerthold Krevert2017-07-071-0/+1
* qmake: Do not default to -pipe on WindowsOrgad Shaneh2017-07-071-1/+1
* qmake: Separate object_script by Makefile nameOrgad Shaneh2017-07-071-0/+4
* QListView: Fix viewport size when checking scroll bar visibilityFriedemann Kleint2017-07-073-12/+81
* Use the namespace-mangled symbol for the qt_version_tag group nameThiago Macieira2017-07-071-1/+1
* QWizard: Fix null pointer dereference if no pixmap was setThiago Macieira2017-07-071-1/+1
* QDeadlineTimer: round milliseconds up instead of downThiago Macieira2017-07-071-1/+1
* QLocale: fix handling of milliseconds in string format and documentThiago Macieira2017-07-074-39/+65
* QFileSystemWatcher/Windows: Recreate handle for filesFriedemann Kleint2017-07-072-9/+42
* [Windows] Update hMonitor handles when a display is turned offAlexandru Croitor2017-07-061-1/+9
* QMacStyle: Bring back always visible close button in non-document QTabBarGabriel de Dietrich2017-07-061-6/+14
* qtabbar manual test: Improve usabilityGabriel de Dietrich2017-07-065-8/+287
* QMacStyle: Properly polish and unpolish QTabBarGabriel de Dietrich2017-07-061-0/+11
* Fix Qt5DBusMacros.cmake for CMake 3.9David Faure2017-07-051-0/+2
* Remove WinCE-specific sipdialog exampleFriedemann Kleint2017-07-055-404/+0
* Windows QPA: Take hasBorderInFullScreen into account when checking for fullsc...Friedemann Kleint2017-07-051-0/+2
* QFileSystemEngine::id: use the proper QT_STATBUF/QT_STATThiago Macieira2017-07-051-2/+2
* QFileSystemEngine/Unix: use fchmod(2) if the file is openThiago Macieira2017-07-053-3/+32
* QFileSystemEngine::fillMetaData: fix apparent use of dangling pointerThiago Macieira2017-07-051-9/+1
* Fix Windows build without features.filesytemiteratorStephan Binner2017-07-051-1/+4
* Fix macOS build for -no-widgetsStephan Binner2017-07-051-1/+3
* QVariant: Print a warning when deserialized user type is unknownMichael Winkelmann2017-07-051-0/+1
* Convert features.localserver to QT_[REQUIRE_]CONFIGTimur Pocheptsov2017-07-059-65/+33
* QWinRTFileEngine: Property ItemDate is not the file's last accessThiago Macieira2017-07-051-2/+1
* Prevent qmake to run moc on qobjectdefs.hOlivier Goffart2017-07-051-0/+1
* tst_QProcess/tst_QFile: Extend blacklisting to MSVC2017Friedemann Kleint2017-07-052-3/+6
* Fix polygon stroking with cosmetic penAllan Sandfeld Jensen2017-07-052-13/+151
* Extend tst_macgui::nonModalOrder blacklist to include 10.12Simon Hausmann2017-07-041-1/+2
* QSslSocket - fix two memory management issues (Secure Transport)Timur Pocheptsov2017-07-041-2/+2
* Make qt_check_pointer more OOM-safeThiago Macieira2017-07-032-6/+13
* Use QMessageLogger context properly in qglobal.cpp redirectsThiago Macieira2017-07-031-3/+9
* Fix build with MSVC 2015 Update 2 if constexpr is enabledThiago Macieira2017-07-032-2/+11
* Disable the -Wstringop-overflow warning from GCC 7Thiago Macieira2017-07-031-0/+2
* Fix parsing of 0E+1 and 0E-1 (capital 'E')Thiago Macieira2017-07-032-2/+58
* Windows QPA: Correctly check for fixed sized windows in WM_DPICHANGEDFriedemann Kleint2017-07-031-1/+1
* Android: Replace QMutex with QBasicMutex in androidjnimainChristian Strømme2017-07-031-1/+1
* Android: Add lock to protect access to the platform interfaceChristian Stromme2017-07-035-31/+32
* Fix capitalization of x11-xcb pkg-config module nameDmitry Shachnev2017-07-031-1/+1
* QMimeDatabase::mimeTypeForUrl: skip content check for remote URLsDavid Faure2017-07-031-1/+1
* QFileSystemEntry: Export static helper function checking for the root pathFriedemann Kleint2017-07-034-17/+34
* QLineEdit: Document that []{} are reserved in Input MasksDaniel Teske2017-07-031-0/+1
* Doc: Add list with widgets examples using layoutsNico Vertriest2017-07-0311-3/+12