summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Cbor: Add overloads for QStringViewUlf Hermann2019-08-223-23/+52
| * QHttp2Configuration: remove setters/getter for indexingTimur Pocheptsov2019-08-212-37/+3
| * QHttp2Configuration - respect the value returned by huffmanCompressionEnabled()Timur Pocheptsov2019-08-213-0/+7
| * forkfd: move the FreeBSD system implementation to a separate fileThiago Macieira2019-08-202-109/+170
| * forkfd: Add C11 and C++11 atomic supportThiago Macieira2019-08-204-30/+106
| * forkfd: fix compilation in C mode without precompiled headersThiago Macieira2019-08-202-4/+5
| * wasm: Add saveFileContent()Morten Johan Sørvig2019-08-205-0/+90
| * Clean up the docs of qevent.cppSona Kurazyan2019-08-201-50/+2
| * QWidget: replace manual memory management with unique_ptr [6/N]: extraMarc Mutz2019-08-205-27/+25
| * Support writing color space profile in JPEGAllan Sandfeld Jensen2019-08-201-2/+27
| * Fix build without features.mimetypeTasuku Suzuki2019-08-201-0/+2
| * Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-2017-211/+591
| * Remove workaround for compilers not supporting thread_localVolker Hilsheimer2019-08-201-22/+1
| * QTextDocument: add css-styling of table cell borders to HTML import/exportNils Jeisecke2019-08-196-29/+130
| * Fix build without feature.codecsTasuku Suzuki2019-08-201-0/+2
| * Fix escaping of additional app parameters in adb shell commandDaniel Smith2019-08-191-1/+1
| * Get rid of QWidgetBackingStoreTrackerTor Arne Vestbø2019-08-194-152/+13
* | widgets: Rename QWidgetPrivate::repaint_sys to paintOnScreenTor Arne Vestbø2019-08-255-13/+13
* | widgets: Handle all flush tracking via markNeedsFlushTor Arne Vestbø2019-08-251-2/+5
* | widgets: Merge QWidgetRepaintManager::topLevelRect into callsiteTor Arne Vestbø2019-08-252-3/+1
* | widgets: Remove unused QWidgetRepaintManager::dirtyRegionTor Arne Vestbø2019-08-252-51/+0
* | widgets: Clarify how widgets needing flush is trackedTor Arne Vestbø2019-08-252-15/+16
* | widgets: Clarify top level flush region in QWidgetRepaintManagerTor Arne Vestbø2019-08-252-9/+9
* | widgets: Use single return in QWidgetRepaintManager::markNeedsFlushTor Arne Vestbø2019-08-251-16/+11
* | widgets: Simplify QWidgetRepaintManager::syncTor Arne Vestbø2019-08-251-4/+2
* | widgets: Rename markDirtyOnScreen to markNeedsFlushTor Arne Vestbø2019-08-253-20/+20
* | widgets: Share more code in appendDirtyOnScreenWidgetTor Arne Vestbø2019-08-252-17/+12
* | widgets: Class initialize QWidgetRepaintManager membersTor Arne Vestbø2019-08-252-11/+12
* | widgets: Rename a few missed uses of QWidgetRepaintManagerTor Arne Vestbø2019-08-251-10/+10
* | widgets: Remove unused member in QWidgetRepaintManagerTor Arne Vestbø2019-08-251-1/+0
* | widgets: Merge QPlatformTextureListWatcher into implementation fileTor Arne Vestbø2019-08-252-53/+39
* | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-2513-66/+76
* | QNetworkConnectionMonitor(win): Fix memory leakMårten Nordheim2019-08-251-2/+4
* | Port away from QMutexLocker in public headersMarc Mutz2019-08-254-11/+22
* | QtDBus: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-236-19/+27
* | Widget style: Use per-screen DPI in QStyleHelper::dpiScaled()Friedemann Kleint2019-08-2313-140/+213
* | Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-237-31/+106
* | Deprecate QT_AUTO_SCREEN_SCALE_FACTORMorten Johan Sørvig2019-08-231-6/+23
* | Update QT_SCREEN_SCALE_FACTORSFriedemann Kleint2019-08-232-17/+46
* | Move QT_FONT_DPI to cross-platform codeMorten Johan Sørvig2019-08-236-10/+19
* | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-2311-53/+263
* | Compute logical DPI on a per-screen basisMorten Johan Sørvig2019-08-233-15/+13
* | widgets: Clean up and reorder QWidgetRepaintManager implementationTor Arne Vestbø2019-08-223-438/+460
* | QWidget: two small fixesMarc Mutz2019-08-221-2/+2
* | Adapt QCalendarWidget and QDateTimeEdit to support choice of calendarSoroush Rabiei2019-08-225-158/+242
* | Add support for the Islamic Civil calendarSoroush Rabiei2019-08-2210-3/+1604
* | widgets: Merge QWidgetRepaintManager::begin/endPaint into callsiteTor Arne Vestbø2019-08-222-24/+7
* | widgets: Rename QWidgetRepaintManager::doSync to paintAndFlushTor Arne Vestbø2019-08-222-4/+5
* | widgets: Don't rely on QWidget friending QWidgetRepaintManagerTor Arne Vestbø2019-08-222-56/+55
* | widgets: Simplify QWidgetRepaintManager::qt_flushTor Arne Vestbø2019-08-222-90/+85