summaryrefslogtreecommitdiff
path: root/vcl/source/uitest/uiobject.cxx
AgeCommit message (Expand)Author
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-10-30tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-08-02uitest: detect real floating windows betterMarkus Mohrhard
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-16uitest: escape the " for the json string conversionMarkus Mohrhard
2017-03-26uitest: handle float windows better in the hierarchy dumpMarkus Mohrhard
2017-03-26uitest: allow to find ourself with an IDMarkus Mohrhard
2017-03-25Fix typosAndrea Gelmini
2017-03-21uitest: better support for listbox loggingMarkus Mohrhard
2017-03-20uitest: add logging for UI actionsMarkus Mohrhard
2017-02-21remove unused enumerators from WindowTypeNoel Grandin
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-02-07uitest: provide a way to get a json representation of the ui infoMarkus Mohrhard
2016-12-21uitest: handle typing in a combobox correctly with sub editsMarkus Mohrhard
2016-12-21uitest: forward unhandled actions to parent's methodMarkus Mohrhard
2016-11-13drop extra semicolonsDavid Tardon
2016-09-10Typo: (un)kown->(un)knownJulien Nabet
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: add support for TabControlMarkus Mohrhard
2016-06-20support typing into the spin fieldMarkus 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: an enum is a bad idea for the typeMarkus 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: use forward declarationsMarkus Mohrhard
2016-06-18uitest: add spinfield uitest supportMarkus Mohrhard
2016-06-18uitest: fix warningsMarkus 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