Bug 63929 - Create New Project should auto-select template on keyboard navigation
Summary: Create New Project should auto-select template on keyboard navigation
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.0a6
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-09 00:11 UTC by Bernd Pol
Modified: 2003-09-09 00:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>