summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5
AgeCommit message (Expand)AuthorFilesLines
4 daystdf#160462 qt a11y: Open menu bar on F10Michael Weghorn1-0/+1
2024-05-21qt a11y: Use "r" prefix for referenceMichael Weghorn1-1/+1
2024-05-10loplugin:ostr in vclNoel Grandin2-2/+2
2024-04-30qt: Guard clipboard mime data with SolarMutexMichael Weghorn1-1/+9
2024-04-30qt: Avoid race on QtTransferable memberMichael Weghorn1-1/+0
2024-02-29tdf#158030 qt a11y: Implement new QAccessibleAttributesInterfaceMichael Weghorn1-0/+12
2024-02-15tdf#130857 qt weld: Implement QtInstanceDialog::{g,s}et_modalMichael Weghorn1-1/+1
2024-02-15tdf#130857 qt weld: Move QWidget* member to QtInstanceWidgetMichael Weghorn3-2/+8
2024-02-13tdf#156562 qt: Sync with system clipboard content if necessaryMichael Weghorn1-5/+13
2024-02-13tdf#156562 qt: Don't cache supported mime types/data flavorsMichael Weghorn1-2/+0
2024-02-04tdf#130857 qt weld: Support asnyc running of msg dialogsMichael Weghorn1-1/+18
2024-01-28tdf#159323 qt weld: Set standard buttons via weld APIMichael Weghorn1-1/+0
2024-01-24tdf#154381 qt weld: Allow setting message box default buttonMichael Weghorn1-0/+1
2024-01-24tdf#154381 qt weld: Add button handling for message boxMichael Weghorn1-0/+5
2024-01-24qt: Move VCL -> Qt accelerator text handling to QtToolsMichael Weghorn2-1/+5
2024-01-24tdf#154381 qt weld: Implement QtInstanceWindow::{g,s}et_titleMichael Weghorn1-1/+6
2024-01-24qt weld: Make QtInstanceDialog::m_pDialog privateMichael Weghorn1-2/+2
2024-01-08tdf#130857 Use native qt widgets - simple message dialogOmkarAcharekar8-0/+345
2023-10-18qt: Drop now obsolete workaround for Qt < 5.12Michael Weghorn2-10/+0
2023-09-13loplugin:unusedmethodsNoel Grandin2-6/+0
2023-09-02tdf#149611 qt: Make auto-selection of dark app colors workMichael Weghorn1-1/+1
2023-09-02tdf#156894 qt: Prefer dark icon theme in dark modeMichael Weghorn1-0/+1
2023-08-14qt: Implement pinch/zoom gesture handlingMichael Weghorn1-0/+2
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin3-2/+8
2023-08-01Fix typoAndrea Gelmini1-1/+1
2023-08-01tdf#156376 qt: Open help for focused native menu entry on F1Michael Weghorn1-0/+8
2023-07-31qt: Drop unused QtMenu::adjustButtonSizes declarationMichael Weghorn1-1/+0
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara1-1/+1
2023-07-25tdf#155414 kf a11y: Honor KDE Plasma setting to reduce animationMichael Weghorn2-0/+3
2023-07-24tdf#154447 qt: Take menu bar into account for popup posMichael Weghorn1-1/+1
2023-07-23vcl: Use HarfBuzz to get glyph bounding rectangleKhaled Hosny1-1/+0
2023-07-09qt: Check for SAL_VCL_QT_USE_QFONT in a central placeKhaled Hosny1-1/+1
2023-07-03Rename ImplFontMetricData -> FontMetricDataKhaled Hosny1-1/+1
2023-05-19loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2023-05-09Resolves: tdf#142176 under GNOME inhibit logout if there are modified docsCaolán McNamara1-1/+1
2023-05-09Related: tdf#142176 rearrange screensaver inhibiter to be more genericCaolán McNamara1-1/+1
2023-04-22qt a11y: Implement QAccessibleSelectionInterface added in Qt 6.5Michael Weghorn1-0/+19
2023-03-29tdf#149805 tdf#151677 tdf#152217 tdf#154043 tdf#153458 tdf#153800 Revert "VCL...Michael Weghorn4-15/+17
2023-02-10tdf#150451 Fix borders in Editbox controls (kf5)Rafael Lima1-1/+2
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-2/+0
2023-01-06use std::optional for SALCOLOR_NONENoel Grandin1-2/+3
2022-12-21No need for bool return value hereNoel Grandin1-1/+1
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny1-4/+0
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny1-5/+0
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny1-1/+1
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny1-3/+0
2022-09-05vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}Khaled Hosny1-1/+1
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCapabilities()Khaled Hosny1-6/+0
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCharMap()Khaled Hosny1-3/+0
2022-09-04vcl: Create hb_face_t in PhysicalFontFaceKhaled Hosny2-3/+2