summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)AuthorFilesLines
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann2-33/+33
2023-09-13loplugin:unusedmethodsNoel Grandin1-9/+0
2023-09-07qt a11y: Forward CHILD event for removed childMichael Weghorn1-10/+2
2023-09-02tdf#149611 qt: Make auto-selection of dark app colors workMichael Weghorn1-2/+2
2023-09-02tdf#156894 qt: Prefer dark icon theme in dark modeMichael Weghorn1-1/+19
2023-09-01qt: Set window title etc. in main threadMichael Weghorn1-16/+26
2023-08-14qt: Implement pinch/zoom gesture handlingMichael Weghorn1-1/+54
2023-08-02vcl: Drop the PrintFont -> FastPrintFontInfo -> FontAttributes indirectionKhaled Hosny2-32/+26
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin3-5/+5
2023-08-01tdf#156376 qt: Open help for focused native menu entry on F1Michael Weghorn1-0/+48
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara1-5/+4
2023-07-31supportsOperation OutDevSupportType::B2DDraw is always true nowCaolán McNamara1-1/+0
2023-07-27qt a11y: Return app as parent for top-level objectsMichael Weghorn1-1/+2
2023-07-25tdf#155414 kf a11y: Honor KDE Plasma setting to reduce animationMichael Weghorn1-0/+2
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-1/+0
2023-07-24tdf#154447 qt: Take menu bar into account for popup posMichael Weghorn1-2/+6
2023-07-24tdf#154447 Fix menu position in kf5Rafael Lima1-1/+1
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-1/+1
2023-07-23vcl: TextRenderModeForResolutionIndependentLayout → SubpixelPositioningKhaled Hosny1-2/+1
2023-07-23vcl: Use HarfBuzz to get glyph bounding rectangleKhaled Hosny1-7/+0
2023-07-12qt a11y: Check child index in QtAccessibleWidget::childMichael Weghorn1-0/+7
2023-07-09qt: Check for SAL_VCL_QT_USE_QFONT in a central placeKhaled Hosny1-5/+3
2023-07-09tdf#151273, tdf#151925: Don’t use QFont text layout by defaultKhaled Hosny1-1/+1
2023-07-03Rename ImplFontMetricData -> FontMetricDataKhaled Hosny1-1/+1
2023-05-28Use getXWeak in vclMike Kaganski2-7/+5
2023-05-23Resolves tdf#145080 - Use accent color for focused cellHeiko Tietze1-0/+2
2023-05-13tdf#148251 qt: Use std::swap instead of using temporary valuesDr. David Alan Gilbert1-11/+2
2023-05-09Related: tdf#142176 rearrange screensaver inhibiter to be more genericCaolán McNamara1-4/+4
2023-04-28qt a11y: Forward changes to active stateMichael Weghorn1-5/+0
2023-04-22qt a11y: Implement QAccessibleSelectionInterface added in Qt 6.5Michael Weghorn1-48/+164
2023-04-15qt a11y: Send QAccessible::ObjectCreated event for correct objectMichael Weghorn1-7/+21
2023-04-12qt: Don't show non-visible menu entriesMichael Weghorn1-1/+2
2023-04-02tdf#152979 qt: Re-add workaround for X11 modality change w/ hide/showMichael Weghorn1-0/+9
2023-03-29tdf#149805 tdf#151677 tdf#152217 tdf#154043 tdf#153458 tdf#153800 Revert "VCL...Michael Weghorn4-78/+37
2023-03-14Related tdf#129547 and tdf#154136: add COLON keyJulien Nabet2-0/+6
2023-03-06qt a11y: Handle all QAccessible::Relation flagsMichael Weghorn1-45/+7
2023-03-06qt a11y: Add mapping for relations added in Qt 6.6Michael Weghorn1-3/+21
2023-03-04tdf#153803 qt: Let Qt style draw combobox popup bordersMichael Weghorn1-2/+8
2023-03-02tdf#152073 tdf#153895 basicide: Set bg color for border winMichael Weghorn1-1/+0
2023-03-01tdf#153869 qt: Unminimize window when requestedMichael Weghorn1-0/+4
2023-02-21tdf#144302 tdf#153333 qt: Load cursor from icon themeMichael Weghorn1-201/+92
2023-02-20qt a11y: Invert relation type to match Qt's semanticMichael Weghorn1-8/+10
2023-02-20tdf#153614 qt: Set keyboard focus state when focused, tooMichael Weghorn1-1/+3
2023-02-10Fix typoAndrea Gelmini1-1/+1
2023-02-10tdf#150451 Fix borders in Editbox controls (kf5)Rafael Lima1-2/+28
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-1/+1
2023-02-01tdf#152073 qt: Draw background when drawing frameMichael Weghorn1-0/+1
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-2/+0
2023-01-06use std::optional for SALCOLOR_NONENoel Grandin2-20/+20
2022-12-21No need for bool return value hereNoel Grandin1-2/+1