summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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
| | | * | 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
| | * | | Improve docs of QSysInfoSona Kurazyan2019-08-271-0/+16
| | * | | Bump versionKari Oikarinen2019-08-271-0/+1
| | * | | 3rdparty: remove xcb libs and bump minimal required version to 1.11Gatis Paeglis2019-08-2756-70567/+128
| | | |/ | | |/|
| | * | Say hello to Android multi arch build in one goBogDan Vatra2019-08-2614-533/+563
| | * | Long live QColorConstants!Marc Mutz2019-08-255-16/+935
| | * | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-0/+4
| | * | Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-2310-66/+233
| | * | Android: Set RTLD_NODELETE on API 23+BogDan Vatra2019-08-231-2/+9
| | * | eglfs/kms: Add drm atomic blend_op property handlingPaul Olav Tvete2019-08-223-0/+6
| | * | HTTP/2: use a non-default MAX_FRAME_SIZETimur Pocheptsov2019-08-221-3/+7
| | * | Android: Update clang mkspecsBogDan Vatra2019-08-222-13/+0
| | * | Simplify QBezier::split()Marc Mutz2019-08-221-23/+13