summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* macOS: Use same naming for QPA event forwarding functionsTor Arne Vestbø2017-07-092-22/+26
* macOS: Simplify QCocoaWindow::handleGeometryChangeMorten Johan Sørvig2017-07-093-11/+20
* Move endian-specific integer types to public qtendian headerAllan Sandfeld Jensen2017-07-093-81/+490
* macOS: Move geometry reporting from QNSView to QCocoaWindowTor Arne Vestbø2017-07-084-55/+61
* Add support for parameters in QShaderGeneratorKevin Ottens2017-07-082-8/+26
* Add support for node parameters in QShaderGraphLoaderKevin Ottens2017-07-082-32/+48
* Add support for node parameters in QShaderNodesLoaderKevin Ottens2017-07-082-13/+34
* Add parameters to QShaderNodeKevin Ottens2017-07-083-2/+73
* Complete the QShaderGraphLoader tests to introspect nodesKevin Ottens2017-07-081-0/+45
* Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-0824-66/+115
* Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-087-34/+50
* QLockFile: Move the check for Linux /proc to a central placeThiago Macieira2017-07-082-2/+17
* Stop using QVector in QFileInfoPrivateThiago Macieira2017-07-072-15/+14
* QAbstractFileEngine: make setFileTime not a pure virtualThiago Macieira2017-07-079-35/+9
* macOS: Add LLDB debug script when building with separate debug info (dSYM)Tor Arne Vestbø2017-07-073-0/+112
* Mark an unlikely test as such and condition in positive orderEdward Welbourne2017-07-071-7/+10
* Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-077-55/+57
* tst_QDateTime::toTimeSpec(): verify round-tripping works cleanlyEdward Welbourne2017-07-071-0/+4
* tst_QFileInfo: generalize old-file testEdward Welbourne2017-07-071-49/+23
* Exploit QVector3D::length() instead of duplicating its workEdward Welbourne2017-07-071-1/+1
* Q(Date|Time)+: in QDebug's <<, handle invalid explicitlyEdward Welbourne2017-07-072-18/+32
* Clarify tst_QDateTime::fromStringToStringLocale() using a macroEdward Welbourne2017-07-071-7/+9
* Call sinh() rather than implementing it using exp()Edward Welbourne2017-07-071-1/+1
* Fix an egregious misnaming, s/deg([XY])/rad$1/gEdward Welbourne2017-07-071-4/+4
* tst_qstyle: Don't fail on empty scroller subcontrols on macOSGabriel de Dietrich2017-07-071-5/+11
* QMacStyle: De-Carbonize QScrollBarGabriel de Dietrich2017-07-071-472/+385
* Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-0711-32/+21
* Make calling QCoreApplication::translate() thread-safeAram So2017-07-063-20/+73
* macOS: Deliver native events to windows, as well as to event filtersTor Arne Vestbø2017-07-062-0/+8
* macOS: Don't deliver events via NSWindow for deleted QCococaWindowsTor Arne Vestbø2017-07-061-0/+8
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-06146-273/+632
|\
| * 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
| * xcb: Use QT_CONFIG macro to check for xcb-sm, xcb-render, and xcb-glxAlexander Volkov2017-07-038-66/+43
| * Blacklist tst_QWindow::positioning on macOS 10.12Simon Hausmann2017-07-031-0/+3
| * Doc: minor correction in listNico Vertriest2017-07-031-7/+7
| * Doc: add tutorials to overview page Qt WidgetsNico Vertriest2017-07-032-0/+8