[Libreoffice-commits] core.git: Branch 'libreoffice-7-4-4' - writerfilter/source

2022-12-23 Thread Miklos Vajna (via logerrit)
writerfilter/source/dmapper/DomainMapper_Impl.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 80d9c9f4900e246e511b5651c542d4d0238d3056 Author: Miklos Vajna AuthorDate: Fri Dec 16 10:43:07 2022 +0100 Commit: Adolfo Jayme Barrientos CommitDate: Sat Dec 24 06:30:19 20

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

2022-12-23 Thread Michael Weghorn (via logerrit)
android/source/res/drawable/ic_decrementindent.xml|9 android/source/res/drawable/ic_incrementindent.xml|9 android/source/res/layout/toolbar_bottom.xml | 21 ++ android/source/src/java/org/libreoffice/FormattingCont

[Libreoffice-commits] core.git: 2 commits - canvas/source framework/source include/framework

2022-12-23 Thread Stephan Bergmann (via logerrit)
canvas/source/vcl/canvashelper.cxx|3 ++- canvas/source/vcl/textlayout.cxx | 10 ++ canvas/source/vcl/textlayout.hxx |7 ++- framework/source/services/desktop.cxx | 10 ++ framework/source/services/sessionlistener.cxx |

[Libreoffice-commits] core.git: 2 commits - sdext/source vcl/inc vcl/unx

2022-12-23 Thread Stephan Bergmann (via logerrit)
sdext/source/presenter/PresenterNotesView.cxx |3 ++- sdext/source/presenter/PresenterSlideShowView.cxx |4 sdext/source/presenter/PresenterSlideShowView.hxx |8 +++- sdext/source/presenter/PresenterSlideSorter.cxx |5 + sdext/source/presenter/PresenterSlideSorte

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4-4' - hwpfilter/source

2022-12-23 Thread Caolán McNamara (via logerrit)
hwpfilter/source/hbox.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 73907a0ed236f69d367dc187cc728efd44636ca9 Author: Caolán McNamara AuthorDate: Mon Dec 19 21:19:40 2022 + Commit: Caolán McNamara CommitDate: Fri Dec 23 21:34:51 2022 +

Proposed fix for the Task::Start() hang on macOS

2022-12-23 Thread Patrick Luby
Bugzilla has a large number of open macOS hanging bugs like this one: https://bugs.documentfoundation.org/show_bug.cgi?id=148435 I finally figured out what causing all these hangs in Task::Start() and posted a patch that hopefully should fix these bugs: https://gerrit.libreoffice.org/c/core/+

[Libreoffice-commits] translations.git: Branch 'libreoffice-7-5' - source/sl

2022-12-23 Thread Martin Srebotnjak (via logerrit)
source/sl/cui/messages.po |4 source/sl/extras/source/gallery/share.po |8 source/sl/formula/messages.po | 12 source/sl/helpcontent2/source/text/sbasic/shared.po|4 source/sl/helpcontent2/sou

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - translations

2022-12-23 Thread Martin Srebotnjak (via logerrit)
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1e6e59f874b219d2ff3c8363a69ce7ba6a44bc1c Author: Martin Srebotnjak AuthorDate: Fri Dec 23 18:44:07 2022 +0100 Commit: Gerrit Code Review CommitDate: Fri Dec 23 17:44:07 2022 + Update git s

Re: request of uploading packages

