[Libreoffice-commits] core.git: cui/source cui/uiconfig include/svtools officecfg/registry sc/source svtools/source

2023-04-25 Thread Heiko Tietze (via logerrit)
 cui/source/options/optcolor.cxx|1 
 cui/uiconfig/ui/colorconfigwin.ui  |   71 -
 include/svtools/colorcfg.hxx   |1 
 officecfg/registry/data/org/openoffice/Office/UI.xcu   |5 +
 officecfg/registry/schema/org/openoffice/Office/UI.xcs |   10 ++
 sc/source/ui/view/output.cxx   |   23 ++---
 svtools/source/config/colorcfg.cxx |2 
 7 files changed, 84 insertions(+), 29 deletions(-)

New commits:
commit 07f87f20c8af71faeda500b6b1d7775743bbf646
Author: Heiko Tietze 
AuthorDate: Tue Apr 25 14:52:02 2023 +0200
Commit: Heiko Tietze 
CommitDate: Tue Apr 25 18:13:57 2023 +0200

Resolves tdf#154080 - Allow customization of comment indicator color

* New application color added
* Border color depending on cell/sheet background
* Comments color set to light magenta to align with similar tools

Change-Id: I782e8359632c5a319e61f5d5ac3deb4614bd7e79
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150970
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 

diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index 29d5c5b6d8c6..6daa39b37f1f 100644
--- a/cui/source/options/optcolor.cxx
+++ b/cui/source/options/optcolor.cxx
@@ -131,6 +131,7 @@ const vEntryInfo[] =
 { Group_Calc,IDS(brkauto) },
 { Group_Calc,IDS_CB(hiddencolrow) },
 { Group_Calc,IDS_CB(textoverflow) },
+{ Group_Calc,IDS(comments) },
 { Group_Calc,IDS(det) },
 { Group_Calc,IDS(deterror) },
 { Group_Calc,IDS(ref) },
diff --git a/cui/uiconfig/ui/colorconfigwin.ui 
b/cui/uiconfig/ui/colorconfigwin.ui
index 8b778c236f3c..7b8521b92e30 100644
--- a/cui/uiconfig/ui/colorconfigwin.ui
+++ b/cui/uiconfig/ui/colorconfigwin.ui
@@ -827,7 +827,7 @@
 0
 none
 
-  
+  
   
 True
 False
@@ -976,7 +976,7 @@
   
   
 0
-6
+7
   
 
 
@@ -993,7 +993,7 @@
   
   
 1
-6
+7
   
 
 
@@ -1010,7 +1010,7 @@
   
   
 1
-7
+8
   
 
 
@@ -1025,7 +1025,7 @@
   
   
 0
-7
+8
   
 
 
@@ -1042,7 +1042,7 @@
   
   
 1
-8
+9
   
 
 
@@ -1057,7 +1057,7 @@
   
   
 0
-8
+9
   
 
 
@@ -1074,7 +1074,7 @@
   
   
 1
-9
+10
   
 
 
@@ -1089,7 +1089,7 @@
   
   
 0
-9
+10
   
 
 
@@ -1106,7 +1106,7 @@
   
   
 1
-10
+11
   
 
 
@@ -1121,7 +1121,7 @@
   
   
 0
-10
+11
   
 
 
@@ -1138,7 +1138,7 @@
   
   
 1
-11
+12
   
 
 
@@ -1153,7 +1153,7 @@
   
   
 0
-11
+12
   
 
 
@@ -1170,7 +1170,7 @@
   
   
 1
-12
+13
   
 
 
@@ -1185,7 +1185,7 @@
   
   
 0
-12
+13
   
 
 
@@ -1202,7 +1202,7 @@
   
   
 1
-13
+14
   
 
 
@@ -1217,7 +1217,7 @@
   
   
 0
-13
+14
   
 
 
@@ -1306,6 +1306,43 @@
 5
   
 
+
+  
+True
+True
+False
+end
+0
+True
+
+  
+
+
+  
+Comments 
color
+  
+
+  
+  
+1
+6
+  
+
+
+   

