summaryrefslogtreecommitdiff
path: root/libreofficekit/qa
AgeCommit message (Expand)AuthorFilesLines
2020-03-06tdf#42949 Fix IWYU warnings in libreofficekit/Gabor Kelemen15-37/+18
2020-02-21Drop o3tl::optional wrapperStephan Bergmann6-7/+7
2019-12-09Prefer O3TL_UNREACHABLE over assert(false)Stephan Bergmann1-2/+2
2019-12-04Silence -Werror=maybe-uninitializedStephan Bergmann1-0/+5
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann6-7/+7
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann5-0/+22
2019-11-21loplugin:unusedfieldsNoel Grandin1-1/+0
2019-11-19Improved loplugin:external, handling class typesStephan Bergmann1-2/+6
2019-11-14New loplugin:consttoboolStephan Bergmann6-25/+25
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann2-5/+5
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks1-4/+3
2019-11-09lok: tilebench: slightly sloppy pixel comparison & larger area.Michael Meeks2-17/+46
2019-11-05lok: tilebench: implement zoom tests.Michael Meeks1-16/+65
2019-10-25lok: improve tilebench and add an unpleasant text rendering test case.Michael Meeks3-16/+25
2019-10-22tilebench: output a helpful delta image and highlight the diffs.Michael Meeks1-21/+48
2019-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann6-0/+60
2019-10-04enable -Wunused-exception-parameter on clangNoel Grandin1-1/+1
2019-09-27cid#1454003 silence 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2019-09-19tilebench: initial joining testMichael Meeks1-7/+148
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin5-6/+6
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin2-2/+2
2019-08-07Mark some vars as constStephan Bergmann1-4/+4
2019-07-26gtktiledviewer: provide activation functionAshod Nakashian1-0/+7
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-10unipoll: add a --unipoll parameter to gtktiledviewer.Michael Meeks3-4/+18
2019-05-02lok: We changed the (unstable) ABI, but let's allow the older C++ API.Jan Holesovsky1-1/+1
2019-04-26lok: allow paste content to popup dialogHenry Castro2-2/+2
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin1-1/+1
2019-02-13lok: keystroke attribution issue.Michael Meeks1-0/+56
2019-01-25lok: calm down CnP issues & simplify.Michael Meeks1-67/+49
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-2/+2
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin1-8/+5
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-6/+6
2018-10-23remove all use_action_appearance linesCaolán McNamara1-9/+0
2018-10-10Sure it is a squareTor Lillqvist1-1/+1
2018-10-10Move the iOS CGBitmapContextCreate() call do doc_paintTile()Tor Lillqvist1-21/+0
2018-10-05s/0/nullptr/Tor Lillqvist1-1/+1
2018-10-05WaE: unused parameterTor Lillqvist1-1/+1
2018-10-05Use LOK_FEATURE_NO_TILED_ANNOTATIONS here, like in OnlineTor Lillqvist1-0/+2
2018-10-05Call also initializeForRendering() and registerCallback()Tor Lillqvist1-0/+8
2018-10-02More hacking on the tilebench part of the UnitTest appTor Lillqvist1-2/+30
2018-09-29band-aid: deprecated-declarations related to gtkJulien Nabet1-0/+8
2018-09-29Band-aid fix for deprecate gtk_css_provider_get_defaultJulien Nabet1-1/+1
2018-09-28Start on the iOS unit test appTor Lillqvist1-4/+12
2018-09-17New loplugin:externalStephan Bergmann2-5/+5
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-1/+1
2018-07-16coverity#1437959 Copy into fixed size bufferCaolán McNamara1-6/+5
2018-07-09tilebench: add --preinit mode.Michael Meeks1-9/+36
2018-07-09tilebench: add dialog profiling mode.Michael Meeks1-8/+88