Add ordering to the project build set.

Authored by intelfx on Oct 19 2012, 5:24 AM.

Description

Add ordering to the project build set.

The ordering is provided by adding another list, m_orderingCache, to the
model. It is stored per-session and contains all elements that were
added to the model (even from unloaded projects). An element is removed
from the ordering cache when and only when user removes it from the
model by hand.

So, when an element is added into the model, it is firstly looked up in
the ordering cache to determine its position; if it's not found there,
it is appended to both the model and the cache.

REVIEW: 106954

Details

Committed
intelfxDec 24 2012, 4:40 PM
Parents
R32:311885e62a9f: SVN_SILENT made messages (.desktop file)
Branches
Unknown
Tags
Unknown