Difference between revisions of "The Scriveners - OOP344 20113"
(→TEAM COMMUNICATION SECTION) |
(→R0.3) |
||
Line 75: | Line 75: | ||
== Tasks == | == Tasks == | ||
===R0.3=== | ===R0.3=== | ||
− | + | ||
+ | ====Prasanth==== | ||
+ | * Assigned CLineEdit | ||
+ | * Assigned CValEdit (sharing with Mike) | ||
+ | * Due: November 18 | ||
+ | * Branch: pvaaheeswaran/0.3/ | ||
====Ryan==== | ====Ryan==== | ||
* Working on CMenuitem | * Working on CMenuitem | ||
− | *(due by Nov 18, in branch qtdang1/cmenu, current stage: R0.3) | + | * (due by Nov 18, in branch qtdang1/cmenu, current stage: R0.3) |
+ | * problem: Label _data has junk in it. | ||
− | |||
====David==== | ====David==== | ||
− | *branches/dkgurr/R0.3 | + | * branches/dkgurr/R0.3 |
− | *Working on CLineEdit | + | * Working on CLineEdit |
− | *Working on CButton::set and CButton::edit | + | * Working on CButton::set and CButton::edit |
− | *Cbutton mostly finished | + | * Cbutton mostly finished |
− | *expect to complete CLineEdit by Wed.Nov 16 | + | * expect to complete CLineEdit by Wed.Nov 16 |
− | |||
− | |||
== Meetings == | == Meetings == |
Revision as of 11:46, 15 November 2011
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
The Scriveners - OOP344 20113
Project Marking Percentage
- due right after study break
Group work: 50% (25 <= xx <= 50) Individual work: 50% + (50 <= xx <= 75) ------------------------- Total 100%
TEAM COMMUNICATION SECTION
NOV 16: Added bool method to DLList class to return if list is empty. Used this to reduce code in CDialog::editable() method. CButton::edit needs to be changed so that before the method finishes the square brackets around the text are overwritten with white space. -dg
- OCT 24th: I gather everyone work and put everything together. go to my qtdang1 branch and check out clabeltest to see our achievement :)
- There is a very minor change in the Cdialog Constructor prototype. I made the change and merged it back to trunk.
Please do an update before you start to work again.
I changed:
CDialog( int Row = -1, int Col = -1, int Width = -1, int Height = -1, bool Bordered = false, const char* Border=C_BORDER_CHARS, CFrame *Container = (CFrame*)0 );
To:
CDialog(CFrame *Container = (CFrame*)0,int Row = -1, int Col = -1,int Width = -1, int Height = -1,bool Bordered = false,const char* Border=C_BORDER_CHARS);
Thx Ryan
Repository
Trunk Status
- Committed/Committing By: Ryan Dang committed( completed R0.2!!)
- ID: emailid
- Name: full name
- IRC Nick: mynick
- Other Info:
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Prasanth | Vaaheeswaran | A | pvaaheeswaran | pvaaheeswaran | prsnth | Master of None |
Michael | Valentine | A | mwvalentine | mwvalentine | Valen_ | A Grain of Sand |
Ryan | Dang | A | qtdang1 | Qtdang1 | byebyebyezzz | Ryan Dang's Blog |
Heonyee | An | A | han6 | han6 | han6 | Heonyee's Blog |
David | Gurr | A | dkgurr | dkgurr | dkgurr | Mysteries of Chessboxing |
Tasks
R0.3
Prasanth
- Assigned CLineEdit
- Assigned CValEdit (sharing with Mike)
- Due: November 18
- Branch: pvaaheeswaran/0.3/
Ryan
- Working on CMenuitem
- (due by Nov 18, in branch qtdang1/cmenu, current stage: R0.3)
- problem: Label _data has junk in it.
David
- branches/dkgurr/R0.3
- Working on CLineEdit
- Working on CButton::set and CButton::edit
- Cbutton mostly finished
- expect to complete CLineEdit by Wed.Nov 16
Meetings
- latest will be on top