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

2020-03-19 Thread Stephan Bergmann (via logerrit)
sw/qa/api/SwXTextField.cxx | 20 sw/qa/api/SwXTextTable.cxx | 28 +++- 2 files changed, 39 insertions(+), 9 deletions(-) New commits: commit 20ed81fd42cf8079c11c2b18973b9504a679e49c Author: Stephan Bergmann AuthorDate: Thu Mar 19 23:36:21 2020

[Libreoffice-commits] core.git: sw/CppunitTest_sw_apitests.mk

2020-03-19 Thread Stephan Bergmann (via logerrit)
sw/CppunitTest_sw_apitests.mk |4 1 file changed, 4 insertions(+) New commits: commit 61d8d991a27c3bfe70e3b8d3b4ce4d8a41d18d2d Author: Stephan Bergmann AuthorDate: Thu Mar 19 16:00:45 2020 +0100 Commit: Stephan Bergmann CommitDate: Thu Mar 19 22:01:32 2020 +0100 Missing te

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-1' - cypress_test/integration_tests

2020-03-19 Thread Tamás Zolnai (via logerrit)
cypress_test/integration_tests/common/helper.js |3 ++- cypress_test/integration_tests/mobile/impress/impress_focus_spec.js |2 +- cypress_test/integration_tests/mobile/writer/apply_font_spec.js |2 +- cypress_test/integration_tests/mobile/writer/shape_pr

[Libreoffice-commits] online.git: Branch 'feature/proxyhack' - loleaflet/js net/Socket.hpp wsd/DocumentBroker.hpp wsd/LOOLWSD.cpp wsd/ProxyProtocol.cpp wsd/ProxyProtocol.hpp

2020-03-19 Thread Michael Meeks (via logerrit)
Rebased ref, commits from common ancestor: commit cacc4e1d462d8ffa997ec7ee7b9a5320667894f9 Author: Michael Meeks AuthorDate: Thu Mar 19 15:54:28 2020 + Commit: Michael Meeks CommitDate: Thu Mar 19 20:30:46 2020 + Proxy protocol bits. For now very silly: [T|B] + hex l

Re: RFC: Sane rectangle class

2020-03-19 Thread Thorsten Behrens
Hey Luboš, Luboš Luňák wrote: > So, yeah, I'm proposing a new standard Rectangle class (and I know > xkcd, and I'm still serious). My idea is roughly that there will be > some tools::NewRectangle (or whatever usable name), it will be more > or less like tools::Rectangle, but it'll make things cle

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

2020-03-19 Thread Miklos Vajna (via logerrit)
sw/qa/extras/ooxmlexport/data/arabic-zero3-numbering.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport14.cxx| 13 ++ sw/source/filter/ww8/docxattributeoutput.cxx | 30 -- sw/source/filter/ww8/docxexport.cxx |5 +- writerfi

[Libreoffice-commits] online.git: Branch 'feature/proxyhack' - loleaflet/js net/Socket.hpp wsd/DocumentBroker.hpp wsd/LOOLWSD.cpp wsd/ProxyProtocol.cpp wsd/ProxyProtocol.hpp

2020-03-19 Thread Michael Meeks (via logerrit)
Rebased ref, commits from common ancestor: commit 1b3a81e48a020754a8ee840bf0c96058b45ef276 Author: Michael Meeks AuthorDate: Thu Mar 19 15:54:28 2020 + Commit: Michael Meeks CommitDate: Thu Mar 19 20:16:05 2020 + Proxy protocol bits. For now very silly: [T|B] + hex l

[Libreoffice-commits] core.git: Makefile.in

2020-03-19 Thread Miklos Vajna (via logerrit)
Makefile.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4054a30e2b2fa254dfb20718ce757ceb2f638fd5 Author: Miklos Vajna AuthorDate: Thu Mar 19 20:01:44 2020 +0100 Commit: Miklos Vajna CommitDate: Thu Mar 19 20:43:51 2020 +0100 make: map slowcheck to g

