Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-04-03NEW - bug 375921: [ReadOnly, ControlMode] save doesn't work if the main ↵mvelten2-6/+4
model is read-only https://bugs.eclipse.org/bugs/show_bug.cgi?id=375921
2012-04-02ASSIGNED - bug 360451: [SysML] Smart atomic flow-port icons are sometimes ↵tfaure1-3/+5
replaced by red squares https://bugs.eclipse.org/bugs/show_bug.cgi?id=360451 in some case widht == -1 and in other cases the height == -1 that's why the condition for height and widht fix has been modified
2012-04-02ASSIGNED - bug 360451: [SysML] Smart atomic flow-port icons are sometimes ↵tfaure1-2/+5
replaced by red squares https://bugs.eclipse.org/bugs/show_bug.cgi?id=360451 in some case widht == -1 and in other cases the height == -1 that's why the condition for height and widht fix has been modified
2012-04-02add IllegalValueException to exceptions authorized for degraded modetfaure1-2/+2
2012-03-30CLOSED - bug 375540: [ModelExplorer] Move an element from a read only ↵mvelten1-5/+9
submodel does not display message https://bugs.eclipse.org/bugs/show_bug.cgi?id=375540
2012-03-30BUG 375722 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=375722)adaussy1-9/+1
Modified the TriggerTextGetter class so that the name of the callEvent is displayed instead of the name of its operation. Contributed by olivier mélois
2012-03-30NEW - bug 375714: Avoid direct cast after resolve semantic element adaussy26-458/+512
https://bugs.eclipse.org/bugs/show_bug.cgi?id=375714 -> Avoid direct cast exception
2012-03-30UNCONFIRMED - bug 375733: Operation parameters name are not displayed by ↵tfaure1-1/+1
default https://bugs.eclipse.org/bugs/show_bug.cgi?id=375733 ok, parameters name are by default visible
2012-03-30UNCONFIRMED - bug 375732: Move diagram from model explorer does not store ↵mvelten1-0/+20
the diagram in the correct resource https://bugs.eclipse.org/bugs/show_bug.cgi?id=375732
2012-03-30UNCONFIRMED - bug 375720: Exception when creating a table on an element mvelten3-27/+31
https://bugs.eclipse.org/bugs/show_bug.cgi?id=375720
2012-03-29UNCONFIRMED - bug 375540: [ModelExplorer] Move an element from a read only ↵mvelten8-179/+96
submodel does not display message https://bugs.eclipse.org/bugs/show_bug.cgi?id=375540
2012-03-29NEW - bug 375610: Stack Overflow in dialogs from property view tfaure5-3/+25
https://bugs.eclipse.org/bugs/show_bug.cgi?id=375610 display only containment links in these filtering trees
2012-03-29NEW - bug 371712: [Activitydiagram] Papyrus should provide a way to manually ↵adaussy7-1202/+1195
resynchronize pins and parameters on Call Actions https://bugs.eclipse.org/bugs/show_bug.cgi?id=371712
2012-03-29NEW - bug 371712: [Activitydiagram] Papyrus should provide a way to manually ↵adaussy1-41/+33
resynchronize pins and parameters on Call Actions https://bugs.eclipse.org/bugs/show_bug.cgi?id=371712 Fix problem with pin without eAnnotation
2012-03-28REOPENED - bug 374855: [ActivityDiagram] Expansion node is not functionnal adaussy20-548/+556
https://bugs.eclipse.org/bugs/show_bug.cgi?id=374855
2012-03-28fix too long path if problems occur backport soontfaure2-2/+4
2012-03-28NEW - bug 375135: [activity diagram] callOperationAction output pin must be ↵adaussy1-1/+5
synchronized with operation parameter https://bugs.eclipse.org/bugs/show_bug.cgi?id=375135
2012-03-28UNCONFIRMED - bug 375508: [ActivityDiagram] Creation of a ↵adaussy15-32/+102
ReadStructuralFeatureAction in an activit group is impossible https://bugs.eclipse.org/bugs/show_bug.cgi?id=375508 It's now possible to create in a structured activity node: - AddStructuralFeatureValue - CentralBufferNode - CreateObjectAction - DestroyObjectAction - ReadSelfAction - ReadStructuralFeatureAction - ReadVariableAction
2012-03-28BUG 374067 - Added a handler to the "delete" command so that elements can be ↵mvelten11-8/+265
deleted from the assign table. -Every time a new row is added to the table, a test is performed to make sur the "from" column appears before the "to" column. -Added a method to the AbstractNatTableEditor to be able to easily get elements from the selected rows of a table. Contributed by Olivier Mélois
2012-03-28NEW - bug 317415: [general] Use ModelSet rather than DiResourceSet mvelten2-12/+24
https://bugs.eclipse.org/bugs/show_bug.cgi?id=317415 don't use DiResourceSet in (un)control commands
2012-03-28UNCONFIRMED - bug 375499: [ActivityDiagram] Nodes contained in a ↵adaussy1-1/+1
StructuredActivityRegion lose its pins when moving the region https://bugs.eclipse.org/bugs/show_bug.cgi?id=375499
2012-03-28fix NPEmvelten1-4/+7
2012-03-27NEW - bug 372745: [ActivityDiagram] Major refactoring group framework adaussy6-503/+622
https://bugs.eclipse.org/bugs/show_bug.cgi?id=372745
2012-03-27ASSIGNED - bug 360451: [SysML] Smart atomic flow-port icons are sometimes ↵tfaure1-1/+1
replaced by red squares https://bugs.eclipse.org/bugs/show_bug.cgi?id=360451 fix NPE
2012-03-27374067 - Added a query used during drag/drop over table to prevent other ↵mvelten2-0/+5
objects than comments from being added to the table. Contributed by Olivier Mélois
2012-03-27374067 - Added a query used during drag/drop over table to prevent other ↵mvelten2-3/+61
objects than comments from being added to the table. Contributed by Olivier Mélois
2012-03-27UNCONFIRMED - bug 375422: [ActivityDiagram] When creating a CallOperation no ↵adaussy1-2/+62
target pin is referenced https://bugs.eclipse.org/bugs/show_bug.cgi?id=375422
2012-03-27NEW - bug 375390: [ModelExplorer] NPE when moving diagram in the model view ↵adaussy1-1/+1
explorer https://bugs.eclipse.org/bugs/show_bug.cgi?id=375390
2012-03-27BUG 371712 - Modified the syncCallActionWhenOutdated method to check whether ↵adaussy2-34/+29
pins are up to date by calling the upToDate method instead of just checking whether a matching parameter is found. -Replaced the "...has been synchronized" notification so that if the user cancels the synchronization, he will no more be notified that the callOperation/callBehavior has been synced. Contributed by Olivier Mélois
2012-03-27missing bin folder in the classpathmvelten1-0/+1
2012-03-27missing bin folder in the classpathmvelten1-0/+2
2012-03-27NEW - bug 375051: [class diagram] NPE on selecting a containment link in a ↵adaussy4-7/+17
diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=375051
2012-03-27NEW - bug 372745: [ActivityDiagram] Major refactoring group framework adaussy1-82/+17
https://bugs.eclipse.org/bugs/show_bug.cgi?id=372745
2012-03-26RESOLVED - bug 374755: [core] Make possible for Papyrus to open corrupted ↵tfaure5-4/+16
models https://bugs.eclipse.org/bugs/show_bug.cgi?id=374755 add IllegalValueException to exceptions authorized for degraded mode
2012-03-26UNCONFIRMED - bug 375299: [ActivityDiagram] Creating an action from the ↵adaussy3-54/+84
palett set the element in the wrong container in Model Explorer view https://bugs.eclipse.org/bugs/show_bug.cgi?id=375299
2012-03-26NEW - bug 375300: [State Machine Diagram] Label of transition pollute the ↵mvelten25-668/+1053
State machine diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=375300
2012-03-26NEW - bug 375335: [Deployment Diagram] Communication Path is missing mvelten47-426/+3721
https://bugs.eclipse.org/bugs/show_bug.cgi?id=375335
2012-03-26NEW - bug 374855: [ActivityDiagram] Expansion node is not functionnal adaussy4-13/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=374855
2012-03-26NEW - bug 375323: [Control Mode] NPE in UML profile adaussy1-2/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=375323
2012-03-26NEW - bug 375300: [State Machine Diagram] Label of transition pollute the ↵adaussy5-8/+67
State machine diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=375300
2012-03-26NEW - bug 375289: [ActivityDiagram] Unable to create comment into Activity ↵adaussy20-518/+668
group https://bugs.eclipse.org/bugs/show_bug.cgi?id=375289
2012-03-26NEW - bug 375288: [ActivityDiagram] NPE on activity diagram on structured ↵adaussy1-18/+20
activity node https://bugs.eclipse.org/bugs/show_bug.cgi?id=375288
2012-03-23NEW - bug 374607: [model explorer] moving a model element in another model ↵adaussy1-2/+2
does not move associated diagrams https://bugs.eclipse.org/bugs/show_bug.cgi?id=374607 374608: [model explorer] moving a model element in another model does not move associated stereotypes https://bugs.eclipse.org/bugs/show_bug.cgi?id=374608 363701: [Class Diagram] properties (isStatic...) of Operations, Properties ... are not managed graphically https://bugs.eclipse.org/bugs/show_bug.cgi?id=363701 Diagram bas been regenerated.
2012-03-23NEW - bug 375188: [Class Diagram] refactor : association figure and edit ↵mvelten10-1251/+1253
part should be in common https://bugs.eclipse.org/bugs/show_bug.cgi?id=375188
2012-03-23NEW - bug 375153: [Activity Diagram] Wizard for synchronisation suggests too ↵tfaure9-75/+250
much elements in the selection dialogs https://bugs.eclipse.org/bugs/show_bug.cgi?id=375153 new class to select elements in treeselectordialog without using the property view modification of the activity diagram to use this class
2012-03-23ASSIGNED - bug 375154: [Widgets] Several property editors cannot be subclassed mvelten18-19/+253
https://bugs.eclipse.org/bugs/show_bug.cgi?id=375154 made by Philippe Roland
2012-03-23NEW - bug 374607: [model explorer] moving a model element in another model ↵mvelten1-1/+1
does not move associated diagrams https://bugs.eclipse.org/bugs/show_bug.cgi?id=374607 374608: [model explorer] moving a model element in another model does not move associated stereotypes https://bugs.eclipse.org/bugs/show_bug.cgi?id=374608 fix NPE, typo....
2012-03-23NEW - bug 375178: [Control Mode] uncontrolling a package remove duplicate ↵mvelten2-30/+23
application profiles on all child controlled packages https://bugs.eclipse.org/bugs/show_bug.cgi?id=375178
2012-03-23NEW - bug 374607: [model explorer] moving a model element in another model ↵adaussy1-5/+8
does not move associated diagrams https://bugs.eclipse.org/bugs/show_bug.cgi?id=374607 374608: [model explorer] moving a model element in another model does not move associated stereotypes https://bugs.eclipse.org/bugs/show_bug.cgi?id=374608
2012-03-23NEW - bug 374607: [model explorer] moving a model element in another model ↵adaussy1-2/+2
does not move associated diagrams https://bugs.eclipse.org/bugs/show_bug.cgi?id=374607 NEW - bug 374608: [model explorer] moving a model element in another model does not move associated stereotypes https://bugs.eclipse.org/bugs/show_bug.cgi?id=374608

Back to the top