Difference between revisions of "Silent coding works (scw) 20121 - oop344"

From CDOT Wiki
Jump to: navigation, search
(Tasks)
(Trunk Status)
Line 53: Line 53:
 
*: Changes: Added working version of cbutton (combine anh's edid() )
 
*: Changes: Added working version of cbutton (combine anh's edid() )
 
*: APR-02-2012 || 2:41 AM
 
*: APR-02-2012 || 2:41 AM
 +
 +
 +
*: id: [mailto:kwong67@learn.senecac.on.ca kwong67]
 +
*: name: kwok Wong
 +
*: Changes: wrongly commited to tag and thx anh to fix it
 +
*: Changes: added copy constructor of CCheckmark (Copy constructor of CLabel) but doesn't work (comment out) p.s. thx anh for reminding me only add workable programs in truck and reserve WIP in Branches
 +
*: APR-02-2012 || 5:49 AM
  
 
== meetings ==
 
== meetings ==

Revision as of 20:55, 2 April 2012


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

silent coding works

  • This group take its name seriously lol, real silent.
  • Anyways, please test the trunk for all finished revisions so far (3,4,7).
  • it works fine with the improved version of CDialog (just need to edit my edit() ) for the improved version (KWong67)

Project Marking Percentage

  • due right after study break

Group work:      45%        (25 <= xx <= 50)
Individual work: 55% +      (50 <= xx <= 75) 
-------------------------
Total           100%

Repository

  • repo id: oop344_121rep01

Trunk Status

  • committed/committing by
    id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: all changes needed for R0.1
    FEB-16-2012 || 11:06 PM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: everything needed for R0.2, code clean up, remove obsoleted project files
    MAR-09-2012 || 2:39 PM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: all changes needed for R0.3, need testing
    MAR-26-2012 || 2:33 AM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: Renamed all files to lower case to avoid matrix compile problem
    APR-01-2012 || 11:23 PM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: Added working version of cbutton and cvaledit to the trunk. Added improved version of cdialog and clabel, please test them out
    APR-01-2012 || 11:30 PM
  • id: kwong67
    name: kwok Wong
    Changes: Added working version of cbutton (combine anh's edid() )
    APR-02-2012 || 2:41 AM


  • id: kwong67
    name: kwok Wong
    Changes: wrongly commited to tag and thx anh to fix it
    Changes: added copy constructor of CCheckmark (Copy constructor of CLabel) but doesn't work (comment out) p.s. thx anh for reminding me only add workable programs in truck and reserve WIP in Branches
    APR-02-2012 || 5:49 AM

meetings

  • latest will be on top

topic, date

date


Team Members

silent coding works (scw) (team 1)
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Kwok Wong B kwong67 kwong67 venven oop344
Hesam Chobanlou B hchobanlou hchobanlou hchobanlou arcoop344
Anh Tran A avtran3 avtran3 kiosk AVR's Mirage

Tasks

  • Anh Tran
    CLineEdit [0.3] - done
    CButton [0.4] - done
    CValEdit [0.7] - done
  • Kwok Wong
    CButton [0.4] - done with Anh Tran's edit() and improved version of CDialog
    CCheckMark [0.5] - done with Anh Tran's CLabel assignment operator fix
  • Hesam Chobanlou
    CMenuItem [0.6] - ?

BUGS

Fix console insert bug occurred in A1 last test

  • How to produce: On a freshly started instance, press insert and type to the end, it will go out of scope. You may want to take a look at the display compare test as well, it didn't look right to me.
  • Assigned to: Presumed hchobanlou since he wrote it
  • Status: Not done (important?)