[pim/korganizer] /: Rename the configuration group "Color Usage"

Allen Winter null at kde.org
Mon Jul 20 16:22:29 BST 2026


Git commit a6829aecf4c0d412516ebab167e91faae4b4a81b by Allen Winter.
Committed on 20/07/2026 at 15:11.
Pushed by winterz into branch 'master'.

Rename the configuration group "Color Usage"

Say "Agenda Item Colors" and "Month Item Colors" instead

M  +19   -18   doc/index.docbook
M  +2    -2    src/prefs/koprefsdialogviews.cpp
M  +10   -2    src/settings/korganizer.kcfg

https://invent.kde.org/pim/korganizer/-/commit/a6829aecf4c0d412516ebab167e91faae4b4a81b

diff --git a/doc/index.docbook b/doc/index.docbook
index 6f0498a2a..e62d8cb59 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -2297,25 +2297,25 @@ plan.</para></listitem>
 </varlistentry>
 <!--FIXME Icons to use dropdown box missing-->
 <varlistentry>
-<term><guilabel>Color Usage</guilabel></term>
-<listitem>
-<para>Select the <guilabel>Tag inside, calendar outside</guilabel> option if you would like to
-draw calendar items in their associated tag's color, with the item's
-border drawn in the color of its calendar.</para>
+  <term><guilabel>Agenda Item Colors</guilabel></term>
+  <listitem>
+    <para>Select the <guilabel>Tag inside, calendar outside</guilabel> option if you would like to
+    draw calendar items in their associated tag's color, with the item's
+    border drawn in the color of its calendar.</para>
 
-<para>Select the <guilabel>Calendar inside, tag outside</guilabel> option if you would like to
-draw calendar items in their associated calendar color, with the item's
-border drawn in the color of its tag.</para>
+    <para>Select the <guilabel>Calendar inside, tag outside</guilabel> option if you would like to
+    draw calendar items in their associated calendar color, with the item's
+    border drawn in the color of its tag.</para>
 
-<para>Select the <guilabel>Only tag</guilabel> option if you would like to draw calendar items
-(both inside and border) in the color of their associated tag.</para>
+    <para>Select the <guilabel>Only tag</guilabel> option if you would like to draw calendar items
+    (both inside and border) in the color of their associated tag.</para>
 
-<para>Select the <guilabel>Only calendar</guilabel> option if you would like to draw calendar items
-(both inside and border) in the color of their calendar.</para>
+    <para>Select the <guilabel>Only calendar</guilabel> option if you would like to draw calendar items
+    (both inside and border) in the color of their calendar.</para>
 
-<para>Please use the <link linkend="config-main-colors">Colors and Fonts</link>
-configuration page for setting these colors.</para>
-</listitem>
+    <para>Please use the <link linkend="config-main-colors">Colors and Fonts</link>
+    configuration page for setting these colors.</para>
+  </listitem>
 </varlistentry>
 
 <varlistentry>
@@ -2359,9 +2359,10 @@ from the context menu.
 
 
 <varlistentry>
-<term><guilabel>Color Usage</guilabel></term>
-<listitem>
-<para>Configure the colors for the Month view as in <link linkend="config-main-views-agenda">Agenda view</link>.</para></listitem>
+  <term><guilabel>Month View Colors</guilabel></term>
+  <listitem>
+    <para>Configure the colors for the Month view as in <link linkend="config-main-views-agenda">Agenda view</link>.</para>
+    </listitem>
 </varlistentry>
 
 </variablelist>
