time-table-commit Mailing List for College Time Table (Page 5)
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-05-04 20:15:58
|
Revision: 135 Author: graeme_f Date: 2006-05-04 13:15:53 -0700 (Thu, 04 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=135&view=rev Log Message: ----------- Request ID 1481985: If model was registered more than once then it was added to the item list more than once. Not very smart... Modified Paths: -------------- trunk/time-table/ModelClasses/RootModel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-04 19:17:56
|
Revision: 134 Author: graeme_f Date: 2006-05-04 12:17:52 -0700 (Thu, 04 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=134&view=rev Log Message: ----------- Request ID 1481997: Stop segfault when a new module is added. Modified Paths: -------------- trunk/time-table/GUI/Module_dlg.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-04 01:51:39
|
Revision: 133 Author: graeme_f Date: 2006-05-03 18:51:32 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=133&view=rev Log Message: ----------- Request ID 1479757: Correcting the width of the dialogs, they were too narrow Modified Paths: -------------- trunk/time-table/GUI/Staff_dlg.cpp trunk/time-table/Widgets/Name_Abbrev_wdgt.cpp trunk/time-table/Widgets/Name_Abbrev_wdgt.h trunk/time-table/Widgets/Name_wdgt.cpp trunk/time-table/Widgets/Name_wdgt.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-03 19:27:13
|
Revision: 132 Author: graeme_f Date: 2006-05-03 12:27:07 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=132&view=rev Log Message: ----------- Request ID 1481146: Display any new allocated modules in the Enrol Tab Modified Paths: -------------- trunk/time-table/ModelClasses/MLEnrolModel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-03 17:22:27
|
Revision: 131 Author: graeme_f Date: 2006-05-03 10:22:15 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=131&view=rev Log Message: ----------- Request ID 1481212: Arrow Keys implemented for each QTreeView in the Allocation Tab Modified Paths: -------------- trunk/time-table/Widgets/ModuleAllocPage_wdgt.cpp trunk/time-table/Widgets/ModuleAllocPage_wdgt.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-03 16:23:00
|
Revision: 130 Author: graeme_f Date: 2006-05-03 09:22:55 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=130&view=rev Log Message: ----------- Request ID 1481141: Enable arrow keys to select the items in the QTreeView Modified Paths: -------------- trunk/time-table/Widgets/ModuleEnrolPage_wdgt.cpp trunk/time-table/Widgets/ModuleEnrolPage_wdgt.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-03 15:47:46
|
Revision: 129 Author: graeme_f Date: 2006-05-03 08:47:42 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=129&view=rev Log Message: ----------- Request ID 1479769: Display the module name in the status bar of selected allocated modules. Modified Paths: -------------- trunk/time-table/Widgets/ModuleEnrolPage_wdgt.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-03 15:37:35
|
Revision: 128 Author: graeme_f Date: 2006-05-03 08:37:28 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=128&view=rev Log Message: ----------- Remove some commented out code that was used to test Request 1479756 Modified Paths: -------------- trunk/time-table/Widgets/ModuleEnrolPage_wdgt.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-03 14:09:44
|
Revision: 127 Author: graeme_f Date: 2006-05-03 07:09:33 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=127&view=rev Log Message: ----------- Remove some code used to test Request 1479756 Modified Paths: -------------- trunk/time-table/ItemClasses/MLAllocItem.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-03 02:02:31
|
Revision: 126 Author: graeme_f Date: 2006-05-02 19:02:21 -0700 (Tue, 02 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=126&view=rev Log Message: ----------- Request ID 1479756: Thought I'd fix this in five minutes, after all I knew exactly where to look... Five hours later I was still no closer ... after a visit to QtCentre and a few more hours I have it under control. The real trick is with the new method in RootModel.h And here she is, slim simple and worth every bead of sweat: void showChange(const QModelIndex & parentIndex, RootItem * item) {emit dataChanged(index( 0, 0, parentIndex), index( rowCount(), item->columnCount()-1,parentIndex));} Modified Paths: -------------- trunk/time-table/ItemClasses/MLAllocItem.h trunk/time-table/ModelClasses/MLEnrolModel.cpp trunk/time-table/ModelClasses/RootModel.cpp trunk/time-table/ModelClasses/RootModel.h trunk/time-table/Widgets/ModuleEnrolPage_wdgt.cpp trunk/time-table/Widgets/ModuleEnrolPage_wdgt.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-02 18:25:20
|
Revision: 125 Author: graeme_f Date: 2006-05-02 10:12:43 -0700 (Tue, 02 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=125&view=rev Log Message: ----------- Remove diagnostics that had crept in, bad diagnostics... Modified Paths: -------------- trunk/time-table/ModelClasses/MLEnrolModel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-02 18:25:19
|
Revision: 124 Author: graeme_f Date: 2006-05-02 10:10:15 -0700 (Tue, 02 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=124&view=rev Log Message: ----------- Request ID 1479791: Changed the validation & ensured that the semester field would call the enable button if any change happened Modified Paths: -------------- trunk/time-table/GUI/Module_dlg.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-02 01:01:16
|
Revision: 123 Author: graeme_f Date: 2006-05-01 18:01:11 -0700 (Mon, 01 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=123&view=rev Log Message: ----------- Request ID 1479761: Make the treeview wider. Modified Paths: -------------- trunk/time-table/Widgets/ModuleEnrolPage_wdgt.ui This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-05-01 22:19:33
|
Revision: 122 Author: graeme_f Date: 2006-05-01 15:19:23 -0700 (Mon, 01 May 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=122&view=rev Log Message: ----------- Request ID 1479802: Add a request for the Enrol Model to monitor the Module Class. If the module changes (as in the semester) then this can be reflected. Modified Paths: -------------- trunk/time-table/ModelClasses/MLEnrolModel.cpp trunk/time-table/ModelClasses/MLEnrolModel.h trunk/time-table/ModelClasses/RootModel.h trunk/time-table/Persistence/dbList.h trunk/time-table/Persistence/dbListManager.cpp trunk/time-table/Persistence/dbListManager.h trunk/time-table/Widgets/ModuleEnrolPage_wdgt.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-30 18:58:59
|
Revision: 121 Author: graeme_f Date: 2006-04-30 11:58:56 -0700 (Sun, 30 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=121&view=rev Log Message: ----------- Request ID 1479360: Replace restrict wil cascade on foreign key Modified Paths: -------------- 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-27 00:05:13
|
Revision: 120 Author: graeme_f Date: 2006-04-26 17:04:43 -0700 (Wed, 26 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=120&view=rev Log Message: ----------- Tidyup of classes by removing the call to setColumnOrder() in the copy constructor, now the RootItem copy constructor manages this properly by actually copying the values across - how very civilised Modified Paths: -------------- trunk/time-table/ItemClasses/DeptItem.cpp trunk/time-table/ItemClasses/FacItem.cpp trunk/time-table/ItemClasses/InstItem.cpp trunk/time-table/ItemClasses/ModuItem.cpp trunk/time-table/ItemClasses/ProgItem.cpp trunk/time-table/ItemClasses/RoomItem.cpp trunk/time-table/ItemClasses/StaffItem.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-26 20:43:17
|
Revision: 119 Author: graeme_f Date: 2006-04-26 13:43:09 -0700 (Wed, 26 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=119&view=rev Log Message: ----------- Request ID 1475207: The Semester is now being displayed when a module is allocated. Modified Paths: -------------- trunk/time-table/DataClasses/ModLecAlloc.cpp trunk/time-table/ItemClasses/MLAllocItem.cpp trunk/time-table/ItemClasses/RootItem.cpp trunk/time-table/Widgets/ModuleAllocPage_wdgt.cpp trunk/time-table/Widgets/ModuleAllocPage_wdgt.ui This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-24 00:57:42
|
Revision: 118 Author: graeme_f Date: 2006-04-23 17:57:26 -0700 (Sun, 23 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=118&view=rev Log Message: ----------- Request ID 1470079: To display the lecturer load. Modified Paths: -------------- trunk/time-table/DataClasses/ModLecAlloc.h trunk/time-table/GUI/Staff_dlg.cpp trunk/time-table/ItemClasses/StaffItem.cpp trunk/time-table/ItemClasses/StaffItem.h trunk/time-table/ModelClasses/StaffModel.cpp trunk/time-table/ModelClasses/StaffModel.h trunk/time-table/Widgets/ModuleAllocPage_wdgt.cpp trunk/time-table/Widgets/ModuleAllocPage_wdgt.ui This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-22 14:26:47
|
Revision: 117 Author: graeme_f Date: 2006-04-22 07:26:38 -0700 (Sat, 22 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=117&view=rev Log Message: ----------- Request ID 1470078: Display slightly more detailed description in the status bar when items are selected (Module Allocation page). Modified Paths: -------------- trunk/time-table/DataClasses/ModLecAlloc.h trunk/time-table/DataClasses/Module.h trunk/time-table/ItemClasses/MLAllocItem.h trunk/time-table/ItemClasses/ModuItem.h trunk/time-table/Widgets/ModuleAllocPage_wdgt.cpp trunk/time-table/Widgets/ModuleAllocPage_wdgt.h trunk/time-table/Widgets/ModuleAllocPage_wdgt.ui This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-21 21:51:05
|
Revision: 116 Author: graeme_f Date: 2006-04-21 14:50:58 -0700 (Fri, 21 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=116&view=rev Log Message: ----------- Request ID 1470071: Allow the sorting of the columns of the allocated modules. Modified Paths: -------------- trunk/time-table/ModelClasses/MLAllocModel.cpp trunk/time-table/Widgets/ModuleAllocPage_wdgt.cpp trunk/time-table/Widgets/ModuleAllocPage_wdgt.ui This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-20 20:25:47
|
Revision: 115 Author: graeme_f Date: 2006-04-20 13:25:38 -0700 (Thu, 20 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=115&view=rev Log Message: ----------- Request ID 1470073: Show a little more info on the details of selected modules, on an otherwise crowded page. Now the screen really needs to be maximised Modified Paths: -------------- trunk/time-table/ItemClasses/MLAllocItem.cpp trunk/time-table/ItemClasses/MLAllocItem.h trunk/time-table/ModelClasses/MLAllocModel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-20 19:53:10
|
Revision: 114 Author: graeme_f Date: 2006-04-20 12:53:03 -0700 (Thu, 20 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=114&view=rev Log Message: ----------- Request ID 1470068 & 1470066: Getting the comboboxes to work properly. These are the ones that display data fropm two objects and NOW ensure that both objects are selected. Modified Paths: -------------- trunk/time-table/Widgets/Dept_combobox.cpp trunk/time-table/Widgets/Dept_combobox.h trunk/time-table/Widgets/ModuleAllocPage_wdgt.cpp trunk/time-table/Widgets/Prog_combobox.cpp trunk/time-table/Widgets/Prog_combobox.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-20 14:50:23
|
Revision: 113 Author: graeme_f Date: 2006-04-20 07:50:17 -0700 (Thu, 20 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=113&view=rev Log Message: ----------- Request ID1473581: The variables recording the selected item from the dropdown list were not properly initialised. Modified Paths: -------------- trunk/time-table/Widgets/ModuleAllocPage_wdgt.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-20 14:27:36
|
Revision: 112 Author: graeme_f Date: 2006-04-20 07:27:18 -0700 (Thu, 20 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=112&view=rev Log Message: ----------- Basic code to do a first time install of the database... (needed to add a default password to admin (which is, queue the drum roll... admin) and change the name user to explorer because case insensitive OS like windows don't like that as a name because it confuses it with the keyword USER.) Modified Paths: -------------- trunk/time-table/GUI/mainWindow/mainWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <gra...@us...> - 2006-04-20 01:07:39
|
Revision: 111 Author: graeme_f Date: 2006-04-19 18:07:35 -0700 (Wed, 19 Apr 2006) ViewCVS: http://svn.sourceforge.net/time-table/?rev=111&view=rev Log Message: ----------- Modified Paths: -------------- trunk/time-table/GUI/mainWindow/mainWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |