summaryrefslogtreecommitdiff
path: root/vcl/source/uitest/uno
AgeCommit message (Expand)AuthorFilesLines
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-1/+2
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen2-6/+1
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2-6/+2
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann2-2/+2
2019-06-20Consolidate on C++17 std::scoped_lock instead of std::lock_guardStephan Bergmann1-2/+2
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov1-3/+3
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2018-09-14loplugin:constfields in vclNoel Grandin1-2/+2
2018-09-11cleanup mutex and signalling in ExecuteWrapperNoel Grandin1-21/+2
2018-07-28uitest: support parameters when sending UNO commandsSaurav Chirania1-0/+10
2018-01-29Modernize a bit vcl (part3)Julien Nabet1-5/+7
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-09-30Access to ProcessEventsToSignal's bSignal is racyStephan Bergmann1-1/+9
2017-07-18try sleep instead of blocks annotationCaolán McNamara1-1/+1
2017-07-15coverity#1415093 annotate Waiting while holding a lock as deliberateCaolán McNamara1-0/+1
2017-07-14UI Test idle needs to run with highes priorityMarkus Mohrhard1-1/+1
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+1
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski1-0/+1
2017-06-28Call ~Idle with SolarMutex lockedStephan Bergmann1-5/+9
2017-06-20Propagate failure out from css.ui.test.XUITest::executeCommand/DialogStephan Bergmann1-6/+6
2017-06-12Avoid use-after-freeStephan Bergmann1-12/+14
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-26uitest: provide a way to select a floating window, e.g. popup menuMarkus Mohrhard1-0/+9
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-27uitest: move the processing of actions into the idle handlerMarkus Mohrhard2-10/+115
2017-02-27uitest: add a specific method for executing dialogsMarkus Mohrhard1-0/+8
2017-02-07uitest: provide a way to get a json representation of the ui infoMarkus Mohrhard2-0/+11
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-39/+13
2016-12-19uitest: add missing solar mutex guardMarkus Mohrhard1-0/+1
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann1-5/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-07-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-06-22uitest: we also need a SolarMutex when deleting the wrapper objectMarkus Mohrhard1-0/+2
2016-06-18uitest: loplugin:staticcallMarkus Mohrhard1-2/+2
2016-06-18uitest: add method to get all children of a ui objectMarkus Mohrhard2-0/+23
2016-06-18uitest: let us return a string based typeMarkus Mohrhard2-0/+12
2016-06-18uitest: avoid crashes when trying to access missing UI objectMarkus Mohrhard1-0/+9
2016-06-18uitest: add getState method to css::ui::test::XUIObjectMarkus Mohrhard2-0/+17
2016-06-18uitest: support the parameters in the executeAction commandMarkus Mohrhard2-3/+15
2016-06-18uitest: actually implement the UNO interfacesMarkus Mohrhard3-0/+223