diff --git a/src/prefs/koprefsdialogviews.cpp b/src/prefs/koprefsdialogviews.cpp
index 890c34cd5..b9adb6005 100644
--- a/src/prefs/koprefsdialogviews.cpp
+++ b/src/prefs/koprefsdialogviews.cpp
@@ -115,7 +115,7 @@ KOPrefsDialogViews::KOPrefsDialogViews(QObject *parent, const KPluginMetaData &d
     adisplayBox->setLayout(adisplayLayout);
     agendaLayout->addWidget(adisplayBox);
 
-    // GroupBox: Views->Agenda View->Color Usage
+    // GroupBox: Views->Agenda View->Agenda Item Colors
     agendaLayout->addWidget(addWidRadios(KOPrefs::instance()->agendaViewColorsItem())->groupBox());
 
     // GroupBox: Views->Agenda View->Multiple Calendars
@@ -149,7 +149,7 @@ KOPrefsDialogViews::KOPrefsDialogViews(QObject *parent, const KPluginMetaData &d
 
     monthLayout->addWidget(mdisplayBox);
 
-    // GroupBox: Views->Month View->Color Usage
+    // GroupBox: Views->Month View->Month Item Colors
     monthLayout->addWidget(addWidRadios(KOPrefs::instance()->monthViewColorsItem())->groupBox());
     monthLayout->addStretch(1);
 
diff --git a/src/settings/korganizer.kcfg b/src/settings/korganizer.kcfg
index eaed7d5c8..448bac73c 100644
--- a/src/settings/korganizer.kcfg
+++ b/src/settings/korganizer.kcfg
@@ -164,25 +164,29 @@
       <default>false</default>
     </entry>
     <entry type="Enum" key="AgendaViewColors">
-      <label>Color Usage</label>
+      <label>Agenda Item Colors</label>
       <choices>
         <choice name="CategoryInsideResourceOutside">
           <label>Tag inside, calendar outside</label>
+          <tooltip>Use the tag's color for the inside of the item and the calendar's color for the item borders</tooltip>
           <whatsthis>Select the "Tag inside, calendar outside" option if you would like to draw calendar items using their associated tag color, with the item's border drawn in the color of its calendar.  Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
           <tooltip>Draw agenda items with their tag color inside and calendar color for their border</tooltip>
         </choice>
         <choice name="ResourceInsideCategoryOutside">
           <label>Calendar inside, tag outside</label>
+          <tooltip>Use the calendar's color for the inside of the item and the tag's color for the item borders</tooltip>
           <whatsthis>Select the "Calendar inside, tag outside" option if you would like to draw calendar items using their associated calendar color, with the item's border drawn in the color of its tag.  Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
           <tooltip>Draw agenda items with their calendar color inside and tag color for their border</tooltip>
         </choice>
         <choice name="CategoryOnly">
           <label>Only tag</label>
+          <tooltip>Use the tag's color for both the inside of the item and its borders</tooltip>
           <whatsthis>Select the "Only tag" option if you would like to draw calendar items (both inside and border) using the color of their associated tag.  Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
           <tooltip>Draw agenda items using their tag color for the inside and border</tooltip>
         </choice>
         <choice name="ResourceOnly">
           <label>Only calendar</label>
+          <tooltip>Use the calendar's color for both the inside of the item and its borders</tooltip>
           <whatsthis>Select the "Only calendar" option if you would like to draw calendar items (both inside and border) using the color of their calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
           <tooltip>Draw agenda items using their calendar color for the inside and border</tooltip>
         </choice>
@@ -268,25 +272,29 @@
       <default>false</default>
     </entry>
     <entry type="Enum" key="MonthViewColors">
-      <label>Color Usage</label>
+      <label>Month Item Colors</label>
       <choices>
         <choice name="MonthItemCategoryInsideResourceOutside">
           <label>Tag inside, calendar outside</label>
+          <tooltip>Use the tag's color for the inside of the item and the calendar's color for the item borders</tooltip>
           <whatsthis>Select the "Tag inside, calendar outside" option if you would like to draw calendar items using their associated tag color, with the item's border drawn in the color of its calendar.  Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
           <tooltip>Draw month items with their tag color inside and calendar color for their border</tooltip>
         </choice>
         <choice name="MonthItemResourceInsideCategoryOutside">
           <label>Calendar inside, tag outside</label>
+          <tooltip>Use the calendar's color for the inside of the item and the tag's color for the item borders</tooltip>
           <whatsthis>Select the "Calendar inside, tag outside" option if you would like to draw calendar items using their associated calendar color, with the item's border drawn in the color of its tag.  Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
           <tooltip>Draw month items with their calendar color inside and tag color for their border</tooltip>
         </choice>
         <choice name="MonthItemCategoryOnly">
           <label>Only tag</label>
+          <tooltip>Use the tag's color for both the inside of the item and its borders</tooltip>
           <whatsthis>Select the "Only tag" option if you would like to draw calendar items (both inside and border) in the color of their associated tag.  Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
           <tooltip>Draw month items using their tag color for the inside and border</tooltip>
         </choice>
         <choice name="MonthItemResourceOnly">
           <label>Only calendar</label>
+          <tooltip>Use the calendar's color for both the inside of the item and its borders</tooltip>
           <whatsthis>Select the "Only calendar" option if you would like to draw calendar items (both inside and border) in the color of their calendar.  Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
           <tooltip>Draw month items using their calendar color for the inside and border</tooltip>
         </choice>


More information about the kde-doc-english mailing list