lundi 4 janvier 2010

Week 12 [28/12 to 03/01]


Work Of The Week



This week work was simply to continue the previous one. It was the last week before the revision for the exams, and therefore I begin my revisions. The main new function that was develop was some command line options for loading directly a mesh into the view. That will be used to apply an algorithm in another window in order to see the effective modification on the mesh.


Total worked: 10 hours.



Several modifications



Finally the Segmentation fault source was found. Thanks to linux printing memory status I found the part of the code that was wrong. It was the scaling part, using a not referenced array that was not detected on initialisation on windows.

I also created a nwe page for the settings to handle colour and lightning options. They are not used yet in the code.

Time worked:
6 h

Command line options, and running another application


Several options were added, using for the moment a simple loop reading on the char *argc[] parameter from the main function. The available options are listed when --help is set as parameter. A list will also be added to the about message.

Running another instance of the software was straightforward as Qt provide all the tools for that (using the QApplication model to get the application path and QProcess to run a new detached process).

Time worked:
4 h

Gantt State




Next Week prevision



Next week is reading week in RGU and I won't work on the project. But I will provide a small "revision" of the overall work done for the project, including spend time, completed requirement and adaptation of the working plan.