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 - [TDEFileReplace] Open file with double click or Enter
Summary: [TDEFileReplace] Open file with double click or Enter
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P5 enhancement
Assignee: Michele Calgaro
URL:
Depends on:
Blocks: R14.1.0
  Show dependency treegraph
 
Reported: 2015-01-22 17:58 CST by Michele Calgaro
Modified: 2015-01-30 07:36 CST (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

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