summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement setDoubleStep for QInputDialogAndy Shaw2017-07-112-0/+69
* macOS: Deliver screen change on window creation instead of on first exposeTor Arne Vestbø2017-07-111-10/+5
* macOS: Rename NSWindow variable in QCocoaWindow::createNSWindowTor Arne Vestbø2017-07-111-11/+11
* macOS: Don't special-case QTestLib when reacting to occlusion eventsTor Arne Vestbø2017-07-111-12/+4
* QSslCertificatePrivate: make use of QByteArray::toHex(separator)Andre Hartmann2017-07-101-11/+6
* QMacStyle: Simplify logic for SC_GroupBoxLabel rectangleGabriel de Dietrich2017-07-102-29/+18
* QMacStyle: Simplify rendering SC_GroupBoxLabelGabriel de Dietrich2017-07-101-27/+12
* QMacStyle: Simplify CE_PushButtonLabel, CE_TabBarTabLabelGabriel de Dietrich2017-07-102-140/+57
* macOS QComboBox: Don't show scrollers if they aren't neededDaniel Teske2017-07-102-0/+14
* 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-081-2/+19
* Add support for node parameters in QShaderGraphLoaderKevin Ottens2017-07-081-0/+9
* Add support for node parameters in QShaderNodesLoaderKevin Ottens2017-07-081-0/+8
* Add parameters to QShaderNodeKevin Ottens2017-07-082-0/+26
* Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-0819-58/+80
* Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-085-34/+45
* 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-072-0/+100
* Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-077-55/+57
* Q(Date|Time)+: in QDebug's <<, handle invalid explicitlyEdward Welbourne2017-07-071-17/+31
* Fix an egregious misnaming, s/deg([XY])/rad$1/gEdward Welbourne2017-07-071-4/+4
* 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-062-20/+26
* 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-06114-204/+467
|\
| * 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
| * Fix parsing of 0E+1 and 0E-1 (capital 'E')Thiago Macieira2017-07-031-1/+1
| * 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-031-3/+2
| * xcb: Use QT_CONFIG macro to check for xcb-sm, xcb-render, and xcb-glxAlexander Volkov2017-07-038-66/+43
| * Doc: minor correction in listNico Vertriest2017-07-031-7/+7
| * Doc: add tutorials to overview page Qt WidgetsNico Vertriest2017-07-031-0/+4
| * Cocoa: Reset the target + action for a menuitem after showing a dialogAndy Shaw2017-07-031-1/+17
| * QLineEdit: Tweak selectionStart() documentationDaniel Teske2017-07-031-1/+1