Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-01-26move oep.emf.commandstack and oep.dev.project.managment from sandbox to ↵Vincent Lorenzo43-0/+2334
plugins/developer + destroy old plugin oep.dev.project.management_old from sandbox + rename oep.emf.commandstack to oep.infra.emf.commandstack
2015-01-23Merge "455305: [Performances] Copy/Cut/Paste commands show severe ↵last/org.eclipse.papyrus.efacetCamille Letavernier2-20/+10
performance degradation https://bugs.eclipse.org/bugs/show_bug.cgi?id=455305"
2015-01-23Merge "418647: [Property Views] Location of package imported models should ↵Camille Letavernier2-2961/+2969
be shown https://bugs.eclipse.org/bugs/show_bug.cgi?id=418647"
2015-01-23Merge "455783: [Table] Editing problem for real numbers ↵vincent lorenzo2-42/+66
https://bugs.eclipse.org/bugs/show_bug.cgi?id=455783"
2015-01-23457341: [Model Import] Identify and fix performances bottlenecksCamille Letavernier1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=457341 - Don't load dependencies during Cross-Resource dependencies Analysis & Repair, unless absolutely necessary
2015-01-22457341: [Model Import] Identify and fix performances bottlenecksCamille Letavernier1-3/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=457341 - Rename methods to avoid compile errors on PDE and Buckminster builds
2015-01-22457341: [Model Import] Identify and fix performances bottlenecksChristian W. Damus1-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=457341 Fix compilation error caused by new indirect dependency in the API exported by oep.infra.emf plug-in.
2015-01-22Merge "Bug 440082 - [SysML] Support for SysML 1.4 - init parametric and ↵Patrick Tessier24-3/+576
internal block diagram - unify BDD,IBD and parametric with the same conventions (diagram name, palette name)"
2015-01-22Bug 440082 - [SysML] Support for SysML 1.4 Benoit Maggi24-3/+576
- init parametric and internal block diagram - unify BDD,IBD and parametric with the same conventions (diagram name, palette name) Change-Id: If3a23d03bb3069c508e4c57c28e43c6f50703ef9 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-01-22457341: [Model Import] Identify and fix performances bottlenecksCamille Letavernier1-0/+118
https://bugs.eclipse.org/bugs/show_bug.cgi?id=457341 - Tentative fix for the Phase 2 of Model Migration - Repair Dependencies: run all repair operations in a single pass, to avoid browsing the same model multiple times
2015-01-22Merge branch 'master' of ↵ptessier110-276/+23797
ssh://ptessier@git.eclipse.org:29418/papyrus/org.eclipse.papyrus
2015-01-22458104: [Model explorer] icon of stereotype is not displayedptessier2-39/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=458104 fixe the bug Change-Id: I57eca7af92c9b106b8c7c0d81ab570409c848556
2015-01-22455783: [Table] Editing problem for real numbersNicolas FAUVERGUE2-42/+66
https://bugs.eclipse.org/bugs/show_bug.cgi?id=455783 Change-Id: Id16969575d5f0f8bcbd3639f619ebc16e7cf8264 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net> (cherry picked from commit 21b102ec75ddb2288dc1b32ae5aa2d5250f16d96) (cherry picked from commit 8afa3c0634f001e24ece06cb045189ab2ccfc036)
2015-01-22Bug 440082 - [SysML] Support for SysML 1.4Benoit Maggi1-222/+100
- map palette elements to uml.clazz elements Change-Id: I81f217e2fed85ad3d161a542bd806afdcf7027a8 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-01-22Merge "Bug 317955 - [ClassDiagram] Association - outline and diagram not ↵Patrick Tessier6-0/+50
consistent - when moving a group of connected elements within or outside a package"
2015-01-21Merge StartObjectBehaviorAction in activityD to master.atischenko87-207/+23143
Signed-off-by: atischenko <montages.t7@gmail.com>
2015-01-21436666: "Stereotype repair" pop-up for already upgraded modelChristian W. Damus3-53/+219
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436666 Detect orphaned (dangling) stereotype instances and suggest to delete them. Orphans are treated as a separate group from properly attached stereotype instances of the same schema (broken or not) because they cannot be repaired by profile application; they are not stereotype applications because they have no base elements. Also update some test models that are opened in editors to remove orphaned stereotype instances (which cause tests to hang on the repair dialog). Conflicts: extraplugins/migration/org.eclipse.papyrus.migration.rsa/src/org/eclipse/papyrus/migration/rsa/transformation/RepairStereotypes.java plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/ZombieStereotypesDescriptor.java plugins/uml/org.eclipse.papyrus.uml.modelrepair/src/org/eclipse/papyrus/uml/modelrepair/ui/ZombieStereotypesDialog.java
2015-01-21457953: [Profile] Profile Drafter have pending regression tests Cedric Dumoulin1-1/+2
458049: [Layers] Layers do not pass BundleTests - Repair MANIFEST.MF and Vendor names Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=457953, https://bugs.eclipse.org/bugs/show_bug.cgi?id=458049
2015-01-21Merge "Bug 457994 - [Activity Diagram] Modeling assistant provider should ↵Christian W. Damus1-14/+0
not be generated "
2015-01-21418647: [Property Views] Location of package imported models should beGabriel Pascual2-2961/+2969
shown https://bugs.eclipse.org/bugs/show_bug.cgi?id=418647 - Add Location field for Imported Profile - Switch to Id for Context configuration file Change-Id: I37800346f2c7237610b3c3b519b8ce250633ea0a Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2015-01-21457953: [Profile] Profile Drafter have pending regression testsCamille Letavernier2-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=457953 - Fix Bundle-Vendor
2015-01-21Bug 457994 - [Activity Diagram] Modeling assistant provider should notatischenko1-14/+0
be generated Signed-off-by: atischenko <montages.t7@gmail.com> Change-Id: Ic76afe74076572cf8e6e307ad737ac7a59920955
2015-01-21Merge "Bug 440082 - [SysML] Support for SysML 1.4 - initialization of ↵Patrick Tessier11-0/+503
blockdefinition diagram with architectural framework definition : - palette with only package and block Change-Id: I92c6189ad06feba538cf0729dd45238474e79563 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>"
2015-01-21Bug 440082 - [SysML] Support for SysML 1.4Benoit Maggi11-0/+503
- initialization of blockdefinition diagram with architectural framework definition : - palette with only package and block Change-Id: I92c6189ad06feba538cf0729dd45238474e79563 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-01-21445892: [Sequence Diagram] NPE when Double Clicking on Links toolptessier2-3/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=445892 Change-Id: I5d8e6c898ae4e66c495ccbdffc4310fdfc629049
2015-01-21Merge "Bug 445892 [Sequence Diagram] NPE when Double Clicking on Links tool"Patrick Tessier2-1/+8
2015-01-21Merge "358625: [All diagrams] Duplicate of an Element creates two Elements ↵Patrick Tessier183-21572/+21411
https://bugs.eclipse.org/bugs/show_bug.cgi?id=358625"
2015-01-21Merge "Bug 449899 - [Diagram Generation] Impossible to regenerate Activity ↵Remi Schnekenburger95-211/+211
Diagram"
2015-01-21Merge "Restore overwritten templates in commit: Merge ↵Remi Schnekenburger3-3/+31
bugs/449899-activity-regen to master"
2015-01-20457953: [Profile] Profile Drafter have pending regression tests Cedric Dumoulin1-1/+6
Remove Incubation tags, set missing dependency version in tests Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=457953
2015-01-20457953: [Profile Drafter] - Try to correct failling testsCedric Dumoulin4-21/+15
Partially correct the tests by setting dependencies versions. Bundle-Vendor test still failling despite the fact that the vendor name is correct. Signed-off-by: Cedric Dumoulin <cedric.dumoulin@lifl.fr>
2015-01-20Bug 445892Francois Le Fevre - CEA2-1/+8
[Sequence Diagram] NPE when Double Clicking on Links tool function adapted in order to work only for two selected node elements and not in the case of an edge element. Change-Id: Icbfdd8aecae37126326468541a3c48b7f54be0d3 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
2015-01-20358625: [All diagrams] Duplicate of an Element creates two ElementsGabriel Pascual183-21572/+21411
https://bugs.eclipse.org/bugs/show_bug.cgi?id=358625 - Limit scope for the Editpolicy to its paste role Change-Id: Ibbf337e01a6ea19ce6754f1a451b44494805bf57 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2015-01-20457942: [Profile Drafter] Documentation bundle classpath error on missing ↵Christian W. Damus2-9/+12
src/ folder https://bugs.eclipse.org/bugs/show_bug.cgi?id=457942 Fix classpath errors and build.properties warnings.
2015-01-20[Releng] Propagate standard settings to new plug-insChristian W. Damus4-0/+711
2015-01-20Bug 449899 - [Diagram Generation] Impossible to regenerate Activityatischenko95-211/+211
Diagram - fix DestoyObjectAction input pin validationc constraint - mark testToManageInteruptibleActivityRegion as @FailingTest - set JoniNode name label as primary - regeneration Signed-off-by: atischenko <montages.t7@gmail.com> Change-Id: I91b3aa66a014af241f1b34e7094082b190a9a282
2015-01-20Restore overwritten templates in commit: Mergeatischenko3-3/+31
bugs/449899-activity-regen to master Signed-off-by: atischenko <montages.t7@gmail.com> Change-Id: Iaf3d1eb120435792ea14742cb9920fc406356ed0
2015-01-19[Profile] Drafter - Move tests plugin in the junits/tests hierarchy.Cedric Dumoulin47-4733/+0
2015-01-19[Profile] Drafter- Add Maven poms and set Maven build variablesCedric Dumoulin5-13/+81
2015-01-19Merge "454997: [Stereotypes Repair] The Stereotypes Repair dialog should ask ↵Christian W. Damus4-18/+99
for a user-action only once for each Profile https://bugs.eclipse.org/bugs/show_bug.cgi?id=454997"
2015-01-19Merge "Bug 440082 - [SysML] Support for SysML 1.4 - generation of ↵Patrick Tessier132-1/+13187
sysml14.edit - add pom.xml for the new plugin"
2015-01-19436547: [Diagram] All shapes shall be refactoredCamille Letavernier1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436547 - Fix image declaration (case)
2015-01-16449899: [Diagram Generation] Impossible to regenerate Activity DiagramCamille Letavernier1-35/+35
https://bugs.eclipse.org/bugs/show_bug.cgi?id=449899 - Disable the Live validation in the Activity Diagram to avoid blocking dialogs pop-up during test execution (and normal usage)
2015-01-16Merge branch 'master' into bugs/432802-profile-marsCedric Dumoulin3309-590734/+728800
2015-01-16454997: [Stereotypes Repair] The Stereotypes Repair dialog should askGabriel Pascual4-18/+99
for a user-action only once for each Profile https://bugs.eclipse.org/bugs/show_bug.cgi?id=454997 - Add behaviour to store Applied Profile mapped with its broken namespace schema - Reapply previous profile according to the missing schema before ask to user Change-Id: I4efd1566ecf5925db8b0eb46e2516c9409aaf89d Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2015-01-16Merge "Bug 447895: Xtend code generation at build time"Christian W. Damus1-0/+25
2015-01-16Merge changes I68f83603,Ic905d3e9,I5ca2326eCamille Letavernier670-343053/+263815
* changes: Bug 449899 - [Diagram Generation] Impossible to regenerate Activity Diagram Merge bugs/449899-activity-regen to master Convert linedelimeters in activityDiagram.gmfgen from crlf to lf.
2015-01-16Merge "457560: [Performances] The ReadOnlyManager does too many File System ↵Camille Letavernier4-61/+593
accesses https://bugs.eclipse.org/bugs/show_bug.cgi?id=457560"
2015-01-15457560: [Performances] The ReadOnlyManager does too many File System accessesChristian W. Damus4-61/+593
https://bugs.eclipse.org/bugs/show_bug.cgi?id=457560 Implement caching of read-only state of objects and resources for the duration of the active transaction when read-only checking is done within a transactional context.
2015-01-15Merge "455295: You should be able to choose the base color of the ↵Camille Letavernier1-0/+15
ColorPickerEditor https://bugs.eclipse.org/bugs/show_bug.cgi?id=455295 - Addition of a constructor allowing the edittion of the base color"

Back to the top