Changes

Jump to: navigation, search

C Shepherd

5,295 bytes added, 12:00, 13 December 2012
ApplicationMilestone_1_OpenAndBrowse_file
==Issues and Status ==
 
=== Issuename ===
=== Issue description and/or number (1)===
* Assigned to: [mailto:EMAILID@myseneca.ca FULLNAME]
*:
 
----
=== [http://zenit.senecac.on.ca/wiki/index.php/Project_R0.1_20123-_OOP344 Console class and Line Editing Facility] ===
=== 1.0_AddConsoleClass ===
* Assigned to: [mailto:plmagda@myseneca.ca4 Paul Magda]
*:
 
----
=== [http://zenit.senecac.on.ca/wiki/index.php/The_CIO_Framework_-_OOP344_20123#0.2_Milestone 0.2 Milestone] ===
=== 2.1_CFieldMock-upClass===
* Assigned to: [mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
* comments:
*:
 
 
 
----
=== [http://zenit.senecac.on.ca/wiki/index.php/The_CIO_Framework_-_OOP344_20123#0.3_Milestone 0.3 Milestone] ===
=== 0.3_1_a_CodecField===
* Assigned to: [mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
=== 0.3_1_a_CodecDialog ===
* Assigned to: [mailto:plmagda@myseneca.ca Paul Magda], [mailto:gedamaren@myseneca.ca Gwendolyn Damaren], [mailto:gjszczesniak@myseneca.ca Gabriel Szczesniak]
* Code review by:[mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
* Status:
*: (being developed/pull request/being reviewed/'''<u>pushed to master</u>''')
*:
=== 0.3_1_c_CodecLineEdit ===
* Assigned to: [mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
* Code review by: [mailto:gjszczesniak@myseneca.ca Gabriel Szczesniak]
*: (being developed/pull request/being reviewed/'''<u>pushed to master</u>''')
* comments:Done, thank G-d! Well actually there are segmentation faults on matrix -- I am working on this now -- I asked Fardad for help so he is looking at the code. Can't delete void* _data it has to be cast to whatever it was being used as, for one thing.
*:
 
----
=== [http://zenit.senecac.on.ca/wiki/index.php/The_CIO_Framework_-_OOP344_20123#0.4_Milestone 0.4 Milestone] ===
=== 0.4_1_FixCdialog ===
* Assigned to: [mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
* Code review by: [mailto:plmagda@myseneca.ca Paul Magda]
*: (being developed/pull request/being reviewed/'''<u>pushed to master</u>''')
* I was getting segmentation faults due to cdialog on matrix for Test2DialogAndLabel.cpp and Test3DialogAndLineEdit.cpp which have now been eliminated!!!!!!!!!!!!!!! Yei!!!! Double yei!! See comment about solution on my blog
*:
=== 0.4_2_CodeCValedit ===
* Assigned to: [mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
* Code review by: [mailto:gjszczesniak@myseneca.ca Gabriel Szczesniak]
*: (being developed/pull request/being reviewed/'''<u>pushed to master</u>''')
* I was getting segmentation faults due to cdialog on matrix for Test2DialogAndLabel.cpp and Test3DialogAndLineEdit.cpp which have now been eliminated!!!!!!!!!!!!!!! Yei!!!! Double yei!! See comment about solution on my blog
*:
 
=== 0.3_2_cButton ===
* Assigned to: [mailto:ynikifarau@myseneca.ca Yaraslau Nikifarau]
* Code review by: [mailto:gjszczesniak@myseneca.ca Gabriel Szczesniak]
*: (being developed/pull request/being reviewed/'''<u>pushed to master</u>''')
* comments: Still working on it, almost done.
*:
 
----
=== [http://zenit.senecac.on.ca/wiki/index.php/The_Application_-_OOP344_20123 The Application] ===
 
=== ApplicationMilestone_1_OpenAndBrowse_file ===
 
* Assigned to: [mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
* Code review by:
*: ('''<u>being developed</u>'''/pull request/being reviewed/pushed to master)
 
* comments: Boy is this ever hard -- class finished but trying to incorporate it into Fardad's code... Fardad's compiled menu objects are having issues with my cfield class :(.... Don't know what to do. Working on it. Also I made a movie.bin file using makefile.cpp and a movietester.cpp to test my class which is under movie.cpp Also test.cpp is the one where we had that user interface we were working on -- I've put my file stuff in there and that was working :) If anybody has any ideas on what this stuff could mean and how to fix it PLEASE TELL ME!
*:Error 1 error LNK2005: "public: __thiscall cio::CField::CField(class cio::CField const &)" (??0CField@cio@@QAE@ABV01@@Z) already defined in cfield.obj D:\Users\ilyaalina\Desktop\oop344\IV-CSheph\movie\movie\movie\cmenuitem.obj 1
 
*Error 2 error LNK2001: unresolved external symbol "public: virtual void * __thiscall cio::CField::data(void)const " (?data@CField@cio@@UBEPAXXZ) D:\Users\ilyaalina\Desktop\oop344\IV-CSheph\movie\movie\movie\cmenu.obj 1
 
 
*Error 3 error LNK2019: unresolved external symbol "public: virtual void * __thiscall cio::CField::data(void)const " (?data@CField@cio@@UBEPAXXZ) referenced in function "public: virtual void * __thiscall cio::CMenuItem::`scalar deleting destructor'(unsigned int)" (??_GCMenuItem@cio@@UAEPAXI@Z) D:\Users\ilyaalina\Desktop\oop344\IV-CSheph\movie\movie\movie\cmenuitem.obj 1
 
=== ApplicationMilestone_1_AddRecord ===
 
* Assigned to:
* Code review by:
*: ('''<u>being developed</u>'''/pull request/being reviewed/pushed to master)
 
* comments:
*: Still working on!
 
=== ApplicationMilestone_1_EditRecord ===
 
* Assigned to:
* Code review by:
*: ('''<u>being developed</u>'''/pull request/being reviewed/pushed to master)
 
* comments:
*: Still being worked on
== Coding Rules ==
====Header safeguards====
:Issue and Branch Name in Standard Format - "Short sentence about what you did in the first person"
:eg: 2.5_CButtonMock-upClass - "I added cbutton mock-up class"
 
====Formatting spaces====
*Use 2 spaces and no tab characters to indent.
*Do not include extra spaces before the opening curly brace of a code block or between brackets.
:eg: if(!true){ ...
== meetings ==
* latest will be on top
# [https://plus.google.com/events/clr852detpki8hstj68ch26ef70?utm_source=chrome_ntp_icon&utm_medium=chrome_app&utm_campaign=chrome C-Shepherd Meeting 1.0 - Hangout on Google+] | assigned issues for milestone 0.2 on Sunday November 04, 2012]# [[(Irc)logs of meeting number ### https://plus.google.com/events/ca926ms567190p15d7mkjr4tmo0?utm_source=chrome_ntp_icon&utm_medium=chrome_app&utm_campaign=chrome C- oop344 20113 | topic and date2 ]]Release Shepherd 0.3 Had a meeting Milestone - Hangout on Google+] | discussed problems with the CDialog class and resolved Github conflicts on googleSaturday November 17, 2012.plus The meeting ran from 6:15pm until 1:3636am, but we managed to solve a lot of the problems we were having.# C-Shepherd 0.4 Milestone - Hangout on Google+ | discussed CButton, CValEdit, and CCheckMark issues on Saturday November 24, 2012# C-Shepherd 0. unfortunately still working 4 Milestone (Again) - Hangout on Google+ | finalized CButton, CValEdit, and CCheckMark issues on the code will post link laterSunday November 25, 2012# C-Shepherd Movie Browser - Hangout on Google+ | worked on editing and adding records on Thursday December 7, 2012Resolution to some # C-Shepherd Movie Browser - Met in classroom at school | worked on coding presentation of our include issues and a copy constructor fix are records on my blog (Alina) link is aboveFriday, December 7, 2012
== discussions ==
* Hope the exam went okay for everyone, and good luck with your other ones! - Gwen
Check out our C-Shepherd [https://plus.google.com/s/%23OOP344%20%23C-Shepherd C-Shepherd] stream on Google+ for all ongoing conversations about the project.

Navigation menu