Changes

Jump to: navigation, search

The Scriveners - OOP344 20113

1,926 bytes added, 12:13, 17 December 2011
RYAN DANG
==<span style="color:#FF0000">TEAM COMMUNICATION SECTION</span>==
 
'''DEC 10''' R0.6 Project is finish. CText,CMenu,CChecklist are tagged. Good work everyone.
 
'''DEC 8''' CMenu is done. I got it works as the test Fardad gave us. Please run some tests to see if there any bugs. It is still under my branch qtdang1/cmenu.06
 
'''DEC 8''' morning time: CText basically done, just needs DEL logic (which should be same as backspace) and ESCAPE(which should be easy(??) Will tag and merge to trunk once CMenu is complete<br />
DEC 4 CHECKLIST IS COMPLETED!!!!<br />
 
DEC 2:Was a problem in CDialog::add, no guard against adding too many fields. Added guard.
CText now compiles and runs, but the CText::edit method is missing a lot of functionality (ENTER should add a new line and exit from console::edit ?
Pressing up and down should change _loffset, Pressing right and left and changing the offset should exit from console.edit())
merge text.cpp text.h ctext.cpp ctext.h and Test8.cpp from branches/dkgurr/CText
<br /><br />
NOV 17: Need to change C_MAX_NUMBER_OF_FIELD in cuigh.h from 100 to 1000(could be less but I didnt bother :))
NOV 16:
* we prob need to make some adjustments to console.edit()<br />
* There were some issues with CDialog that could mess up your testing of the classes. cdialog::edit was not updating _curidx. this issue seems to be fixed now.<br />
you can find the updated cdialog in dkgurr/R0.3. you will also need to use the updated editlist.cpp and editlist.h to use the updated cdialog.cpp<br />-David <br /> 
NOV 15: Added bool method to DLList class to return if list is empty. Used this to reduce code in CDialog::editable() method.<br />
CButton::edit needs to be changed so that before the method finishes the square brackets around the text are overwritten with white space.<br />
-dgDavid
#OCT 24th: I gather everyone work and put everything together. go to my qtdang1 branch and check out clabeltest to see our achievement :)
== Tasks ==
 
===R0.6 - Nov 29 ===
 
====Michael Valentine====
*Assigned: ctext
*Expected completion: Dec. 3
*branches/mwvalentine/R0.6
 
====David Gurr====
*Assigned: help with ctext/cmenu
*Expected completion: Dec. 3 (ctext)
* Dec. 5 (cmenu)
*branches/dkgurr/ctext
*branches/dkgurr/cmenu
 
====Prasanth V====
*Assigned: help with ctext/cmenu
*branches/pvaaheeswaran/cmenu0.6
 
===RYAN DANG===
*Work on CMenu
*working on cchecklist
* expected completion Dec 4
 
====Heonyee An====
* Assigned : cchecklist
* Due: Dec 4
* Branch: han6\R0.6
 
===R0.3 - (Due Nov 18)===
 
====Heonyee An====
* Assigned : ccheckmark
* Due: nov 18
* Branch: han6\R0.3
====Prasanth====
====Ryan====
 
* Working on CCHECKLIST.
 
* Working on CMenuitem
* (due by Nov 18, in branch qtdang1/cmenu, current stage: R0.3)
* problem: Label _data has junk in it.(RESOLVED)
*problem with Test7MenuItem*This block causing (RESOLVED). It goes beyond the program MAX_FIELD_NUMBER. Got to crashincrease the MAX_FIELD_NUMBER to 1000.
<pre>
//for(int k=1;k<console.getRows();k+=2){
// for(int m=0;m<console.getCols()-10;m+=10){
// // Screen<<new CLabel((i=!i)?"Hello": "Hi",k, m, 9);<--------------------- This line causing the problem.
// }
//}
</pre>
*currently using Even though the older version of application is running w/o crash, the screen frame until background for the problem text box isnt seem right. The text box background is resolved<pre>foroverwritten by the frame background(int k=0;k< console.getRows();k+=2HI Hello){ for(int m=0;m<console.getCols()-10;m+=10){ consoleThe background suppose to be filled with space.setPos(k, mRESOLVED); i=!i; console<<(i?"Hello"CREDIT GOES TO FARDAD :"Hi"); } }</pre>CMenuItem is done!!
====David====
* Cbutton mostly finished
* expect to complete CLineEdit by Wed.Nov 16
 
====Michael====
*branches/mwvalentine/cvaledit
*complete cvaledit for release 0.3
== Meetings ==
1
edit

Navigation menu