summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2016-06-18uitest: add wrapper for radio buttonMarkus Mohrhard
2016-06-18uitest: set ids for a few UI objects created in codeMarkus 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: support selecting different tab pages in tab dialogMarkus Mohrhard
2016-06-18uitest: fix bug in the uitesting frameworkMarkus Mohrhard
2016-06-18uitest: don't use WindowUIObject if not necessaryMarkus Mohrhard
2016-06-18uitest: fix wrong factory function for checkboxesMarkus 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-18let us not call getenv for each windowMarkus 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: add todo commentMarkus 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 ids for buttons in MessageDialogMarkus Mohrhard
2016-06-18uitest: add a few more properties for the ui testingMarkus Mohrhard
2016-06-18uitest: send signal when modeless dialog is readyMarkus 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 a document event when modal dialog is executedMarkus 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
2016-06-18uitest: add method to get top level window that has current focusMarkus Mohrhard
2016-06-18uitest: add a few more wrappers for ui controlsMarkus Mohrhard
2016-06-18uitest: initial work on executing dispatcher commands in ui testsMarkus Mohrhard
2016-06-18uitest: let us use the include/vcl/uitest purely for the interfaceMarkus Mohrhard