time-table-commit Mailing List for College Time Table (Page 6)
Status: Pre-Alpha
Brought to you by:
graeme_f
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(14) |
May
(90) |
Jun
(23) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: <gra...@us...> - 2006-04-20 01:04:44
|
Revision: 110 Author: graeme_f Date: 2006-04-19 18:04:30 -0700 (Wed, 19 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=110&view=rev Log Message: ----------- Basic code to do a first time install of the database... It really is gross, but it kind of works Modified Paths: -------------- trunk/time-table/GUI/mainWindow/mainWindow.cpp trunk/time-table/GUI/mainWindow/mainWindow.h trunk/time-table/GUI/mainWindow/mainWindow.ui trunk/time-table/Persistence/sql.h trunk/time-table/src.pro Added Paths: ----------- trunk/time-table/GUI/dialog/databaseName.cpp trunk/time-table/GUI/dialog/databaseName.h trunk/time-table/GUI/dialog/databaseName.ui trunk/time-table/GUI/dialog/password.cpp trunk/time-table/GUI/dialog/password.h trunk/time-table/GUI/dialog/password.ui trunk/time-table/sql/functions.sql trunk/time-table/sql/grant.sql trunk/time-table/sql/tables.sql This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-19 01:21:49
|
Revision: 109 Author: graeme_f Date: 2006-04-18 18:21:41 -0700 (Tue, 18 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=109&view=rev Log Message: ----------- Request ID 1470062: Modified the Page Widgets to register and enable the update of the underlying datamodel. Modified Paths: -------------- trunk/time-table/Widgets/Dept_combobox.cpp trunk/time-table/Widgets/Dept_combobox.h trunk/time-table/Widgets/Inst_combobox.cpp trunk/time-table/Widgets/Inst_combobox.h trunk/time-table/Widgets/ModuleAllocPage_wdgt.cpp trunk/time-table/Widgets/ModuleEnrolPage_wdgt.cpp trunk/time-table/Widgets/Prog_combobox.cpp trunk/time-table/Widgets/Prog_combobox.h trunk/time-table/Widgets/TimeSlotPage_wdgt.cpp trunk/time-table/src.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-18 16:47:57
|
Revision: 108 Author: graeme_f Date: 2006-04-18 09:47:47 -0700 (Tue, 18 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=108&view=rev Log Message: ----------- Request ID 1470062: Added a RegisteredWidget Class in dbListManager to enable comboboxes to register their interest in specific lists. Created a new gf_Widget class to allow widgets to register with a list. Modified Paths: -------------- trunk/time-table/Persistence/dbListManager.cpp trunk/time-table/Persistence/dbListManager.h trunk/time-table/Widgets/Dept_combobox.h trunk/time-table/Widgets/Inst_combobox.cpp trunk/time-table/Widgets/Inst_combobox.h trunk/time-table/Widgets/ModuleAllocPage_wdgt.cpp trunk/time-table/Widgets/Prog_combobox.h trunk/time-table/src.pro Added Paths: ----------- trunk/time-table/Widgets/gf_Widget trunk/time-table/Widgets/gf_Widget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |