Sort files in out-of-source build folders to the end of QuickOpen.

Authored by mwolff on Dec 9 2013, 11:04 PM.

Description

Sort files in out-of-source build folders to the end of QuickOpen.

This removes the ugly clutter of ../../... paths to generated files
from uic etc. which are part of CMake targets. You may still want
to open them and can by inserting the proper filter into quickopen.

Note that performance regresses compared to the previous commit,
and is now back to the initial performance of this code which used
QMap<QString, ProjectFile> instead of the sorted QList.

The sharedurls branch and its Path API will speed it up in the future.

Details

Committed
mwolffDec 9 2013, 11:17 PM
Parents
R32:a0e8eb080176: Optimize: Use a sorted QList<ProjectFilter> instead of a QMap.
Branches
Unknown
Tags
Unknown