Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-24 | 374636: [SYSML][Model Explorer] Copy / paste of a part does not create the ↵ | rschnekenbu | 1 | -1/+1 | |
corresponding association https://bugs.eclipse.org/bugs/show_bug.cgi?id=374636 fix 2 missing classes | |||||
2012-05-24 | 374636: [SYSML][Model Explorer] Copy / paste of a part does not create the ↵ | rschnekenbu | 11 | -353/+638 | |
corresponding association https://bugs.eclipse.org/bugs/show_bug.cgi?id=374636 | |||||
2012-04-11 | Initial import. | rschnekenbu | 13 | -515/+0 | |
2012-04-11 | Initial import. | rschnekenbu | 39 | -0/+2956 | |
2012-03-22 | bug 330457: [General] Update the test class diagram to fit junit4 standards | ptessier | 7 | -86/+57 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330457 | |||||
2012-03-16 | ASSIGNED - bug 354826: [model explorer] copy/paste a package does not copy ↵ | rschnekenbu | 10 | -29/+493 | |
diagrams (should) https://bugs.eclipse.org/bugs/show_bug.cgi?id=354826 Added a method in the advices to find the resource where the diagram/table should be added | |||||
2012-03-13 | ASSIGNED - bug 354826: [model explorer] copy/paste a package does not copy ↵ | rschnekenbu | 7 | -6/+2627 | |
diagrams (should) https://bugs.eclipse.org/bugs/show_bug.cgi?id=354826 Adding two advices for tables and GMf diagrams to help copy diagrams and tables. Enhanced copy commands for editing domain should be used, or the one from GMF. This fix should only work on 0.8.X series, this should be really improved on 0.9 and later versions | |||||
2012-02-24 | Revert of bad commits 7284 & 7285. | rschnekenbu | 5 | -96/+76 | |
2012-02-23 | 372355: [SysML Internal Block Diagram] JUnit tests for the Internal Block ↵ | ytanguy | 3 | -91/+0 | |
Diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=372355 | |||||
2012-02-23 | 372355: [SysML Internal Block Diagram] JUnit tests for the Internal Block ↵ | ytanguy | 3 | -0/+111 | |
Diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=372355 | |||||
2012-02-23 | Fixing a bug in the test project for copy/paste tests: a list of blocks was ↵ | rschnekenbu | 1 | -4/+4 | |
copied and paste in the model, but the copies are created randomly. Thus, it is not possible to use newList.get(0) to test the name of the new elements. | |||||
2012-02-23 | ASSIGNED - bug 370854: [SysML Block Definition Diagram] Exception raised ↵ | rschnekenbu | 29 | -6/+125 | |
when drawing a directed composition from a block to another association https://bugs.eclipse.org/bugs/show_bug.cgi?id=370854 ASSIGNED - bug 348651: [SysML Block Definition Diagram] Forbidden Association creation involving Actor is not detected before creation https://bugs.eclipse.org/bugs/show_bug.cgi?id=348651 Added 3 advices to test the creation of association: - 2 forbids the creation of an association on another one - one forbids the creation of an association on an actor depending on type of association and source/target. Warning: to remove creation of an association on another association, 2 helpers needed to be modified: - the first advice on association is there to forbid the beginning of the creation of the relationship, when the source is an association. the source element is used to compute the list of advices modifying the creation of the relationship. (source element == Association => advice = AssociationAdvice) - the 2nd advice on the package is there to forbid the 2nd and last step of the association creation, when the target is an association. The container of the future association is used to compute advice, not the target element! (target element = association && container = package => advice = PackageAdvice) | |||||
2012-02-13 | Correct the providerName and pluginName for the plugins of the future ↵ | vlorenzo | 1 | -10/+13 | |
Papyrus SR2 | |||||
2011-12-23 | NEW - bug 363506: [SysML Block Definition Diagram] Confusion in management ↵ | rschnekenbu | 3 | -1/+154 | |
of properties (and derivatives) in show/hide content dialog https://bugs.eclipse.org/bugs/show_bug.cgi?id=363506 | |||||
2011-12-07 | ASSIGNED - bug 348734: [SysML Block Definition Diagram] Command “paste ↵ | rschnekenbu | 2 | -5/+37 | |
with model” does not work https://bugs.eclipse.org/bugs/show_bug.cgi?id=348734 | |||||
2011-11-28 | NEW - bug 348734: [SysML Block Definition Diagram] Command “paste with ↵ | rschnekenbu | 14 | -20/+952 | |
model” does not work https://bugs.eclipse.org/bugs/show_bug.cgi?id=348734 | |||||
2011-09-22 | Update plug-ins version from 0.8.1 to 0.8.2 | cletavernie | 27 | -397/+432 | |
2011-08-31 | NEW - bug 352836: [SysML] Inappropriate non atomic flowPort icon | ytanguy | 2 | -17/+11 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352836 | |||||
2011-07-27 | NEW - bug 351433: [General] IllegalArgumentException: An EditPart has to be ↵ | ytanguy | 2 | -11/+42 | |
selectable... https://bugs.eclipse.org/bugs/show_bug.cgi?id=351433 | |||||
2011-07-22 | NEW - bug 352563: [SysML Static Profile] Incorrect content for ↵ | ytanguy | 2 | -12/+47 | |
Requirement::/tracedTo derived property https://bugs.eclipse.org/bugs/show_bug.cgi?id=352563 | |||||
2011-07-18 | NEW - bug 352331: [SysML Static Profile] Deprecated constraint on Verify ↵ | ytanguy | 1 | -5/+5 | |
ends is still used (client is not necessarily a TestCase) https://bugs.eclipse.org/bugs/show_bug.cgi?id=352331 | |||||
2011-07-18 | NEW - bug 352331: [SysML Static Profile] Deprecated constraint on Verify ↵ | ytanguy | 1 | -1/+18 | |
ends is still used (client is not necessarily a TestCase) https://bugs.eclipse.org/bugs/show_bug.cgi?id=352331 | |||||
2011-07-06 | NEW - bug 349792: [SysML Block Definition Diagram] JUnit tests for the Block ↵ | ytanguy | 91 | -1530/+4784 | |
Definition Diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=349792 | |||||
2011-07-04 | NEW - bug 349792: [SysML Block Definition Diagram] JUnit tests for the Block ↵ | ytanguy | 115 | -363/+13967 | |
Definition Diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=349792 | |||||
2011-07-01 | NEW - bug 349792: [SysML Block Definition Diagram] JUnit tests for the Block ↵ | ytanguy | 3 | -2/+9 | |
Definition Diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=349792 | |||||
2011-06-28 | [releng] PapyrusALLtests.launch configuration | cmraidha | 1 | -1/+1 | |
2011-06-27 | [releng] rename Papyrus ALL tests.launch to PapyrusALLtests.launch | cmraidha | 2 | -1/+1 | |
2011-06-27 | [releng] rename Papyrus ALL tests.launch to PapyrusALLtests.launch | cmraidha | 2 | -1/+1 | |
2011-06-27 | [releng] rename Papyrus ALL tests.launch to PapyrusALLtests.launch | cmraidha | 2 | -2/+2 | |
2011-06-23 | [releng] Plugins version update from 0.8.0.qualifier to 0.8.1.qualifier | cmraidha | 27 | -27/+27 | |
2011-06-20 | NEW - bug 349792: [SysML Block Definition Diagram] JUnit tests the Block ↵ | ytanguy | 1 | -0/+3 | |
Definition Diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=349792 | |||||
2011-06-20 | NEW - bug 349792: [SysML Block Definition Diagram] JUnit tests the Block ↵ | ytanguy | 3 | -0/+91 | |
Definition Diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=349792 | |||||
2011-06-20 | NEW - bug 349792: [SysML Block Definition Diagram] JUnit tests the Block ↵ | ytanguy | 62 | -0/+9395 | |
Definition Diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=349792 | |||||
2011-06-15 | NEW - bug 348832: [Element Edit Service] JUnit tests the Element Edit Service | ytanguy | 1 | -21/+45 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=348832 | |||||
2011-06-15 | NEW - bug 348832: [Element Edit Service] JUnit tests the Element Edit Service | ytanguy | 16 | -0/+504 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=348832 | |||||
2011-06-15 | NEW - bug 348832: [Element Edit Service] JUnit tests the Element Edit Service | ytanguy | 21 | -0/+879 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=348832 | |||||
2011-04-29 | (no commit message) | rschnekenbu | 52 | -1518/+0 | |
2011-04-29 | Move this plugin because it is required by customization plugin for icons | rschnekenbu | 44 | -2265/+0 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 44 | -0/+2265 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 16 | -0/+3152 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 17 | -0/+829 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 13 | -0/+3150 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 14 | -0/+877 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 19 | -0/+763 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 12 | -0/+3170 | |
2011-04-29 | (no commit message) | rschnekenbu | 40 | -0/+1673 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 16 | -0/+3159 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 56 | -0/+1642 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 55 | -0/+2421 | |
2011-04-29 | Move the plugin from incoming folder to its final destination folder | rschnekenbu | 10 | -0/+129 | |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-