[Libreoffice-commits] core.git: cui/source cui/uiconfig include/svtools officecfg/registry sc/source svtools/source

2022-01-27 Thread Heiko Tietze (via logerrit)
 cui/source/options/optcolor.cxx|1 
 cui/uiconfig/ui/colorconfigwin.ui  |   77 +
 include/svtools/colorcfg.hxx   |1 
 officecfg/registry/data/org/openoffice/Office/UI.xcu   |   16 +++
 officecfg/registry/schema/org/openoffice/Office/UI.xcs |   16 +++
 sc/source/ui/inc/gridwin.hxx   |1 
 sc/source/ui/view/gridwin4.cxx |   38 
 svtools/source/config/colorcfg.cxx |2 
 8 files changed, 135 insertions(+), 17 deletions(-)

New commits:
commit ba0100be03c6bbc5ae10201bae340b3f7b7c4500
Author: Heiko Tietze 
AuthorDate: Tue Jan 18 12:20:57 2022 +0100
Commit: Heiko Tietze 
CommitDate: Thu Jan 27 10:31:52 2022 +0100

Resolves tdf#128258 - Draw a dotted line before hidden columns/rows

Color and on/off configurable via Tools > Options > Application Colors

Change-Id: Ia4b1e1c86f36d1b0f508a5b3e866a79418f16c5a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128553
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 

diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index 81030a79e9c8..0bf654b3e031 100644
--- a/cui/source/options/optcolor.cxx
+++ b/cui/source/options/optcolor.cxx
@@ -127,6 +127,7 @@ const vEntryInfo[] =
 { Group_Calc,IDS(brk) },
 { Group_Calc,IDS(brkmanual) },
 { Group_Calc,IDS(brkauto) },
+{ Group_Calc,IDS_CB(hiddencolrow) },
 { Group_Calc,IDS(det) },
 { Group_Calc,IDS(deterror) },
 { Group_Calc,IDS(ref) },
diff --git a/cui/uiconfig/ui/colorconfigwin.ui 
b/cui/uiconfig/ui/colorconfigwin.ui
index c25ddba4cf7d..319ac0e483ec 100644
--- a/cui/uiconfig/ui/colorconfigwin.ui
+++ b/cui/uiconfig/ui/colorconfigwin.ui
@@ -795,7 +795,7 @@
 0
 none
 
-  
+  
   
 True
 False
@@ -944,7 +944,7 @@
   
   
 0
-4
+5
   
 
 
@@ -961,7 +961,7 @@
   
   
 1
-4
+5
   
 
 
@@ -978,7 +978,7 @@
   
   
 1
-5
+6
   
 
 
@@ -993,7 +993,7 @@
   
   
 0
-5
+6
   
 
 
@@ -1010,7 +1010,7 @@
   
   
 1
-6
+7
   
 
 
@@ -1025,7 +1025,7 @@
   
   
 0
-6
+7
   
 
 
@@ -1042,7 +1042,7 @@
   
   
 1
-7
+8
   
 
 
@@ -1057,7 +1057,7 @@
   
   
 0
-7
+8
   
 
 
@@ -1074,7 +1074,7 @@
   
   
 1
-8
+9
   
 
 
@@ -1089,7 +1089,7 @@
   
   
 0
-8
+9
   
 
 
@@ -1106,7 +1106,7 @@
   
   
 1
-9
+10
   
 
 
@@ -1121,7 +1121,7 @@
   
   
 0
-9
+10
   
 
 
@@ -1138,7 +1138,7 @@
   
   
 1
-10
+11
   
 
 
@@ -1153,7 +1153,7 @@
   
   
 0
-10
+11
   
 
 
@@ -1170,7 +1170,7 @@
   
   
 1
-11
+12
   
 
 
@@ -1185,7 +1185,50 @@
   
   
 0
-11
+12
+  
+
+
+  
+Hidden columns/rows
+True
+True
+False
+start
+center
+True
+
+  
+
+  
+  
+0
+4
+  
+
+
+  
+True
+True
+False
+end
+True
+
+
+  
+