[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kontact/plugins/planner
From:       Allen Winter <winter () kde ! org>
Date:       2009-10-11 16:12:54
Message-ID: 1255277574.645302.11452.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1033942 by winterz:

full tooltips and whatsthis
MERGE: none
DO_NOT_BACKPORT: new i18n strings


 M  +117 -1    plannerconfig_base.ui  


--- trunk/KDE/kdepim/kontact/plugins/planner/plannerconfig_base.ui #1033941:1033942
@@ -4,6 +4,14 @@
  <comment>Configuration page for the Korganizer To-do Summary</comment>
  <class>PlannerSummaryConfig_Base</class>
  <widget class="QWidget" name="PlannerSummaryConfig_Base">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>372</width>
+    <height>266</height>
+   </rect>
+  </property>
   <property name="windowTitle">
    <string>Planner Summary Configuration</string>
   </property>
@@ -11,7 +19,7 @@
    <item>
     <widget class="KTabWidget" name="tabWidget">
      <property name="currentIndex">
-      <number>0</number>
+      <number>1</number>
      </property>
      <widget class="QWidget" name="GeneralTab">
       <attribute name="title">
@@ -26,6 +34,12 @@
          <layout class="QVBoxLayout" name="verticalLayout_6">
           <item>
            <widget class="QCheckBox" name="mShowRecurrence">
+            <property name="toolTip">
+             <string>Show an icon indicating a recurring item</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you want to see an icon that indicates an \
event or to-do is recurring.</string> +            </property>
             <property name="text">
              <string>Show recurrence icon</string>
             </property>
@@ -36,6 +50,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mShowReminder">
+            <property name="toolTip">
+             <string>Show an icon indicating the item has a reminder</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you want to see an icon indicating that the \
event or to-do has a reminder.</string> +            </property>
             <property name="text">
              <string>Show reminder icon</string>
             </property>
@@ -46,6 +66,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mUnderline">
+            <property name="toolTip">
+             <string>Underline links in descriptions</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you want URL links to be underlined.</string>
+            </property>
             <property name="text">
              <string>Underline links</string>
             </property>
@@ -56,6 +82,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mTodo">
+            <property name="toolTip">
+             <string>Show to-dos in the summary</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you want to see to-dos in the \
summary.</string> +            </property>
             <property name="text">
              <string>Show To-dos in planner</string>
             </property>
@@ -66,6 +98,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mSd">
+            <property name="toolTip">
+             <string>Show special dates in the summary</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you want to see special dates in the \
summary.</string> +            </property>
             <property name="text">
              <string>Show special dates in planner</string>
             </property>
@@ -105,6 +143,12 @@
          <layout class="QVBoxLayout" name="verticalLayout_8">
           <item>
            <widget class="QRadioButton" name="mDateTodayButton">
+            <property name="toolTip">
+             <string>Show events for today only</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you want to see events occurring on this date \
only.</string> +            </property>
             <property name="text">
              <string>&amp;Today only</string>
             </property>
@@ -115,6 +159,12 @@
           </item>
           <item>
            <widget class="QRadioButton" name="mDateMonthButton">
+            <property name="toolTip">
+             <string>Show events starting within the next month</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you want to see events that start sometime \
during the next 31 days.</string> +            </property>
             <property name="text">
              <string>Within the next &amp;month (31 days)</string>
             </property>
@@ -130,6 +180,12 @@
               <property name="enabled">
                <bool>true</bool>
               </property>
+              <property name="toolTip">
+               <string>Select the days for showing upcoming events</string>
+              </property>
+              <property name="whatsThis">
+               <string>Check this box if you want to specify the number of days in \
the future for upcoming events.</string> +              </property>
               <property name="text">
                <string>Within the &amp;next:</string>
               </property>
@@ -143,6 +199,12 @@
               <property name="enabled">
                <bool>false</bool>
               </property>
+              <property name="toolTip">
+               <string>Set the number of days to show upcoming events</string>
+              </property>
+              <property name="whatsThis">
+               <string>Use this spinbox to set the number of days to show upcoming \
events up to 1 year in the future.</string> +              </property>
               <property name="specialValueText">
                <string>1 day</string>
               </property>
@@ -229,6 +291,12 @@
          <layout class="QVBoxLayout" name="verticalLayout_9">
           <item>
            <widget class="QCheckBox" name="mHideCompletedBox">
+            <property name="toolTip">
+             <string>Hide completed to-dos</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you do not want to see to-dos that have \
already been completed.</string> +            </property>
             <property name="text">
              <string>&amp;Completed</string>
             </property>
@@ -239,6 +307,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mHideOpenEndedBox">
+            <property name="toolTip">
+             <string>Hide to-dos without a due date</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you do not want to see open-ended \
to-dos.</string> +            </property>
             <property name="text">
              <string>&amp;Open-ended (no due date)</string>
             </property>
@@ -249,6 +323,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mHideUnstartedBox">
+            <property name="toolTip">
+             <string>Hide unstarted to-dos</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you do not want to see to-dos with a start \
date in the future.</string> +            </property>
             <property name="text">
              <string>&amp;Unstarted (start date is in the future)</string>
             </property>
@@ -256,6 +336,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mHideInProgressBox">
+            <property name="toolTip">
+             <string>Hide in-progress to-dos</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you do not want to see to-dos that have been \
started but are not yet completed.</string> +            </property>
             <property name="text">
              <string>&amp;In-progress (started but not completed)</string>
             </property>
@@ -263,6 +349,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mHideOverdueBox">
+            <property name="toolTip">
+             <string>Hide overdue to-dos</string>
+            </property>
+            <property name="whatsThis">
+             <string>Check this box if you do not want to see to-dos that are past \
their due date but have not yet been completed.</string> +            </property>
             <property name="text">
              <string>Over&amp;due (not completed and beyond due-date)</string>
             </property>
@@ -322,6 +414,12 @@
          <layout class="QVBoxLayout" name="verticalLayout_4">
           <item>
            <widget class="QCheckBox" name="mBirthdayConList">
+            <property name="toolTip">
+             <string>Show birthdays from your address book</string>
+            </property>
+            <property name="whatsThis">
+             <string>Enable this option to include birthdays from your address book \
in the planner summary.</string> +            </property>
             <property name="text">
              <string>Show birthdays from address book</string>
             </property>
@@ -332,6 +430,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mAnniversariesConList">
+            <property name="toolTip">
+             <string>Show anniversaries from your address book</string>
+            </property>
+            <property name="whatsThis">
+             <string>Enable this option to include anniversaries from your address \
book in the planner summary.</string> +            </property>
             <property name="text">
              <string>Show anniversaries from address book</string>
             </property>
@@ -342,6 +446,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mHolidaysCal">
+            <property name="toolTip">
+             <string>Show holidays from your calendar</string>
+            </property>
+            <property name="whatsThis">
+             <string>Enable this option to include holidays from your calendar in \
the planner summary. These are events from your configured holiday region, or events \
with the &quot;Holiday&quot; category.</string> +            </property>
             <property name="text">
              <string>Show holidays from calendar</string>
             </property>
@@ -352,6 +462,12 @@
           </item>
           <item>
            <widget class="QCheckBox" name="mSpecialOccasionsCal">
+            <property name="toolTip">
+             <string>Show special occasions from your calendar</string>
+            </property>
+            <property name="whatsThis">
+             <string>Enable this option to include events from your calendar with \
the &quot;special occasion&quot; category.</string> +            </property>
             <property name="text">
              <string>Show special occasions from calendar</string>
             </property>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic