summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-22tdf#123779 Qt5 correctly fill Qt5Frame::maGeometryJan-Marek Glogowski3-49/+80
2019-06-22Qt5 fix some broken RTL handlingJan-Marek Glogowski3-4/+12
2019-06-21tdf#105884 Qt5 implement TabControl themingJan-Marek Glogowski1-2/+79
2019-06-21tdf#126020 Qt5 delete orphan Qt5ObjectWindowsJan-Marek Glogowski1-0/+10
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann1-3/+3
2019-06-19tdf#125971: map file URLs from QFileDialog to LO internal formatStephan Bergmann2-9/+34
2019-06-19Fix typoAndrea Gelmini1-1/+1
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski3-40/+40
2019-06-18tdf#125934 Qt5 set the desktop file name...Jan-Marek Glogowski1-2/+4
2019-06-18Qt5 initialize bool before lcl_textMimeInfo callJan-Marek Glogowski1-2/+2
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin1-2/+3
2019-06-17tdf#125968 fix the result order of text mime infoJan-Marek Glogowski1-2/+2
2019-06-15tdf#125934 Qt5 set the desktop file nameJan-Marek Glogowski1-0/+6
2019-06-15Fix typoAndrea Gelmini1-1/+1
2019-06-15Qt5 move and init static m_ActiveDragSourceJan-Marek Glogowski2-2/+1
2019-06-15Fix typoAndrea Gelmini1-1/+1
2019-06-15Fix typoAndrea Gelmini1-1/+1
2019-06-15Fix typoAndrea Gelmini1-1/+1
2019-06-15tdf#125921 Qt5 set WM_CLASS for top level windowsJan-Marek Glogowski1-2/+24
2019-06-14KDE5 move screensafer inhibiting code into Qt5Jan-Marek Glogowski1-4/+22
2019-06-13Don't link avmediagst with gtk3 and qt5Jan-Marek Glogowski1-1/+37
2019-06-13Qt5 move boilerplate clipboard code to the end...Jan-Marek Glogowski1-34/+34
2019-06-13tdf#122239 Qt5 implement lazy clipboard handlingJan-Marek Glogowski3-297/+409