Zhan July 12-18

From PSwiki
Revision as of 03:41, 18 July 2011 by Zhanzhizheng (talk | contribs) (Created page with '* Last week I submitted my code for copy constructor things and continued to improve it by discussing with weltall. For chat window, I found a method to avoid reloading a chat wi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Last week I submitted my code for copy constructor things and continued to improve it by discussing with weltall. For chat window, I found a method to avoid reloading a chat window. As what I planed to do before, I have to trace all objects that hold pointer to this chat window object. That's not so easy to do and not safe. So I tried to recreate children of chat window to achieve the same goal. In this way, chat window could be configured at runtime. In order to enable user select whatever tabs he/she wants to display, a function was added to chat window class to modify chat.xml. By reloading the modified chat.xml, tabs could be displayed at any combination. Following is what I did last week.
    • Finished enableing user to configure chat window and to display the configured result at runtime.
    • Finished enableing user to select those tabs to display on chat window.
    • Commited codes to subversion server. Create patch for the chat window improvement and send to wetall. Modifies the code for copy constructor. Start to work on enable to display images in book.
  • Plan for next week
    • Finishing work on enabling books to show texts as well as images.
    • Start to implement using RTT to render windows.