summaryrefslogtreecommitdiff
path: root/vcl/source/uitest
AgeCommit message (Expand)Author
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10Typo: (un)kown->(un)knownJulien Nabet
2016-09-05Simplify Sequence constructionStephan Bergmann
2016-07-27cppcheck: noExplicitConstructorCaolán McNamara
2016-07-17uitest: recognize function keys in keycodesMarkus Mohrhard
2016-07-17uitest: add 2 more properties for listboxesMarkus Mohrhard
2016-07-09uitest: throw an exception instead of crashing when we can't find childMarkus Mohrhard
2016-06-22uitest: we also need a SolarMutex when deleting the wrapper objectMarkus Mohrhard
2016-06-22uitest: add support for TabControlMarkus Mohrhard
2016-06-20support typing into the spin fieldMarkus Mohrhard
2016-06-18uitest: loplugin:staticcallMarkus Mohrhard
2016-06-18uitest: dump the implementation name as wellMarkus Mohrhard
2016-06-18uitest: support more special keycodesMarkus Mohrhard
2016-06-18uitest: add wrapper for radio buttonMarkus Mohrhard
2016-06-18uitest: add method to get all children of a ui objectMarkus Mohrhard
2016-06-18uitest: add initial support sending special key eventsMarkus Mohrhard
2016-06-18uitest: let us return a string based typeMarkus Mohrhard
2016-06-18uitest: an enum is a bad idea for the typeMarkus Mohrhard
2016-06-18uitest: fix bug in the uitesting frameworkMarkus Mohrhard
2016-06-18uitest: move declaration for the uitesting wrapper objects to include/ dirMarkus Mohrhard
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard
2016-06-18uitest: provide a way for non-vcl modules to register factoriesMarkus Mohrhard
2016-06-18uitest: use forward declarationsMarkus Mohrhard
2016-06-18uitest: add spinfield uitest supportMarkus Mohrhard
2016-06-18uitest: fix warningsMarkus Mohrhard
2016-06-18uitest: avoid crashes when trying to access missing UI objectMarkus Mohrhard
2016-06-18uitest: forgot the uitest spi button wrapper in the factoryMarkus Mohrhard
2016-06-18uitest: replace assert with correct error handlingMarkus Mohrhard
2016-06-18uitest: initial support for spinbuttons in uitestingMarkus Mohrhard
2016-06-18uitest: add initial support for combo boxes to uitestingMarkus Mohrhard
2016-06-18uitest: don't allow access to disabled or hidden listboxMarkus Mohrhard
2016-06-18uitest: initial work on tab page ui testing supportMarkus Mohrhard
2016-06-18uitest: provide a few more properties for list boxesMarkus Mohrhard
2016-06-18uitest: provide a few more properties in the state mapMarkus Mohrhard
2016-06-18uitest: add initial implementation for ListBoxMarkus Mohrhard
2016-06-18uitest: handle a few more dialog typesMarkus Mohrhard
2016-06-18uitest: add checkboxes to UI testingMarkus Mohrhard
2016-06-18uitest: add a few more properties for the ui testingMarkus Mohrhard
2016-06-18uitest: add getState method to css::ui::test::XUIObjectMarkus Mohrhard
2016-06-18uitest: support the parameters in the executeAction commandMarkus Mohrhard
2016-06-18uitest: send all commands in async modeMarkus Mohrhard
2016-06-18uitest: actually implement the UNO interfacesMarkus Mohrhard
2016-06-18uitest: ReallyVisible contains if the Window is visible on screenMarkus Mohrhard
2016-06-18uitest: if action is not executed forward to base classMarkus Mohrhard
2016-06-18uitest: add way to type text in any window through ui testingMarkus Mohrhard
2016-06-18uitest: rename getType to get_typeMarkus Mohrhard
2016-06-18uitest: set text through key events in ui testsMarkus Mohrhard
2016-06-18uitest: add ui test wrapper for EditMarkus Mohrhard
2016-06-18uitest: remove wrong commentMarkus Mohrhard
2016-06-18uitest: correct log macroMarkus Mohrhard