summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Goodbye showYellowThingTor Arne Vestbø2019-08-225-216/+7
* Add screen() accessor to QWidgetFriedemann Kleint2019-08-214-3/+28
* Add support for the Jalali (Solar Hijri or Persian) calendarSoroush Rabiei2019-08-218-1/+1221
* Add support for Julian and Milankovic calendarsSoroush Rabiei2019-08-219-4/+444
* QTextDocumentFragment: Fix deprecation warningFriedemann Kleint2019-08-211-1/+1
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-2050-1663/+73
* widgets: Remove stale documentation of QWidgetRepaintManager::flushTor Arne Vestbø2019-08-201-1/+0
* widgets: Remove unused arguments from QWidgetRepaintManager::beginPaintTor Arne Vestbø2019-08-202-8/+3
* widgets: Remove unused function qt_dirtyRegionTor Arne Vestbø2019-08-203-19/+0
* widgets: Remove dead members from BeginPaintInfoTor Arne Vestbø2019-08-202-10/+1
* Add support for calendars beside GregorianSoroush Rabiei2019-08-2019-3103/+6018
* Remove dead macOS specific code from QWidgetPaintManagerTor Arne Vestbø2019-08-201-12/+0
* Widgets: Simplify discardSyncRequestTor Arne Vestbø2019-08-202-9/+8
* Upgrade QWidgetPrivate::DrawWidgetFlag to QFlagsTor Arne Vestbø2019-08-203-13/+20
* Rename QWidgetBackingStore to QWidgetRepaintManagerTor Arne Vestbø2019-08-209-131/+130
* Get rid of QWidgetBackingStoreTrackerTor Arne Vestbø2019-08-194-152/+13
* Fix rare double-free in QObject machineryMårten Nordheim2019-08-191-2/+13
* Android: Fix env vars parsingBogDan Vatra2019-08-191-3/+3
* Fix build without features.dlopenTasuku Suzuki2019-08-192-3/+7
* Fix build without features.poll_{ppoll,pollts,poll,select}Tasuku Suzuki2019-08-182-1/+14
* rhi: d3d11: Rework swapchain effect handlingLaszlo Agocs2019-08-172-43/+75
* rhi: metal: Avoid flicker due to writing an in-use Managed bufferLaszlo Agocs2019-08-171-3/+5
* Add pkg-config library source to bcm_hostTasuku Suzuki2019-08-171-0/+1
* QWidgetBackingStore: clean up around dirtyOnScreenWidgetsMarc Mutz2019-08-172-50/+13
* QBezier: inline fromPoints()Marc Mutz2019-08-172-19/+2
* Fix build without features.proxymodelTasuku Suzuki2019-08-171-0/+4
* Make Qt aware of symlinks and shortcuts on WindowsRyan Chu2019-08-162-15/+125
* QWidget: unbreak QT_NO_OPENGL buildsMarc Mutz2019-08-161-0/+2
* QWidget: replace manual memory management with unique_ptr [5/N]: extra->topextraMarc Mutz2019-08-162-6/+5
* QWidget: replace manual memory management with unique_ptr [4/N]: extra->cursMarc Mutz2019-08-162-14/+4
* QWidget: replace manual memory management with unique_ptr [3/N]: topextra->sh...Marc Mutz2019-08-162-8/+7