summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)AuthorFilesLines
8 daystdf#160971 qt a11y: Don't select combobox text on entry selectionMichael Weghorn1-0/+4
12 daystdf#145735 qt: Set margins for video widget/layout to 0Michael Weghorn1-0/+1
2024-05-21tdf#145735 avmedia qt: Use QtMultimedia for Qt 6 media playbackMichael Weghorn1-0/+5
2024-05-21qt a11y: Don't leak QAccessibleEventMichael Weghorn1-65/+105
2024-05-21qt a11y: Use "r" prefix for referenceMichael Weghorn1-13/+13
2024-05-20Fix typoAndrea Gelmini1-1/+1
2024-05-20Fix typoAndrea Gelmini1-1/+1
2024-05-18tdf#160565 tdf#145735 qt: Avoid native window handles for Qt 6Michael Weghorn1-1/+11
2024-05-18qt: Run QtFrame::SetWindowState in main threadMichael Weghorn1-0/+8
2024-05-18qt: Run QtFrame::SetIcon in main threadMichael Weghorn1-0/+8
2024-05-10loplugin:ostr in vclNoel Grandin5-23/+28
2024-04-30tdf#160838 qt: Update IM cursor position also on modifier changeMichael Weghorn1-2/+2
2024-04-30qt: Guard clipboard mime data with SolarMutexMichael Weghorn2-1/+9
2024-04-30qt: Avoid race on QtTransferable memberMichael Weghorn1-18/+17
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-1/+1
2024-04-11related tdf#160176 qt: Create dummy Qt widget in main threadMichael Weghorn1-6/+17
2024-03-31tdf#146619 Drop unused 'using namespace' in: vcl/Gabor Kelemen1-1/+0
2024-03-13tdf#159915 qt: Force Qt::HighDpiScaleFactorRoundingPolicy::RoundMichael Weghorn1-0/+5
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