summaryrefslogtreecommitdiff
path: root/vcl/source/uitest/uiobject.cxx
AgeCommit message (Expand)Author
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-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-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-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-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