Directory src/seg/jUCMNav/views/wizards/importexport/

Directory Created:
2005-09-21 23:11
Total Files:
11
Deleted Files:
0
Lines of Code:
2884

[root]/src/seg/jUCMNav/views/wizards/importexport

Lines of Code

src/seg/jUCMNav/views/wizards/importexport/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 126 (100.0%) 5513 (100.0%) 43.7
jkealey 67 (53.2%) 2729 (49.5%) 40.7
dessure 10 (7.9%) 1101 (20.0%) 110.1
damyot 11 (8.7%) 666 (12.1%) 60.5
jfroy 30 (23.8%) 580 (10.5%) 19.3
apour024 2 (1.6%) 235 (4.3%) 117.5
jack 2 (1.6%) 133 (2.4%) 66.5
amiga 4 (3.2%) 69 (1.3%) 17.2

Most Recent Commits

jkealey 2009-12-23 10:42 Rev.: 1822

no bug: extracted strings.

9 lines of code changed in 3 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizardMapSelectionPage.java (+3 -3), ExportWizardTypeSelectionPage.java (+1 -1), ReportWizardMapSelectionPage.java (+5 -5)
jkealey 2009-12-04 10:13 Rev.: 1705

no bug: formatting cleanup with our default formatting template.

446 lines of code changed in 11 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportPreferenceHelper.java (+2 -2), ExportWizard.java (+18 -20), ExportWizardMapSelectionPage.java (+31 -31), ExportWizardTypeSelectionPage.java (+2 -3), ImportPreferenceHelper.java (+3 -3), ImportWizard.java (+47 -51), ImportWizardFileSelectionPage.java (+18 -17), ReportPreferenceHelper.java (+4 -5), ReportWizard.java (+95 -96), ReportWizardMapSelectionPage.java (+44 -47), jUCMNavLoader.java (+182 -191)
amiga 2009-11-06 23:01 Rev.: 1655

Added missing new file from previous commit.

15 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizardMapSelectionPage.java (+8 -2), ReportWizardMapSelectionPage.java (+7 -2)
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.

54 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizardMapSelectionPage.java (+20 -17), ReportWizardMapSelectionPage.java (+34 -25)
apour024 2009-11-01 14:27 Rev.: 1647

Explanation of change:
Move around the labels in the export dialog to make it more usable and understandable by end users. By this change the descriptions of each type of export (individual diagram and whole URN model) appear underneath the related option.
Test:
Tested manually by running the application and trying the export dialog. It works fine.

6 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizardTypeSelectionPage.java (+6 -6)
jkealey 2009-06-29 19:59 Rev.: 1524

bug 667: component bindings.

4 lines of code changed in 4 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizardMapSelectionPage.java (+1 -1), ExportWizardTypeSelectionPage.java (+1 -1), ImportWizardFileSelectionPage.java (+1 -1), ReportWizardMapSelectionPage.java (+1 -1)
jkealey 2009-06-18 17:08 Rev.: 1505

bug 645: infrastructure work for enabling the ? icon in WizardPages.

9 lines of code changed in 4 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizardMapSelectionPage.java (+2), ExportWizardTypeSelectionPage.java (+2), ImportWizardFileSelectionPage.java (+3), ReportWizardMapSelectionPage.java (+2)
damyot 2008-05-02 11:18 Rev.: 1453

Externalised strings (especially for the new static semantics feature)

8 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ReportWizardMapSelectionPage.java (+8 -8)
damyot 2008-04-25 14:00 Rev.: 1442

Report generation: Fixed image size issue, modified report content and look, default export to PDF. Works well for PDF but issues remain for RTF.

2 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/importexport: ReportPreferenceHelper.java (+1 -21), ReportWizardMapSelectionPage.java (+1 -29)
damyot 2008-04-25 06:33 Rev.: 1441

PDF Report generation: fixed long export issue (double loop) and figure numbering issue, and better zooming factor for images. Still need to do the same for RTF and refactor.

94 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ReportWizard.java (+94 -100)
damyot 2008-04-22 20:53 Rev.: 1433

Code cleaning.

10 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+10 -7)
dessure 2008-04-22 19:34 Rev.: 1432

added progress monitor for exports and report generation

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+3)
dessure 2008-02-13 20:30 Rev.: 1410

Fixed the multiple selection for the diagrams reporting in the Report Wizard

36 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/importexport: ReportWizard.java (+4 -3), ReportWizardMapSelectionPage.java (+32 -15)
dessure 2008-01-21 16:57 Rev.: 1390

Modified code to be compliant with Java 1.4

5 lines of code changed in 3 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+3 -3), ReportWizard.java (+1 -1), ReportWizardMapSelectionPage.java (+1 -1)
dessure 2008-01-08 09:33

