Re: Building Doxygen documentation

2023-08-18 Thread Patrick Luby
On 8/18/23 7:15 PM, Chris Tapp wrote: I’ve added —enable-odk to autogen.input, run “make clean” and then “make docs”, but I’m still being told “You need the graphviz tools to create the nice inheritance graphs”. So I tried "make docs" and I get the same error. I looked at the script that

Re: Building Doxygen documentation

2023-08-18 Thread Chris Tapp
> On 18 Aug 2023, at 11:57, Michael Stahl wrote: > > On 18/08/2023 11:02, Chris Tapp wrote: >> On 17 Aug 2023, at 17:42, Michael Stahl wrote: >>> >>> On 17/08/2023 18:12, Chris Tapp wrote: > However, the following is reported: *** Executable unoapploader must be registered in Reposit

Re: Building Doxygen documentation

2023-08-18 Thread Chris Tapp
> On 18 Aug 2023, at 10:44, Ilmari Lauhakangas > wrote: > > On 18.8.2023 12.02, Chris Tapp wrote: >> On 17 Aug 2023, at 17:42, Michael Stahl wrote: >>> >>> On 17/08/2023 18:12, Chris Tapp wrote: I am trying to build the doxygen documentation using: make odk as instructed on http

[Libreoffice-commits] core.git: 2 commits - sc/source

2023-08-18 Thread Caolán McNamara (via logerrit)
sc/source/ui/inc/gridwin.hxx |3 +-- sc/source/ui/view/tabview3.cxx |7 --- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 34d32740d89876c3d4fd2743a07d6e2578601683 Author: Caolán McNamara AuthorDate: Thu Aug 17 20:43:22 2023 +0100 Commit: Caolán McNama

[Libreoffice-commits] core.git: officecfg/registry

2023-08-18 Thread Caolán McNamara (via logerrit)
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |6 ++ officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |5 + 2 files changed, 11 insertions(+) New commits: commit 1d361ad42a687bd6730d251d060ce867cc0b882b Author: Caolán McNamara Author

[Libreoffice-commits] core.git: 2 commits - svx/source

2023-08-18 Thread Michael Weghorn (via logerrit)
svx/source/dialog/frmsel.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 912374164f16a4157f04c74994e15f8658b37f03 Author: Michael Weghorn AuthorDate: Fri Aug 18 20:02:17 2023 +0200 Commit: Michael Weghorn CommitDate: Fri Aug 18 22:20:45 2023 +0200

[Libreoffice-commits] core.git: oox/source sd/qa

2023-08-18 Thread Samuel Mehrbrodt (via logerrit)
oox/source/export/drawingml.cxx| 15 +++ sd/qa/unit/data/pptx/tdf151134.odp |binary sd/qa/unit/export-tests-ooxml1.cxx |9 + 3 files changed, 20 insertions(+), 4 deletions(-) New commits: commit 0367a168cd01f4a2c16101726714f696ba023a6f Author: Samuel Mehrbrodt

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - svgio/qa svgio/source

2023-08-18 Thread Xisco Fauli (via logerrit)
svgio/qa/cppunit/SvgImportTest.cxx| 21 + svgio/qa/cppunit/data/tdf117920.svg |7 +++ svgio/source/svgreader/svgdocumenthandler.cxx |7 +-- 3 files changed, 29 insertions(+), 6 deletions(-) New commits: commit 06075cd2ffc490feb7560f92ffc

Re: Machine learning is used in gerrit build

2023-08-18 Thread Xisco Fauli
Hello, On 18/8/23 18:48, Noel Grandin wrote: Just recently I have to resume my builds 5 or 6 times to get past the ML stage, only then to discover that I made a mistake that affected some other platform, and then having to change things again, and restart the process. Maybe having a way to

[Libreoffice-commits] core.git: 2 commits - config_host.mk.in configure.ac solenv/gbuild

2023-08-18 Thread Michael Weghorn (via logerrit)
config_host.mk.in |1 - configure.ac |9 ++--- solenv/gbuild/JavaClassSet.mk |2 +- 3 files changed, 3 insertions(+), 9 deletions(-) New commits: commit f09e2e1d92a7d7f99b05c739952eed876f741f75 Author: Michael Weghorn AuthorDate: Fri Aug 18 09:51:

