Week 12 Report
This week:
1) It was The last week of GSoC program. Raal was working on testing all the project and the generated files and I help him by solving some bugs or add anything.
2) Markus start working on merging the project to the master. He prepare the code by adding some small changes. He put all the code in new branch feature/gsoc-uitest-2019 and I helped him by reformat the python script with black library to make it in good format and ignore unneeded bractis. this can be found here:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=471b185b8b1ce3982271bbb77261fbb5e6860d17
3) Start writing a documentation of the uilogger in LiberOffice and write also the final GSoC report and I will put them in same blog here.
4) Working on fixing typos because thier was some mistakes in the comments whithen the code and I will make another commit for it but the content can be found here: https://gerrit.libreoffice.org/#/c/77743/
also merged here: https://cgit.freedesktop.org/libreoffice/core/commit/?id=01af2d7122e8de8cbf96d1a04eb88817276db410
1) It was The last week of GSoC program. Raal was working on testing all the project and the generated files and I help him by solving some bugs or add anything.
- add the SideBar implementation:
their was no implementation for the sidebar commands to be converted to uitest so here I added the implementation of it:
https://gerrit.libreoffice.org/#/c/77653/ - Ignore the logging part of the QuerySaveDialog while closing the app:
as it is not important for a uitest to make in every test simulation of asking the user for saving the document or not. This can be found here:
https://gerrit.libreoffice.org/#/c/77615/ - Use prefix for names that has conflict with python's words:
avoid using a reserved work of the python words to avoid making variable that name is 'if' or any of these words. This can be found here:
https://gerrit.libreoffice.org/#/c/77557/ - Replace tabs with spaces:
as LO uses spaces . This can be found here:
https://gerrit.libreoffice.org/#/c/77539/ - Add footer line:
https://gerrit.libreoffice.org/#/c/77429/
2) Markus start working on merging the project to the master. He prepare the code by adding some small changes. He put all the code in new branch feature/gsoc-uitest-2019 and I helped him by reformat the python script with black library to make it in good format and ignore unneeded bractis. this can be found here:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=471b185b8b1ce3982271bbb77261fbb5e6860d17
3) Start writing a documentation of the uilogger in LiberOffice and write also the final GSoC report and I will put them in same blog here.
4) Working on fixing typos because thier was some mistakes in the comments whithen the code and I will make another commit for it but the content can be found here: https://gerrit.libreoffice.org/#/c/77743/
also merged here: https://cgit.freedesktop.org/libreoffice/core/commit/?id=01af2d7122e8de8cbf96d1a04eb88817276db410
Comments
Post a Comment