Week 6 Report

This week:

I was implementing the Compiler of the UI Objects:
      
        1) ButtonUIObject
        2) CheckBoxUIObject   
        3) TabControlUIObject
        4) ComboBoxUIObject
        5) RadioButtonUIObject
        6) ListBoxUIObject
        7) SpinFieldUIObject
        8) EditUIObject       

Also, I implemented a simple algorithm that will remove some redundant lines for example with the old logger we may have this:




now we will get this doing same functionality:




All this changes can be found here:
https://gerrit.libreoffice.org/#/c/75156/


Also, thier was missing part in the Close Dialog Compiler it's now implemented here:
https://gerrit.libreoffice.org/#/c/75165/

Also, This week I worked in the Special Commands from the writer application and implement:

    1) Type Command
    2) Select Command
    3) GoTo page

this can be found here: 
https://gerrit.libreoffice.org/75171


Next Week I will try to finish the Compiler of all the Special Commands and the General Commands and start imtergrating and testing the project total.

Comments

Popular posts from this blog

GSoC final report

UI Logger

Week 9 Report