[Libreoffice-commits] core.git: vcl/source

2023-08-18 Thread Michael Weghorn (via logerrit)
vcl/source/window/dockmgr.cxx |8 1 file changed, 8 insertions(+) New commits: commit 0008ff3597e9d89481d5fccb5cefa7f058400a43 Author: Michael Weghorn AuthorDate: Fri Aug 18 15:32:12 2023 +0100 Commit: Michael Weghorn CommitDate: Fri Aug 18 20:13:55 2023 +0200 tdf#1411

[Libreoffice-commits] core.git: cui/source

2023-08-18 Thread Caolán McNamara (via logerrit)
cui/source/dialogs/AdditionsDialog.cxx | 10 -- cui/source/inc/AdditionsDialog.hxx |1 + 2 files changed, 9 insertions(+), 2 deletions(-) New commits: commit 5296b0ffe3ce031cab29d64d62e1bdc3fb2595fe Author: Caolán McNamara AuthorDate: Fri Aug 18 11:07:07 2023 +0100 Commit:

Re: Machine learning is used in gerrit build

2023-08-18 Thread Khaled Hosny
> On 18 Aug 2023, at 6:21 PM, Baole Fang wrote: > > Hi Noel, > > The reason to choose it is that it is most likely to fail among all the > builds. If it fails, then there is no need to run others. This assumes it is failing because something in the change being built, but it often fails fo

[Libreoffice-commits] core.git: sw/qa sw/source

2023-08-18 Thread Michael Stahl (via logerrit)
sw/qa/extras/layout/data/linked_frames_section_bug.odt |binary sw/qa/extras/layout/layout3.cxx| 18 + sw/source/core/layout/sectfrm.cxx |1 3 files changed, 19 insertions(+) New commits: commit 987fe1175de2db53235cc6f2441335fcc3

Re: Machine learning is used in gerrit build

2023-08-18 Thread Noel Grandin
HI My problem with this design assumes that the only thing we are optimising for is reducing the load on the build servers. But we are not a build-service organisation. Jenkins is a service that is subordinate to the needs of developers. And what developers need is feedback about which platforms

Re: Machine learning is used in gerrit build

2023-08-18 Thread Kohei Yoshida
Hello, On 09.08.2023 10:57, Baole Fang wrote: Feel free to contact me if you have any questions! Just out of curiosity, what is the overall accuracy of your model? Do you have a confusion matrix or something similar that shows the performance of your model? Thanks, Kohei

[Libreoffice-commits] core.git: uui/source

2023-08-18 Thread Noel Grandin (via logerrit)
uui/source/iahndl.cxx | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) New commits: commit 40b2464bf346f1aeda44f719a301e2e60f4d0fd0 Author: Noel Grandin AuthorDate: Thu Aug 17 14:06:23 2023 +0200 Commit: Noel Grandin CommitDate: Fri Aug 18 18:34:13 2023 +0200

[Libreoffice-commits] core.git: 2 commits - desktop/source include/ucbhelper ucbhelper/source ucb/source

2023-08-18 Thread Michael Stahl (via logerrit)
desktop/source/app/crashreport.cxx |6 ++--- include/ucbhelper/proxydecider.hxx |6 ++--- ucb/source/ucp/cmis/cmis_content.cxx |5 ucb/source/ucp/cmis/cmis_repo_content.cxx |5 ucb/source/ucp/webdav-curl/CurlSession.cxx | 34 +++---

[Libreoffice-commits] core.git: sc/source

2023-08-18 Thread Caolán McNamara (via logerrit)
sc/source/ui/inc/gridwin.hxx |2 ++ sc/source/ui/view/gridwin4.cxx | 10 -- 2 files changed, 10 insertions(+), 2 deletions(-) New commits: commit 28d41e60416ef10ae2a59d1c4ad34a2eb75dc408 Author: Caolán McNamara AuthorDate: Thu Aug 17 20:31:55 2023 +0100 Commit: Caolán McN

