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

List:       kde-commits
Subject:    branches/kdevelop/3.4/buildtools/autotools
From:       Jens Dagerbo <jens.dagerbo () swipnet ! se>
Date:       2007-02-16 1:42:29
Message-ID: 1171590149.090257.16728.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 634014 by dagerbo:

Improve keyboard navigation: Pressing Enter on a file in the AM should open it.

 M  +2 -0      autodetailsview.cpp  


--- branches/kdevelop/3.4/buildtools/autotools/autodetailsview.cpp #634013:634014
@@ -253,6 +253,8 @@
 
 	connect( m_listView, SIGNAL( executed( QListViewItem* ) ),
 	         this, SLOT( slotDetailsExecuted( QListViewItem* ) ) );
+	connect( m_listView, SIGNAL( returnPressed( QListViewItem* ) ),
+	         this, SLOT( slotDetailsExecuted( QListViewItem* ) ) );
 	connect( m_listView, SIGNAL( contextMenu( KListView*, QListViewItem*, const QPoint& ) ),
 	         this, SLOT( slotDetailsContextMenu( KListView*, QListViewItem*, const QPoint& ) ) );
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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