summaryrefslogtreecommitdiff
path: root/vcl/source/uitest
AgeCommit message (Expand)Author
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin
2019-08-12tdf#118856 vcl: avoid flicker in the about dialogMiklos Vajna
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann
2019-06-30Revert "Rewrite all the logger statements with the new grammar syntax"Xisco Faulí
2019-06-29Rewrite all the logger statements with the new grammar syntaxAhmed ElShreif
2019-06-20Consolidate on C++17 std::scoped_lock instead of std::lock_guardStephan Bergmann
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov
2019-03-11weld SvxMenuConfigPage/SvxToolbarConfigPageCaolán McNamara
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-09-26uitest: checking whether we have focus needs to be recursiveMarkus Mohrhard
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-11cleanup mutex and signalling in ExecuteWrapperNoel Grandin
2018-09-05Fix typosAndrea Gelmini
2018-09-03weld SvxAreaTabPageCaolán McNamara
2018-08-29new loplugin:oustringbufferNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-31uitest logger: log more eventsSaurav Chirania
2018-07-28uitest: support parameters when sending UNO commandsSaurav Chirania
2018-07-12uitest logger: log key according to DSL inside dialogs tooSaurav Chirania
2018-07-09uitest: test for ui elements children firstMarkus Mohrhard
2018-07-07uitest: complete wrapper for SpinField and SpinButtonSaurav Chirania
2018-07-06uitest logger: log the events calling CallEventListeners()Saurav Chirania
2018-06-24uitest logger: some changes in log statementsSaurav Chirania
2018-06-24uitest logger: print parent when logging keysSaurav Chirania
2018-06-20Add UI test for the Customize dialogMuhammet Kara
2018-06-12WIP: uitest: complete combobox, tabcontrol wrapperSaurav Chirania
2018-06-03uitest logger: ListboxSelect and ListboxFocus loggingSaurav Chirania
2018-06-03uitest logger: support for buttons, dialog, command and key loggingSaurav Chirania
2018-03-17uitest logger: call correct function for key loggingSaurav Chirania
2018-02-02uitest for tdf#114724 headings outline tracking in NavigatorJim Raykowski
2018-01-29Modernize a bit vcl (part3)Julien Nabet
2018-01-21uitest: add checked to radio button propertiesMarkus Mohrhard
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-17coverity#1427627 'Constant' variable guards dead codeCaolán McNamara
2018-01-15vcl: No need for a double-linked list of dialogs in Execute().Jan Holesovsky
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-07uitest: port the selection code from multi line edit to normal editMarkus Mohrhard
2018-01-07uitest: add support for GtkTextView/VclMultiLineEditMarkus Mohrhard
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-30tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-30Access to ProcessEventsToSignal's bSignal is racyStephan Bergmann
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-22vcl: [loplugin:badstatics] aInstanceMichael Stahl
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin