summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2018-06-02Removed executable permission on data filesAndrea Gelmini
2018-06-01Remove unused Qt5MenuItem::mpVCLMenuStephan Bergmann
2018-06-01Fix various Clang and loplugin warnings in --enable-kde5Stephan Bergmann
2018-06-01use more BitmapEx in filterNoel Grandin
2018-06-01Various trivial loplugin fixes in --enable-qt5Stephan Bergmann
2018-06-01remove old "convert to SVM1" code only active in debug modeNoel Grandin
2018-06-01Make clang-format happy, remove vcl/unx/kde5 from blacklistKatarina Behrens
2018-06-01Use harfbuzz and graphite, needed after GenericSalLayout refactoringKatarina Behrens
2018-06-01Add radiobuttons to native menusKatarina Behrens
2018-06-01Add checkmark buttons to native menusKatarina Behrens
2018-06-01Dispatch commands from menus for realKatarina Behrens
2018-06-01Basic structure of a slot to dispatch commands from menuKatarina Behrens
2018-06-01Add shortcuts to native menu entriesKatarina Behrens
2018-06-01Insert separators into native menuKatarina Behrens
2018-06-01Native leaf menus and submenus are now visibleKatarina Behrens
2018-06-01Clear menubar before opening a new appKatarina Behrens
2018-06-01Replace ~ with & (Qt accelerator marker) in menu entriesKatarina Behrens
2018-06-01Unify Color -> QColor conversionKatarina Behrens
2018-06-01Top-level native menubar items are now visibleKatarina Behrens
2018-06-01Expose menu bar of the main windowKatarina Behrens
2018-06-01Templatize Qt5Widget classKatarina Behrens
2018-06-01Basic ops (add, remove) with native menu itemsKatarina Behrens
2018-06-01Prep Qt5Instance for native menusKatarina Behrens
2018-06-01Basic skeleton of native menusKatarina Behrens
2018-06-01Get rid of annoying focus rectangles in start centreKatarina Behrens
2018-06-01Render list headers nativelyKatarina Behrens
2018-06-01Use QImage format with premultiplied alphaKatarina Behrens
2018-06-01Native focus rectangles for push buttonsKatarina Behrens
2018-06-01Native focus rectangles for radiobuttonsKatarina Behrens
2018-06-01Native focus rectangles for checkboxesKatarina Behrens
2018-06-01KDE5SalData derives from Qt5DataKatarina Behrens
2018-06-01Remove IMAGE_BASED_PAINTING dead codeKatarina Behrens
2018-06-01Render tooltips nativelyKatarina Behrens
2018-06-01Render scrollbars nativelyKatarina Behrens
2018-06-01Render frames and window background nativelyKatarina Behrens
2018-06-01Render toolbars nativelyKatarina Behrens
2018-06-01Render list items nativelyKatarina Behrens
2018-06-01Render menu bar and popups nativelyKatarina Behrens
2018-06-01Render progress bar nativelyKatarina Behrens
2018-06-01Drop duplicate implementation of conversion to QRectKatarina Behrens
2018-06-01Render sliders and spinboxes nativelyKatarina Behrens
2018-06-01Render text edits (single and multiline) nativelyKatarina Behrens
2018-06-01Render listboxes and comboboxes nativelyKatarina Behrens
2018-06-01Render pushbuttons nativelyKatarina Behrens
2018-06-01Render radiobuttons nativelyKatarina Behrens
2018-06-01Remove now unused KDE5XLib and KDE5DataKatarina Behrens
2018-06-01Render checkboxes nativelyKatarina Behrens
2018-06-01drawBitmap that takes BitmapBuffer as inputKatarina Behrens
2018-06-01Kill GraphicsHolder with fireKatarina Behrens
2018-06-01Restore Acquire/ReleaseGraphics, use KDE5SalGraphicsKatarina Behrens