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

List:       kde-commits
Subject:    quanta
From:       Andras Mantia <amantia () freemail ! hu>
Date:       2003-10-17 18:48:16
[Download RAW message or body]

CVS commit by amantia: 

Give a hint to the user about the problem reporter.


  M +5 -5      quanta.kdevelop   1.91
  M +16 -1     quanta/quanta.cpp   1.366
  M +7 -0      quanta/data/tips   1.10


--- quanta/quanta.kdevelop  #1.90:1.91
@@ -140,5 +140,5 @@
     <tree>
       <hidenonprojectfiles>false</hidenonprojectfiles>
-      <hidepatterns/>
+      <hidepatterns></hidepatterns>
       <showvcsfields>true</showvcsfields>
     </tree>
@@ -203,11 +203,11 @@
   <kdevcvs>
     <cvsoptions>-f</cvsoptions>
-    <commitoptions/>
+    <commitoptions></commitoptions>
     <updateoptions>-dP</updateoptions>
-    <addoptions/>
+    <addoptions></addoptions>
     <removeoptions>-f</removeoptions>
     <diffoptions>-u3 -p</diffoptions>
-    <logoptions/>
-    <rshoptions/>
+    <logoptions></logoptions>
+    <rshoptions></rshoptions>
     <revertoptions>-C -d -P</revertoptions>
   </kdevcvs>

--- quanta/quanta/quanta.cpp  #1.365:1.366
@@ -1427,4 +1427,8 @@ void QuantaApp::slotDockStatusChanged()
   qConfig.windowLayout = "Custom";
   showMessagesAction->setChecked(bottdock->isVisible());
+  if (!stabdock->isVisible()) {
+    m_problemOutput->clear();
+    m_problemOutput->showMessage(i18n("Switch to the Structure Tree in order to turn \
on the error recognition.\n")); +  }
 }
 
@@ -1470,4 +1474,8 @@ void QuantaApp::slotDockChanged()
   }
   showMessagesAction->setChecked(bottdock->isVisible());
+  if (!stabdock->isVisible()) {
+    m_problemOutput->clear();
+    m_problemOutput->showMessage(i18n("Switch to the Structure Tree in order to turn \
on the error recognition.\n")); +  }
 }
 
@@ -1552,5 +1560,12 @@ void QuantaApp::slotShowSTabDock() { sta
 void QuantaApp::slotShowATabDock() { atabdock->changeHideShowState();}
 void QuantaApp::slotShowDTabDock() { dtabdock->changeHideShowState();}
-void QuantaApp::slotShowProblemsDock() { problemsdock->changeHideShowState();}
+void QuantaApp::slotShowProblemsDock()
+{
+  problemsdock->changeHideShowState();
+  if (!stabdock->isVisible()) {
+    m_problemOutput->clear();
+    m_problemOutput->showMessage(i18n("Switch to the Structure Tree in order to turn \
on the error recognition.\n")); +  }
+}
 void QuantaApp::slotShowBottDock(bool force)
 {

--- quanta/quanta/data/tips  #1.9:1.10
@@ -130,2 +130,9 @@
 </html>
 </tip>
+
+<tip category="Application">
+<html>
+<p>...that Quanta has a visual <b>problem reporter</b>? Switch to the <b>Structure \
Tree</b> and make the problem description widget visible with <b>View &gt; Show \
Problem Reporter</b>. +</p>
+</html>
+</tip>


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

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