coriolis/hurricane
Jean-Paul Chaput d55da89955 * ./hurricane/src/viewer:
- Bug: In NetlistWidget/NetlistModel, suppress the "forceRowHeight()"
        method which was terribly slowing down the table display. Instead
        uses the "setDefaultSectionSize()" of the vertical header to setup
        the row height (much more compact display).
    - Bug: In NetlistModel, strangely, although we have a "data()" and a 
        "headerData()" method, the "data()" is also called for the headers
        potentially erasing any previous setting done with "headerData()".
          This was occuring for the fonts settings. Don't known if it is
        a bug or a feature of Qt...
    - Thoses changes has to be ported to the others widgets some times...
2010-03-23 12:54:50 +00:00
..
cmake_modules * All Tools: 2010-03-19 14:22:25 +00:00
doc Rename documentation of hviewer into viewer. 2010-03-15 14:05:45 +00:00
src * ./hurricane/src/viewer: 2010-03-23 12:54:50 +00:00
tests * ./hurricane/src/hurricane: 2010-03-08 16:33:57 +00:00
CMakeLists.txt * All Tools: 2010-03-18 15:32:16 +00:00