summaryrefslogtreecommitdiff
path: root/bin/convwatch.py
AgeCommit message (Collapse)AuthorFilesLines
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl1-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
2016-04-27convwatch: use PerTestConnection by defaultMichael Stahl1-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
2016-04-27convwatch: logExceptionInvoke is kind of pointless nowMichael Stahl1-14/+3
... that runLoadPrintFileTests catches the exceptions anyway. Change-Id: I6441551558e057427a9732451415f4c449a3609a
2016-04-27convwatch: don't generate images for documents that failed to printMichael Stahl1-6/+21
Change-Id: I2dba6ccbb7cbfb3719c2169dc74204014caf2e84
2016-04-27convwatch: add a watchdog for the layout loops :(Michael Stahl1-4/+23
Change-Id: I33996f0d84e1a4b303b6f2cf7afa6cee32665a77
2016-04-27convwatch: if a document fails to load, log that instead of failingMichael Stahl1-1/+14
Bugzillas have lots of zip-files with wrong mime-types and non-well-formed files. Change-Id: I1238a35da0f222759439316a33b8927a3544a965
2016-04-27convwatch: don't buffer stdout loggingMichael Stahl1-25/+28
Change-Id: I0d32b150b65bf6bd30a988c2e028c5d7e05f195e
2016-04-27convwatch: let's print some timestampsMichael Stahl1-3/+6
Change-Id: I455017ad3458362b78d6306886344ccec3c9247b
2015-03-29The --nofirststartwizard option is a no-opTor Lillqvist1-1/+1
Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f
2014-04-02convwatch.py: decode bytes before printingMichael Stahl1-1/+1
Change-Id: Ic1b115583415ab9bd2bdb18fa55f61803efc8442
2014-04-02convwatch.py: fix handling of loadComponentFromURL returning nullMichael Stahl1-0/+4
Change-Id: Icc64d56a74be9e95fdf69204356f9c2405ce7cc8
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-2/+2
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2012-12-20convwatch.py: make it run on Python 3Michael Stahl1-3/+3
Change-Id: Iaf0303f5268233ff34a4d4a31d1955fc6f58e7e2
2012-04-27convwatch.py: subprocess.check_output only in Python 2.7+Michael Stahl1-1/+4
2012-02-27add convwatch.pyMichael Stahl1-0/+424