8th August 2016
Today was not well. So, didn’t did much work.
Today was not well. So, didn’t did much work.
Discussed project with college group (GD) and collected the points and discussed with mentor and also discussed the example to explain GSoC project.
Made minor changes to the code like set maximum precision after decimal to 6 and changes related to slider. Basically all the changes discussed day before yesterday.
Worked on code regarding the precision and choosed better code among those choices and pushed.
Made parameterWidget experimental, also from cmd-line. Plus also edited test cases. And started to work on improving the precision part.
Made the customizer feature as part of the experimental feature.
Added feature that now input widget remain in focus even after we change value. Earlier when we change value in input widget then preview was called and after that input widgets were again build. So, focus from them get away. But now on update of value in widget it is stored in parameter Object that … More 1st August 2016
Today wrote the test cases for new changes plus also worked to support step size in slider when dragging the slider.
Added support for numbers with digits after decimal in spinbox and slider. Plus also added code to not to create vector widget for vector if there is an element other than a number in the string. Also faced and solved problem of counting the number of digits after the decimal to set the precision which … More 30th July 2016
Just little work related to adding support for fractional numbers to slider. and made list of all the issues and tried to solve them.