- removed junction point field from TF_KEY struct-
- minor changes to adapt to the change above
qualitymapperdialog.h\cpp:
- added call to endEdit method when dialog is closed
- added TFHandle creation by doubleclick on empty areas (using invisible graphics item)
- other minor changes
util.cpp:
- minor change
- Optimized relative-absolute and absolute-relative values conversion functions
qualitymapper.cpp\qualitymapper.cpp:
- Fixed bug about quality representation. Now the quality is represented correctly in the histogram every time the dialog is built and shown.
- Added call to transfer function drawing (stub)
qualitymapperdialog.h:
- Added method for transfer function drawing (stub)
- Added some optimizations to drawCartesianChartBasics method to make it completely parametric (view indipendent) (stub yet)
- Other minor changes
transferfunction.h\transferfunction.h:
- added a new overloaded constructor to build the transfer function directly from a TF file (stub)
- Some optimizations applied
- Other minor changes