-many minor changed due to update of incude file paths
- changed representation of brightness level value in csv files
- fixed bug in apply method of filter
-other minor changes
- fixed stack-overflow bug in endEdit method (qualitymapper) (added disconnect qualitymapperialgog before calling its destructor)
- other minor changes
qualitymapperdialog.cpp:
- fixed bug in clearItem about EqHandles remove and destroy.
- other minor changes
- 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
- removed Histogram and TransferFunction member objects
qualitymapperdialog.h\cpp:
- added Histogram and TransferFunction member objects
- added method for load of TF\CSV file
- other minor changes
qualitymapperdialog.ui:
- added button to load a CSV\TF file from disk
transferfunction.h\cpp:
- overloaded constructor for TF generation from CSV file
- added and implemented generation of TF from default colorband (GREY SCALE, RGB, RED SCALE, GREEN SCALE, BLUE SCALE, FLAT)
- implemented method for managing channels painting order
util.h
- updated internal structure of CHART_INFO
- drawChartBasics is now view and chart indipendent
- drawHisrogram enhanced
- CHART_INFO struct added to store graphics and stats info about the chart to draw
- 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