summaryrefslogtreecommitdiffstats
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
* HighDPI: Add “metrics” manual testMorten Johan Sørvig2019-08-231-0/+89
* Update Dpi and scale factor computationMorten Johan Sørvig2019-08-2312-53/+264
* 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-2214-6/+1626
* 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-215-3/+29
* Add support for the Jalali (Solar Hijri or Persian) calendarSoroush Rabiei2019-08-2112-3/+1233
* Add support for Julian and Milankovic calendarsSoroush Rabiei2019-08-2110-4/+452
* CMake: Fix invalid setting of QT_PLUGIN_TYPES on interface librariesAlexandru Croitor2019-08-211-1/+1
* QTextDocumentFragment: Fix deprecation warningFriedemann Kleint2019-08-211-1/+1
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-2068-1841/+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-2028-3157/+6405
* 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-2010-140/+139
* Get rid of QWidgetBackingStoreTrackerTor Arne Vestbø2019-08-195-156/+18
* 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-183-3/+19
* 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
* CMake: Fix detection of debug_and_release for iOS simulator_and_deviceAlexandru Croitor2019-08-171-2/+2
* Add pkg-config library source to bcm_hostTasuku Suzuki2019-08-171-0/+1
* Cleanup QtWidgets animation examplesChristian Ehrlicher2019-08-1738-291/+244
* 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-163-19/+287