coriolis/vlsisapd
Jean-Paul Chaput a9d0783026 * ./vslsisapd/src/configuration:
- New: In Parameter, adds a priority for all the mutators method calls.
        Allows to sets values according to where they came from instead of
        only taking the last change. This is needed because we cannot ensure
        that the last sets value is the truly wanted one. Four priorities
        are avalaibles (in increasing order):
          1. - ApplicationBuiltin (the default).
          2. - ConfigurationFile  (currently: the XML parser).
          3. - CommandLine        (supplied by the command line, see Unicorn).
          4. - Interactive        (changed through ConfigurationWidget).
    - New: In ConfigurationWidget, hideTabs()/showTabs() to explicitly select
        which tabs are displayeds or hidden. Two modes are avalaibles:
        Incremental and Exact. In Exact mode only hidden tabs are hiddens and
        only shown tabs are shown.
    - Change: In ConfigurationWidget/ConfTabWidget/ParameterWidget, no longer
        relies on the Widget parent/child tree to find the ConfigurationWidget
        from a ParameterWidget (consequence of the hide/show capability which
        is implemented by cutting off hidden tabs). Adds an explicit attribute.
2010-11-16 13:51:14 +00:00
..
cmake_modules * ./vlsisapd/src/bookshelf: 2010-08-18 20:35:50 +00:00
doc Name's operators are now available in python 2010-06-15 14:18:42 +00:00
examples - Improvment of parsing examples with examples of maps and vectors. 2010-10-15 11:13:53 +00:00
src * ./vslsisapd/src/configuration: 2010-11-16 13:51:14 +00:00
CMakeLists.txt New liberty parser / driver : 2010-10-08 11:22:59 +00:00