Difference between revisions of "User:Vladbogolin/GSoC2013/Logs"

From BRL-CAD
Line 34: Line 34:
 
**http://sourceforge.net/p/brlcad/patches/189/
 
**http://sourceforge.net/p/brlcad/patches/189/
 
==Week 1==
 
==Week 1==
*As I haven't worked with Qt before I will focus on getting more familiarized with it this week and also a more detailed look on the existing dm's code to be sure I will not miss anything.
+
*Weekly milestone:
 +
**As I haven't worked with Qt before I will focus on getting more familiarized with it this week and also a more detailed look on the existing dm's code to be sure I will not miss anything.
 
*17 June 2013:
 
*17 June 2013:
 
**Created a first qt small application. It is not something complicated. I focused on the compilation procedure and how to integrate qt with cmake.
 
**Created a first qt small application. It is not something complicated. I focused on the compilation procedure and how to integrate qt with cmake.
 
*18 June 2013:
 
*18 June 2013:
 
**I successfully built a qt project using cmake. I struggled with the difference between Qt4 and Qt5 but finally managed to make a cmake build.
 
**I successfully built a qt project using cmake. I struggled with the difference between Qt4 and Qt5 but finally managed to make a cmake build.
 +
*19 June 2013:
 +
**Got commit access
 +
**Updated the txt display manager patch
 +
***https://sourceforge.net/p/brlcad/patches/163/

Revision as of 15:27, 19 June 2013

Daily Progress

Project Info

Project Name New Cross-Platform 3D Display Manager
Student Name Bogolin Simion Vlad
IRC nick vladbogo
Link to proposal http://brlcad.org/wiki/User:Vladbogolin/Proposal/DisplayManager

Milestones

  • Embed Qt in Tk windows
  • Drawing
    • Line drawing
    • Text drawing
  • Keyboard and mouse integration
  • Embedding a framebuffer window

Logs

Community bonding

  • 30 May 2013:
    • Updated short description of the project on the melange page.
  • 1 June 2013:
    • A first step in implementing the qt display manager. Now it only prints logs similar to txt dm, but has some improvements
  • 4 June 2013:
  • 14 June 2013:

Week 1

  • Weekly milestone:
    • As I haven't worked with Qt before I will focus on getting more familiarized with it this week and also a more detailed look on the existing dm's code to be sure I will not miss anything.
  • 17 June 2013:
    • Created a first qt small application. It is not something complicated. I focused on the compilation procedure and how to integrate qt with cmake.
  • 18 June 2013:
    • I successfully built a qt project using cmake. I struggled with the difference between Qt4 and Qt5 but finally managed to make a cmake build.
  • 19 June 2013: