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

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/quanta
From:       Andras Mantia <amantia () kde ! org>
Date:       2007-10-04 9:46:22
Message-ID: 1191491182.034219.28094.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 721001 by amantia:

Fix help button in the New Project wizard.

BUG: 145324

 M  +1 -0      ChangeLog  
 M  +7 -1      project/projectprivate.cpp  
 M  +3 -0      project/projectprivate.h  


--- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #721000:721001
@@ -8,6 +8,7 @@
         repeated [#145413]
       - avoid crashes in various (random) cases
       - make the parser as fast as it was in 3.5.6 and before
+      - fix help button in the New Project wizard [#145324]
 
 
 Version 3.5.7 (Release date: xx-xx-2006; Started 06-02-2006)
--- branches/KDE/3.5/kdewebdev/quanta/project/projectprivate.cpp #721000:721001
@@ -1153,9 +1153,10 @@
           pnw, SLOT(  setBaseURL(const KURL&)));
   connect( this,SIGNAL(setLocalFiles(bool)),
           pnl, SLOT(slotSetFiles(bool)));
-
+  
   connect(wiz, SIGNAL(selected(const QString &)),
           this, SLOT  (slotSelectProjectType(const QString &)));
+  connect(wiz, SIGNAL(helpClicked()), SLOT(slotNewProjectHelpClicked()));
 
   connect( pnw, SIGNAL(enableMessagesWidget()),
           parent, SIGNAL(enableMessageWidget()));
@@ -1666,4 +1667,9 @@
   return true;
 }
 
+void ProjectPrivate::slotNewProjectHelpClicked()
+{
+  kapp->invokeHelp("create-new-project-3-2", "quanta");
+}
+
 #include "projectprivate.moc"
--- branches/KDE/3.5/kdewebdev/quanta/project/projectprivate.h #721000:721001
@@ -237,6 +237,9 @@
   void slotSelectProjectType(const QString &title);
 
   void slotDeleteCopytoDlg(CopyTo *dlg);
+  
+private slots:
+  void slotNewProjectHelpClicked();
 
 signals:
   void setLocalFiles(bool);
[prev in list] [next in list] [prev in thread] [next in thread] 

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