core.git: bin/convwatch.py bin/find-german-comments bin/refcount_leak.py bin/update_pch_bisect

2024-06-25 Thread Leonard Sasse (via logerrit)
bin/convwatch.py |2 +- bin/find-german-comments | 10 -- bin/refcount_leak.py |2 +- bin/update_pch_bisect| 38 +- 4 files changed, 23 insertions(+), 29 deletions(-) New commits: commit

[Libreoffice-commits] core.git: bin/convwatch.py sw/source

2021-04-30 Thread Michael Stahl (via logerrit)
bin/convwatch.py |2 ++ sw/source/core/layout/layact.cxx |6 ++ 2 files changed, 8 insertions(+) New commits: commit c926974ec1a4dbb72f273927fed0bc2f5e19c374 Author: Michael Stahl AuthorDate: Fri Apr 30 17:06:59 2021 +0200 Commit: Michael Stahl CommitDate

[Libreoffice-commits] core.git: bin/convwatch.py

2020-01-16 Thread Caolán McNamara (via logerrit)
bin/convwatch.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5203e462345f8491b2d4547c9665e362c5026fc7 Author: Caolán McNamara AuthorDate: Thu Jan 16 12:11:27 2020 + Commit: Caolán McNamara CommitDate: Thu Jan 16 18:07:32 2020 +0100 document

[Libreoffice-commits] core.git: bin/convwatch.py

2020-01-16 Thread Noel Grandin (via logerrit)
bin/convwatch.py |4 1 file changed, 4 insertions(+) New commits: commit 0c0ff7c0251f1e475d86a2f4885c06642ea43c9c Author: Noel Grandin AuthorDate: Thu Jan 16 14:02:58 2020 +0200 Commit: Noel Grandin CommitDate: Thu Jan 16 14:04:15 2020 +0200 add some comments to convwatch

[Libreoffice-commits] core.git: 2 commits - bin/convwatch.py sw/source

2020-01-16 Thread Michael Stahl (via logerrit)
bin/convwatch.py |5 - sw/source/filter/ww8/wrtw8nds.cxx |2 +- 2 files changed, 5 insertions(+), 2 deletions(-) New commits: commit 8f2d1ff0f745b056799a783ca973bd6d579b5bfc Author: Michael Stahl AuthorDate: Wed Jan 15 18:23:51 2020 +0100 Commit: Michael

[Libreoffice-commits] core.git: Branch 'feature/new-vcl-scheduler' - 282 commits - android/mobile-config.py avmedia/source basctl/source basic/qa bin/convwatch.py bin/test-hid-vs-ui.py bin/upload_symb

2016-10-28 Thread Jan-Marek Glogowski
Rebased ref, commits from common ancestor: commit b87a70dc3aa1719d9836314d2aef145016c0af07 Author: Jan-Marek Glogowski Date: Fri Oct 28 11:05:18 2016 +0200 Add VCL scheduler documentation Change-Id: Id2476e39272f5e253c5edfce59e84b0e2902db82 diff --git

[Libreoffice-commits] core.git: 2 commits - android/mobile-config.py bin/convwatch.py bin/test-hid-vs-ui.py bin/upload_symbols.py librelogo/source pyuno/demo pyuno/source scripting/source sfx2/qa sole

2016-10-26 Thread Michael Stahl
TEMPLATE.SOURCECODE.HEADER | 13 + android/mobile-config.py |4 +++- bin/convwatch.py |2 +- bin/test-hid-vs-ui.py|4 ++-- bin/upload_symbols.py

[Libreoffice-commits] core.git: 9 commits - bin/convwatch.py editeng/source logerrit svx/source

2016-04-27 Thread Michael Stahl
bin/convwatch.py | 118 +- editeng/source/items/frmitems.cxx |1 logerrit | 13 svx/source/dialog/rulritem.cxx|1 4 files changed, 82 insertions(+), 51 deletions(-) New commits: commit

[Libreoffice-commits] core.git: 3 commits - bin/benchmark-document-loading bin/convwatch.py desktop/source odk/examples sysui/desktop unotest/source

