summaryrefslogtreecommitdiff
path: root/uitest/demo_ui
AgeCommit message (Collapse)Author
2017-02-18use special method to close dialog through button clickMarkus Mohrhard
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 Mohrhard
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 Mohrhard
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 Mohrhard
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 Stahl
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 Mohrhard
We still use 3.3 on windows. Change-Id: I32adabe1eb12d8803d61458fcb1a228b3ff045e0
2016-09-29add missing test filesMarkus Mohrhard
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 Mohrhard
Change-Id: I76bb79047b9d15228dc29379203300ccf50fc4f1
2016-07-17uitest: don't hard code my path in testMarkus Mohrhard
Change-Id: I65959552f74d860ee8773f1f5649bd160686f288
2016-07-17uitest: add demo for handling two filesMarkus Mohrhard
Change-Id: I03cbe67922df521a6cef5f3448c0c9dce10b662d
2016-07-13uitest: all files moved to the new directory layoutMarkus Mohrhard
Change-Id: Ib5a6fc98fafb774ca5c7cc1323dbe4eb8a1c4aff
2016-07-13uitest: move more parts to the new directory structureMarkus Mohrhard
Change-Id: I9dab4c0beef08b04e65dc0dae337a822041cf218
2016-07-13uitest: remove the imports for pyuno and timeMarkus Mohrhard
Change-Id: I384e9ee1a38aad80bf3a4906a4955c57e4895538
2016-07-13uitest: move more code into the new directory layoutMarkus Mohrhard
Change-Id: Ic5d08f08c1fccc74be09cea7887d3acb910e7636
2016-06-26uitest: add a way to have sleeps in some test runsMarkus Mohrhard
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 Mohrhard
Change-Id: Ic8289da6bd32ed9645253b996269be6e82bd1d7c
2016-06-26uitest: bring some order into the file messMarkus Mohrhard
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 Mohrhard
Change-Id: I513ae293cfed488723e221a7eec37f103efefa92
2016-06-22uitest: remove sleeps from demo ui partsMarkus Mohrhard
Change-Id: Ib1fc73c317186ede3f41029aa40b0c6a075c085d
2016-06-22uitest: move the demo ui tests to the new unittest approachMarkus Mohrhard
Change-Id: I70222d701191f28f9dffb3bfdfbb7510d64d0251
2016-06-22uitest: add treelist demoMarkus Mohrhard
Change-Id: I41796a2a557143030cbd016399c2c1bf5cde37bd
2016-06-22uitest: add tabcontrol demoMarkus Mohrhard
Change-Id: Ibcdf5c1a43ed943c22745545257d5d324ed139ec
2016-06-20uitest: add demo for spinfieldMarkus Mohrhard
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 Mohrhard
Change-Id: I271a7388c2114304da26050f909c366edd8143b5
2016-06-18uitest: close all the documents in the testsMarkus Mohrhard
Change-Id: I4ad9c2603edbf3ac6fc4db60481dc93c16ea63ff
2016-06-18uitest: add the ui demo testsMarkus Mohrhard
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 Mohrhard
Change-Id: I17f61ff790b7d0b28e4292e201d4feaa9a100bde
2016-06-18uitest: add close_doc to the demosMarkus Mohrhard
Change-Id: I4329d4b574e442e7bd30a2a5b4dab3f97a6d6403
2016-06-18uitest: add demo for tabdialog handlingMarkus Mohrhard
Change-Id: I217fb4a5fb1a8743def4e76522f90f0ee6a17917
2016-06-18uitest: move uitest python part from dev-toolsMarkus Mohrhard
Change-Id: I5a6464cb4e110d1da48b5f525f63e0a7de6dea58