[Libreoffice-commits] online.git: Branch 'feature/proxyhack' - loleaflet/js net/Socket.hpp wsd/DocumentBroker.hpp wsd/LOOLWSD.cpp wsd/ProxyProtocol.cpp wsd/ProxyProtocol.hpp

2020-03-19 Thread Michael Meeks (via logerrit)
Rebased ref, commits from common ancestor: commit 2ded5de180b3d161ce7e2b4e338ea84cf9904bbb Author: Michael Meeks AuthorDate: Thu Mar 19 15:54:28 2020 + Commit: Michael Meeks CommitDate: Thu Mar 19 19:14:27 2020 + Proxy protocol bits. For now very silly: [T|B] + hex l

[Libreoffice-commits] online.git: loleaflet/src

2020-03-19 Thread Henry Castro (via logerrit)
loleaflet/src/control/Control.Toolbar.js |6 -- 1 file changed, 6 deletions(-) New commits: commit e030e434610437ecd1f4e48471639d9314e8ffe1 Author: Henry Castro AuthorDate: Thu Mar 19 10:24:48 2020 -0400 Commit: Henry Castro CommitDate: Thu Mar 19 19:18:54 2020 +0100 loleaf

[Libreoffice-commits] online.git: loleaflet/src

2020-03-19 Thread Henry Castro (via logerrit)
loleaflet/src/control/Control.PartsPreview.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit af338541a88d4f90d1859ba60d8de6e3e90f1423 Author: Henry Castro AuthorDate: Thu Mar 19 11:52:54 2020 -0400 Commit: Henry Castro CommitDate: Thu Mar 19 19:18:18 2020 +

Re: RFC: Sane rectangle class

2020-03-19 Thread Noel Grandin
On Thu, 19 Mar 2020 at 17:14, Luboš Luňák wrote: > - internal representation will be whatever sane thing will work, e.g. > x,y,width,height , and it won't matter for the API > - empty rectangle is simply width == 0 || height == 0 > > +1 on this part. FWIW, the Java Rectangle API is pretty much t

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

2020-03-19 Thread Caolán McNamara (via logerrit)
sw/source/uibase/app/apphdl.cxx | 21 - 1 file changed, 21 deletions(-) New commits: commit 32b8d32e4b36684b14a53450cb16df7c3026852a Author: Caolán McNamara AuthorDate: Thu Mar 12 10:30:21 2020 + Commit: Xisco Faulí CommitDate: Thu Mar 19 17:54:43 2020 +0100

[Libreoffice-commits] online.git: Branch 'feature/proxyhack' - 101 commits - android/app android/lib android/templates common/Log.cpp common/Log.hpp common/Seccomp.cpp common/Session.cpp configure.ac

2020-03-19 Thread Michael Meeks (via logerrit)
Rebased ref, commits from common ancestor: commit 172cdcafc6c0306740c544dd0841786cd6c55133 Author: Michael Meeks AuthorDate: Thu Mar 19 15:54:28 2020 + Commit: Michael Meeks CommitDate: Thu Mar 19 15:54:28 2020 + Proxy protocol bits. For now very silly: hex length\r\

ESC meeting minutes: 2020-03-19

