[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - officecfg/registry

2022-04-11 Thread Andras Timar (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |3 ---
 1 file changed, 3 deletions(-)

New commits:
commit a0b053dbd7ce2d0d3713e750ad20c0a12bfd8c88
Author: Andras Timar 
AuthorDate: Mon Apr 11 15:07:23 2022 +0200
Commit: Andras Timar 
CommitDate: Mon Apr 11 15:07:27 2022 +0200

[cp] This label is too long for Online context menus

https://github.com/CollaboraOnline/online/issues/4369

Change-Id: I15193f0c78ae1fa44e9ddea00083b09da7fbbddf

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 2aea98007e00..4bcd51c4e902 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2920,9 +2920,6 @@
 
   Clone Formatting
 
-
-  Clone Formatting (double click and Ctrl or 
Cmd to alter behavior)
-
 
   9
 


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - officecfg/registry

2022-03-31 Thread Pranam Lashkari (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |   31 ++-
 1 file changed, 30 insertions(+), 1 deletion(-)

New commits:
commit 7e13e196ef008f50cc01ad198ecef64f5d76865b
Author: Pranam Lashkari 
AuthorDate: Wed Mar 30 18:11:37 2022 +0530
Commit: Pranam Lashkari 
CommitDate: Thu Mar 31 20:56:26 2022 +0200

keep draw and impress sidebar page setup different in sidebar

in draw sidebar "Page" deck displayed title "Slide"

Signed-off-by: Pranam Lashkari 
Change-Id: Iea7c95bc8c7ef2054c04c6cae77a254c969e1156
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132314
Tested-by: Jenkins CollaboraOffice 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index b944bf74347c..477a6a126674 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
@@ -904,7 +904,7 @@
 
 
   
-DrawImpress, DrawPage,visible, .uno:PageSetup  ;
+Impress, DrawPage,visible, .uno:PageSetup  ;
 DrawImpress, default, visible, .uno:PageSetup  ;
 DrawImpress, HandoutPage, visible, .uno:PageSetup  ;
 DrawImpress, NotesPage,   visible, .uno:PageSetup  ;
@@ -923,6 +923,35 @@
 
   
 
+  
+
+  Page
+
+
+  false
+
+
+  DrawPageDeck
+
+
+  PropertyDeck
+
+
+  
+Draw,DrawPage,visible, .uno:PageSetup  ;
+  
+
+
+  
private:resource/toolpanel/SdPanelFactory/SlideBackgroundPanel
+
+
+  100
+
+
+  false
+
+  
+
   
 
   Layouts


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - officecfg/registry

2021-12-09 Thread Szymon Kłos (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5840ad541c8c7363448c155742f28f93408ed45c
Author: Szymon Kłos 
AuthorDate: Tue Nov 16 10:08:17 2021 +0100
Commit: Andras Timar 
CommitDate: Thu Dec 9 13:18:43 2021 +0100

tdf#145694 sidebar: add glow and soft edge panel for fontwork

Change-Id: Ia501a0f1084e4b6d5ca2052a0241ee7675cd2f12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125270
Reviewed-by: Szymon Kłos 
Tested-by: Szymon Kłos 
(cherry picked from commit 1430d7670070606de41bd954835e55a71d88875b)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125365
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Andras Timar 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index 3b87d18bea34..b944bf74347c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
@@ -630,6 +630,9 @@
 DrawImpress,Draw,   hidden  ;
 DrawImpress,Graphic,hidden  ;
 WriterVariants, Draw,   hidden  ;
+Calc,DrawFontwork, visible ;
+DrawImpress,DrawFontwork, visible ;
+WriterVariants,DrawFontwork, visible ;
   
 
 


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - officecfg/registry

2021-10-11 Thread Szymon Kłos (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |4 
 1 file changed, 4 deletions(-)

New commits:
commit bc5dab70b4e4350be9d537e5d382a7ab2deaf957
Author: Szymon Kłos 
AuthorDate: Mon Oct 11 12:09:52 2021 +0200
Commit: Szymon Kłos 
CommitDate: Mon Oct 11 13:35:53 2021 +0200

Revert "tdf#136141 Sidebar wrap section visible like popupmenu"

This reverts commit 8280491bec32fea5bbdad23f000538d000ed2f24.

Wrap options are not available for Shapes, Media files etc.
When we insert a shape and select any wrap option from the sidebar - app
crashes.
This feature should be implemented first in the code before beeing
visible.

Change-Id: I1110939e9ee40509e380d003665478889e7a2c24
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123374
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Szymon Kłos 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index 184317bda5a8..3b87d18bea34 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
@@ -1347,10 +1347,6 @@
   Writer,   Graphic, visible ;
   Writer,   OLE, visible ;
   Writer,   Frame,   visible ;
-  Writer,   Draw,visible ;
-  Writer,   Form,visible ;
-  Writer,   Frame,   visible ;
-  Writer,   Media,   visible ;
   
 
 


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - officecfg/registry

2021-06-23 Thread Andras Timar (via logerrit)
 officecfg/registry/data/org/openoffice/Office/Common.xcu |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f865b13d557c33537365c4b07e8c6cf69f5ec4d
Author: Andras Timar 
AuthorDate: Wed Jun 23 22:39:59 2021 +0200
Commit: Andras Timar 
CommitDate: Wed Jun 23 22:39:59 2021 +0200

[cp] version changed to 21.06 in release notes URL

Change-Id: I24431c833464bcb98ea4145036eaf871050bb33f

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu 
b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 7038a253c171..23df2f148519 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -363,7 +363,7 @@
   https://hub.libreoffice.org/donation/
 
 
-  
https://www.collaboraoffice.com/collabora-office-21.05-release-notes/
+  
https://www.collaboraoffice.com/collabora-office-21.06-release-notes/
 
 
   https://hub.libreoffice.org/InstallJava/
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - officecfg/registry

2021-05-07 Thread Andras Timar (via logerrit)
 officecfg/registry/data/org/openoffice/Office/Common.xcu |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95102824d850071f883c381d70a5b0f7cea64e16
Author: Andras Timar 
AuthorDate: Fri May 7 09:56:34 2021 +0200
Commit: Andras Timar 
CommitDate: Fri May 7 09:56:34 2021 +0200

[cp] fix version number 21.05 in infobar url

Change-Id: Ifea633f081382af8806a856d7c1ea4d9d409a501

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu 
b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 1aaeddf220c2..7038a253c171 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -363,7 +363,7 @@
   https://hub.libreoffice.org/donation/
 
 
-  
https://www.collaboraoffice.com/collabora-office-2021-release-notes/
+  
https://www.collaboraoffice.com/collabora-office-21.05-release-notes/
 
 
   https://hub.libreoffice.org/InstallJava/
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - officecfg/registry

2021-03-31 Thread Thais Vieira (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu |
2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d64b7696453ef09150f39662c9beda09b6f964e
Author: Thais Vieira 
AuthorDate: Fri Sep 4 08:21:28 2020 -0300
Commit: Andras Timar 
CommitDate: Wed Mar 31 10:47:25 2021 +0200

Loleaflet:fix menu entry

replacing the 'Select...' to 'Select Table'
to it be consistent with the pattern.

Change-Id: I17ce12fb6dd51256d68c735b7934e4e2bf643fff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102044
Reviewed-by: Tor Lillqvist 
Tested-by: Jenkins CollaboraOffice 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 97970ec450a9..c27c39288cfe 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -2055,7 +2055,7 @@
   Select Table
 
 
-  ~Select...
+  ~Select Table
 
 
   Select Table
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - officecfg/registry

2021-03-29 Thread Mike Kaganski (via logerrit)
 officecfg/registry/schema/org/openoffice/Office/Common.xcs |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 34ad95affe3c2718f2fa97a2a650b71bfb930bde
Author: Mike Kaganski 
AuthorDate: Sun May 7 09:29:00 2017 +0200
Commit: Mike Kaganski 
CommitDate: Mon Mar 29 20:22:28 2021 +0200

[cp] tdf#107649: Try system credentials first by default

Change-Id: I39f3cd85153f939c1a5ebd7c6830c0175328a966
Reviewed-on: https://gerrit.libreoffice.org/37335
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
(cherry picked from commit 0be936f739752ce773f1c77f2c1dab022af785f5)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113279
Tested-by: Mike Kaganski 
Reviewed-by: Mike Kaganski 

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 566c9d1c5d20..cb9041b89b35 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -972,7 +972,7 @@
   automatically for all resources that support it (regardless of 
whether they are
   in "AuthenticateUsingSystemCredentials" list or not).
 
-false
+true
   
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - officecfg/registry

2021-03-29 Thread Mike Kaganski (via logerrit)
 officecfg/registry/schema/org/openoffice/Office/Common.xcs |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ab78bce20f585c748d6046a08f6b544be54583d3
Author: Mike Kaganski 
AuthorDate: Wed Sep 30 17:26:11 2020 +0200
Commit: Mike Kaganski 
CommitDate: Mon Mar 29 20:22:08 2021 +0200

[cp] Disable BuiltInHelpNotInstalledPopUp by default

Change-Id: Iac00c3d12113dfb66e3753c04a8e10f4802e5cfd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103661
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Andras Timar 
(cherry picked from commit f1d6eb20ef0acb9c982c7d89e798cd77901283e8)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113278
Tested-by: Mike Kaganski 
Reviewed-by: Mike Kaganski 

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 99b4104f6499..566c9d1c5d20 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3682,7 +3682,7 @@
 
   Activates "Built-in help is not installed" pop-up
 
-true
+false
   
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits