summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-06-18uitest: let us return a string based typeMarkus Mohrhard2-0/+12
2016-06-18uitest: an enum is a bad idea for the typeMarkus Mohrhard1-49/+4
2016-06-18uitest: support selecting different tab pages in tab dialogMarkus Mohrhard1-0/+12
2016-06-18uitest: fix bug in the uitesting frameworkMarkus Mohrhard1-1/+1
2016-06-18uitest: don't use WindowUIObject if not necessaryMarkus Mohrhard1-5/+0
2016-06-18uitest: fix wrong factory function for checkboxesMarkus Mohrhard1-1/+1
2016-06-18uitest: move declaration for the uitesting wrapper objects to include/ dirMarkus Mohrhard9-257/+46
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard13-185/+128
2016-06-18uitest: provide a way for non-vcl modules to register factoriesMarkus Mohrhard2-0/+22
2016-06-18uitest: use forward declarationsMarkus Mohrhard3-4/+11
2016-06-18let us not call getenv for each windowMarkus Mohrhard1-1/+2
2016-06-18uitest: add spinfield uitest supportMarkus Mohrhard3-0/+73
2016-06-18uitest: fix warningsMarkus Mohrhard1-8/+11
2016-06-18uitest: avoid crashes when trying to access missing UI objectMarkus Mohrhard1-0/+9
2016-06-18uitest: forgot the uitest spi button wrapper in the factoryMarkus Mohrhard1-0/+8
2016-06-18uitest: replace assert with correct error handlingMarkus Mohrhard1-3/+15
2016-06-18uitest: add todo commentMarkus Mohrhard1-0/+1
2016-06-18uitest: initial support for spinbuttons in uitestingMarkus Mohrhard2-0/+61
2016-06-18uitest: add initial support for combo boxes to uitestingMarkus Mohrhard3-0/+71
2016-06-18uitest: don't allow access to disabled or hidden listboxMarkus Mohrhard1-0/+3
2016-06-18uitest: initial work on tab page ui testing supportMarkus Mohrhard3-0/+60
2016-06-18uitest: provide a few more properties for list boxesMarkus Mohrhard1-0/+2
2016-06-18uitest: provide a few more properties in the state mapMarkus Mohrhard1-0/+2
2016-06-18uitest: add initial implementation for ListBoxMarkus Mohrhard3-0/+79
2016-06-18uitest: handle a few more dialog typesMarkus Mohrhard2-1/+14
2016-06-18uitest: add checkboxes to UI testingMarkus Mohrhard3-0/+62
2016-06-18uitest: add ids for buttons in MessageDialogMarkus Mohrhard1-0/+7
2016-06-18uitest: add a few more properties for the ui testingMarkus Mohrhard1-1/+48
2016-06-18uitest: send signal when modeless dialog is readyMarkus Mohrhard1-0/+10
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: send a document event when modal dialog is executedMarkus Mohrhard2-0/+10
2016-06-18uitest: send all commands in async modeMarkus Mohrhard1-1/+4
2016-06-18uitest: actually implement the UNO interfacesMarkus Mohrhard5-0/+229
2016-06-18uitest: ReallyVisible contains if the Window is visible on screenMarkus Mohrhard1-0/+1
2016-06-18uitest: if action is not executed forward to base classMarkus Mohrhard1-2/+18
2016-06-18uitest: add way to type text in any window through ui testingMarkus Mohrhard1-16/+23
2016-06-18uitest: rename getType to get_typeMarkus Mohrhard2-9/+9
2016-06-18uitest: set text through key events in ui testsMarkus Mohrhard1-1/+26
2016-06-18uitest: add ui test wrapper for EditMarkus Mohrhard3-0/+78
2016-06-18uitest: remove wrong commentMarkus Mohrhard1-1/+0
2016-06-18uitest: correct log macroMarkus Mohrhard1-1/+1
2016-06-18uitest: add method to get top level window that has current focusMarkus Mohrhard1-0/+18
2016-06-18uitest: add a few more wrappers for ui controlsMarkus Mohrhard5-5/+266
2016-06-18uitest: initial work on executing dispatcher commands in ui testsMarkus Mohrhard1-0/+7
2016-06-18uitest: let us use the include/vcl/uitest purely for the interfaceMarkus Mohrhard2-1/+31
2016-06-18uitest: it helps if you actually compile the source codeMarkus Mohrhard2-0/+6
2016-06-18uitest: move the uitest files to vclMarkus Mohrhard3-0/+118
2016-06-18uitest: some more work for the UI testingMarkus Mohrhard1-0/+5
2016-06-18uitest: store the id of each vcl::WindowMarkus Mohrhard3-0/+12