2015-03-29 Thread Tor Lillqvist
bin/benchmark-document-loading|2 +- bin/convwatch.py |2 +- desktop/source/app/cmdlineargs.cxx|3 +-- desktop/source/app/cmdlineargs.hxx|1 - odk

[Libreoffice-commits] core.git: 4 commits - bin/convwatch.py vcl/README vcl/source

2014-04-02 Thread Michael Stahl
bin/convwatch.py |6 +- vcl/README| 36 vcl/source/gdi/pdfwriter_impl.cxx | 19 ++- vcl/source/gdi/pdfwriter_impl.hxx |4 +++- 4 files changed, 54 insertions(+), 11 deletions(-) New

[Libreoffice-commits] .: bin/convwatch.py

2012-12-20 Thread Libreoffice Gerrit user
bin/convwatch.py |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit f8d7ddc805d4f1c013d4eab354bb2d86dcb2dda7 Author: Michael Stahl mst...@redhat.com Date: Thu Dec 20 19:59:50 2012 +0100 convwatch.py: make it run on Python 3 Change-Id

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - bin/convwatch.py

2012-12-20 Thread Libreoffice Gerrit user
bin/convwatch.py |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 8289c2c9c71fa3e931f4f3ce684064d7d6d38be6 Author: Michael Stahl mst...@redhat.com Date: Thu Dec 20 19:59:50 2012 +0100 convwatch.py: make it run on Python 3 Change-Id

Re: convwatch.py

2012-07-03 Thread Thorsten Behrens
Peter Jentsch wrote: I've noticed your recent revival of convwatch.py for layout regression tests. We've been developing a tool (written in Java) that might make convwatch.py more portable, by allowing to ignore certain graphical differences (caused by the possibly different implementations

Re: convwatch.py

2012-07-03 Thread Peter Jentsch
Am 03.07.12 14:51, schrieb Thorsten Behrens: Peter Jentsch wrote: I've noticed your recent revival of convwatch.py for layout regression tests. We've been developing a tool (written in Java) that might make convwatch.py more portable, by allowing to ignore certain graphical differences

convwatch.py

2012-07-02 Thread Peter Jentsch
Hi Michael, I've noticed your recent revival of convwatch.py for layout regression tests. We've been developing a tool (written in Java) that might make convwatch.py more portable, by allowing to ignore certain graphical differences (caused by the possibly different implementations

Re: bin/convwatch.py: graphical layout regression test re-incarnated

2012-03-13 Thread Michael Meeks
On Mon, 2012-03-12 at 22:29 +0100, Michael Stahl wrote: oh, those are so new-fangled i never heard of them :) ;-) for me it turned out that the problems of remote UNO are completely dwarfed by the un-reliability of our awful office code; e.g. i did not succeed once in printing ~120

Re: bin/convwatch.py: graphical layout regression test re-incarnated

2012-03-12 Thread Michael Stahl
On 11/03/12 16:50, Thorsten Behrens wrote: Michael Stahl wrote: like several previous incarnations of the same idea, it bootstraps an office, loads all documents in a directory and prints them to files. Hehe, you rock - just, FWIW, there's this in the old build repo:

bin/convwatch.py: graphical layout regression test re-incarnated

2012-03-09 Thread Michael Stahl
the files to JPEGs with GhostScript and compares them against the reference via ImageMagick tools. of course in the tradition of the 27 previous similar tools (none of which actually ran for me, btw) it is called convwatch.py. unfortunately it is currently a bit specific to Writer, it is hardcoded to only

[Libreoffice-commits] .: 7 commits - bin/convwatch.py cppu/source sfx2/source solenv/gdb svl/source sw/source

2012-02-27 Thread Michael Stahl
bin/convwatch.py | 424 +++ cppu/source/threadpool/jobqueue.cxx |9 cppu/source/threadpool/jobqueue.hxx |6 sfx2/source/doc/sfxbasemodel.cxx | 20 - solenv/gdb/libreoffice/__init__.py |2