summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)AuthorFilesLines
2018-08-13loplugin:includeformStephan Bergmann1-1/+1
2018-08-12Finally remove non-native menu barKatarina Behrens1-1/+1
2018-08-12Revert templatization of Qt5Widget classKatarina Behrens2-147/+35
2018-08-12Set Qt5Widget to be a central widget of QMainWindowKatarina Behrens4-47/+119
2018-08-10Qt5 disable native draw via SAL_VCL_QT5_NO_NATIVEJan-Marek Glogowski2-0/+12
2018-08-10Qt5 fix nTransparency handlingJan-Marek Glogowski3-9/+6
2018-08-10Qt5 also move color setting handling from kde5Jan-Marek Glogowski1-0/+119
2018-08-08Fix typosAndrea Gelmini1-2/+2
2018-08-07Qt5 move native control handing from kde5Jan-Marek Glogowski2-15/+973
2018-08-07Qt5 static_cast bitmap data should be enoughJan-Marek Glogowski1-3/+3
2018-08-07Qt5 fix main loop locking when processing eventsJan-Marek Glogowski1-1/+7
2018-07-31Add missing sal/log.hxx headersGabor Kelemen5-0/+8
2018-07-24Fix typoAndrea Gelmini1-1/+1
2018-07-23Qt5 just release the SolarMutex for Qt eventsJan-Marek Glogowski1-2/+2
2018-07-23Avoid deadlock in case of events not driven by the userKatarina Behrens1-0/+3
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-18No parent-child relationship between Qt5WidgetsKatarina Behrens2-15/+14
2018-07-10Bitmap cursors contain XBM data, read them accordinglyKatarina Behrens1-6/+3
2018-07-09Implement reading screen count and screen geometryKatarina Behrens1-5/+7
2018-07-09Basic Qt5 system display dataKatarina Behrens2-2/+34
2018-07-06various loplugin in qt5Noel Grandin4-4/+4
2018-07-06Qt5 use fontconfig for font substitutionJan-Marek Glogowski3-3/+49
2018-07-06Qt5 multiple small fixesJan-Marek Glogowski3-9/+12
2018-07-06Qt5 implement invert for blinking cursorJan-Marek Glogowski1-2/+23
2018-07-06Qt5 implement scaled image drawsJan-Marek Glogowski1-25/+18
2018-07-06Qt5 implement 4bit => 32bit bitmap conversionJan-Marek Glogowski2-11/+83
2018-07-06Qt5 flesh out font handlingJan-Marek Glogowski4-49/+152
2018-07-03Implement native modality for modal dialogsKatarina Behrens1-0/+12
2018-07-03Traversing dialog controls backwards (Shift-Tab) works nowKatarina Behrens1-0/+4
2018-07-03Ignore closeEvent if user has vetoed closing the frameKatarina Behrens1-2/+11
2018-06-14Adapt --enable-qt5Stephan Bergmann1-3/+3
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin1-2/+2
2018-06-11drop PhysicalFontFace::CloneNoel Grandin1-2/+0
2018-06-10qt5: hold LogicalFontInstance with rtl::ReferenceKacper Kasper4-8/+8
2018-06-09rename SalPrinterQueueInfo::mpSysData to mpPortNameNoel Grandin1-1/+0
2018-06-09hold and return SalMenu by std::unique_ptrNoel Grandin1-4/+2
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin1-4/+2
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin1-4/+2
2018-06-09return SalSession with std::unique_ptrNoel Grandin1-2/+0
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin1-1/+1
2018-06-01Remove unused Qt5MenuItem::mpVCLMenuStephan Bergmann1-1/+0
2018-06-01Various trivial loplugin fixes in --enable-qt5Stephan Bergmann20-66/+63
2018-06-01Make clang-format happy, remove vcl/unx/kde5 from blacklistKatarina Behrens7-438/+412
2018-06-01Add radiobuttons to native menusKatarina Behrens1-0/+14
2018-06-01Add checkmark buttons to native menusKatarina Behrens1-0/+9
2018-06-01Dispatch commands from menus for realKatarina Behrens1-3/+18
2018-06-01Basic structure of a slot to dispatch commands from menuKatarina Behrens1-1/+7
2018-06-01Add shortcuts to native menu entriesKatarina Behrens1-1/+14
2018-06-01Insert separators into native menuKatarina Behrens1-2/+8
2018-06-01Native leaf menus and submenus are now visibleKatarina Behrens1-20/+30