summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)AuthorFilesLines
2024-02-29vcl: separate scanline direction from ScanlineFormatTomaž Vajngerl1-5/+6
2024-02-29tdf#158030 qt a11y: Implement new QAccessibleAttributesInterfaceMichael Weghorn1-0/+77
2024-02-16tdf#156562 qt: Don't crash on null clipboard contentMichael Weghorn1-0/+3
2024-02-15tdf#130857 qt weld: Set msg dialog parentMichael Weghorn1-1/+15
2024-02-15tdf#130857 qt weld: Implement QtInstanceDialog::{g,s}et_modalMichael Weghorn1-2/+2
2024-02-15tdf#130857 qt weld: Move QWidget* member to QtInstanceWidgetMichael Weghorn3-4/+14
2024-02-13tdf#156562 qt: Sync with system clipboard content if necessaryMichael Weghorn1-10/+14
2024-02-13tdf#156562 qt: Don't cache supported mime types/data flavorsMichael Weghorn1-12/+1
2024-02-12tdf#125934 qt: Support module-specific window icons on WaylandMichael Weghorn1-0/+14
2024-02-10qt: Set desktop file name without ".desktop" suffixMichael Weghorn1-1/+1
2024-02-06elide some OString temporariesNoel Grandin2-4/+4
2024-02-04tdf#130857 qt weld: Support asnyc running of msg dialogsMichael Weghorn1-0/+63
2024-01-28tdf#159323 qt weld: Remember VCL response code, don't try to mapMichael Weghorn1-73/+12
2024-01-28tdf#159323 qt weld: Set standard buttons via weld APIMichael Weghorn2-31/+32
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-24tdf#154381 qt weld: Allow setting message box default buttonMichael Weghorn1-0/+20
2024-01-24tdf#154381 qt weld: Add button handling for message boxMichael Weghorn1-0/+83
2024-01-24qt: Move VCL -> Qt accelerator text handling to QtToolsMichael Weghorn2-16/+11
2024-01-24qt weld: Add assert on unhandled VCLButtonsTypeMichael Weghorn1-1/+2
2024-01-24tdf#154381 qt weld: Implement QtInstanceWindow::{g,s}et_titleMichael Weghorn2-3/+13
2024-01-23tdf#159333 qt a11y: Process shortcuts only onceMichael Weghorn1-0/+3
2024-01-16tdf#159213: fix Base crash when choosing "Help" in relations design (kf5)Julien Nabet1-0/+10
2024-01-08tdf#130857 Use native qt widgets - simple message dialogOmkarAcharekar8-0/+474
2023-12-24qt: Rename SAL_VCL_{QT5 -> QT}_NO_NATIVEMichael Weghorn1-1/+1
2023-12-24qt: Rename SAL_VCL_QT5_NO_NATIVE and use for all Qt-based VCLsMichael Weghorn1-4/+1
2023-12-19tdf#123864 a11y: Handle new CHECKABLE state in misc placesMichael Weghorn1-0/+3
2023-12-06tdf#148986 Support XF86Forward / XF86Back key eventsGabor Kelemen2-0/+12
2023-11-24enable using medium/full font hinting even with subpixel positioningFrank Steiner1-1/+2
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl)Julien Nabet3-7/+3
2023-11-14tdf#123864 a11y: Add new AccessibleStateType::CHECKABLEMichael Weghorn1-0/+3
2023-11-07qt a11y: Map AccessibleStateType::INDETERMINATE to Qt equivalentMichael Weghorn1-1/+1
2023-11-07qt a11y: Set passwordEdit state for PASSWORD_TEXTMichael Weghorn1-0/+5
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn1-0/+1
2023-10-24qt a11y: Take current type into account when setting new valueMichael Weghorn1-1/+11
2023-10-23fix wasm build (int vs sal_Int32 mismatch)Christian Lohmaier1-2/+6
2023-10-22Fix typoAndrea Gelmini1-1/+1
2023-10-21tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrsMichael Weghorn1-1/+5
2023-10-18tdf#157696 qt a11y: Move handling for text attr offsets to helperMichael Weghorn1-9/+2
2023-10-18qt: Drop now obsolete workaround for Qt < 5.12Michael Weghorn2-102/+0
2023-10-18qt: Drop code for Qt < 5.15Michael Weghorn5-49/+1
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır2-0/+6
2023-10-12tdf#157696 vcl a11y: Move qt's translation to IA2 text attrs for reuseMichael Weghorn1-195/+3
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