summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * QTabBar: Cache title text sizesGabriel de Dietrich2016-08-102-32/+58
| | * HiDPI Drag and Drop: Properly render the default image on MacGabriel de Dietrich2016-08-091-1/+15
| | * winrt: support fullscreen modeMaurice Kalinowski2016-08-091-1/+50
| | * Always generate size hint for spacer itemsJarek Kobus2016-08-081-1/+5
| | * QMap: remove statement about STL support during Qt's own configurationGiuseppe D'Angelo2016-08-071-6/+0
| | * Fix permissions on lock files on UnixSimon Hausmann2016-08-051-2/+2
| | * Improve reliability of callgrind benchmark resultsSimon Hausmann2016-08-051-1/+6
| | * Added pointer check in QFontDatabase::loadJesus Fernandez2016-08-051-0/+1
| | * Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-051-2/+3
| | * QNativeSocketEngine::option(): return a correct value on invalid callAlex Trotsenko2016-08-051-1/+1
| * | Add X11 support for the DRIVE CXLaszlo Agocs2016-08-1022-32/+149
| * | Fix qnumeric_p.h with ICC's supplied math.hThiago Macieira2016-08-101-3/+5
* | | Cocoa: Make qt_mac_toCGImageMask be self containedMorten Johan Sørvig2016-08-151-15/+5
* | | HTTP/2 - fix QT_NO_SSL buildTimur Pocheptsov2016-08-153-22/+19
* | | Long live QDeadlineTimerThiago Macieira2016-08-159-8/+1152
* | | Add Q_DECLARE_OPERATORS_FOR_FLAGS(QStandardPaths::LocateOptions)J-P Nurmi2016-08-141-0/+2
* | | Register QStandardPaths enums & flagsJ-P Nurmi2016-08-141-0/+5
* | | AtSpiAdaptor: eradicate Q_FOREACHMarc Mutz2016-08-131-14/+8
* | | Remove last uses of Java-style (non-mutable) iterators from QtBaseMarc Mutz2016-08-137-60/+21
* | | QFuture(Interface): remove unneeded special member functionsMarc Mutz2016-08-132-34/+1
* | | Improve vectorized bound calculationsAllan Sandfeld Jensen2016-08-121-14/+19
* | | remove redundant LIBS += -lGALOswald Buddenhagen2016-08-122-2/+0
* | | QRegion: mark as sharedMarc Mutz2016-08-121-0/+1
* | | Cocoa: use QImage::toCGImage()Morten Johan Sørvig2016-08-121-42/+10
* | | QSslDiffieHellmanParameters: make fit for releaseMarc Mutz2016-08-123-33/+50
* | | Add list of 3rd party code attributions to Qt Core, Qt GUI, Qt SQLKai Koehne2016-08-123-1/+39
* | | Add qt_attribution.json filesKai Koehne2016-08-1240-0/+1358
* | | QCoreTextFontEngine: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-121-17/+10
* | | Darwin: Add QImage::toCGImage() conversion functionMorten Johan Sørvig2016-08-115-2/+160
* | | evdevtouch: Enable touch in multi-screen eglfs environmentsLaszlo Agocs2016-08-119-9/+221
* | | eglfs: Configurable screen order in the virtual desktopLaszlo Agocs2016-08-1113-74/+84
* | | Document HTTP2Allowed attributeTimur Pocheptsov2016-08-111-0/+8
* | | Enable cleartext HTTP/2 and bring the auto-test back to lifeTimur Pocheptsov2016-08-115-22/+38
* | | http2frame - do not rely on a socket's bufferTimur Pocheptsov2016-08-113-85/+115
* | | libinput: Fix high dpi scaling supportLaszlo Agocs2016-08-101-1/+3
* | | eglfs: Fix rotation support with the DRM backendsLaszlo Agocs2016-08-107-11/+13
* | | eglfs: Add basic support for controlling how the virtual desktop is formedLaszlo Agocs2016-08-103-5/+34
* | | eglfs: Add physicalWidth and height overrides to KMS configLaszlo Agocs2016-08-102-10/+20
* | | eglfs: Support virtual desktops in the OpenGL cursorLaszlo Agocs2016-08-109-76/+198
* | | eglfs: Fix QT_QPA_EGLFS_ROTATION with the KMS/DRM screeenLaszlo Agocs2016-08-101-3/+23
* | | eglfs: Enable virtual desktop with EGLDevice as wellLaszlo Agocs2016-08-104-8/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-0941-224/+418
|\| |
| * | QHeaderView: Reset lastSectionLogicalIdx on clear()Ulf Hermann2016-08-091-0/+1
| * | Doc: Fix saturation graphic for HSV color modelRainer Keller2016-08-084-0/+156
| * | Windows: Fix Adobe/Mozilla format color fonts after Windows updateEskil Abrahamsen Blomfeldt2016-08-051-1/+1
| * | Windows QPA: Introduce command line options for DirectWriteFriedemann Kleint2016-08-053-12/+28
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-0531-76/+125
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0531-76/+125
| | |\|
| | | * QUrl::resolved: keep treating file:name.txt as relative for nowDavid Faure2016-08-041-1/+2
| | | * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1