Bug 63929

Summary: Create New Project should auto-select template on keyboard navigation
Product: [Applications] kdevelop Reporter: Bernd Pol <bernd.pol>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.0a6   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Bernd Pol 2003-09-09 00:11:19 UTC
Version:           3.0.0a6 (using KDE 3.1.3)
Installed from:    SuSE
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB-athlon

Gideon (CVS of 2003-09-08) does not select a template when I navigate through the tree using the keyboard. Once a template is highlighted on the tree it should be selected and shown in the right hand side info window (preferably after some short delay).
In fact, I wasn't able to select a template from my (notepad) keyboard at all.

Bernd
Comment 1 Dominik Haumann 2003-09-09 00:44:02 UTC
Fixed in CVS HEAD.

Index: appwizarddlgbase.ui
===================================================================
RCS file: /home/kde/kdevelop/parts/appwizard/appwizarddlgbase.ui,v
retrieving revision 1.9
diff -u -p -r1.9 appwizarddlgbase.ui
--- appwizarddlgbase.ui 13 Jun 2003 02:31:36 -0000      1.9
+++ appwizarddlgbase.ui 8 Sep 2003 22:39:07 -0000
@@ -324,7 +324,7 @@
 <connections>
     <connection>
         <sender>templates_listview</sender>
-        <signal>clicked(QListViewItem*)</signal>
+        <signal>selectionChanged(QListViewItem*)</signal>
         <receiver>AppWizardDlgBase</receiver>
         <slot>templatesTreeViewClicked(QListViewItem*)</slot>
     </connection>