| State :done | Assign to :sdevaux | Module :net.eduvax.gui | Type :task | Parent :1028 | Source : |
Description
Comments
Schedule
- Create date: 2010-06-15
- Start date :
- Duration :
- End date :
History
-
Revision : 1092,
Author : sdevaux,
Date : 2010-07-20Z ,
Edit CR[1045]
/.egpi/cr/1045.cr.xml
-
Revision : 1090,
Author : sdevaux,
Date : 2010-07-20Z ,
CR[1045] - Added error checking. - Added unit tests. - Fixed recursive error handling problem with DlgErrorHandler (may need auxiliary refactoring work since regular App error handler is bypassed to avoid bad recursion.).
/.egpi/cr/1045.cr.xml
-
Revision : 1089,
Author : sdevaux,
Date : 2010-07-20Z ,
CR[1045] - Added error checking. - Added unit tests. - Fixed recursive error handling problem with DlgErrorHandler (may need auxiliary refactoring work since regular App error handler is bypassed to avoid bad recursion.).
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/DialogBox.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/DlgErrorHandler.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HtmlGui.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/XmlGuiLogic.java
/net.eduvax.gui/branches/0.2/src/package.xml
/net.eduvax.gui/branches/0.2/src/test/TestHtmlGui.java
/net.eduvax.gui/branches/0.2/src/test/TestLoginBox.java
/net.eduvax.gui/branches/0.2/src/test/TestXmlGuiLogic.java
/net.eduvax.gui/branches/0.2/src/test/testhtml.xsl
/net.eduvax.gui/branches/0.2/src/test/testhtmlko.xsl
-
Revision : 1078,
Author : sdevaux,
Date : 2010-07-14Z ,
CR[1045]
/.egpi/cr/1045.cr.xml
-
Revision : 1077,
Author : sdevaux,
Date : 2010-07-14Z ,
CR[1045]
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HTMLEditorKit.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HtmlGui.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HtmlGuiLogic.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/XmlGuiLogic.java
/net.eduvax.gui/branches/0.2/src/test/TestHtmlGui.java
/net.eduvax.gui/branches/0.2/src/test/guiTest.html
/net.eduvax.gui/branches/0.2/src/test/icon.png
-
Revision : 1058,
Author : sdevaux,
Date : 2010-06-23Z ,
CR[1045] Continue work on error handling improvement. Also improve unit tests (requires today's net.eduvax.test commit).
/.egpi/cr/1045.cr.xml
-
Revision : 1057,
Author : sdevaux,
Date : 2010-06-23Z ,
CR[1045] Continue work on error handling improvement. Also improve unit tests (requires today's net.eduvax.test commit).
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/DialogBox.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/Error.properties
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HtmlGuiLogic.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/ObjectView.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/XmlGuiLogic.java
/net.eduvax.gui/branches/0.2/src/test/TestDialogBox.java
/net.eduvax.gui/branches/0.2/src/test/TestDlgErrorHandler.java
/net.eduvax.gui/branches/0.2/src/test/TestHtmlGui.java
/net.eduvax.gui/branches/0.2/src/test/TestLoginBox.java
/net.eduvax.gui/branches/0.2/src/test/guiTest.html
-
Revision : 1049,
Author : sdevaux,
Date : 2010-06-21Z ,
CR[1045] Added dialog box and error dialog box. Added error handling.
/.egpi/cr/1045.cr.xml
-
Revision : 1048,
Author : sdevaux,
Date : 2010-06-21Z ,
CR[1045] Added dialog box and error dialog box. Added error handling.
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/DialogBox.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/DlgErrHandlerFactory.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/DlgErrorHandler.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/Error.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/Error.properties
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HTMLEditorKit.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HtmlGui.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HtmlGuiLogic.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/ObjectView.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/XmlGuiLogic.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/dialog.html
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/errdialog-ignore.html
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/errdialog-retry.html
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/errdialog.html
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/widgets/DateField.java
/net.eduvax.gui/branches/0.2/src/test/TestDialogBox.java
/net.eduvax.gui/branches/0.2/src/test/TestDlgErrorHandler.java
/net.eduvax.gui/branches/0.2/src/test/TestLoginBox.java
/net.eduvax.gui/branches/0.2/src/test/error.html
/net.eduvax.gui/branches/0.2/src/test/login.html
-
Revision : 1043,
Author : sdevaux,
Date : 2010-06-15Z ,
CR[1045] Code clean, remove warnings, improve comments. Create generic DialogBox
/.egpi/cr/1045.cr.xml
-
Revision : 1042,
Author : sdevaux,
Date : 2010-06-15Z ,
CR[1045] Code clean, remove warnings, improve comments. Create generic DialogBox
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/DialogBox.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/ErrorBox.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/GUI.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HTMLEditorKit.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HtmlGui.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/HtmlGuiLogic.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/LoginBox.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/XmlGuiLogic.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/login.html
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/widgets/DateField.java
/net.eduvax.gui/branches/0.2/src/net/eduvax/gui/widgets/MultiSwitch.java
-
Revision : 1039,
Author : sdevaux,
Date : 2010-06-15Z ,
Edit CR[1045]
/.egpi/cr/1045.cr.xml