summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)Author
2024-03-13tdf#159915 qt: Force Qt::HighDpiScaleFactorRoundingPolicy::RoundMichael Weghorn
2024-02-29vcl: separate scanline direction from ScanlineFormatTomaž Vajngerl
2024-02-29tdf#158030 qt a11y: Implement new QAccessibleAttributesInterfaceMichael Weghorn
2024-02-16tdf#156562 qt: Don't crash on null clipboard contentMichael Weghorn
2024-02-15tdf#130857 qt weld: Set msg dialog parentMichael Weghorn
2024-02-15tdf#130857 qt weld: Implement QtInstanceDialog::{g,s}et_modalMichael Weghorn
2024-02-15tdf#130857 qt weld: Move QWidget* member to QtInstanceWidgetMichael Weghorn
2024-02-13tdf#156562 qt: Sync with system clipboard content if necessaryMichael Weghorn
2024-02-13tdf#156562 qt: Don't cache supported mime types/data flavorsMichael Weghorn
2024-02-12tdf#125934 qt: Support module-specific window icons on WaylandMichael Weghorn
2024-02-10qt: Set desktop file name without ".desktop" suffixMichael Weghorn
2024-02-06elide some OString temporariesNoel Grandin
2024-02-04tdf#130857 qt weld: Support asnyc running of msg dialogsMichael Weghorn
2024-01-28tdf#159323 qt weld: Remember VCL response code, don't try to mapMichael Weghorn
2024-01-28tdf#159323 qt weld: Set standard buttons via weld APIMichael Weghorn
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-24tdf#154381 qt weld: Allow setting message box default buttonMichael Weghorn
2024-01-24tdf#154381 qt weld: Add button handling for message boxMichael Weghorn
2024-01-24qt: Move VCL -> Qt accelerator text handling to QtToolsMichael Weghorn
2024-01-24qt weld: Add assert on unhandled VCLButtonsTypeMichael Weghorn
2024-01-24tdf#154381 qt weld: Implement QtInstanceWindow::{g,s}et_titleMichael Weghorn
2024-01-23tdf#159333 qt a11y: Process shortcuts only onceMichael Weghorn
2024-01-16tdf#159213: fix Base crash when choosing "Help" in relations design (kf5)Julien Nabet
2024-01-08tdf#130857 Use native qt widgets - simple message dialogOmkarAcharekar
2023-12-24qt: Rename SAL_VCL_{QT5 -> QT}_NO_NATIVEMichael Weghorn
2023-12-24qt: Rename SAL_VCL_QT5_NO_NATIVE and use for all Qt-based VCLsMichael Weghorn
2023-12-19tdf#123864 a11y: Handle new CHECKABLE state in misc placesMichael Weghorn
2023-12-06tdf#148986 Support XF86Forward / XF86Back key eventsGabor Kelemen
2023-11-24enable using medium/full font hinting even with subpixel positioningFrank Steiner
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl)Julien Nabet
2023-11-14tdf#123864 a11y: Add new AccessibleStateType::CHECKABLEMichael Weghorn
2023-11-07qt a11y: Map AccessibleStateType::INDETERMINATE to Qt equivalentMichael Weghorn
2023-11-07qt a11y: Set passwordEdit state for PASSWORD_TEXTMichael Weghorn
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn
2023-10-24qt a11y: Take current type into account when setting new valueMichael Weghorn
2023-10-23fix wasm build (int vs sal_Int32 mismatch)Christian Lohmaier
2023-10-22Fix typoAndrea Gelmini
2023-10-21tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrsMichael Weghorn
2023-10-18tdf#157696 qt a11y: Move handling for text attr offsets to helperMichael Weghorn
2023-10-18qt: Drop now obsolete workaround for Qt < 5.12Michael Weghorn
2023-10-18qt: Drop code for Qt < 5.15Michael Weghorn
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır
2023-10-12tdf#157696 vcl a11y: Move qt's translation to IA2 text attrs for reuseMichael Weghorn
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-09-13loplugin:unusedmethodsNoel Grandin
2023-09-07qt a11y: Forward CHILD event for removed childMichael Weghorn
2023-09-02tdf#149611 qt: Make auto-selection of dark app colors workMichael Weghorn
2023-09-02tdf#156894 qt: Prefer dark icon theme in dark modeMichael Weghorn
2023-09-01qt: Set window title etc. in main threadMichael Weghorn
2023-08-14qt: Implement pinch/zoom gesture handlingMichael Weghorn