summaryrefslogtreecommitdiff
path: root/uitest/demo_ui
AgeCommit message (Collapse)AuthorFilesLines
2020-04-21uitest: remove unneeded time.sleepXisco Fauli1-8/+0
Change-Id: I618a17fb8347d1f935caaef54738299863ddbb49 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92612 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2020-04-15Related tdf#130778: New About dialogHeiko Tietze1-1/+1
More flexible dialog logo & about images as SVGs Change-Id: Icefa035893e241a7dee6aa28236e6b89b38477de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91908 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-03-25Defect type: IDENTIFIER_TYPOCaolán McNamara1-2/+2
identifier_typo: Using "Libreoffice" appears to be a typo: "Libreoffice" is only known to be referenced here, or in copies of this code. Identifier "LibreOffice" is referenced elsewhere at least 19 times. Change-Id: I201bcc7e226dde52eed2c0281d2b9839a234af1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91033 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2019-10-09name all Notebooks 'tabcontrol'Caolán McNamara2-2/+2
Change-Id: I5159ed77c2b3ba2f06e381a738a49dbe17a6a4dd Reviewed-on: https://gerrit.libreoffice.org/80542 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-04-10Fix one more get_url_for_data_fileStephan Bergmann1-2/+3
Change-Id: I22d556fe4719fc8e7b53c66b778f6b4196f8f024 Reviewed-on: https://gerrit.libreoffice.org/70523 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-07-28uitest: support parameters when sending UNO commandsSaurav Chirania1-0/+24
This patch introduces a new function to send parameters with UNO commands in UI Tests and adds a test which uses the function to change the color of text in writer. Change-Id: Ic687872ab826b50360e1bd042d9668a9f6ddbf63 Reviewed-on: https://gerrit.libreoffice.org/57857 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-01-08uitest: add a shared helper method for selecting textMarkus Mohrhard1-2/+2
Change-Id: I15d059ea51ec1e7f0923dab5326a9bb8433e664c Reviewed-on: https://gerrit.libreoffice.org/47550 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-01-08uitest: add demo showing how to select text in EditMarkus Mohrhard1-1/+25
Change-Id: I8abb09e7e7b22934648bf0f295155a85da151cf8 Reviewed-on: https://gerrit.libreoffice.org/47549 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-02-18use special method to close dialog through button clickMarkus Mohrhard2-3/+3
Change-Id: Id884cc75503cb433742f9316d9647cff801565f7 Reviewed-on: https://gerrit.libreoffice.org/34230 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-02-18uitest: use the correct method to close a dialog through a buttonMarkus Mohrhard7-9/+44
Change-Id: I210c1d9a99a93b7a21478f679f440c270375bedc Reviewed-on: https://gerrit.libreoffice.org/34398 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-12-24uitest: write a helper method for selecting based on positionMarkus Mohrhard6-15/+13
Change-Id: Ia7c4450f83a5a7cebd9d518c9ccac1ce07045570 Reviewed-on: https://gerrit.libreoffice.org/32407 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-12-24uitest: add a helper method for typing textMarkus Mohrhard2-5/+4
Change-Id: If450e3f0ff1e2a8f33db05e9512a13e5771115a8 Reviewed-on: https://gerrit.libreoffice.org/32406 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl12-25/+24
Bunch of these were setting C++ or Make modes and icky tabs... Also, reportedly Emacs can figure out to enable python-mode automatically. Change-Id: I50072488fb92cb4d27aa3f74f717a28ae3967543
2016-10-11pathlib is only in python 3.4+Markus Mohrhard1-7/+2
We still use 3.3 on windows. Change-Id: I32adabe1eb12d8803d61458fcb1a228b3ff045e0
2016-09-29add missing test filesMarkus Mohrhard2-0/+0
Change-Id: Idab1e1649b016d99ccd32158d36dc1d3e56a44b9 Reviewed-on: https://gerrit.libreoffice.org/29371 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-07-17uitest: add demo showing how to select active frameMarkus Mohrhard1-0/+15
Change-Id: I76bb79047b9d15228dc29379203300ccf50fc4f1
2016-07-17uitest: don't hard code my path in testMarkus Mohrhard1-2/+12
Change-Id: I65959552f74d860ee8773f1f5649bd160686f288
2016-07-17uitest: add demo for handling two filesMarkus Mohrhard1-0/+41
Change-Id: I03cbe67922df521a6cef5f3448c0c9dce10b662d
2016-07-13uitest: all files moved to the new directory layoutMarkus Mohrhard11-22/+1
Change-Id: Ib5a6fc98fafb774ca5c7cc1323dbe4eb8a1c4aff
2016-07-13uitest: move more parts to the new directory structureMarkus Mohrhard2-2/+2
Change-Id: I9dab4c0beef08b04e65dc0dae337a822041cf218
2016-07-13uitest: remove the imports for pyuno and timeMarkus Mohrhard7-73/+0
Change-Id: I384e9ee1a38aad80bf3a4906a4955c57e4895538
2016-07-13uitest: move more code into the new directory layoutMarkus Mohrhard11-11/+11
Change-Id: Ic5d08f08c1fccc74be09cea7887d3acb910e7636
2016-06-26uitest: add a way to have sleeps in some test runsMarkus Mohrhard1-3/+3
Now adding a -d or --debug to the command line options will enable the sleeps in the uitest.debug part. This makes it much easier to debug a test in the visual mode. Only remaining part is now to add a test runner into the build system that makes use of that mode. Change-Id: I03d55b10f06dd12a63a8d87c135967901bef0fba
2016-06-26uitest: move for files into the new directory layoutMarkus Mohrhard2-2/+2
Change-Id: Ic8289da6bd32ed9645253b996269be6e82bd1d7c
2016-06-26uitest: bring some order into the file messMarkus Mohrhard11-11/+11
The uitest/uitest directory will be used for the actual uitest framework. The libreoffice directory should contain any common LibreOffice related code. Change-Id: I3f6394ff4be83b89a8764eab10a154e755237d35
2016-06-25uitest: add special char widget demoMarkus Mohrhard1-0/+37
Change-Id: I513ae293cfed488723e221a7eec37f103efefa92
2016-06-22uitest: remove sleeps from demo ui partsMarkus Mohrhard2-6/+0
Change-Id: Ib1fc73c317186ede3f41029aa40b0c6a075c085d
2016-06-22uitest: move the demo ui tests to the new unittest approachMarkus Mohrhard11-250/+211
Change-Id: I70222d701191f28f9dffb3bfdfbb7510d64d0251
2016-06-22uitest: add treelist demoMarkus Mohrhard2-0/+65
Change-Id: I41796a2a557143030cbd016399c2c1bf5cde37bd
2016-06-22uitest: add tabcontrol demoMarkus Mohrhard2-0/+55
Change-Id: Ibcdf5c1a43ed943c22745545257d5d324ed139ec
2016-06-20uitest: add demo for spinfieldMarkus Mohrhard2-0/+106
Change-Id: I45751598df2c14c1e8e3a7f17705fe52321b0c89 Reviewed-on: https://gerrit.libreoffice.org/26493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-06-18uitest: add the radiobutton demoMarkus Mohrhard1-0/+43
Change-Id: I271a7388c2114304da26050f909c366edd8143b5
2016-06-18uitest: close all the documents in the testsMarkus Mohrhard5-2/+18
Change-Id: I4ad9c2603edbf3ac6fc4db60481dc93c16ea63ff
2016-06-18uitest: add the ui demo testsMarkus Mohrhard1-0/+10
The makefile part needs to be added but the tests currently hang as I'm not closing the dialogs yet. Change-Id: I8f938fb9b46213e6b1c7295bde780f119053447e
2016-06-18uitest: move code from calc_demo to normal demo for gridwinMarkus Mohrhard1-0/+73
Change-Id: I17f61ff790b7d0b28e4292e201d4feaa9a100bde
2016-06-18uitest: add close_doc to the demosMarkus Mohrhard5-4/+10
Change-Id: I4329d4b574e442e7bd30a2a5b4dab3f97a6d6403
2016-06-18uitest: add demo for tabdialog handlingMarkus Mohrhard1-0/+49
Change-Id: I217fb4a5fb1a8743def4e76522f90f0ee6a17917
2016-06-18uitest: move uitest python part from dev-toolsMarkus Mohrhard4-0/+157
Change-Id: I5a6464cb4e110d1da48b5f525f63e0a7de6dea58