[Libreoffice-commits] core.git: include/sfx2 sfx2/source

2023-08-18 Thread Caolán McNamara (via logerrit)
include/sfx2/lokhelper.hxx |3 +++ sfx2/source/view/lokhelper.cxx |9 - 2 files changed, 11 insertions(+), 1 deletion(-) New commits: commit 560b5112f6738f02a12adec7d5be04e2411c93b9 Author: Caolán McNamara AuthorDate: Thu Aug 17 20:22:02 2023 +0100 Commit: Caolán McNa

[Libreoffice-commits] core.git: filter/source

2023-08-18 Thread Caolán McNamara (via logerrit)
filter/source/svg/svgwriter.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 30febe5fc4ac3117ff5dabcd1fec4acfc7b759d8 Author: Caolán McNamara AuthorDate: Wed Aug 16 15:04:58 2023 +0100 Commit: Caolán McNamara CommitDate: Fri Aug 18 18:24:04 2023 +0200

[Libreoffice-commits] core.git: officecfg/registry

2023-08-18 Thread Caolán McNamara (via logerrit)
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) New commits: commit 3614953bf1f4ada22247d04a772d1e3e1d361cef Author: Caolán McNamara AuthorDate: Fri Aug 18 13:27:46 2023 +0100 Commit: Caolán McNamara Co

Re: Machine learning is used in gerrit build

2023-08-18 Thread Baole Fang
Hi Noel, The reason to choose it is that it is most likely to fail among all the builds. If it fails, then there is no need to run others. If we choose a job that is stable and likely to pass every patch, then all other builds also need to be run, saving no computation. I'm open to all advice on

Cool! LibreOffice is free, open source and very good office suite!

2023-08-18 Thread Turritopsis Dohrnii Teo En Ming
Subject: Cool! LibreOffice is free, open source and very good office suite! Good day from Singapore, I have problems with both of my Microsoft Office Home and Business 2019 licenses. So I had installed a trial version of Microsoft Office on my refurbished Aftershock gaming laptop but it expired o

[Libreoffice-commits] core.git: Branch 'feature/cib_contract57d' - sw/qa sw/source

2023-08-18 Thread Michael Stahl (via logerrit)
sw/qa/extras/layout/data/tdf156725.fodt | 163 sw/qa/extras/layout/layout.cxx | 21 sw/source/core/layout/sectfrm.cxx |4 3 files changed, 187 insertions(+), 1 deletion(-) New commits: commit 807c2254ccd1a02e7af5a944f52948ef343ad384 Aut

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - sw/CppunitTest_sw_core_text.mk sw/qa sw/source

2023-08-18 Thread Miklos Vajna (via logerrit)
sw/CppunitTest_sw_core_text.mk |1 sw/qa/core/text/data/floattable-leftover-para-portion.docx |binary sw/qa/core/text/porrst.cxx | 57 + sw/source/core/text/porrst.cxx |2 4 files chang

[Libreoffice-commits] core.git: cui/source cui/uiconfig

2023-08-18 Thread Samuel Mehrbrodt (via logerrit)
cui/source/inc/paragrph.hxx |8 +++ cui/source/tabpages/paragrph.cxx | 40 +++ cui/uiconfig/ui/textflowpage.ui | 16 +-- 3 files changed, 34 insertions(+), 30 deletions(-) New commits: commit 47edf86a62784aa275de7cc89df01a4fcd4e90c

[Libreoffice-commits] core.git: helpcontent2

