By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2322

Summary: [TDEFileReplace] Open file with double click or Enter
Product: TDE Reporter: Michele Calgaro <michele.calgaro>
Component: non-core programsAssignee: Michele Calgaro <michele.calgaro>
Status: RESOLVED FIXED    
Severity: enhancement CC: bugwatch, darrella, michele.calgaro
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2247    

Description Michele Calgaro 2015-01-22 17:58:00 CST
Double clicking or pressing enter on a search result should open the file in the corresponding application. Currently it is necessary to right-click the file and select Open from the popup menu.
Comment 1 Michele Calgaro 2015-01-25 17:27:14 CST
Fixed in commit 11f19f3.
Comment 2 Michele Calgaro 2015-01-25 17:51:22 CST
Commit 92bb53c adds a small refinement to the widget focus logic for the "Search" dialog.
Comment 3 Michele Calgaro 2015-01-29 23:35:41 CST
Changes for this bug introduced this error when launching from command line.

TQObject::connect: No such slot TDEFileReplaceView::executed(TQListViewItem*)
TQObject::connect:  (sender name:   'm_lvResults')
TQObject::connect:  (receiver name: 'view')
Comment 4 Michele Calgaro 2015-01-30 01:14:45 CST
Fixed in commit 52c1190.
Comment 5 Darrell 2015-01-30 07:36:22 CST
>Fixed in commit 52c1190.
Looks clean here. :)