summaryrefslogtreecommitdiff
path: root/vcl/source/uitest
AgeCommit message (Expand)AuthorFilesLines
2017-10-30tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara1-10/+8
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-09-30Access to ProcessEventsToSignal's bSignal is racyStephan Bergmann1-1/+9
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-1/+1
2017-09-22vcl: [loplugin:badstatics] aInstanceMichael Stahl1-2/+10
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-4/+4
2017-08-02uitest: detect real floating windows betterMarkus Mohrhard1-1/+5
2017-07-18try sleep instead of blocks annotationCaolán McNamara1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin2-6/+6
2017-07-15coverity#1415093 annotate Waiting while holding a lock as deliberateCaolán McNamara1-0/+1
2017-07-14UI Test idle needs to run with highes priorityMarkus Mohrhard1-1/+1
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+1
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski1-0/+1
2017-06-28Call ~Idle with SolarMutex lockedStephan Bergmann1-5/+9
2017-06-20Propagate failure out from css.ui.test.XUITest::executeCommand/DialogStephan Bergmann2-14/+10
2017-06-12Avoid use-after-freeStephan Bergmann1-12/+14
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin2-13/+14
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-4/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock3-0/+3
2017-04-16uitest: escape the " for the json string conversionMarkus Mohrhard1-1/+10
2017-03-26uitest: provide a way to select a floating window, e.g. popup menuMarkus Mohrhard2-0/+21
2017-03-26uitest: handle float windows better in the hierarchy dumpMarkus Mohrhard1-6/+15
2017-03-26uitest: allow to find ourself with an IDMarkus Mohrhard1-0/+3
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-21uitest: also accept child windows having focus for loggingMarkus Mohrhard1-3/+23
2017-03-21uitest: better support for listbox loggingMarkus Mohrhard1-0/+11
2017-03-21uitest: always start with a clean fileMarkus Mohrhard1-1/+1
2017-03-21uitest: only log actions for elements with the focusMarkus Mohrhard1-0/+3
2017-03-20uitest: start to log key inputMarkus Mohrhard1-0/+70
2017-03-20uitest: add logging for UI actionsMarkus Mohrhard2-0/+106
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-27uitest: move the processing of actions into the idle handlerMarkus Mohrhard2-10/+115
2017-02-27uitest: execute commands in synchronous modeMarkus Mohrhard1-1/+1
2017-02-27uitest: add a specific method for executing dialogsMarkus Mohrhard2-0/+18
2017-02-21remove unused enumerators from WindowTypeNoel Grandin1-2/+2
2017-02-14Convert WindowType to scoped enumNoel Grandin1-5/+5
2017-02-07uitest: provide a way to get a json representation of the ui infoMarkus Mohrhard3-12/+39
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-39/+13
2016-12-21uitest: handle typing in a combobox correctly with sub editsMarkus Mohrhard1-0/+13
2016-12-21uitest: forward unhandled actions to parent's methodMarkus Mohrhard1-0/+2
2016-12-19loplugin:sallogareasStephan Bergmann1-1/+1
2016-12-19uitest: warn if the command is not executedMarkus Mohrhard1-1/+3
2016-12-19uitest: add missing solar mutex guardMarkus Mohrhard1-0/+1
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann1-5/+0
2016-11-13drop extra semicolonsDavid Tardon1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-09-10Typo: (un)kown->(un)knownJulien Nabet1-1/+1
2016-09-05Simplify Sequence constructionStephan Bergmann1-4/+4