summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5Menu.cxx
AgeCommit message (Expand)Author
2018-12-08tdf#121974 Convert Qt menu text as neededMichael Weghorn
2018-11-30KDE5: fix build with Qt-5.6Aleksei Nikiforov
2018-11-29tdf#120814 KDE5: Assign images to menu items on first build of menuAleksei Nikiforov
2018-11-26Fix menu insertion to specified positionAleksei Nikiforov
2018-11-23tdf#121417 Allow dynamic menu changes for Qt5 and KDE5 interfacesAleksei Nikiforov
2018-11-23Move menu item insertion into separate functionAleksei Nikiforov
2018-11-16loplugin:staticmethodsStephan Bergmann
2018-11-12tdf#119856: thread-proof creating frames and setting menusKatarina Behrens
2018-10-27tdf#120453 Preserve literal '&' in Qt menu textsMichael Weghorn
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-24tdf#120450: Radiobuttons want to be checked tooKatarina Behrens
2018-10-22tdf#119856: [Re-]activate menu before dispatching commandKatarina Behrens
2018-09-05kde5: make disabled and hidden menu items workThorsten Behrens
2018-09-05kde5: cleanup cargo-culted empty dtorsThorsten Behrens
2018-08-12Finally remove non-native menu barKatarina Behrens
2018-08-12Set Qt5Widget to be a central widget of QMainWindowKatarina Behrens
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-01Remove unused Qt5MenuItem::mpVCLMenuStephan Bergmann
2018-06-01Various trivial loplugin fixes in --enable-qt5Stephan Bergmann
2018-06-01Make clang-format happy, remove vcl/unx/kde5 from blacklistKatarina 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-01Top-level native menubar items are now visibleKatarina Behrens
2018-06-01Expose menu bar of the main windowKatarina Behrens
2018-06-01Basic ops (add, remove) with native menu itemsKatarina Behrens
2018-06-01Basic skeleton of native menusKatarina Behrens