Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-06Bug 508516 - [Model Explorer] Removing profile filter broke the searchMickael ADAM1-0/+7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=508516 - declare filter with extension point instead of use viewer.addFilter() Change-Id: Ibfe02041080c644d89f2649427cffcbba9bda4cc Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2016-10-24Bug 505907 - [Model Explorer] Expand is failing with Package ImportMickael ADAM1-0/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=505907 - Add max expand level preference, set to 15 by default. Change-Id: Ib0068d7176451f9b71bbff05ba47d8d8ec055b70 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2016-10-06Bug 503038 - [Model Explorer] The validation of search field should beMickael ADAM1-1/+4
improved. https://bugs.eclipse.org/bugs/show_bug.cgi?id=503038 - Add new Model explorer preference for filter field validation: -Live validataion -delay field(ms) -Some refactor to clean Model explorer Preferences. Change-Id: Icead28b694eaed6b5d7c7cad7caac94e9e6e9170 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2016-09-30Bug 502003 - [Model Explorer] Expand/Collapse buttons should be work atMickael ADAM1-1/+37
selected element https://bugs.eclipse.org/bugs/show_bug.cgi?id=502003 Change-Id: Ife74540571623e4eacadaca18ba72e6daab63dc6 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2016-01-22Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Move UI-dependent APIs from the org.eclipse.papyrus.infra.emf bundle to a new org.eclipse.papyrus.infra.ui.emf bundle. Accordingly move tests into a new org.eclipse.papyrus.infra.ui.emf.tests bundle. Now that we have an UI EMF bundle, move the editor-page advices from the infra.ui bundle into it, which is a more appropriate home for them. One UI dependency is removed by reordering of code in the EMFHelper::getEObject(Object) API: * the EMF Facet tree elements are once again IAdaptables, providing their encapsulated EObjects or EReferences as adapters. So, the case handling IAdaptable is moved ahead of the test for is-an-EObject because these tree elements are also EObjects but are not interesting in themselves Also, the dialog-settings for the EMF Facet customization manager are moved into the infra.ui.emf bundle, as is the lazy initialization of the manager from those settings. Clients are refactored to get the customization manager from this new bundle (via a new ProviderHelper API) to ensure this lazy initialization. Various UI-dependent ServiceUtilsForXyz classes that were in the infra.emf bundle but had nothing to do with EMF are moved into the infra.ui bundle. UI-dependent classes from the org.eclipse.papyrus.infra.emf.readonly bundle are moved into the org.eclipse.papyrus.infra.ui.emf, also. These include extraction of the editor reload listener from the ReadOnlyManager class by means of a new general-purpose IReadOnlyManagerProcessor OSGi service interface. Tests all still pass (inasmuch as they do in the nightly master builds). Change-Id: Ieb0993b2ed1a7a49890d3471c7b42bc4f218fec6
2015-09-17476625: [GEF4] Implement an "Open with..." action for Papyrus DiagramsCamille Letavernier1-0/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=476625 Change-Id: Ibe9a085bca197c8ef6aae2a37c044ca8429b3fee Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2014-12-10450146: [Diagram][table] Delete action does nothing for Table andGabriel Pascual1-73/+0
Diagram in ModelExplorer https://bugs.eclipse.org/bugs/show_bug.cgi?id=450146 - Create AdviceHelper to uncontrol during DestroyRequest - Use Papyrus editor fixture in abstract unit test implementation - Create a Request Parameter to ensure undo/redo action after uncontrol Change-Id: Ibdd840489de30bb8b7d56d4d3cf62bd916326fa8 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-11-28436947: [Submodel] Usability improvements for submodelsGabriel Pascual1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436947 - Modify menu labels - Modify dialog message and title for UML Prodile Control participant. Change-Id: I4c9bc5e3e8ea3b13fd7827a18e189dac45beaf8d Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-11-06431117: [Model Explorer, Properties] Edit -> Undo/Redo menus are neverGabriel Pascual1-1/+23
enabled https://bugs.eclipse.org/bugs/show_bug.cgi?id=431117 - Add action provider to Mode Explorer viewer - Create PropertySheetPage for Model Explorer view to add Undo/Redo menu contribution Change-Id: I4c41016f7c337051aa07d02517b5b991faf216da Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-09-18436952: [Submodel] Deletion of a model fragment does not delete theGabriel Pascual1-0/+73
model fragment resources https://bugs.eclipse.org/bugs/show_bug.cgi?id=436952 - Shift the handlers and contributions of Model Explorer menu to Model Explorer"plugin : "Create submodel" and "Reintegrate submodel" - Add Uncontrol of control mode to delete actions ( Model explorer and Diagram) Change-Id: I601cc4cd482e2b2d2f5a6acfc0b3bce76fa69b82 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-05-22Bug 375331 - [All Diagrams] Cut, Copy and Paste commands shall beBenoit Maggi1-414/+410
available for diagrams - remove the "duplicate" menu on diagrams in model explorer Change-Id: I90e4747bb17fee8407c6d3eb6b96fccadfae08e8 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-05-14434857: [Model Explorer] Drag & Drop brokenChristian W. Damus1-7/+7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=434857 Fix regression caused by ModelExplorer tree elements no longer being EObjects, themselves, but only adapting to EObject (which actually restores Kepler semantics).
2014-05-14434133: [ModelExplorer] ModelExplorer items should be IAdaptableCamille Letavernier1-3/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=434133 - Fix handler declarations
2014-05-13434635: [Model Explorer] Preference for "Link with Editor"Christian W. Damus1-0/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=434635 Implement memento-based persistence for the link-with-editor and alphabetical-sorting toggle buttons in the Model Explorer tool bar. Fix the initial calculation of the toggle state of the advance view tool bar item and implement calculation of the toggle state of the show-diagrams tool bar item. All of these toggle states are shared across all Model Explorer pages (the user perceives the Model Explorer as one view, not a bunch of pages).
2014-04-07408491: [Profile] Papyrus shall enable to easily switch between local and ↵Christian W. Damus1-1/+1
registered profiles. https://bugs.eclipse.org/bugs/show_bug.cgi?id=408491 Improvements to the Switch Profiles UI: - Add option to create problem markers - Move the action into the Model Explorer - Stream-line the dialog for usability
2014-03-28431015: [Model Explorer] The context menu items should be ordered moreptessier1-1/+9
logically (some even renamed) and some items removed https://bugs.eclipse.org/bugs/show_bug.cgi?id=431015
2014-03-28431015: [Model Explorer] The context menu items should be ordered moreptessier1-4/+12
logically (some even renamed) and some items removed https://bugs.eclipse.org/bugs/show_bug.cgi?id=431015
2014-03-24431017: [Model Explorer] Unknown label provider contextCamille Letavernier1-4/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431017
2014-03-18[Usability] Papyrus shall provide a copy/paste/cut featureBenoit Maggi1-16/+66
- GraphicalCutInDiagramHandler, GraphicalCopyInDiagramHandler, GraphicalPasteInDiagramHandler : redirect GMF actions (only graphic copy) - CutInDiagramHandler, CopyInDiagramHandler, PasteInDiagramHandler : papyrus copy (graphic + semantic) - Move Abstract*Handler in the generic gmfdiag - Add GMFtoEMFCommandWrapper Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Conflicts: plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/org/eclipse/papyrus/infra/emf/readonly/PapyrusROTransactionalEditingDomain.java
2014-03-14399860: Papyrus shall enable to customize the creation policy of viewsLaurent Wouters1-1/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399860 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-10Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facet ptessier1-2/+3
add import menus and validate menus
2014-03-07Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier1-5/+10
0.2 add comment and custom have been maigrated
2014-03-05Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier1-1/+1
0.2 add custom for UML
2014-03-04Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier1-0/+9
0.2 adapt oep.view.papyrus
2014-02-24[EMF Facet] Papyrus should progressively support EMF Facet 0.2ptessier1-6/+6
change some ids
2014-02-14386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2ptessier1-1/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118
2013-05-30399856: [Search] Papyrus shall provide model-aware search capabilitycletavernie1-2/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399856 Disable quick-search menu
2013-05-07406508: Please avoid early startupscletavernie1-4/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=406508
2013-04-30404919: [Navigation Service] Improve the target of the Navigation Servicecletavernie1-0/+10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404919
2013-04-29406779: [ModelExplorer] Rename Papyrus customizations for claritycletavernie1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=406779 Various model-explorer related label changes
2013-04-29406779: [ModelExplorer] Rename Papyrus customizations for claritycletavernie1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=406779 Update the label of the Customization button in the toolbar
2013-03-08359808: [Model explorer] Model explorer should show mark diagrams and tables ↵cletavernie1-22/+18
that are open https://bugs.eclipse.org/bugs/show_bug.cgi?id=359808
2013-03-07398712: [Core] Multiple issues with the PageManagercletavernie1-5/+13
https://bugs.eclipse.org/bugs/show_bug.cgi?id=398712 290952: [CDO] Support for CDO model repository https://bugs.eclipse.org/bugs/show_bug.cgi?id=290952 Fix various regressions related to these tasks, and update the tests
2013-02-26401109: [PageManager] Deleting an element which contains an opened page ↵cletavernie1-12/+5
leads to critical model corruption https://bugs.eclipse.org/bugs/show_bug.cgi?id=401109
2012-11-23391945: [Refactoring] Part 2: Refactoring on Kepler (0.10)cletavernie1-2/+8
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391945
2012-10-26392438: [Core Services] Papyrus should provide a LabelProvider servicecletavernie1-0/+7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=392438 LabelProviderService is now partially used.
2012-10-16Fixing Bug 333580 - [General] Moving Dependencies from Modisco project to ↵cletavernie1-11/+1
EMF Facet (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=333580) Remove un-maintained actions/menus from the ModelExplorer.
2012-09-14389595: [ModelExplorer] Delete a UML Element doesn't work in the ModelExplorervlorenzo1-12/+15
https://bugs.eclipse.org/bugs/show_bug.cgi?id=389595
2012-02-17Fix for bug 371905aradermache1-1/+1
2012-01-26367436: [Refactoring] [ModelExplorer] Remove deprecated classes and move ↵vlorenzo1-43/+1
useful classes in the correct plugins https://bugs.eclipse.org/bugs/show_bug.cgi?id=367436
2011-12-13366523: [Refactoring] oep.infra.core.adaptor.gmf should be refactoredvlorenzo1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=366523
2011-12-07365714: [ModelExplorer][Refactoring] Rewrite Facets and Customizationvlorenzo1-457/+172
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365714
2011-11-10362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵cletavernie1-75/+75
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
2011-11-07362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵vlorenzo1-34/+34
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
2011-11-02362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵vlorenzo1-0/+726
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162

    Back to the top