Directory src/seg/jUCMNav/views/property/tabbed/sections/

Total Files:
26
Deleted Files:
1
Lines of Code:
1502

[root]/src/seg/jUCMNav/views/property/tabbed/sections

Lines of Code

src/seg/jUCMNav/views/property/tabbed/sections/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 115 (100.0%) 1583 (100.0%) 13.7
jkealey 41 (35.7%) 904 (57.1%) 22.0
etremblay 71 (61.7%) 678 (42.8%) 9.5
damyot 3 (2.6%) 1 (0.1%) 0.3

Most Recent Commits

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

no bug: extracted strings.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: NamePropertySection.java (+1 -1)
etremblay 2009-12-22 16:46 Rev.: 1813

Bug 704: Add Stub actions were not including new stub types.

11 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: StubKindPropertySection.java (+11 -10)
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 2 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: AbstractGEFPropertySection.java (-4), AbstractTextPropertySection.java (-1)
etremblay 2009-12-18 14:46 Rev.: 1788

No Bug: Handle naming conflicts in names in NamePropertySection (tabbed properties) for Responsibility, Components, Variables, Actor, IntentionalElement, KPIInformationElement
Fixed a bug where we could change the name two times by hitting enter (had to undo two times).

53 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: AbstractTextPropertySection.java (+14 -2), NamePropertySection.java (+39)
etremblay 2009-12-17 16:52 Rev.: 1787

Bug 704: Externalized file.

10 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: StubKindPropertySection.java (+10 -10)
etremblay 2009-12-17 16:50 Rev.: 1786

Bug 704: Aspect stub figures, pointcut replacement stub, changed property section to handle new stub types.
Added new actions to change to new stub types.
Show/Hide those features with advanced mode.
Change model to set AopointcutKind on a stub to REGULAR if isPointcut == true. Also modify the model to set isPointcut to false.

40 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: StubKindPropertySection.java (+40 -21)
jkealey 2009-12-16 15:51 Rev.: 1774

bug 705: failure point code editor.

3 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: ConditionExpressionPropertySection.java (+3)
etremblay 2009-12-16 13:59 Rev.: 1772

Bug 705: Start failure point failure kind property section.

43 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: FailureKindPropertySection.java (new 43)
etremblay 2009-12-16 13:43 Rev.: 1771

No bug: Externalized property sections.

41 lines of code changed in 15 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: AbstractDialogPropertySection.java (+1 -1), AuthorPropertySection.java (+2 -1), CollectionIndexPropertySection.java (+3 -3), ComponentKindPropertySection.java (+2 -1), ConditionExpressionPropertySection.java (+4 -3), ConditionLabelPropertySection.java (+2 -1), DescriptionPropertySection.java (+2 -1), EnumerationValuesPropertySection.java (+4 -3), IntentionalTypePropertySection.java (+3 -1), NamePropertySection.java (+2 -1), PostConditionPropertySection.java (+3 -1), PreConditionPropertySection.java (+3 -1), RepetitionPropertySection.java (+2 -1), RespConditionExpressionPropertySection.java (+4 -2), StubKindPropertySection.java (+4 -3)
etremblay 2009-12-14 14:27 Rev.: 1759

Bug 670: Synchronizing and Blocking stubs actions in action registry and context menu.
Modified property stub kind section to use ChangeStubTypeCommand and to disallow changing stub kind when it's not possible.

26 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: StubKindPropertySection.java (+26 -52)
etremblay 2009-12-14 10:09 Rev.: 1756

Bug 670: Fixed refresh problem with threshold connection editpart label.

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: StubKindPropertySection.java (+1 -1)
etremblay 2009-12-14 09:14 Rev.: 1753

Bug 670: UCM synchronizing and blocking stubs supported in stub figure and tabbed properties.

41 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: StubKindPropertySection.java (+41 -2)
jkealey 2009-12-08 17:18 Rev.: 1727

bug 703: change editor tab order wizard.

33 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: CollectionIndexPropertySection.java (+33 -29)
etremblay 2009-12-08 12:02 Rev.: 1725

Some cleanup...

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: CollectionIndexPropertySection.java (-5)
etremblay 2009-12-08 12:01 Rev.: 1724

Bug 703: We can now change a tab order from the properties.

107 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: CollectionIndexPropertySection.java (new 107)
jkealey 2009-12-04 10:13 Rev.: 1705

no bug: formatting cleanup with our default formatting template.

