Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Bug 537653 - [EPL] Edti properties filesQuentin Le Menez1-2/+4
- move the plugin.properties files to the new EPL2.0 license - move the build.properties files to the new EPL2.0 license when available Change-Id: Ie860b3d74eb82ce5542b6fbe1f2bfcc67cea02f4 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-21Bug 537653 - [EPL] Update java files headersQuentin Le Menez69-138/+276
- replaced the reference in the java files headers - added the SPDX-License-Identifier Change-Id: Ia376515730e2430e8671c2b5c66f7b510894e5c6 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-04-08Bug 532549 - [Model explorer] Annoying message "Invalid root element: null" ↵Ansgar Radermacher1-2/+0
when changing between pages - Just remove the message, as I don't think it indicates an error. If some handling is required, it can be added later. Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
2018-01-18Bug 484648: [Model Explorer] Link with Editor does not work with MECamille Letavernier4-2/+235
customized through EMF Facets https://bugs.eclipse.org/bugs/show_bug.cgi?id=484648 Change-Id: I9ac56413a58ce987acf973a87fedba4f1840d632 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-01-09Bug 515367 - [releng] Uniformization of the end of lines to Unix standardQuentin Le Menez62-5295/+5295
- Format the EOL of all the files matched by: grep -rIUs . | xargs -Ifile dos2unix -k 'file' Change-Id: I5c41d540a9a67b50de9b912ab35e16cc9a912961 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-12-14Bug 528776 - [Quality] Remove auto-generated TODOBenoit Maggi2-17/+17
- remove: // TODO Auto-generated method stub // TODO Auto-generated constructor stub // TODO: Auto-generated Javadoc Change-Id: Ia754c343b5dd76c17b34d041ae938318b6030522 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-05-25Bug 509742: [Model Explorer][Usability] Diagrams owned by an element shall ↵Christian W. Damus1-14/+98
be located first for easier access Define the implicit 'rank' of native model features as zero for the purposes of ordering relative to customization features, which have explicit ranks. Use this in the content provider to insert tree content from native model features in the appropriate relative order and ensure that in new workspaces diagrams and tables are presented before anything else. Users can manually re-order customizations in existing workspaces. https://bugs.eclipse.org/bugs/show_bug.cgi?id=509742 Change-Id: I16124412d74af4b163baeb5d4144d5c171eabd5e
2017-03-30[releng] Update plugins and feature version numbers for Oxygen withFlorian Noyrit1-2/+2
Neon.3 as baseline Change-Id: Icb3b699de6846ce60370a1fedc169e1df741ace2
2016-12-15Bug 509278: [Internationalization] Diagram and Table labels in ModelNicolas FAUVERGUE1-2/+0
Explorer must be managed by custom facet https://bugs.eclipse.org/bugs/show_bug.cgi?id=509278 - Manage the diagram and table labels with facet - Remove internationalization dependency from emf.facet.custom.ui Change-Id: I4df27993c0905d64ab19f630ebbc42213c58a614 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2016-11-29Bug 496905: [Diagram][ModelExplorer][Table][Dialog] Papyrus must integrateNicolas FAUVERGUE1-141/+144
the internationalization feature provided by UML. https://bugs.eclipse.org/bugs/show_bug.cgi?id=496905 Commit of infra for internationalization. Change-Id: I1b1859bf111e1ef7a7522212fbe639cf2bd13890 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
2016-09-27Bug 500219 - [Model Explorer] Papyrus Should provide an other way toMickael ADAM4-32/+140
customize uml label Change-Id: Ic3213ed9aefb636f4e581df7996378dfd96d8937 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2016-09-23Bug 497505: [EMF Facet] Use default ImageDescriptor in ImageManagerSebastien Gabel1-98/+105
class Change-Id: I71e387867028962a3ff209810da36b8b0e25104f Signed-off-by: Sebastien Gabel <sebastien.gabel@esterel-technologies.com> Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2016-01-18485539: [Performances - Facet Manager] FacetManager recomputes theCamille Letavernier1-8/+8
Facets for a given element too many times https://bugs.eclipse.org/bugs/show_bug.cgi?id=485539 - Move some methods from FacetUtils to FacetManager and use a cache for meta-elements (Facets) - Avoid checking facet conformance when the Facet doesn't contain any useful typed element (Operation or Feature) Change-Id: If8837433b876385a77b67cf04d5b7792ae018338 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2016-01-18485539: [Performances - Facet Manager] FacetManager recomputes theCamille Letavernier5-38/+223
Facets for a given element too many times https://bugs.eclipse.org/bugs/show_bug.cgi?id=485539 - Replace the custom property isVisible(EObject, EStructuralFeature) with getVisibleReferences(EObject) and getVisibleAttributes(EObject). This improves performances a lot, especially for complex metamodels such as UML Change-Id: I170b70774b8f6f19ded7fe1e824097b0c5cf7300 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2014-11-15451683: Memory leak in stereotype repairChristian W. Damus1-1/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=451683 Fix memory leaks in: - the common navigator framework (Model Explorer) - the Papyrus EMF Facet tree content provider (Model Explorer) - the GMF diagram outline page (SynchronizableGmfDiagramEditor)
2014-09-26Bug 438931 - [ModelExplorer][EMF Facet] Non deterministic order of the facet ↵Sebastien Gabel1-506/+506
references defined in custom file Consist in using List implementations instead of Set. Change-Id: I382e99f09ae713882f600ab70de7fc9ab3eaaad6 Signed-off-by: Sebastien Gabel <sebastien.gabel@esterel-technologies.com>
2014-09-04441857: [Performances - Model Explorer] Severe performance problems for ↵Christian W. Damus1-53/+49
larger models https://bugs.eclipse.org/bugs/show_bug.cgi?id=441857 Calculate the available facet features only once in determining the children of an object node. -> This reduces cost of FacetUtils.getETypedElements(...) from 66% to 52% of the CustomizedTreeContentProvider::getChildren(...) method Avoid creation of unnecessary intermediate collections for features and child nodes.
2014-08-25[Code style] Apply clean-up profile to Papyrus Main plug-insCamille Letavernier40-83/+83
2014-08-21[Code style] Apply clean-up and formatter on Main plug-insCamille Letavernier58-425/+424
2014-07-30440795: [Model Explorer] Advanced mode is unusable because tree continually ↵Christian W. Damus1-45/+9
collapses https://bugs.eclipse.org/bugs/show_bug.cgi?id=440795 Look to the cache for children of attribute and reference nodes as well as object nodes. Includes a JUnit test for regression.
2014-05-13434133: [ModelExplorer] ModelExplorer items should be IAdaptableCamille Letavernier1-1/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=434133
2014-05-07433832: [Model Explorer] Unloading all model explorer customizationsPatrik Nandorf1-699/+701
throws ConcurrentModificationException https://bugs.eclipse.org/bugs/show_bug.cgi?id=433832 Iterate a copy of the list of customizations to be removed to avoid ConcurrentModificationException Change-Id: I2c85a80c5fbfe8b704a265ab1446b4ae1ff68db8 Signed-off-by: Patrik Nandorf<patrik.nandorf@ericsson.com>
2014-04-16432850: [ModelExplorer / Tree Providers] Improve the EMF Facet 2Camille Letavernier1-0/+72
integration https://bugs.eclipse.org/bugs/show_bug.cgi?id=432850 - Change the default query for visibility/collapse link - Simplify the Papyrus customizations
2014-03-27410346: Sudden performance degradation e.g. of the Outline View update.Christian W. Damus2-31/+37
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410346 Fix proliferation of item-provider adapters on model elements due to CompositeAdapterFactories being repeatedly created but never disposed.
2014-03-20430700: [Multi-Model] Regression error - cannot import packages from user ↵Christian W. Damus1-22/+38
models in workspace https://bugs.eclipse.org/bugs/show_bug.cgi?id=430700 Fix newly imported packages not appearing in the Model Explorer. The EMF Facet-0.2-aligned CustomizedTreeContentProvider was too aggressive in returning cached root tree elements for the same input, not accounting for the fact that the same input's roots may have changed.
2014-03-07Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier1-1/+1
0.2 add comment and custom have been maigrated
2014-03-05Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier1-10/+12
0.2 add custom for UML
2014-03-04Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier2-9/+15
0.2 adapt oep.view.papyrus
2014-02-27[EMF Facet] Papyrus should progressively support EMF Facet 0.2ptessier4-90/+296
merge PapyrusNotation.uiCustom to PapyrusNotation.custom
2014-02-21Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier65-343/+343
0.2 impact of package renaming
2014-02-21Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier66-0/+0
0.2 change the name of each imported packages
2014-02-10386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2Patrick tessier66-0/+6360
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118 import EMF-FACET

    Back to the top