summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)AuthorFilesLines
2019-12-24sal_Char->char in vclNoel Grandin1-2/+2
2019-12-09tdf#129071 Qt5 set file picker parent widgetJan-Marek Glogowski1-20/+69
2019-12-07Avoid loplugin:staticmethodsStephan Bergmann1-0/+2
2019-12-06Qt5 fix missing XCB_ICCCM_WM_HINT_WINDOW_GROUPJan-Marek Glogowski1-0/+72
2019-12-06tdf#129071 Qt5 handle windows with parents as dialogsJan-Marek Glogowski2-6/+8
2019-12-05Qt5 hide more Qt5FilePicker detailsJan-Marek Glogowski1-19/+17
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-9/+6
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-11-26tdf#126607 Qt5 activate window before setFocusJan-Marek Glogowski1-1/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+6
2019-11-19widget theme: add file definition theme support to qt5 backendTomaž Vajngerl1-2/+6
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski2-5/+5
2019-11-19tdf#128434 correctly release fonts in destructorsJan-Marek Glogowski1-10/+1
2019-11-15tdf#128710 Qt5 don't force immediate paint on showJan-Marek Glogowski1-1/+4
2019-11-13tdf#123851 Qt5 handle broken ScrollBar valueslibreoffice-6-4-branch-pointJan-Marek Glogowski1-3/+7
2019-11-10Set action button colors in QT5 backend tooTomaž Vajngerl1-0/+3
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-10-07tdf#112368 Qt5 don't lose ownership in flushClipboardJan-Marek Glogowski1-7/+9
2019-10-06Replace SystemEnvData pToolkit/pPlatformName strings with enumsStephan Bergmann3-9/+8
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann2-3/+0
2019-10-04tdf#127529 vertical text not drawn in slideshow canvasCaolán McNamara3-8/+30
2019-10-04Related: tdf#127529 make it harder to misunderstand this VirtualDevice ctorCaolán McNamara1-1/+2
2019-10-02tdf#112368 Qt5 handle owned, non-LO clipboard contentJan-Marek Glogowski1-6/+11
2019-09-28loplugin:constmethod in vclNoel Grandin3-3/+3
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin1-22/+7
2019-09-11loplugin:redundantfcast check for std::function castNoel Grandin1-1/+1
2019-09-06use unique_ptr in CreatePrintGraphicsNoel Grandin1-1/+4
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny1-7/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+1
2019-08-23Qt5 some minor code cleanupsJan-Marek Glogowski5-31/+18
2019-08-23loplugin:returnconstval in vclNoel Grandin1-1/+1
2019-08-22tdf#126560 Qt5 fix D'n'D key-modifier handlingJan-Marek Glogowski4-132/+158
2019-08-21Qt5SvpGraphics::handleDamage: Don't leak BitmapBufferMichael Weghorn1-3/+3
2019-08-20loplugin:constvars in vclNoel Grandin1-1/+1
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2-9/+4
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin2-2/+2
2019-08-13tdf#126680 Revert "VCL make horizontal scrolling depend on RTL"Jan-Marek Glogowski1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann4-16/+13
2019-07-21tdf#125922 rename kde5 to kf5 + plasma5Jan-Marek Glogowski1-2/+2
2019-07-12Qt5 drop special QPushButton handlingJan-Marek Glogowski1-29/+7
2019-07-11Qt5 set default QStyle::State for draw functionsJan-Marek Glogowski1-28/+16
2019-07-11Qt5 correctly draw rectangle frameJan-Marek Glogowski1-2/+2
2019-07-11Qt5 fix drawing of the toolbar handleJan-Marek Glogowski1-12/+8
2019-07-06Constify GlyphItemJan-Marek Glogowski1-1/+1
2019-06-25tdf#120873 Qt5 invert checked state on triggerJan-Marek Glogowski1-0/+5
2019-06-24Qt5 don't assert broken height or widthJan-Marek Glogowski1-30/+18
2019-06-23Fix typoAndrea Gelmini1-1/+1
2019-06-22Qt5 directly show tooltips + respect the help areaJan-Marek Glogowski2-12/+5