summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)AuthorFilesLines
2019-06-13Qt5 correctly hide menu bar in tabbed modeJan-Marek Glogowski1-2/+2
2019-06-12tdf#125692 SalObject always holds a SystemChildWindowJan-Marek Glogowski2-12/+13
2019-06-12tdf#125517 Qt5 implement a minimal Qt5ObjectWindowJan-Marek Glogowski3-29/+72
2019-06-12qt5: Make it compile with '-Werror=shadow'Michael Weghorn1-2/+2
2019-06-09tdf#125219 qt5: Try qwidget5videosink on WaylandMichael Weghorn2-2/+2
2019-06-09Qt5Widget: lcl_retrieveSurrounding needs SolarMutexMichael Weghorn1-0/+1
2019-06-08KDE5 merge KDE5SalGraphics into Qt5SvpGraphicsJan-Marek Glogowski4-7/+101
2019-06-06tdf#125201 fix QWheelEvent angleDelta() handlingJan-Marek Glogowski1-10/+23
2019-06-06tdf#124118 Qt5 post non-code keys via ExtTextInputJan-Marek Glogowski1-19/+31
2019-06-05Qt5 workaround modal change after show bugJan-Marek Glogowski1-9/+16
2019-06-05Qt5/KDE5 always use either Qt5 or KDE5 pickersJan-Marek Glogowski1-2/+16
2019-06-04Qt5 introduce Qt5Frame::asChild() helperJan-Marek Glogowski1-96/+27
2019-06-03Qt5 use precise timer to prevent unneeded restartsJan-Marek Glogowski1-0/+1
2019-06-03Qt5 refactor and move XTransferable implementationsJan-Marek Glogowski4-198/+180
2019-06-03Qt5 remove header using namespaces and Vcl prefixJan-Marek Glogowski3-58/+63
2019-06-03tdf#122200 Qt5AccessibleWidget: Handle special offset valuesMichael Weghorn1-0/+16
2019-06-02Qt5 return expected QVariants int sizesJan-Marek Glogowski1-2/+2
2019-05-31tdf#124484: resize slideshow window so it spans all displaysKatarina Behrens1-15/+60
2019-05-30tdf#125548 Qt5 no focus for the menu bar buttonJan-Marek Glogowski1-0/+1
2019-05-28Qt5 implement SalSurface support for cairoJan-Marek Glogowski4-11/+148
2019-05-27tdf#125271 under wayland without gtksink, try waylandsinkCaolán McNamara2-4/+33
2019-05-24tdf#125160: honour keyboard modifiers if used during DnDKatarina Behrens2-7/+27
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-21tdf#124027: use ID of the embedded window and fix position of overlayKatarina Behrens1-1/+1
2019-05-16Revert "tdf#120836 KDE5: Clipboard: don't put images to clipboard"Luboš Luňák1-0/+30
2019-05-15do not add non-text to PRIMARY selection in VclQt5ClipboardLuboš Luňák1-1/+6
2019-05-15Qt5 don't unconditionally disconnect close buttonJan-Marek Glogowski1-9/+14
2019-05-15Qt5 IM report selected text and anchorJan-Marek Glogowski1-8/+46
2019-05-15Qt5 IM handle surrounding text requestsJan-Marek Glogowski1-0/+53
2019-05-15qt5: Fix build error on 32 bit archsMichael Weghorn1-1/+2
2019-05-13tdf#122293 qt5: Use "alien widgets" by default on WaylandMichael Weghorn1-1/+18
2019-05-13Qt5 handle theming-based change eventsJan-Marek Glogowski3-2/+56
2019-05-10tdf#124484: avoid crash in fullscreen slideshow spanning all displaysKatarina Behrens1-3/+17
2019-05-10Qt5Frame.cxx: Use QString instead of 'const char *'Michael Weghorn1-1/+1
2019-05-09Qt5 IM handle (spurious?) all-empty IM eventsJan-Marek Glogowski2-8/+34
2019-05-07tdf#123549 Qt5 implement Qt5Menu::ShowCloseButtonJan-Marek Glogowski2-21/+73
2019-05-06Qt5 remove unused Qt5Menu::setFrameSignalJan-Marek Glogowski1-1/+0
2019-05-06Qt5 make Qt5Widdget's frame a private referenceJan-Marek Glogowski2-42/+39
2019-05-05Qt5 IM allow committing empty stringsJan-Marek Glogowski1-1/+1
2019-05-05Qt5 IM update input position on keypressJan-Marek Glogowski1-0/+3
2019-05-05tdf#123957 Qt5 IM generate correct formatingJan-Marek Glogowski1-3/+38
2019-05-05tdf#123956 Qt5 IM update cursor positionJan-Marek Glogowski1-1/+23
2019-04-30tdf#123859: only accept drops when drop target was registeredKatarina Behrens2-1/+1
2019-04-29tdf#124990: DnD operation can be set to fail in dropCompleteKatarina Behrens1-2/+24
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-04Qt5 / KDE5 refactor create_SalInstanceJan-Marek Glogowski1-44/+60
2019-04-04KDE5 merge KDE5SalData into Qt5DataJan-Marek Glogowski1-2/+13
2019-04-01tdf#120865: preserve cursor shape on repositioning the cursorKatarina Behrens1-2/+2
2019-04-01Qt5 convert broken clippingJan-Marek Glogowski1-37/+31
2019-03-30tdf#122056: Catch DisposedExceptions everywhereKatarina Behrens1-85/+200