summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* PCRE2: port QRegularExpression to PCRE2Giuseppe D'Angelo2016-12-126-253/+367
* QTzTimeZonePrivate: don't assume int is a 4-byte typeEdward Welbourne2016-12-121-1/+1
* QTzTimeZonePrivate::init() fix for DST start as standard time changesEdward Welbourne2016-12-121-4/+46
* QDateTime, QTimeZone: fix mappings from zone time to UTCEdward Welbourne2016-12-125-116/+210
* GTK+ theme: Map some GtkSettings properties to QPlatformTheme hintsDmitry Shachnev2016-12-121-2/+21
* PCRE2: import of PCRE2 10.22Giuseppe D'Angelo2016-12-1155-0/+85150
* PCRE2: create a config.hGiuseppe D'Angelo2016-12-111-0/+52
* PCRE2: add import script from tarballGiuseppe D'Angelo2016-12-111-0/+134
* foreach: do not use operators that trigger non-evaluated contextsGiuseppe D'Angelo2016-12-101-1/+20
* Add support for selecting the printer plugin via the env varAndrew Hayzen2016-12-091-2/+12
* moc: Use nullptr instead of Q_NULLPTR in the generated codeAlexander Volkov2016-12-091-10/+10
* QTouchEvent::TouchPoint: replace ellipse diameters with QSizeFShawn Rutledge2016-12-095-73/+34
* Use RGB64 qdrawhelper routines for unpremultiplied formatsAllan Sandfeld Jensen2016-12-091-0/+2
* qnativesocketengine_win.cpp: Fix comparison of OS versionFriedemann Kleint2016-12-091-10/+3
* Cleanup memrotate functionsAllan Sandfeld Jensen2016-12-085-329/+85
* Add QWindow::AncestorMode overload of QWindow::parent()Tor Arne Vestbø2016-12-082-16/+32
* Windows: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-0822-223/+223
* QGuiApplicationPrivate::processTouchEvent: add explanatory commentsShawn Rutledge2016-12-071-2/+8
* eglfs: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-0731-154/+154
* generate PDF CreationDate in local time as per PDF specificationAshish Kulkarni2016-12-071-2/+11
* Mark qt_addObject/qt_removeObject for removal in Qt6Erik Verbruggen2016-12-071-1/+8
* MimeTypeParser: Make sure errorMessage is setTobias Hunger2016-12-071-1/+2
* TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-076-30/+119
* Don't advertise deprecated members of QSysInfo in the documentationJake Petroules2016-12-061-6/+17
* Complete QOperatingSystemVersion documentationJake Petroules2016-12-061-4/+20
* qdoc: Ignore Q_COMPILER_REF_QUALIFIERS for nowMartin Smith2016-12-043-4/+5
* doc: make Q_OS_WIN code available to qdocMartin Smith2016-12-042-4/+4
* doc: Upgrade QDeadlineTimer for clang-qdocMartin Smith2016-12-041-68/+27
* doc: Always declare GL types for clangqdocMartin Smith2016-12-033-0/+21
* QItemSelectionRange: de-inline op<Marc Mutz2016-12-022-26/+28
* Introducing QSplitter::replaceWidget()Gabriel de Dietrich2016-12-023-3/+70
* QPA style cleanup: no space after ampersandMorten Johan Sørvig2016-12-023-19/+19
* QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-022-81/+81
* QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-024-43/+43
* Optimized LCD text blendingAllan Sandfeld Jensen2016-12-012-9/+47
* Optimize RGBA64 toArgb32Allan Sandfeld Jensen2016-12-012-3/+52
* Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-3029-224/+120
* QCommonStyle::sizeFromContents(): Increase height of CT_ItemViewItemFriedemann Kleint2016-11-291-0/+2
* Add configurable connect timeout for QAbstractSocketSamuel Gaist2016-11-294-9/+69
* qopenglprogrambinarycache_p.h: Add "We mean it" commentFriedemann Kleint2016-11-251-0/+11
* qnativesocketengine_win.cpp: Use QOperatingSystemVersion to detect OSFriedemann Kleint2016-11-251-4/+7
* eglfs: Add device integration for Qt Simulator for Embedded LinuxAndy Nichols2016-11-258-0/+559
* Use QSaveFile for more robust shader disk cacheLaszlo Agocs2016-11-251-4/+8
* qwindowsnativeinterface.cpp: Add missing enumeration OpenVGSurfaceFriedemann Kleint2016-11-251-0/+1
* Platform support/Windows classes: Use member initializationFriedemann Kleint2016-11-246-41/+22
* Replace manual parent traversal in isWindowBlocked with use of isAncestorOfTor Arne Vestbø2016-11-242-33/+17
* linuxfb: add experimental support for DRM dumb buffersLaszlo Agocs2016-11-248-9/+512
* add TouchDoubleTapDistance platform theme hintShawn Rutledge2016-11-242-1/+15
* Add an OpenGL program binary disk cacheLaszlo Agocs2016-11-2412-90/+788
* Replace QDrawHelperGammaTables with QColorProfileAllan Sandfeld Jensen2016-11-248-145/+278