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

List:       kde-i18n-doc
Subject:    koffice/kplato/libs/ui
From:       Dag Andersen <danders () get2net ! dk>
Date:       2008-11-27 16:01:54
Message-ID: 1227801714.240419.7565.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 889782 by danders:

Fix whatsthis text. Functionallity has changed.
CCMAIL: kde-i18n-doc@kde.org


 M  +4 -0      kptmainprojectpanel.cpp  
 M  +4 -0      kptsummarytaskgeneralpanel.cpp  
 M  +0 -5      kptsummarytaskgeneralpanelbase.ui  
 M  +3 -0      kpttaskgeneralpanel.cpp  
 M  +0 -5      kpttaskgeneralpanelbase.ui  


--- trunk/koffice/kplato/libs/ui/kptmainprojectpanel.cpp #889781:889782
@@ -43,6 +43,10 @@
     : MainProjectPanelImpl(parent, name),
       project(p)
 {
+    QString s = i18n( "The Work Breakdown Structure introduces numbering for all \
tasks in the project, according to the task structure.\nThe WBS code is \
auto-generated.\nYou can define the WBS code pattern using the Define WBS Pattern \
command in the Tools menu." ); +    wbslabel->setWhatsThis( s );
+    wbs->setWhatsThis( s );
+
     namefield->setText(project.name());
     leaderfield->setText(project.leader());
     descriptionfield->setText(project.description());
--- trunk/koffice/kplato/libs/ui/kptsummarytaskgeneralpanel.cpp #889781:889782
@@ -44,6 +44,10 @@
     setObjectName(n);
     setupUi(this);
     
+    QString s = i18n( "The Work Breakdown Structure introduces numbering for all \
tasks in the project, according to the task structure.\nThe WBS code is \
auto-generated.\nYou can define the WBS code pattern using the Define WBS Pattern \
command in the Tools menu." ); +    wbslabel->setWhatsThis( s );
+    wbsfield->setWhatsThis( s );
+
     setStartValues(task);
     
     connect(namefield, SIGNAL(textChanged(const QString&)), \
                SLOT(slotObligatedFieldsFilled()));
--- trunk/koffice/kplato/libs/ui/kptsummarytaskgeneralpanelbase.ui #889781:889782
@@ -30,11 +30,6 @@
        <property name="toolTip" >
         <string>Work Breakdown Structure</string>
        </property>
-       <property name="whatsThis" >
-        <string>The Work Breakdown Structure introduces numbering for all tasks in \
                the project, according to the task structure.
-
-The WBS code is auto-generated; simply choose Generate WBS Code from the Tools menu \
                to generate the WBS code for the project.</string>
-       </property>
        <property name="text" >
         <string>WBS:</string>
        </property>
--- trunk/koffice/kplato/libs/ui/kpttaskgeneralpanel.cpp #889781:889782
@@ -55,6 +55,9 @@
 {
     useTime = true;
     setStartValues( task );
+    QString s = i18n( "The Work Breakdown Structure introduces numbering for all \
tasks in the project, according to the task structure.\nThe WBS code is \
auto-generated.\nYou can define the WBS code pattern using the Define WBS Pattern \
command in the Tools menu." ); +    wbslabel->setWhatsThis( s );
+    wbsfield->setWhatsThis( s );
 }
 
 void TaskGeneralPanel::setStartValues( Task &task ) {
--- trunk/koffice/kplato/libs/ui/kpttaskgeneralpanelbase.ui #889781:889782
@@ -21,11 +21,6 @@
        <property name="toolTip" >
         <string>Work Breakdown Structure</string>
        </property>
-       <property name="whatsThis" >
-        <string>The Work Breakdown Structure introduces numbering for all tasks in \
                the project, according to the task structure.
-
-The WBS code is auto-generated; simply choose Generate WBS Code from the Tools menu \
                to generate the WBS code for the project.</string>
-       </property>
        <property name="text" >
         <string>WBS:</string>
        </property>


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

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