Go to file
Jean-Paul Chaput 53ba314063 * ./hurricane/src/viewer:
- Change: In Cyclop, now uses the GtkStyle when not under OSX and Qt is
        newer or equal to Qt 4.5.0.
    - Change: In the various Qt Model Table, do the rowHeigh bug correction.
    - Bug: In InspectorWidget/NetlistModel, when browsing through the records
        tree, the records were generated twice at each slot change. This
        was due to the History ComboBox sending a index change signal then
        the InspectorWidget setting the slot *again*.
          When trying to explore a Slot, but this Slot is empty (like an
        empty vector, for instance) do not gut the RecordModel. Because
        as we find out that the new Slot is empty we go back and restore
        the previous contents. Potentially slow if we comes from a Slot
        with lots of records. Now we dump the contents only if there is
        something to explore.

  * ./hurricane/src/hurricane:
    - Bug: In Record, the slots where stored in a list container, which was
        making indexed accesses very very slow. This slowdown was also
        affecting the destructor of Record (this is the explanation why
        the RecordWidget was slow, even when *leaving* the net IntrusiveSet).
          Now implemented in term of STL vector.
    - Bug: In Slot/Common, still some adjustements to make the Inspection
        mechanism work with all types. Correct the "IntrusiveMap<>" not
        working with the NetMap. Related to templates not using the same
        constness.
    - Change: In Entity/DBo/Cell, Some more adjustements on Slot/Records.
2010-03-26 18:01:41 +00:00
bootstrap * ./goodies: 2010-03-26 18:09:30 +00:00
chamsin MetaCapacitor in progress 2008-07-24 15:39:12 +00:00
crlcore * All Tools: 2010-03-19 14:22:18 +00:00
equinox * All Tools: 2010-03-19 14:22:20 +00:00
hurricane * ./hurricane/src/viewer: 2010-03-26 18:01:41 +00:00
ispd * All Tools: 2010-03-19 14:22:29 +00:00
katabatic * ./katabatic : 2010-03-23 09:25:15 +00:00
kite * All Tools: 2010-03-19 14:22:34 +00:00
knik * All Tools: 2010-03-19 14:22:35 +00:00
solstice * All Tools: 2010-03-19 14:22:37 +00:00
unicorn * All Tools: 2010-03-19 14:22:39 +00:00
vlsisapd * All Tools: 2010-03-19 14:22:27 +00:00