Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-11-12- Bug 421525 - [CDT integration] it should be possible to open a CDT editor ↵Ansgar Radermacher1-1/+1
by default on the right: minor typos
2013-11-12- fix for bug 420372 - Cannot generate C++ code from new Papyrus modelAnsgar Radermacher2-47/+63
2013-11-12- Bug 421525 - [CDT integration] it should be possible to open a CDT editor ↵Ansgar Radermacher5-24/+65
by default on the right
2013-11-12- bug 420280 [QDesigner] refactoring: separation of user interface and ↵Ansgar Radermacher63-743/+1120
transformation plugin: creation of UI plugin. Moving handlers, dialogs & icons to UI plugin
2013-11-08[415375] [CDO] Model repository administrationChristian W. Damus19-54/+253
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415375 Integrate Change Password functionality into the Model Repositories view. Enable certain menu actions only on writable resources/folders.
2013-11-05[Releng] Update plug-in metadataCamille Letavernier2-3/+1
2013-11-05[Releng] Update plug-in metadataCamille Letavernier1-0/+1
2013-11-05[Releng] Update plug-in metadataCamille Letavernier3-8/+17
2013-11-05[Releng] Update plug-in metadataCamille Letavernier2-1/+33
2013-11-04- Amended fix of Separation of UI task for Acceleo driver, bug 420280: ↵Ansgar Radermacher5-11/+17
corrected JRE and plugin.properties
2013-11-04Merge branch 'Qompass'Ansgar Radermacher23-5/+553
Conflicts: extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.ui/META-INF/MANIFEST.MF extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassHeader.emtl extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppDocumentation.emtl extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassTypeAndEnum.emtl extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppOperations.emtl
2013-11-04- 420980 - [diagram conversion] Old DI2 to DI diagram conversion does not ↵Ansgar Radermacher6-179/+177
work any more
2013-11-04- Fix text selection for classes nested in namespaces. Bug 399864 - ↵Ansgar Radermacher1-2/+15
[CDT/StateMachine] Papyrus shall enable to see code on transitions
2013-11-04- Added selectedElement to textModel, navigate to edited operationAnsgar Radermacher13-95/+449
context: bug 399864 [CDT/StateMachine] Papyrus shall enable to see code on transitions.
2013-11-04- Moved DialogUtils to org.eclipse.papyrus.infra.widgets.toolbox & ↵Ansgar Radermacher19-301/+107
simplified CmdHandler. Context: [Bug 420280] [QDesigner] refactoring: separation of user interface and transformation plugin
2013-11-04- Use StereotypeUtil instead of StUtils (amended fix in context of bug ↵Ansgar Radermacher1-5/+5
399864: The C/C++ view supports editing of behavior)
2013-11-04- [Bug 420375] Generating code does not refresh the Project Explorer, when ↵Ansgar Radermacher3-23/+23
there are errors
2013-11-04- [Bug 420376] Generated C++ code is not formattedAnsgar Radermacher37-1311/+4014
2013-11-04Separation of UI task for Acceleo driver, bug 420280Ansgar Radermacher8-0/+189
2013-11-04Bug 419045 - [C++ codegen] EMTL files not prepared for deploymentAnsgar Radermacher22-274/+225
2013-11-04- Partial fix in context of bug 399864: The C/C++ view supports editing of ↵Ansgar Radermacher2-3/+343
behavior.
2013-11-04Add dependency to oep.infra.widgets.toolbox (context: bug 420280 - ↵Ansgar Radermacher4-4/+5
[QDesigner] refactoring: separation of user interface and transformation plugin)
2013-11-04- Fix text selection for classes nested in namespaces. Bug 399864 - ↵Ansgar Radermacher1-2/+15
[CDT/StateMachine] Papyrus shall enable to see code on transitions
2013-11-04Merge branch 'master' into QompassAnsgar Radermacher3-50/+33
Conflicts: extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.ui/META-INF/MANIFEST.MF extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.ui/src/org/eclipse/papyrus/cpp/codegen/ui/handler/GenerateCodeHandler.java extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassBody.emtl extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassHeader.emtl extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppDocumentation.emtl extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassTypeAndEnum.emtl extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppOperations.emtl
2013-11-01- Added selectedElement to textModel, navigate to edited operationAnsgar Radermacher13-95/+449
context: bug 399864 [CDT/StateMachine] Papyrus shall enable to see code on transitions.
2013-11-01Added org.eclipse.papyrus.acceleo.debug to tree and featureAnsgar Radermacher13-0/+487
2013-10-28- Moved DialogUtils to org.eclipse.papyrus.infra.widgets.toolbox & ↵Ansgar Radermacher19-301/+107
simplified CmdHandler. Context: [Bug 420280] [QDesigner] refactoring: separation of user interface and transformation plugin
2013-10-28- Use StereotypeUtil instead of StUtils (amended fix in context of bug ↵Ansgar Radermacher1-5/+5
399864: The C/C++ view supports editing of behavior)
2013-10-28- [Bug 420375] Generating code does not refresh the Project Explorer, when ↵Ansgar Radermacher4-25/+25
there are errors
2013-10-28- [Bug 420376] Generated C++ code is not formattedAnsgar Radermacher37-1545/+4172
2013-10-25Separation of UI task for Acceleo driver, bug 420280Ansgar Radermacher8-0/+189
2013-10-24Bug 419045 - [C++ codegen] EMTL files not prepared for deploymentAnsgar Radermacher22-274/+225
2013-10-24- Partial fix in context of bug 399864: The C/C++ view supports editing of ↵Ansgar Radermacher2-3/+343
behavior.
2013-10-24411233: [Releng] Add RobotML to RelengVincent Lorenzo35-0/+5560
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411233
2013-10-23- Changes in automatically generated file build.acceleoAnsgar Radermacher3-3/+3
2013-10-23Removed unnecessary code (clear operation on already empty list), context ↵Ansgar Radermacher1-1/+0
fix for bug 419703
2013-10-17- Added/Corrected precompiled EMTL for deployment: bug 419045Ansgar Radermacher5-462/+4879
2013-10-17- Fixed bug 419703 - [CDT integration] Stereotypes are not properly ↵Ansgar Radermacher1-2/+5
unapplied when model elements are updated
2013-10-17- Fixed bug 418999 - [C++ codegen] TestCDTintegration.uml contains ↵Ansgar Radermacher3-130/+120
unresolved pathmap
2013-10-15415375: [CDO] Model repository administrationChristian W. Damus2-1/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415375 Correct handling of filtering out of resources queried from the server for presentation in the Model Repositories View that are in folders that the current user has no read permission on.
2013-10-11Revert "415375: [CDO] Model repository administration"Christian W. Damus2-9/+1
This reverts commit 47ce267ad11c9df95fd1d53b879df447a5d4be37.
2013-10-09415375: [CDO] Model repository administrationChristian W. Damus2-1/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415375 Correct handling of filtering out of resources queried from the server for presentation in the Model Repositories View that are in folders that the current user has no read permission on.
2013-10-09Bug 418999 - [C++ codegen] TestCDTintegration.uml contains unresolved pathmapAnsgar Radermacher1-6/+6
2013-10-08- Avoid NPE in ModelElementsCreatorAnsgar Radermacher2-9/+10
- Support code generation for packages
2013-10-08- Regenerated EMTL fileAnsgar Radermacher1-0/+2487
2013-10-08- Restructuring (StUtils => StereotypeUtil of Papyrus)Ansgar Radermacher42-473/+425
- Cleanup of copy code (less exceptions)
2013-10-08Minor modificationsAnsgar Radermacher8-447/+55
2013-10-08Use StereotypeUtil from Papyrus instead of StUtils from qdesignerAnsgar Radermacher10-19/+20
2013-10-08Update of examples and mapping rules (required for support of new operation ↵Ansgar Radermacher27-180/+4108
needsUpdate)
2013-10-08Added a needsUpdate option to ports. This facilitates the control whether an ↵Ansgar Radermacher2-27/+70
update of derived interfaces (requiring a transaction) is necessary.

Back to the top