2020-03-19 Thread Miklos Vajna
* Present: + Stephan, Ilmari, Heiko, Caolan, Michael W, Gabriel, Cloph, Olivier, Miklos, Xisco, Eike, Thorsten, Kendy * Completed Action Items: + Update Jenkins slaves for the new default make target (Cloph) * Pending Action Items: + Propose new certified developers (Kendy, Stephan, T

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-1' - 4 commits - configure.ac debian/changelog debian/control debian/rules loleaflet/images loleaflet/src loolwsd.spec.in

2020-03-19 Thread Pedro Pinto Silva (via logerrit)
configure.ac |2 debian/changelog | 46 +--- debian/control | 18 ++- debian/rules |4 loleaflet/images/lc_submenu_bringtofront.svg |1

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-1' - loleaflet/src

2020-03-19 Thread Henry Castro (via logerrit)
loleaflet/src/layer/tile/TileLayer.js |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit a6447b9ea29a5cb8fdac0569a58a68b1b63d5dfc Author: Henry Castro AuthorDate: Thu Mar 19 09:51:05 2020 -0400 Commit: Andras Timar CommitDate: Thu Mar 19 16:35:37 2020 +010

[Libreoffice-commits] online.git: loleaflet/images loleaflet/src

2020-03-19 Thread Pedro Pinto Silva (via logerrit)
loleaflet/images/lc_submenu_bringtofront.svg |1 loleaflet/images/lc_submenu_rotateright.svg |1 loleaflet/images/lc_submenu_setanchoratchar.svg | 53 +++ loleaflet/images/lc_submenu_wrapoff.svg | 12 + loleaflet/src/control/Control.JSDialog

RFC: Sane rectangle class

2020-03-19 Thread Luboš Luňák
Hello, yes, this is about the tools::Rectangle nightmare of an API (in case you don't know, it's this [1] ). I'm hunting an off-by-one error somewhere in VCL, and it's hard to find it when I can't even tell which parts of the code are right or wrong :(. This has been already discussed a co

[Libreoffice-commits] online.git: loleaflet/css loleaflet/src

2020-03-19 Thread Tor Lillqvist (via logerrit)
loleaflet/css/loleaflet.css | 26 +- loleaflet/css/menubar-mobile.css |2 +- loleaflet/css/menubar.css| 14 ++ loleaflet/css/mobilewizard.css |2 +- loleaflet/src/control/Control.Menubar.js |2 +- lo

[Libreoffice-commits] online.git: loleaflet/src

2020-03-19 Thread Tamás Zolnai (via logerrit)
loleaflet/src/control/Control.JSDialogBuilder.js | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit a394b56423f89b8db1f1fa9878fff23f5b906509 Author: Tamás Zolnai AuthorDate: Thu Mar 19 14:35:20 2020 +0100 Commit: Tamás Zolnai CommitDate: Thu Mar 19 15

[Libreoffice-commits] online.git: loleaflet/src

2020-03-19 Thread Henry Castro (via logerrit)
loleaflet/src/layer/tile/TileLayer.js |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit d19e85f9482054f8589aedee88df0f04aa76476d Author: Henry Castro AuthorDate: Thu Mar 19 09:51:05 2020 -0400 Commit: Andras Timar CommitDate: Thu Mar 19 15:01:11 2020 +010

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-1' - loleaflet/css

2020-03-19 Thread Pedro Pinto Silva (via logerrit)
loleaflet/css/mobilewizard.css | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) New commits: commit a05604385e3929375ca51a836dd2ba8d4d6eaa41 Author: Pedro Pinto Silva AuthorDate: Thu Mar 19 14:00:45 2020 +0100 Commit: Andras Timar CommitDate: Thu Mar 19 15:00:25

[Libreoffice-commits] online.git: loleaflet/css

2020-03-19 Thread Pedro Pinto Silva (via logerrit)
loleaflet/css/mobilewizard.css | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) New commits: commit b659e8613cb491e3e621d2eac7614d3fb4b691b9 Author: Pedro Pinto Silva AuthorDate: Thu Mar 19 14:00:45 2020 +0100 Commit: Pedro Pinto da Silva CommitDate: Thu Mar 19

[Libreoffice-commits] online.git: cypress_test/data cypress_test/integration_tests cypress_test/Makefile.am

2020-03-19 Thread Tamás Zolnai (via logerrit)
cypress_test/Makefile.am|1 cypress_test/data/mobile/impress/spellchecking.odp |binary cypress_test/integration_tests/common/helper.js |5 cypress_test/integration_tests/common/impress.js

[Libreoffice-commits] core.git: helpcontent2

