Directory src/seg/jUCMNav/importexport/html/

Directory Created:
2006-11-15 21:40
Total Files:
4
Deleted Files:
1
Lines of Code:
1831

[root]/src/seg/jUCMNav/importexport/html
                        directory in repo htmltemplates (11 files, 3431 lines)

Lines of Code

src/seg/jUCMNav/importexport/html/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 36 (100.0%) 4808 (100.0%) 133.5
jkealey 15 (41.7%) 2276 (47.3%) 151.7
amiga 13 (36.1%) 1994 (41.5%) 153.3
damyot 3 (8.3%) 504 (10.5%) 168.0
pengfei 5 (13.9%) 34 (0.7%) 6.8

Most Recent Commits

damyot 2009-12-20 13:21 Rev.: 1793

[bug660] Fixed import/export bugs with URN links, concerns, and scenario definitions. Also cleaned several warnings.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: HTMLReport.java (-1)
jkealey 2009-12-04 10:13 Rev.: 1705

no bug: formatting cleanup with our default formatting template.

1100 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/html: HTMLMenuItem.java (+5 -6), HTMLMenuParser.java (+33 -39), HTMLReport.java (+1062 -1100)
amiga 2009-11-14 11:20 Rev.: 1662

Implemented undo merging for repeated numerical increment/decrement operations
for evaluation/importance of Intentional Elements.

9 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: HTMLReport.java (+9 -9)
amiga 2009-11-11 17:38 Rev.: 1659

Added multiple selection capabilities for all Intentional Element evaluation/importance operations.
Added increment and decrement operations for numerical evaluations/importances with keyboard shortcuts.
Small bug fixes and improvements.

70 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/html: HTMLMenuItem.java (+6 -3), HTMLMenuParser.java (+28 -22), HTMLReport.java (+36 -33)
amiga 2009-11-06 15:21 Rev.: 1654

Replaced dialog boxes for entering numbers with range validating SWT dialogs.
Implemented keyboard shortcuts for increasing/decreasing qualitative evaluation/importance.
Disabled individual map selection for HTML reports.
Added URN links for UCM components and GRL actors.
Added metadata and URN output.
Added appropriate icons for popup menus.
Many small improvements.

250 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: HTMLReport.java (+250 -45)
amiga 2009-10-27 11:26 Rev.: 1644

Moved HTML Reports from Export menu to Report menu.
Renamed source file for HTML Reports.
Added Report preferences for GRL diagram elements.
Added use of Report preferences for HTML report.

1069 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (del), HTMLMenuParser.java (+3 -3), HTMLReport.java (new 1066)
amiga 2009-10-24 18:56 Rev.: 1642

Added output of URN links for GRL Intentional elements to html report.

45 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+45 -2)
amiga 2009-10-24 14:28 Rev.: 1641

Added GRL element descriptions and metadata for intentional elements and
beliefs to all report formats PDF/RTF/HTML.
Removed output of start/end points with no meaningful data in PDF/RTF reports.

84 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+84 -24)
amiga 2009-10-22 18:35 Rev.: 1640

Added GRL element descriptions to PDF/RTF/HTML reports.
Added pre/post condition pseudocode to all report formats.
Removed many unnecessary import statements.
Added new source file for GRL reporting information.

63 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+63 -31)
amiga 2009-10-20 17:24 Rev.: 1639

Removed html table from map description.
Added boolean expressions and probabilities for or forks in html output.
Added hyperlinks from stub binding descriptions to plugin maps.
Fixed bug with GRL diagram html export. Titles include GRL diagrams.
Added metadata to various UCM elements in both html and PDF/RTF reports.
Added responsibilities to PDF/RTF reports. Code existed but was never called.
Merged preference pages for report preferences.

133 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+133 -50)
amiga 2009-10-14 12:43 Rev.: 1638

271 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+271 -23)
damyot 2007-08-10 14:49 Rev.: 1335

Fixed annoying Javadoc warning

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+2 -1)
jkealey 2007-08-09 13:02 Rev.: 1327

added pseudo-code to responsibility list in html report

6 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+6 -2)
damyot 2007-07-29 10:03 Rev.: 1324

HTML export: added sample tooltips (for start, end, responsibilities) and list of responsibilities with descriptions.

502 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+502 -341)
jkealey 2007-01-24 21:16 Rev.: 1113

extracted strings; translated them

126 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+94 -94), HTMLMenuItem.java (+10 -10), HTMLMenuParser.java (+22 -21)
jkealey 2007-01-23 15:27 Rev.: 1108

more javadoc

38 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+20 -9), HTMLMenuParser.java (+2 -29), package.html (new 16)
jkealey 2007-01-22 00:00 Rev.: 1099

various issues found by findbugs

4 lines of code changed in 2 files:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+2 -2), HTMLMenuItem.java (+2 -2)
pengfei 2006-11-16 14:25 Rev.: 1033

In the output of exporting HTML, moved all files except index.html into a sub-directory 'pages'.

22 lines of code changed in 2 files:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+20 -29), HTMLMenuParser.java (+2 -2)
pengfei 2006-11-16 12:00 Rev.: 1032

fixed the javadoc errors.

7 lines of code changed in 2 files:

  • src/seg/jUCMNav/importexport/html: HTMLMenuItem.java (+6 -6), HTMLMenuParser.java (+1 -1)
pengfei 2006-11-16 11:58 Rev.: 1031

Using GIFs instead of JPGs in exporting HTML pages.

5 lines of code changed in 1 file:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (+5 -5)
jkealey 2006-11-15 21:40 Rev.: 1022

html export : refactored so that it follows a more general structure

1002 lines of code changed in 3 files:

  • src/seg/jUCMNav/importexport/html: ExportURNHTML.java (new 398), HTMLMenuItem.java (new 133), HTMLMenuParser.java (new 471)
Generated by StatSVN 0.6.0