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 2648

Summary: tqt3: add sort options for TQListView
Product: TDE Reporter: Michele Calgaro <michele.calgaro>
Component: qt3Assignee: Timothy Pearson <kb9vqf>
Status: NEW ---    
Severity: enhancement CC: bugwatch
Priority: P5    
Version: R14.1.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2969    

Description Michele Calgaro 2016-05-03 23:30:16 CDT
Add the following options for TQListView sortation

1) sort only top-level (parentless) items; children of top level items are not sorted. Useful in situations where we want a list of items that can be ordered, but where the sub-items should remain in the order in which they were added.

2) Do not sort leaves: if true, the last level items (leaves) are not sorter

3) an option like "sort at to level xx", where the first xx level of the tree are sorted and any other sublevel is not.