2023-08-18 Thread Olivier Hallot (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit abff4a7423a31fc88da63ab92028c22c575131ee Author: Olivier Hallot AuthorDate: Fri Aug 18 15:22:57 2023 +0200 Commit: Gerrit Code Review CommitDate: Fri Aug 18 15:22:57 2023 +0200 Update git subm

[Libreoffice-commits] help.git: source/text

2023-08-18 Thread Olivier Hallot (via logerrit)
source/text/scalc/01/04060112.xhp |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 01eaa54adbab405db6aad6c2d476bd4ee775e61f Author: Olivier Hallot AuthorDate: Fri Aug 18 15:09:52 2023 +0200 Commit: Olivier Hallot CommitDate: Fri Aug 18 15:22:57 2023 +02

[Libreoffice-commits] core.git: sw/CppunitTest_sw_core_layout.mk sw/qa sw/source

2023-08-18 Thread Miklos Vajna (via logerrit)
sw/CppunitTest_sw_core_layout.mk |1 sw/qa/core/layout/data/split-table-border.odt |binary sw/qa/core/layout/paintfrm.cxx| 71 +++ sw/source/core/layout/paintfrm.cxx| 80 ++ 4 files changed, 152 insertio

[Libreoffice-commits] core.git: vcl/source

2023-08-18 Thread Andrea Gelmini (via logerrit)
vcl/source/app/svapp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c8bbabd64ca642b8e9dec5cc6479177315be1210 Author: Andrea Gelmini AuthorDate: Fri Aug 18 11:29:43 2023 +0200 Commit: Julien Nabet CommitDate: Fri Aug 18 13:53:57 2023 +0200 Fix typos

[Libreoffice-commits] core.git: sc/source

2023-08-18 Thread Andrea Gelmini (via logerrit)
sc/source/filter/oox/pivotcachebuffer.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b0cfba866a664b6d70a7b10a20da1971c891ab5e Author: Andrea Gelmini AuthorDate: Fri Aug 18 11:31:10 2023 +0200 Commit: Julien Nabet CommitDate: Fri Aug 18 13:53:26 2023 +02

[Libreoffice-commits] core.git: vcl/source

2023-08-18 Thread Andrea Gelmini (via logerrit)
vcl/source/app/svapp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bfa592ab0ce94d1adb905cbd7c1c4a2fd7f16192 Author: Andrea Gelmini AuthorDate: Fri Aug 18 11:30:18 2023 +0200 Commit: Julien Nabet CommitDate: Fri Aug 18 13:52:47 2023 +0200 Fix typo

Re: Machine learning is used in gerrit build

2023-08-18 Thread Noel Grandin
Hi Why are we fronting the ml jenkins job with the least reliable subjob? Surely we should be using the gcc job - which is faster and more reliable. Regards, Noel Grandin

Re: Building Doxygen documentation

2023-08-18 Thread Pierre-Yves Foucou
hello, was there a breaking reason to explicitely mention 7.*4* on https://api.libreoffice.org/ ? and/or does it just need a refresh with 7.*5* ? (then, how much would that cost ? ;) thx Le 18. 08. 23 à 11:44, Ilmari Lauhakangas a écrit : On 18.8.2023 12.02, Chris Tapp wrote: On 17 Aug 2

[Libreoffice-commits] core.git: sfx2/source

2023-08-18 Thread Miklos Vajna (via logerrit)
sfx2/source/view/lokhelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 20f6e960cda073012a56597bf6544524240ce246 Author: Miklos Vajna AuthorDate: Thu Aug 17 08:24:05 2023 +0200 Commit: Miklos Vajna CommitDate: Fri Aug 18 13:25:13 2023 +0200 sfx2:

Re: Building Doxygen documentation

2023-08-18 Thread Michael Stahl
On 18/08/2023 11:02, Chris Tapp wrote: On 17 Aug 2023, at 17:42, Michael Stahl wrote: On 17/08/2023 18:12, Chris Tapp wrote: However, the following is reported: *** Executable unoapploader must be registered in Repository.mk or RepositoryExternal.mk. Stop. What do I need to add to these f

[Libreoffice-commits] core.git: svx/uiconfig

2023-08-18 Thread Samuel Mehrbrodt (via logerrit)
svx/uiconfig/ui/accessibilitycheckentry.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 56d5b243688e6904620920fbbe9dc3f97f18e932 Author: Samuel Mehrbrodt AuthorDate: Tue Aug 15 10:40:01 2023 +0200 Commit: Samuel Mehrbrodt CommitDate: Fri Aug 18 12:40:41 2

Re: Building Doxygen documentation

2023-08-18 Thread Ilmari Lauhakangas
On 18.8.2023 12.02, Chris Tapp wrote: On 17 Aug 2023, at 17:42, Michael Stahl wrote: On 17/08/2023 18:12, Chris Tapp wrote: I am trying to build the doxygen documentation using: make odk as instructed on https://wiki.documentfoundation.org/Development/Doxygen this wiki page is very confused

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sw/qa sw/source

2023-08-18 Thread László Németh (via logerrit)
sw/qa/uitest/writer_tests7/tdf156783.py | 63 sw/source/core/crsr/crsrsh.cxx |2 - 2 files changed, 64 insertions(+), 1 deletion(-) New commits: commit 2748138cb5c1ad03ef794f8411e28e02de608f39 Author: László Németh AuthorDate: Wed Aug 16 21:41:

Re: Building Doxygen documentation

2023-08-18 Thread Chris Tapp
On 17 Aug 2023, at 17:42, Michael Stahl wrote: > > On 17/08/2023 18:12, Chris Tapp wrote: >> I am trying to build the doxygen documentation using: >> make odk >> as instructed on https://wiki.documentfoundation.org/Development/Doxygen > > this wiki page is very confused. > > almost everything o

[Libreoffice-commits] core.git: basic/source comphelper/source embedserv/source oox/source scripting/source sc/source sdext/source sd/source sfx2/source sot/source svtools/source svx/source sw/source

2023-08-18 Thread Noel Grandin (via logerrit)
basic/source/classes/sbxmod.cxx |4 comphelper/source/container/embeddedobjectcontainer.cxx |6 - comphelper/source/misc/instancelocker.cxx |7 - comphelper/source/misc/storagehelper.cxx|4 embedserv/source/embed/docholder.cxx

[Libreoffice-commits] core.git: sw/qa sw/source

2023-08-18 Thread Michael Stahl (via logerrit)
sw/qa/extras/layout/data/tdf156725.fodt | 163 sw/qa/extras/layout/layout3.cxx | 21 sw/source/core/layout/sectfrm.cxx |4 3 files changed, 187 insertions(+), 1 deletion(-) New commits: commit db83c41d460103df5d80f5bd99816575c4ead5cd Aut

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

2023-08-18 Thread Michael Stahl (via logerrit)
sw/source/core/layout/fly.cxx | 13 + 1 file changed, 13 insertions(+) New commits: commit ee82accbd0d67eaf0f5a164a82b86abd00c3b0c9 Author: Michael Stahl AuthorDate: Thu Aug 17 13:30:38 2023 +0200 Commit: Michael Stahl CommitDate: Fri Aug 18 10:57:21 2023 +0200 tdf#15

[Libreoffice-commits] core.git: cui/source editeng/qa editeng/source include/svl include/svx sfx2/source starmath/source svl/Library_svl.mk svl/qa svl/source svx/source sw/qa sw/source vcl/source

2023-08-18 Thread Armin Le Grand (allotropia) (via logerrit)
cui/source/dialogs/srchxtra.cxx | 20 +- cui/source/options/optgdlg.cxx |1 editeng/qa/unit/core-test.cxx |1 editeng/source/editeng/editattr.cxx |1 editeng/source/editeng/editdoc.cxx

[Libreoffice-commits] core.git: 2 commits - desktop/source vcl/source

2023-08-18 Thread Caolán McNamara (via logerrit)
desktop/source/lib/init.cxx| 27 ++- vcl/source/graphic/BinaryDataContainer.cxx |1 - 2 files changed, 26 insertions(+), 2 deletions(-) New commits: commit a43a9dd8205f089c92737cb5519ed2a96a8d8ff2 Author: Caolán McNamara AuthorDate: Thu Aug 17 15

[Libreoffice-commits] core.git: sc/source

2023-08-18 Thread Heiko Tietze (via logerrit)
sc/source/ui/view/tabvwsh3.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 27fa859bb85ba7ac5b8cb22db5ae85750c7effba Author: Heiko Tietze AuthorDate: Thu Jul 27 11:08:35 2023 +0200 Commit: Heiko Tietze CommitDate: Fri Aug 18 09:21:23 2023 +0200 Resolves tdf#156357