Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-02-10Bug 511981 - [Marte] remove code from core repositoryBenoit Maggi1-26/+0
- remove marte code from master new repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-marte Change-Id: I3e29035efc64bcaefd777151c9540f88fb233fbb Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2016-01-22Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus1-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Move UI-dependent APIs from the org.eclipse.papyrus.infra.tools bundle to org.eclipse.papyrus.infra.ui. Accordingly move tests into a new org.eclipse.papyrus.infra.ui.tests bundle. Two crucial UI dependencies are inverted by introduction of new OSGi services with core interfaces specified in the non-UI layer: * IExecutorService extends Java Platform's ExecutorService with APIs for synchronous execution (a la Display.syncExec). A new CoreExecutors class in the infra.tools bundle supplies the instance provided by the OSGi service implementation in the infra.ui bundle. This provides compatibility for clients of various UIUtil APIs that they can no longer access * IContextualServiceRegistryTracker abstracts the concept of the default ServicesRegistry found in the currently active editor, which the ServiceUtilsForHandlers class (and hence all of its clients) relies on. Again an OSGi service implementation in the infra.ui bundle supplies the implementation of this tracker, which is exposed in infra.core through the service-utils API Also move UI-dependent APIs from the org.eclipse.papyrus.infra.core bundle into org.eclipse.papyrus.infra.ui. This includes * moving the 'papyrusDiagram' and 'papyrusContentOutline' extension points into the org.eclipse.papyrus.infra.ui namespace * moving various UI-related services such as EditorLifeycleManager, SaveLayoutBeforeClose, and the IMultiDiagramEditor, itself, into the org.eclipse.papyrus.infra.ui bundle This necessitates not only widespread refactorings on the moved APIs, but also concomitant move of other APIs in other bundles because they cannot plausibly use these moved APIs from their new home in org.eclipse.papyrus.infra.ui and/or they cannot reasonably also be moved to the UI bundle and/or they must be used by bundles that now have no UI dependency: * the DI/sash-windows EMF model is moved out of infra.core.sasheditor.di bundle into a new model-only org.eclipse.papyrus.infra.sashwindows.di bundle (which symbolic name incidentally now better reflects the contained Java package names) * the IPageManager and ILocalPageService interfaces are moved out of infra.core.sasheditor.di bundle because they need to remain accessible by headless code such as the edit advices that ensure deletion of sash-model pages for notations that are deleted. These are now in a package named org.eclipse.papyrus.infra.code.sashwindows.di.service. Accordingly the class hierarchy implementing the IPageManager interface is changed: the obsolete PageMngrImpl is deleted, replaced by a BasicPageManagerImpl which now the PageManagerImpl extends. A service factory creates the basic page manager in a headless context, but is overridden by the UI-aware implementation when the UI bundles are installed * the MultiDiagramEditorGefDelegate (which has a GEF 3 dependency) is moved from the org.eclipse.papyrus.infra.core.sasheditor bundle to a new org.eclipse.papyrus.infra.gmfdiag.gef bundle. Its usage for an adapter of ActionRegistry type is extracted out of the CoreMultiDiagramEditor class into a new external adapter-factory in the infra.gmfdiag.gef bundle Tests all still pass (inasmuch as they do in the nightly master builds). Change-Id: I573dee5d9312d6e5746d74575350d0152b591ab3
2015-08-21[releng] Neon-1.2.0 modification step by stepQuentin Le Menez1-7/+5
Change-Id: I9126d707fecad85c9b5384b35074deba995b6527 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2014-09-15[Releng] Change plug-ins version to 1.1.0Camille Letavernier1-4/+4
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier1-4/+4
2014-04-03[Releng - Marte] Migrate Marte grammars to the new XText IntegrationCamille Letavernier1-2/+2
framework
2014-03-14[Releng] Fix dependency versionsCamille Letavernier1-4/+4
2013-11-13263430: [General] Add relengCamille Letavernier1-9/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430 Luna: Update extra-plugins version to 1.0.0
2013-07-04[Releng] Update Papyrus version to 0.10.1cletavernie1-5/+6
2013-05-03[Trivial] Fix plug-in metadatacletavernie1-4/+4
2013-05-03368806: Juno contribution: org.eclipse.xtext.gmf.glue_0.9.0cletavernie1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=368806 406509: Papyrus contributing a plugin under another project's namespace https://bugs.eclipse.org/bugs/show_bug.cgi?id=406509
2012-09-18Kepler: Update plug-in versions for extra plug-inscletavernie1-3/+3
2012-01-25365919: [Architecture - SVN - Build] Rewrite the Buildvlorenzo1-0/+26
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 The folder MARTE should be in the extra plugin.
2011-10-25359057: [Architecture - SVN - Build] The Papyrus architecture should be ↵cletavernie1-24/+0
refactored https://bugs.eclipse.org/bugs/show_bug.cgi?id=359057
2011-06-23[releng] marte extra plugins update version from 0.8.0.qualifier to ↵cmraidha1-1/+1
0.9.0.qualifier
2011-04-20Marte plugins version changed from 0.7.3.qualifier to 0.8.0.qualifier in the ↵cmraidha1-1/+1
trunk.
2011-04-19Marte plugins version changed from 0.8.0.qualifier to 0.7.3.qualifier in the ↵cmraidha1-1/+1
trunk.
2011-04-19Marte plugins version changed from 0.7.3.qualifier to 0.8.0.qualifier in the ↵cmraidha1-1/+1
trunk.
2011-03-28Merged with branch 0.7.X.cmraidha1-0/+24
2011-03-28Delete old versions.cmraidha1-24/+0
2010-12-09Merged branch 0.7.X changes r2480:3444 into the trunkrschnekenbu1-0/+24

    Back to the top