Difference between revisions of "User:H1manshu/GSoC2022/Log"

From BRL-CAD
(Updated for 28 May)
(Updated 29 May details)
Line 1: Line 1:
 
==Dev Log==
 
==Dev Log==
 
(newest first)
 
(newest first)
 +
* '''29 May''': Started working on the issue where I saw '''QAction''' and '''QPushButton''' have been defined for the same '''New''' and similarly I found more like that.
 
* '''28 May''': Done nothing as I couldn't get time because I went to see my father.  
 
* '''28 May''': Done nothing as I couldn't get time because I went to see my father.  
 
* '''27 May''':  
 
* '''27 May''':  
** Learnt about arbalest '''QMainWindow''' but only by far, I covered Menu bar. I found all the '''QAction *''' buttons are missing icons but code was already written to set icons for each '''QPushButtons *'''. So I opened an [https://github.com/BRL-CAD/arbalest/issues/17 issue]. I will work on it tomorrow.
+
** Learnt about arbalest '''QMainWindow''' but only by far, I covered Menu bar. I found all the '''QAction *''' buttons are missing icons but code was already written to set icons for each '''QPushButton *'''. So I opened an [https://github.com/BRL-CAD/arbalest/issues/17 issue]. I will work on it tomorrow.
 
** I also created a [https://github.com/BRL-CAD/arbalest/pull/16 pull request] for minor changes to '''main.cpp''' of arbalest.
 
** I also created a [https://github.com/BRL-CAD/arbalest/pull/16 pull request] for minor changes to '''main.cpp''' of arbalest.
 
** I will cover '''Central Widget''' of arbalest which is the most important of this project because this is the area where the mouse support feature will be added. I will try to cover it from tomorrow during this community bonding period. Here an outline is taken from Qt docs of '''QMainWindow''' just for reference: [[File:MainWindow.png|200 px|centre|QMainWindow Outline]]
 
** I will cover '''Central Widget''' of arbalest which is the most important of this project because this is the area where the mouse support feature will be added. I will try to cover it from tomorrow during this community bonding period. Here an outline is taken from Qt docs of '''QMainWindow''' just for reference: [[File:MainWindow.png|200 px|centre|QMainWindow Outline]]
 
* '''26 May'''
 
* '''26 May'''
 
** Created workspace where I built '''brlcad''' and '''rt-cubed'''. Set path for '''Qt 5.14.2''' so that '''arbalest''' could be run to check if it is running without errors.
 
** Created workspace where I built '''brlcad''' and '''rt-cubed'''. Set path for '''Qt 5.14.2''' so that '''arbalest''' could be run to check if it is running without errors.

Revision as of 15:32, 29 May 2022

Dev Log

(newest first)

  • 29 May: Started working on the issue where I saw QAction and QPushButton have been defined for the same New and similarly I found more like that.
  • 28 May: Done nothing as I couldn't get time because I went to see my father.
  • 27 May:
    • Learnt about arbalest QMainWindow but only by far, I covered Menu bar. I found all the QAction * buttons are missing icons but code was already written to set icons for each QPushButton *. So I opened an issue. I will work on it tomorrow.
    • I also created a pull request for minor changes to main.cpp of arbalest.
    • I will cover Central Widget of arbalest which is the most important of this project because this is the area where the mouse support feature will be added. I will try to cover it from tomorrow during this community bonding period. Here an outline is taken from Qt docs of QMainWindow just for reference:
      QMainWindow Outline
  • 26 May
    • Created workspace where I built brlcad and rt-cubed. Set path for Qt 5.14.2 so that arbalest could be run to check if it is running without errors.