summaryrefslogtreecommitdiffstats
path: root/bin/convwatch.py
Commit message (Collapse)AuthorAgeFilesLines
* normalize existing emacs/vim mode-lines in python filesMichael Stahl2016-10-261-1/+1
| | | | | | | | | 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
* convwatch: use PerTestConnection by defaultMichael Stahl2016-04-271-2/+2
| | | | | | | | It's more robust to restart soffice after every file, even if it takes more time, overall it's better than having to prune all the files that are invalid or cause loops before running convwatch. Change-Id: I7f7155f71bb2522ae48182aa1b5ca61fc47ae4d5
* convwatch: logExceptionInvoke is kind of pointless nowMichael Stahl2016-04-271-14/+3
| | | | | | ... that runLoadPrintFileTests catches the exceptions anyway. Change-Id: I6441551558e057427a9732451415f4c449a3609a
* convwatch: don't generate images for documents that failed to printMichael Stahl2016-04-271-6/+21
| | | | Change-Id: I2dba6ccbb7cbfb3719c2169dc74204014caf2e84
* convwatch: add a watchdog for the layout loops :(Michael Stahl2016-04-271-4/+23
| | | | Change-Id: I33996f0d84e1a4b303b6f2cf7afa6cee32665a77
* convwatch: if a document fails to load, log that instead of failingMichael Stahl2016-04-271-1/+14
| | | | | | | Bugzillas have lots of zip-files with wrong mime-types and non-well-formed files. Change-Id: I1238a35da0f222759439316a33b8927a3544a965
* convwatch: don't buffer stdout loggingMichael Stahl2016-04-271-25/+28
| | | | Change-Id: I0d32b150b65bf6bd30a988c2e028c5d7e05f195e
* convwatch: let's print some timestampsMichael Stahl2016-04-271-3/+6
| | | | Change-Id: I455017ad3458362b78d6306886344ccec3c9247b
* The --nofirststartwizard option is a no-opTor Lillqvist2015-03-291-1/+1
| | | | Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f
* convwatch.py: decode bytes before printingMichael Stahl2014-04-021-1/+1
| | | | Change-Id: Ic1b115583415ab9bd2bdb18fa55f61803efc8442
* convwatch.py: fix handling of loadComponentFromURL returning nullMichael Stahl2014-04-021-0/+4
| | | | Change-Id: Icc64d56a74be9e95fdf69204356f9c2405ce7cc8
* Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2014-01-161-2/+2
| | | | | | | ...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* convwatch.py: make it run on Python 3Michael Stahl2012-12-201-3/+3
| | | | Change-Id: Iaf0303f5268233ff34a4d4a31d1955fc6f58e7e2
* convwatch.py: subprocess.check_output only in Python 2.7+Michael Stahl2012-04-271-1/+4
|
* add convwatch.pyMichael Stahl2012-02-271-0/+424