1057 lines of code changed in 4 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+433 -429), ReportPreferenceHelper.java (new 108), ReportWizard.java (new 160), ReportWizardMapSelectionPage.java (new 356)
damyot 2007-07-12 02:27 Rev.: 1293

Integrated the CSM export plug-in to the code base.
Refactored the CSM plug-in messages.
Refactored validation of CSM files against the CSM.xsd schema (now included).

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (-122)
damyot 2007-07-11 14:50 Rev.: 1292

New collapse default for Outlines.
Extrated Strings and translated to French.

6 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+6 -6)
damyot 2007-07-09 22:11 Rev.: 1283

Fixed broken externalized Strings and did a major cleanup of French version

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+1 -1)
jack 2007-07-04 21:12 Rev.: 1278

Fixed the @author warning, renamed argument, dotted i's in comment.

9 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+9 -9)
damyot 2007-07-02 16:42 Rev.: 1263

Indicates if exported CSM file is valid w.r.t. schema.

22 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+22 -20)
damyot 2007-06-29 15:52 Rev.: 1261

Solves bug with parsing of fixed XML file for validation against XSD schema

5 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+5 -3)
damyot 2007-06-29 14:57 Rev.: 1259

Platform-independent FILE.separator used and removed dependency to SED.

518 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+518 -535)
jack 2007-06-21 21:34 Rev.: 1254

Added XML validation of document generated by UCM2CSM

124 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+124)
jkealey 2007-01-23 13:07 Rev.: 1107

javadoc for seg.jUCMNav.editparts.*, seg.jUCMNav.extensionpoints.*, seg.jUCMNav.figures.*

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+2)
jkealey 2007-01-22 00:00 Rev.: 1099

various issues found by findbugs

2 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+1), jUCMNavLoader.java (+1 -1)
jkealey 2007-01-20 00:49 Rev.: 1097

code cleanup only; used eclipse cleanup to remove unnecessary code + organize imports.

8 lines of code changed in 4 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+4 -4), ImportWizard.java (+1 -1), ImportWizardFileSelectionPage.java (+2 -1), jUCMNavLoader.java (+1 -1)
jkealey 2007-01-19 16:31 Rev.: 1090

mscs: added scenario export wizard and preference page. removed auto-generation when running a scenario.

32 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+32 -1)
jkealey 2006-11-15 21:40 Rev.: 1022

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

18 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+15 -228), ExportWizardMapSelectionPage.java (+3 -3)
apour024 2006-11-14 16:17 Rev.: 1020

1) HTML Export Version 1
2) Drection arrow in context menu

229 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+229 -5)
jkealey 2006-10-24 15:56 Rev.: 973

bug 427: Import URN Wizard: The Into Folder textfield should be the selected project by default

25 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/importexport: ImportWizard.java (+3 -2), ImportWizardFileSelectionPage.java (+22 -1)
jkealey 2006-10-24 15:25 Rev.: 971

bug 465: export threading problem. now shows error properly.
also fixed bug found by gunter that no file prefixes of length under 5 were allowed by the export wizard (!)

30 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+30 -26)
jkealey 2006-10-23 16:00 Rev.: 954

bug 290: scrolling problem after autolayout.
also tweaked import wizard

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ImportWizard.java (+1 -1)
jkealey 2006-10-12 08:29 Rev.: 937

wrong seperator

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: jUCMNavLoader.java (+1 -1)
jkealey 2006-09-28 20:30 Rev.: 924

fixed bug under linux

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: jUCMNavLoader.java (+1 -2)
jkealey 2006-08-30 09:58 Rev.: 890

fix to smoe problems detected by inforce

4 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ImportWizard.java (+4 -2)
jkealey 2006-03-21 15:28 Rev.: 823

Not sure why JF was closing editors loaded by the ImportWizard, but he was doing it even if the editor had not been opened. added an extra flag to prevent it from being closed when the ImportWizard did not explicitely open it.

6 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ImportWizard.java (+6 -3)
jkealey 2006-03-21 11:32 Rev.: 821

bug 417: import wizard: overwrite doesn't work if file is open

9 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: jUCMNavLoader.java (+9 -2)
jfroy 2006-03-17 03:05 Rev.: 814

Modification of the import autolayout mechanism(added vector for diagrams to do autolayout)
Fixed 2 tests broke in previous commit.

78 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/wizards/importexport: ImportWizard.java (+25 -8), jUCMNavLoader.java (+53 -22)
jfroy 2006-03-06 16:57 Rev.: 792

Fixed javadoc problems

5 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/wizards/importexport: ExportWizard.java (+5 -5)
jfroy 2006-03-06 16:13 Rev.: 791

Externalize String

7 lines of code changed in 3 files:

  • src/seg/jUCMNav/views/wizards/importexport: ExportPreferenceHelper.java (+1 -1), ExportWizard.java (+2 -2), ExportWizardMapSelectionPage.java (+4 -4)

(18 more)

Generated by StatSVN 0.6.0