2022-12-23 Thread taichi
There is a mistake in the package list I sent you , so I corrected it. * curl-7.87.0.tar.xz (https://curl.se/download/curl-7.87.0.tar.xz) * libgpg-error-1.46.tar.bz2 (https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.46.tar.bz2) * Python-3.11.1.tar.xz (https://www.python.org/ftp/pytho

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

2022-12-23 Thread Stephan Bergmann (via logerrit)
canvas/source/cairo/cairo_canvashelper.cxx | 20 canvas/source/vcl/canvasfont.cxx | 10 ++ canvas/source/vcl/canvasfont.hxx |7 ++- canvas/source/vcl/canvashelper.cxx |2 +- 4 files changed, 33 insertions(+), 6 deletions(-)

[Libreoffice-commits] core.git: canvas/inc canvas/source

2022-12-23 Thread Stephan Bergmann (via logerrit)
canvas/inc/parametricpolypolygon.hxx |7 ++- canvas/source/opengl/ogl_canvashelper.cxx |3 ++- canvas/source/tools/parametricpolypolygon.cxx | 11 +++ canvas/source/vcl/canvashelper_texturefill.cxx |3 ++- 4 files changed, 21 insertions(+), 3 deletions(-)

[Libreoffice-commits] core.git: 2 commits - canvas/source include/sfx2 sfx2/Library_sfx.mk sfx2/source xmlsecurity/source

2022-12-23 Thread Stephan Bergmann (via logerrit)
canvas/source/vcl/canvas.cxx |3 - canvas/source/vcl/canvasbitmap.cxx |3 - canvas/source/vcl/canvascustomsprite.cxx |3 - canvas/source/vcl/impltools.cxx|3 - canvas/source/vcl/repa

[Libreoffice-commits] core.git: accessibility/inc accessibility/source include/toolkit toolkit/source winaccessibility/source

2022-12-23 Thread Stephan Bergmann (via logerrit)
accessibility/inc/extended/accessiblelistbox.hxx |8 +--- accessibility/source/extended/accessiblelistbox.cxx |6 -- include/toolkit/awt/vclxaccessiblecomponent.hxx | 10 +++--- toolkit/source/awt/vclxaccessiblecomponent.cxx | 14

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

2022-12-23 Thread Patrick Luby (via logerrit)
vcl/osx/salframe.cxx | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-) New commits: commit 1b6acdc60bc284c3e78bb05f70c24a2e36b2ccc7 Author: Patrick Luby AuthorDate: Thu Dec 22 14:25:40 2022 -0500 Commit: Noel Grandin CommitDate: Fri Dec 23 13:49:00 202

request of uploading packages

2022-12-23 Thread taichi
Excuse me, could someone please upload these packages on "dev-www.libreoffice.org/src" ? * curl-7.87.0.tar.xz (https://curl.se/download/curl-7.87.0.tar.xz) * libassuan-2.5.5.tar.bz2 (https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.5.tar.bz2) * libgpg-error-1.46.tar.bz2 (https://www.gnu

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

2022-12-23 Thread Caolán McNamara (via logerrit)
sw/source/core/crsr/pam.cxx |9 +++-- sw/source/core/crsr/swcrsr.cxx| 11 -- sw/source/core/doc/CntntIdxStore.cxx |2 - sw/source/core/doc/DocumentTimerManager.cxx |4 +- sw/source/core/doc/doccorr.cxx

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

2022-12-23 Thread Justin Luth (via logerrit)
sw/qa/extras/ooxmlexport/data/tdf152636_lostPageBreak2.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport18.cxx |7 +++ sw/source/filter/ww8/wrtw8sty.cxx | 11 +++ 3 files changed, 14 insertions(+), 4 deletions(-) New commits: commit 36

[Libreoffice-commits] core.git: solenv/gbuild

2022-12-23 Thread Tor Lillqvist (via logerrit)
solenv/gbuild/platform/unxgcc.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 53e2f8906fa067efdbb9ef90aa1ebaac4ab0ed2a Author: Tor Lillqvist AuthorDate: Fri Dec 23 12:41:09 2022 +0200 Commit: Tor Lillqvist CommitDate: Fri Dec 23 11:44:14 2022 +

[Libreoffice-commits] core.git: solenv/gbuild

2022-12-23 Thread Tor Lillqvist (via logerrit)
solenv/gbuild/platform/unxgcc.mk |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit 1f39fd25469f299e5da54f5eef0d127dd2daf5b6 Author: Tor Lillqvist AuthorDate: Fri Dec 23 12:23:32 2022 +0200 Commit: Tor Lillqvist CommitDate: Fri Dec 23 11:28:47 2022 +000

[Libreoffice-commits] core.git: 2 commits - drawinglayer/source include/vcl vcl/headless

2022-12-23 Thread Caolán McNamara (via logerrit)
drawinglayer/source/processor2d/cairopixelprocessor2d.cxx | 148 +- include/vcl/BitmapTools.hxx |4 vcl/headless/CairoCommon.cxx |6 3 files changed, 145 insertions(+), 13 deletions(-) New commits: commit 7c3a255e42

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

2022-12-23 Thread Andrea Gelmini (via logerrit)
sw/qa/extras/ww8export/data/object_cross_reference.odt |binary sw/qa/extras/ww8export/ww8export2.cxx |2 +- 2 files changed, 1 insertion(+), 1 deletion(-) New commits: commit 1e9f6f57f506a171b1b4a0bbd46bb43ccad1f954 Author: Andrea Gelmini AuthorDate: Thu Dec 22 17:00:27

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

2022-12-23 Thread Andrea Gelmini (via logerrit)
vcl/osx/salframeview.mm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d56d76a4204aad18f75463b0c9aa6130d558e0ef Author: Andrea Gelmini AuthorDate: Thu Dec 22 22:33:25 2022 +0100 Commit: Julien Nabet CommitDate: Fri Dec 23 10:01:21 2022 + Fix typo