summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)Author
2018-08-13loplugin:includeformStephan Bergmann
2018-08-12Finally remove non-native menu barKatarina Behrens
2018-08-12Revert templatization of Qt5Widget classKatarina Behrens
2018-08-12Set Qt5Widget to be a central widget of QMainWindowKatarina Behrens
2018-08-10Qt5 disable native draw via SAL_VCL_QT5_NO_NATIVEJan-Marek Glogowski
2018-08-10Qt5 fix nTransparency handlingJan-Marek Glogowski
2018-08-10Qt5 also move color setting handling from kde5Jan-Marek Glogowski
2018-08-08Fix typosAndrea Gelmini
2018-08-07Qt5 move native control handing from kde5Jan-Marek Glogowski
2018-08-07Qt5 static_cast bitmap data should be enoughJan-Marek Glogowski
2018-08-07Qt5 fix main loop locking when processing eventsJan-Marek Glogowski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-24Fix typoAndrea Gelmini
2018-07-23Qt5 just release the SolarMutex for Qt eventsJan-Marek Glogowski
2018-07-23Avoid deadlock in case of events not driven by the userKatarina Behrens
2018-07-19Fix typosAndrea Gelmini
2018-07-18No parent-child relationship between Qt5WidgetsKatarina Behrens
2018-07-10Bitmap cursors contain XBM data, read them accordinglyKatarina Behrens
2018-07-09Implement reading screen count and screen geometryKatarina Behrens
2018-07-09Basic Qt5 system display dataKatarina Behrens
2018-07-06various loplugin in qt5Noel Grandin
2018-07-06Qt5 use fontconfig for font substitutionJan-Marek Glogowski
2018-07-06Qt5 multiple small fixesJan-Marek Glogowski
2018-07-06Qt5 implement invert for blinking cursorJan-Marek Glogowski
2018-07-06Qt5 implement scaled image drawsJan-Marek Glogowski
2018-07-06Qt5 implement 4bit => 32bit bitmap conversionJan-Marek Glogowski
2018-07-06Qt5 flesh out font handlingJan-Marek Glogowski
2018-07-03Implement native modality for modal dialogsKatarina Behrens
2018-07-03Traversing dialog controls backwards (Shift-Tab) works nowKatarina Behrens
2018-07-03Ignore closeEvent if user has vetoed closing the frameKatarina Behrens
2018-06-14Adapt --enable-qt5Stephan Bergmann
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-11drop PhysicalFontFace::CloneNoel Grandin
2018-06-10qt5: hold LogicalFontInstance with rtl::ReferenceKacper Kasper
2018-06-09rename SalPrinterQueueInfo::mpSysData to mpPortNameNoel Grandin
2018-06-09hold and return SalMenu by std::unique_ptrNoel Grandin
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin
2018-06-09return SalSession with std::unique_ptrNoel Grandin
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin
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