786 lines of code changed in 27 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: AbstractChoicePropertySection.java (+45 -47), AbstractDialogPropertySection.java (+63 -67), AbstractEnumerationPropertySection.java (+91 -100), AbstractGEFPropertySection.java (+80 -94), AbstractMultiLineStringPropertySection.java (+16 -17), AbstractStringPropertySection.java (new), AbstractTextPropertySection.java (+124 -133), AbstractWizardPropertySection.java (new), AdvancedPropertySection.java (+16 -17), AuthorPropertySection.java (+6 -6), ComponentKindPropertySection.java (+24 -24), ConditionDescriptionPropertySection.java (+4 -5), ConditionExpressionPropertySection.java (+35 -36), ConditionLabelPropertySection.java (+13 -13), DescriptionPropertySection.java (+12 -13), EnumerationValuesPropertySection.java (+37 -38), IntentionalTypePropertySection.java (+25 -27), MetadataPropertySection.java (+49 -50), NamePropertySection.java (+9 -9), PostConditionPropertySection.java (+5 -6), PreConditionPropertySection.java (+4 -5), RepetitionPropertySection.java (+15 -16), RespConditionExpressionPropertySection.java (+19 -20), StubKindPropertySection.java (+55 -57)
jkealey 2009-12-04 09:36 Rev.: 1704

bug 531: jUCMNav memory leak

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: AbstractGEFPropertySection.java (+1 -10)
damyot 2009-11-26 14:26 Rev.: 1689

[bug 730] Fixed: Cannot add metadata to GRL links

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: MetadataPropertySection.java (+1 -1)
jkealey 2009-11-06 12:55 Rev.: 1653

bug 713: more robust command stack lookup in tabbed properties

72 lines of code changed in 7 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: AbstractEnumerationPropertySection.java (+3 -1), AbstractGEFPropertySection.java (+5 -1), AbstractTextPropertySection.java (+17 -19), AdvancedPropertySection.java (new), MetadataPropertySection.java (+13 -11), StubKindPropertySection.java (+27 -25)
etremblay 2009-08-26 08:10 Rev.: 1602

Fixed NullPointerException with the Dialog property section.

10 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: AbstractDialogPropertySection.java (+10 -4)
jkealey 2009-08-03 17:21 Rev.: 1598

bug 639: minor graphical changes.

8 lines of code changed in 3 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: AbstractDialogPropertySection.java (+1), EnumerationValuesPropertySection.java (+6 -1), RespConditionExpressionPropertySection.java (+1)
etremblay 2009-08-03 15:57 Rev.: 1597

Various fix for the metadata editor.
Changes made with MetadataEditorPage while editing in the properties will be executed as separate commands on the model.

22 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: MetadataPropertySection.java (+22 -25)
etremblay 2009-08-03 14:52 Rev.: 1596

URNspec should have description & name.
Exception with metadata editor in tabbed properties.

15 lines of code changed in 3 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: CommentDescriptionPropertySection.java (del), DescriptionPropertySection.java (+9 -1), NamePropertySection.java (+6 -1)
etremblay 2009-08-03 13:57 Rev.: 1595

Comment should have a standard view as well with only Description.

14 lines of code changed in 1 file:

  • src/seg/jUCMNav/views/property/tabbed/sections: CommentDescriptionPropertySection.java (new 14)
etremblay 2009-08-03 13:50 Rev.: 1594

Enumeration Type should show the values (read-only, one per line) and open the editor when you click the button.

172 lines of code changed in 4 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: AbstractDialogPropertySection.java (new 84), AbstractGEFPropertySection.java (+5), ConditionExpressionPropertySection.java (+19 -81), EnumerationValuesPropertySection.java (new 64)
etremblay 2009-08-03 10:40 Rev.: 1592

Pre and post condition for start and end point.

23 lines of code changed in 4 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: PostConditionPropertySection.java (new 10), PreConditionPropertySection.java (new 9), RespConditionExpressionPropertySection.java (+4 -1)
etremblay 2009-08-03 10:06 Rev.: 1591

Changed the way we handle label width for tabbed property sections.

19 lines of code changed in 29 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: AbstractChoicePropertySection.java (new), AbstractEnumerationPropertySection.java (new), AbstractGEFPropertySection.java (new), AbstractTextPropertySection.java (+1 -1), AuthorPropertySection.java (+1 -1), ComponentKindPropertySection.java (+1 -1), ConditionDescriptionPropertySection.java (-2), ConditionExpressionPropertySection.java (new), ConditionLabelPropertySection.java (+1 -1), DescriptionPropertySection.java (new), IntentionalTypePropertySection.java (new), MetadataPropertySection.java (new), NamePropertySection.java (+1 -1), RepetitionPropertySection.java (+1 -1), StubKindPropertySection.java (new)
etremblay 2009-08-03 07:47 Rev.: 1589

Merged branch for tabbed properties.

30 lines of code changed in 2 files:

  • src/seg/jUCMNav/views/property/tabbed/sections: RepetitionPropertySection.java (new)
Generated by StatSVN 0.6.0