2020-03-19 Thread Olivier Hallot (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2ecb785cd5a455367ea70662f95067e1bfba7bfc Author: Olivier Hallot AuthorDate: Thu Mar 19 10:38:55 2020 -0300 Commit: Gerrit Code Review CommitDate: Thu Mar 19 14:38:55 2020 +0100 Update git subm

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

2020-03-19 Thread Olivier Hallot (via logerrit)
source/text/scalc/01/ful_func.xhp | 24 1 file changed, 12 insertions(+), 12 deletions(-) New commits: commit ea72cf580abb767685e2fa6d9e5b9ef895eed06b Author: Olivier Hallot AuthorDate: Thu Mar 19 10:16:09 2020 -0300 Commit: Olivier Hallot CommitDate: Thu Mar

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

2020-03-19 Thread Olivier Hallot (via logerrit)
source/text/shared/02/12090101.xhp |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 9bbb90edd0a0b2af7c31f70669b7038901285cd9 Author: Olivier Hallot AuthorDate: Wed Mar 18 23:15:03 2020 -0300 Commit: Olivier Hallot CommitDate: Thu Mar 19 14:38:06 2020

[Libreoffice-commits] core.git: helpcontent2

2020-03-19 Thread Olivier Hallot (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e3e89779c7c1a8cb4e76506e361db381c9b6c4a2 Author: Olivier Hallot AuthorDate: Thu Mar 19 10:38:06 2020 -0300 Commit: Gerrit Code Review CommitDate: Thu Mar 19 14:38:06 2020 +0100 Update git subm

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

2020-03-19 Thread Olivier Hallot (via logerrit)
source/text/scalc/guide/specialfilter.xhp | 87 ++ 1 file changed, 41 insertions(+), 46 deletions(-) New commits: commit fba2134365ca68c0c19fc13c4bce727333dd7d8b Author: Olivier Hallot AuthorDate: Wed Mar 18 22:43:33 2020 -0300 Commit: Olivier Hallot Commit

[Libreoffice-commits] core.git: helpcontent2

2020-03-19 Thread Olivier Hallot (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 933026028caf0505a9f3985e515d879e70b6c953 Author: Olivier Hallot AuthorDate: Thu Mar 19 10:37:14 2020 -0300 Commit: Gerrit Code Review CommitDate: Thu Mar 19 14:37:14 2020 +0100 Update git subm

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/CODE-4.2.1-1'

2020-03-19 Thread Andras Timar (via logerrit)
Tag 'CODE-4.2.1-1' created by Andras Timar at 2020-03-19 13:17 + CODE-4.2.1-1 Changes since CP-Android-iOS-4.2.0: Andras Timar (1): tdf#130999 fix registration of Greek dictionary --- el_GR/META-INF/manifest.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- __

[Libreoffice-commits] core.git: Changes to 'refs/tags/CODE-4.2.1-1'

2020-03-19 Thread Andras Timar (via logerrit)
Tag 'CODE-4.2.1-1' created by Andras Timar at 2020-03-19 13:17 + CODE-4.2.1-1 Changes since CP-Android-iOS-4.2.0-31: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.

[Libreoffice-commits] help.git: Changes to 'refs/tags/CODE-4.2.1-1'

2020-03-19 Thread Pedro Silva (via logerrit)
Tag 'CODE-4.2.1-1' created by Andras Timar at 2020-03-19 13:17 + CODE-4.2.1-1 Changes since co-6.2-2: Pedro Silva (1): [cp] Update CSS for Search button --- help3xsl/default.css | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) --- _

[Libreoffice-commits] translations.git: Changes to 'refs/tags/CODE-4.2.1-1'

2020-03-19 Thread Andras Timar (via logerrit)
Tag 'CODE-4.2.1-1' created by Andras Timar at 2020-03-19 13:17 + CODE-4.2.1-1 Changes since CP-Android-iOS-4.2.0-1: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.o

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-6.2-7'

2020-03-19 Thread Andras Timar (via logerrit)
Tag 'cp-6.2-7' created by Andras Timar at 2020-03-19 13:16 + cp-6.2-7 Changes since CP-Android-iOS-4.2.0: Andras Timar (1): tdf#130999 fix registration of Greek dictionary --- el_GR/META-INF/manifest.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- __

[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-6.2-7'

2020-03-19 Thread Andras Timar (via logerrit)
Tag 'cp-6.2-7' created by Andras Timar at 2020-03-19 13:16 + cp-6.2-7 Changes since CP-Android-iOS-4.2.0-1: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailm

[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-6.2-7'

2020-03-19 Thread Andras Timar (via logerrit)
Tag 'cp-6.2-7' created by Andras Timar at 2020-03-19 13:16 + cp-6.2-7 Changes since CP-Android-iOS-4.2.0-31: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mail

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-6.2-7'

2020-03-19 Thread Pedro Silva (via logerrit)
Tag 'cp-6.2-7' created by Andras Timar at 2020-03-19 13:16 + cp-6.2-7 Changes since co-6.2-2: Pedro Silva (1): [cp] Update CSS for Search button --- help3xsl/default.css | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) --- _

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - configure.ac

2020-03-19 Thread Andras Timar (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a7004eb475ad8836d2e5c783805e32323b86cbe6 Author: Andras Timar AuthorDate: Thu Mar 19 14:15:40 2020 +0100 Commit: Andras Timar CommitDate: Thu Mar 19 14:15:40 2020 +0100 Bump version to 6.2-7

[Libreoffice-commits] core.git: icon-themes/sukapura icon-themes/sukapura_svg

2020-03-19 Thread rizmut (via logerrit)
dev/null |binary icon-themes/sukapura/cmd/32/autocorrectdlg.png|binary icon-themes/sukapura/cmd/32/autooutline.png |binary icon-themes/sukapura/cmd/32/basicshapes.cross.png |binary icon-themes/su

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

2020-03-19 Thread Caolán McNamara (via logerrit)
vcl/source/treelist/svimpbox.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 9d7fdcd6b5c7b5a9fe781bb99b135fba7d04ddec Author: Caolán McNamara AuthorDate: Thu Mar 19 11:51:26 2020 + Commit: Caolán McNamara CommitDate: Thu Mar 19 13:59:37 2020 +0100 redraw p

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - configure.ac

2020-03-19 Thread Andras Timar (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4f84c8a53f8425ccf687d12bde7e592ab8ebabad Author: Andras Timar AuthorDate: Wed Mar 4 11:29:29 2020 +0100 Commit: Andras Timar CommitDate: Thu Mar 19 13:35:07 2020 +0100 Bump version to 6.2-6

[Libreoffice-commits] online.git: cypress_test/integration_tests

2020-03-19 Thread Tamás Zolnai (via logerrit)
cypress_test/integration_tests/common/helper.js |3 ++- cypress_test/integration_tests/mobile/impress/impress_focus_spec.js |2 +- cypress_test/integration_tests/mobile/writer/apply_font_spec.js |2 +- cypress_test/integration_tests/mobile/writer/shape_pr

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

2020-03-19 Thread Noel Grandin (via logerrit)
uui/source/iahndl.cxx | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) New commits: commit 3705a2904d50210e3515723ad246a72eb37f Author: Noel Grandin AuthorDate: Thu Mar 19 14:07:29 2020 +0200 Commit: Noel Grandin CommitDate: Thu Mar 19 13:46:30 2020 +0100 use

[Libreoffice-commits] core.git: Branch 'distro/vector/vector-5.4' - 2 commits - desktop/qa sw/qa writerfilter/source

2020-03-19 Thread Caolán McNamara (via logerrit)
desktop/qa/desktop_lib/test_desktop_lib.cxx |2 +- sw/qa/core/data/ooxml/fail/ofz9934-1.docx |binary writerfilter/source/dmapper/DomainMapper_Impl.cxx |5 +++-- 3 files changed, 4 insertions(+), 3 deletions(-) New commits: commit a878015aebafa5d23c147e3641ed2ded2ac2a6bb Aut

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-1' - loleaflet/images

2020-03-19 Thread Pedro Pinto Silva (via logerrit)
loleaflet/images/lc_changesmenu.svg |1 loleaflet/images/lc_datamenu.svg|1 loleaflet/images/lc_diagramtype.svg |1 loleaflet/images/lc_downloadas.svg |1 loleaflet/images/lc_editmenu.svg|1 loleaflet/images/lc_file.svg|7 ++ loleaflet/images/lc_pagese

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-1' - loolkitconfig.xcu

2020-03-19 Thread Andras Timar (via logerrit)
loolkitconfig.xcu |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 71e2a36ae0784e8d4b44b968485b388c52a90829 Author: Andras Timar AuthorDate: Thu Dec 12 09:30:38 2019 +0100 Commit: Andras Timar CommitDate: Thu Mar 19 13:23:19 2020 +0100 [cp] Use th

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-1' - .gitreview

2020-03-19 Thread Andras Timar (via logerrit)
.gitreview |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 42780e78345d2a493b489e346f24325a70a127f6 Author: Andras Timar AuthorDate: Tue Feb 25 11:54:14 2020 +0100 Commit: Andras Timar CommitDate: Thu Mar 19 13:23:40 2020 +0100 [cp] Update the .gitrevie

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-1' - loolkitconfig.xcu

2020-03-19 Thread Andras Timar (via logerrit)
loolkitconfig.xcu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 33a7e352915e4653a297e70fcaecfcd7d09d2f8a Author: Andras Timar AuthorDate: Mon Dec 9 17:50:11 2019 +0100 Commit: Andras Timar CommitDate: Thu Mar 19 13:22:56 2020 +0100 [cp] Collabora help

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-1' - android/lib

2020-03-19 Thread Andras Timar (via logerrit)
android/lib/src/main/res/values-es/strings.xml | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) New commits: commit 5a19ae03d7e7c493e43209d23859be819b65e1f0 Author: Andras Timar AuthorDate: Thu Mar 19 11:00:48 2020 +0100 Commit: Andras Timar CommitDate: Thu Mar 19

[Libreoffice-commits] online.git: loleaflet/src

2020-03-19 Thread Tamás Zolnai (via logerrit)
loleaflet/src/control/Control.JSDialogBuilder.js |6 ++ 1 file changed, 6 insertions(+) New commits: commit b76352d8e35fe97f2433de83f563d7a967e2408c Author: Tamás Zolnai AuthorDate: Thu Mar 19 11:23:18 2020 +0100 Commit: Tamás Zolnai CommitDate: Thu Mar 19 12:37:23 2020 +0100

[Libreoffice-commits] online.git: cypress_test/integration_tests

2020-03-19 Thread Tamás Zolnai (via logerrit)
cypress_test/integration_tests/mobile/writer/bottom_toolbar_spec.js | 73 cypress_test/integration_tests/mobile/writer/focus_spec.js | 87 ++ 2 files changed, 87 insertions(+), 73 deletions(-) New commits: commit 45886322e72cfce1ba21641cf9211497240e37b8 Author:

[Libreoffice-commits] online.git: cypress_test/Makefile.am

2020-03-19 Thread Tamás Zolnai (via logerrit)
cypress_test/Makefile.am |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6e96d4f6dfb8bafd38c846394ce545224164df3b Author: Tamás Zolnai AuthorDate: Wed Mar 18 22:05:36 2020 +0100 Commit: Tamás Zolnai CommitDate: Thu Mar 19 12:30:54 2020 +0100 cypress: ca

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

2020-03-19 Thread Justin Luth (via logerrit)
sw/qa/extras/ooxmlexport/data/TextFrameRotation.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport7.cxx|5 + writerfilter/source/dmapper/SettingsTable.cxx| 13 ++--- 3 files changed, 7 insertions(+), 11 deletions(-) New commits: commit bc898e2c2784e36ad4d4cdf

[Libreoffice-commits] online.git: cypress_test/integration_tests

2020-03-19 Thread Tamás Zolnai (via logerrit)
cypress_test/integration_tests/common/helper.js |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit c1b56a357cf7642d37b7f01fefd1bcaf8217e903 Author: Tamás Zolnai AuthorDate: Thu Mar 19 01:46:45 2020 +0100 Commit: Tamás Zolnai CommitDate: Thu Mar 19 12:20:03 20

[Libreoffice-commits] online.git: cypress_test/integration_tests

2020-03-19 Thread Tamás Zolnai (via logerrit)
cypress_test/integration_tests/mobile/calc/focus_spec.js |2 -- 1 file changed, 2 deletions(-) New commits: commit 3418701eccb1933e90f1bb4c5c77efbcb3e7a916 Author: Tamás Zolnai AuthorDate: Wed Mar 18 19:28:57 2020 +0100 Commit: Tamás Zolnai CommitDate: Thu Mar 19 12:01:18 2020 +0100

[Libreoffice-commits] online.git: loleaflet/src

2020-03-19 Thread Tamás Zolnai (via logerrit)
loleaflet/src/layer/vector/Path.Drag.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b33e97e623c41e3de0f58017249d7be476fd305d Author: Tamás Zolnai AuthorDate: Thu Mar 19 02:05:18 2020 +0100 Commit: Tamás Zolnai CommitDate: Thu Mar 19 12:00:42 2020 +0100

[Libreoffice-commits] online.git: common/Session.cpp

2020-03-19 Thread Miklos Vajna (via logerrit)
common/Session.cpp |6 ++ 1 file changed, 6 insertions(+) New commits: commit d6fe0979b71ecc864257ff4595d2ffd27cc449d0 Author: Miklos Vajna AuthorDate: Thu Mar 19 09:12:33 2020 +0100 Commit: Michael Meeks CommitDate: Thu Mar 19 11:50:54 2020 +0100 common: handle missing pro

Re: Tünde Tóth license statement

2020-03-19 Thread Stephan Bergmann
On 14/03/2019 15:04, Tünde Tóth wrote: All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Regards Tünde Tóth Put on file at "added Tünde Tóth". (

Re: Balazs Varga license statement

2020-03-19 Thread Stephan Bergmann
On 06/07/2018 14:53, Balázs Varga wrote: All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Yours Sincerely, Balazs Varga Put on file at "added Ba

[Libreoffice-commits] online.git: loleaflet/images

2020-03-19 Thread Pedro Pinto Silva (via logerrit)
loleaflet/images/lc_changesmenu.svg |1 loleaflet/images/lc_datamenu.svg|1 loleaflet/images/lc_diagramtype.svg |1 loleaflet/images/lc_downloadas.svg |1 loleaflet/images/lc_editmenu.svg|1 loleaflet/images/lc_file.svg|7 ++ loleaflet/images/lc_pagese

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

2020-03-19 Thread Noel Grandin (via logerrit)
include/tools/weakbase.h |3 ++ include/tools/weakbase.hxx |6 + svx/source/svdraw/svdedxv.cxx| 13 --- svx/source/table/tablecontroller.cxx | 38 +-- svx/source/table/tableundo.cxx |4 +-- 5 files chan

[Libreoffice-commits] online.git: Changes to 'distro/collabora/co-4-2-1'

2020-03-19 Thread Pedro Pinto Silva (via logerrit)
New branch 'distro/collabora/co-4-2-1' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2020-03-19 Thread László Németh (via logerrit)
sw/qa/extras/ooxmlexport/data/tdf105215.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport11.cxx| 14 ++ writerfilter/source/dmapper/DomainMapper_Impl.cxx |3 ++- 3 files changed, 16 insertions(+), 1 deletion(-) New commits: commit 5ac6f02fdc6015a5d78071570dee310feb

[Libreoffice-commits] online.git: loleaflet/images

2020-03-19 Thread Pedro Pinto Silva (via logerrit)
loleaflet/images/lc_anchormenu.svg|4 loleaflet/images/lc_rotateleft.svg|1 + loleaflet/images/lc_rotateright.svg |1 + loleaflet/images/lc_wrapanchoronly.svg|8 loleaflet/images/lc_wrapcontour.

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - framework/source

2020-03-19 Thread Vasily Melenchuk (via logerrit)
framework/source/services/autorecovery.cxx | 32 + 1 file changed, 32 insertions(+) New commits: commit b05c87f00433987b10542866696f0b4aaad015cc Author: Vasily Melenchuk AuthorDate: Mon Feb 17 10:52:11 2020 +0300 Commit: Thorsten Behrens CommitDate: Thu Mar

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - include/o3tl o3tl/qa

2020-03-19 Thread Stephan Bergmann (via logerrit)
include/o3tl/span.hxx |7 --- o3tl/qa/test-span.cxx |6 -- 2 files changed, 13 deletions(-) New commits: commit 6229fc671b90ccceaf01067c92f08127f72d0f42 Author: Stephan Bergmann AuthorDate: Sat Feb 22 17:29:15 2020 +0100 Commit: Caolán McNamara CommitDate: Thu Mar 19 09:

[Libreoffice-commits] core.git: compilerplugins/clang dbaccess/source desktop/source include/sfx2 include/svx reportdesign/source sc/source starmath/qa svx/source sw/source vcl/qa

2020-03-19 Thread Noel Grandin (via logerrit)
compilerplugins/clang/redundantpointerops.cxx | 13 + dbaccess/source/ui/inc/JoinTableView.hxx|4 ++-- desktop/source/splash/splash.cxx|2 +- include/sfx2/titledockwin.hxx |4 ++-- include/svx/gridctrl.hxx

[Libreoffice-commits] online.git: android/app android/lib

2020-03-19 Thread Jan Holesovsky (via logerrit)
android/app/build.gradle |2 +- android/lib/build.gradle |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 583547926e5f47cbcbc96ade04df4d5766f46692 Author: Jan Holesovsky AuthorDate: Thu Mar 19 08:58:46 2020 +0100 Commit: Andras Timar CommitDate: Thu Ma

[Libreoffice-commits] online.git: android/app android/lib

2020-03-19 Thread Weblate (via logerrit)
android/app/src/main/res/values-hu/strings.xml |1 + android/app/src/main/res/values-uk/strings.xml |1 + android/lib/src/main/res/values-cs/strings.xml |3 +++ android/lib/src/main/res/values-hu/strings.xml |5 + android/lib/src/main/res/values-pl/strings.xml

[Libreoffice-commits] online.git: loleaflet/js loleaflet/src

2020-03-19 Thread Henry Castro (via logerrit)
loleaflet/js/global.js |1 + loleaflet/src/core/Socket.js |7 +-- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit a09a0877d17ccee383403c4c4d6bd4427e6fcdde Author: Henry Castro AuthorDate: Thu Mar 12 23:29:39 2020 -0400 Commit: Andras Timar CommitDa

[Libreoffice-commits] core.git: config_host/config_options.h.in

2020-03-19 Thread Stephan Bergmann (via logerrit)
config_host/config_options.h.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 238d65f6823012ddc6820a82ace89ab4be43243e Author: Stephan Bergmann AuthorDate: Wed Mar 18 20:28:37 2020 +0100 Commit: Stephan Bergmann CommitDate: Thu Mar 19 08:51:11 2020 +0100

Re: GSOC 2020 | LibreOffice Online

2020-03-19 Thread Ilmari Lauhakangas
Yashwant kirjoitti 18.3.2020 klo 6.12: Hello, I am YASHWANT from TIET, Patiala, India. I want to contribute to LibreOffice for GSOC 2020. Idea : LibreOffice Online Please guide me through the next steps I should follow to contribute and to write a proposal. As explained in the wiki page, y