summaryrefslogtreecommitdiff
path: root/libreofficekit/qa
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Avoid loplugin:external and loplugin:simplifypointertobool warningsTor Lillqvist1-8/+8
2020-09-04Remove an odd CPPUNIT_ASSERT(0)Tor Lillqvist1-1/+0
2020-08-12Missing includesStephan Bergmann2-0/+2
2020-08-11loplugin:flattenNoel Grandin3-75/+75
2020-07-20We apparently need to call Application::Quit() on iOS nowTor Lillqvist1-0/+7
2020-07-10replace usage of whitelist with allowlistThorsten Behrens1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: libreofficekitStephan Bergmann1-2/+2
2020-05-28Make gtktiledviewer accept multiple documents to openTor Lillqvist1-7/+10
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