summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace QPainter::initFrom() with begin()Christian Ehrlicher2019-06-132-11/+18
* QEvdev: remove m_deviceDiscovery membersMarc Mutz2019-06-138-24/+16
* QEvdev: Extract Method parseSpecification()Marc Mutz2019-06-137-56/+174
* QMimeType: towards re-entrancy: do not cache iconName made from mimetype nameMarc Mutz2019-06-161-6/+9
* QEvdev: Replace manual memory management with unique_ptrMarc Mutz2019-06-1214-58/+145
* QMimeType: make deep const breakages explicitMarc Mutz2019-06-161-9/+10
* QGradient: add a last-enum enumerator to the presetsGiuseppe D'Angelo2019-06-141-0/+2
* AtSpiAdaptor: eradicate remaining Q_FOREACH loopsMarc Mutz2019-06-131-5/+4
* QEvdev: Extract Method updateDeviceCount()Marc Mutz2019-06-116-12/+29
* QUrl: replace manual memory management of QUrlPrivate::Error with unique_ptrMarc Mutz2019-06-121-11/+8
* QMessagePattern: replace manual memory handling with std::unique_ptrMarc Mutz2019-06-131-25/+12
* QFuture: Wait for result on iterator advanceMorten Johan Sørvig2019-05-131-18/+64
* constify, and micro-optimize not detachingAndreas Hartmetz2019-06-101-2/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-1487-4243/+6053
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-144-5/+9
| |\
| | * Windows: Call ReleaseDC for the private's displayContextAndy Shaw2019-04-101-0/+2
| | * Add neglected connect()s to Q{Date,Time}Edit constructorsEdward Welbourne2019-06-111-2/+4
| | * Don't count all engines as "in use" in cacheEskil Abrahamsen Blomfeldt2019-06-091-1/+1
| | * Doc: Fix typos in QDateTime docsTopi Reinio2019-06-071-2/+2
| * | wasm: handle mouse events even when not over a windowLorn Potter2019-05-301-4/+7
| * | doc: Fix tr() documentation issueMartin Smith2019-06-132-1/+6
| * | wasm: fix crash in case network js event becomes null or undefinedLorn Potter2019-05-271-10/+43
| * | Fix printing of table headers in multi-frame QTextDocumentsEirik Aavitsland2019-04-111-2/+8
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-1129-3925/+5155
| |\ \
| | * | Doc: Add Q_OS_WASM documentationPaul Wicking2019-06-071-0/+7
| | * | Update SQLite to 3.28.0v5.13.0-rc2Andy Shaw2019-06-053-3845/+4909
| | * | Update documentation regarding import/export restrictions for OpenSSLVolker Hilsheimer2019-06-041-7/+8
| | * | QComboBox: add QT_DEPRECATED_X() for deprecated functionsChristian Ehrlicher2019-05-092-2/+5
| | * | Revert "macOS: disable threaded OpenGL (unconditionally)"Eskil Abrahamsen Blomfeldt2019-05-141-7/+5
| | * | QOpenGLWindow: set QOffScreenSurface screenMorten Johan Sørvig2019-05-141-1/+1
| | * | wasm: rewrite/simplify OpenglContextMorten Johan Sørvig2019-05-142-35/+30
| | * | wasm: controlled screen destructionMorten Johan Sørvig2019-05-149-3/+51
| | * | wasm: add QWasmOffscreenSurfaceMorten Johan Sørvig2019-05-145-2/+101
| | * | wasm: use correct coordinates when blittingMorten Johan Sørvig2019-05-141-2/+3
| | * | wasm: prevent crash on null backingstore pointerMorten Johan Sørvig2019-05-141-0/+2
| | * | wasm: install one browser window resize handlerMorten Johan Sørvig2019-05-144-20/+23
| | * | macOS: disable threaded OpenGL (unconditionally)Morten Johan Sørvig2019-05-081-5/+7
| | * | wasm: make idealThreadCount() work on all threadsMorten Johan Sørvig2019-05-083-5/+13
| | * | wasm: remove qDebugMorten Johan Sørvig2019-05-071-2/+0
| | * | Merge 5.13 into 5.13.0Frederik Gladhorn2019-05-07104-4789/+7857
| | |\ \
| | * | | Don't duplicate font family names in the fallback listAndy Shaw2019-05-071-1/+2
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-119-106/+115
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix: QTextDocument::find backward search crossing paragraphsEirik Aavitsland2019-06-041-0/+2
| | * | | doc: Correct several QEnterEvent accessorsShawn Rutledge2019-06-061-7/+7
| | * | | moc: Fix indentation of generated codeFriedemann Kleint2019-06-071-1/+1
| | * | | macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-076-98/+105
| * | | | doc: Improve the Coordinate System rectangle coordinate examplesSamuel Gaist2019-05-232-1/+10
| * | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-06-0730-189/+323
| |\ \ \ \
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-0730-189/+323
| | |\| | |
| | | * | | Document that QHeaderView rendered with themed style might ignore rolesVolker Hilsheimer2019-06-051-1/+4