Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-07-13Bug 572794: [Properties] Add AbstractSection and regenerate theCamille Letavernier1-1/+1
Properties model - Convert the Properties model from Ecore to UML - Add an AbstractSection; keep the current Section for "XWTSections" - Add tab#allSections, and keep tab#sections as a derived subset for compatibility - Regenerate & fix dependent code (Toolsmith + Runtime) - Add a service to plug different section renderers - Architecture Representations depend on the Constraint model and need to be regenerated - Make redefinedProperties non-derived to be more consistent with how the code was previously generated Change-Id: Ib02784508d6924415d82ff76c5c78c4a4d3cb95e Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com> Also-by: Christian W. Damus <give.a.damus@gmail.com> Signed-off-by: Christian W. Damus <give.a.damus@gmail.com>
2018-01-09Bug 515367 - [releng] Uniformization of the end of lines to Unix standardQuentin Le Menez1-5275/+5275
- 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>
2016-05-13Bug 493625: [Properties View] Error when loading the UML Properties viewCamille Letavernier1-5326/+5275
configuration https://bugs.eclipse.org/bugs/show_bug.cgi?id=493625 - Remove the deprecated *.querySet (Which wasn't used anymore) Change-Id: I1a062b5c0beee266989e3ef78b1c9b17960dce5c Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2016-02-12Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus1-4/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Factor UI dependencies out of the UML Element Types bundle. This includes moving some advices that interact with the user into a new org.eclipse.papyrus.uml.service.types.ui bundle. Pull up the PasteCommandService and IPasteCommandProvider API into the Infra Diagram layer where the extension point is defined. Deprecate the old API in the UML layer. Introduce a service for participation of languages in CSS styling: * styling reset actions in the Reset Style command * access to semantic model classes and properties to make available to CSS Factor PapyrusObservableValue and cohorts out of the UML Tools bundle into the Infra Layer for more general reuse and to relieve the Diagram Infrastructure layer of UML dependencies. The old API remains as deprecated. Remove the Infra Diagram Layer dependency on UML Layer for property testers governing deletion in the diagram. Includes introduction of a new IGraphicalDeletionHelper OSGi service for delegation of the determination of whether an element can be deleted from the diagram and replacement of the XML expression properties * org.eclipse.papyrus.uml.diagram.common.isSemanticDeletion * org.eclipse.papyrus.uml.diagram.common.isReadOnly by * org.eclipse.papyrus.infra.gmfdiag.common.isSemanticDeletion * org.eclipse.papyrus.infra.gmfdiag.common.canDelete (where the latter is the negation of the property that it supersedes) Extract UML dependencies from the Diagram Outline and CSS Editor bundles. Remove unused MDTUtil APIs that referenced a UML-specific annotation. Move the Diagram Infrastructure CSS Palette bundle into the UML layer because it serves to provide extensions on the Palette Service, which is an overtly UML-specific capability. All client APIs for the Properties View are moved from org.eclipse.papyrus.views.properties bundle to a new org.eclipse.papyrus.infra.properties.ui bundle. This includes renaming of: * extension points * label-provider contexts * XWT namespaces Add an "all UI tests" suite. Define a componentized hierarchical build layout of the main plug-ins Change-Id: I43f8f3644857a18b69715f5a2f1da9b1cf286d67
2015-11-26Bug 482927: [Properties] Customization context models should have UI labelsChristian W. Damus1-5326/+5326
https://bugs.eclipse.org/bugs/show_bug.cgi?id=482927 Add an optional 'label' attribute to the Context class and a derived 'userLabel' that is the 'label' if present, otherwise the 'name'. Use the new derived user label wherever appropriate in the UI: in progress monitors, informational dialogs, and especially the preference pages. In the "Property view" preference page, sort contexts by user label. Update existing context models to provide user-friendly labels.
2015-02-02458489: [Properties View] Display the URI field for Packages & ProfilesCamille Letavernier1-5326/+5326
https://bugs.eclipse.org/bugs/show_bug.cgi?id=458489
2015-01-21418647: [Property Views] Location of package imported models should beGabriel Pascual1-2947/+2947
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>
2014-12-08418647: Location of package imported models should be shownGabriel Pascual1-7/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=418647 - Remove constraint on Imported Package to display location field with all Package Change-Id: If24b3578dc1be72b20a7248edfb14b633142ab79 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-11-28418647: Location of package imported models should be shownGabriel Pascual1-1/+13
https://bugs.eclipse.org/bugs/show_bug.cgi?id=418647 - Create a constraint for Imported Package - Add field in UML Tab to display location of Imported Package Change-Id: I88687f7973e700976e521b1721d16b12f42e4782 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-09-08441227: [Properties view] Create New Property view tabs not workingChristian W. Damus1-2/+8
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441227 The SingleProfiledElement view also needs to be constrained to apply only to UML Elements. Otherwise, the properties view attempts to access the stereotype-applications property for Diagrams, Tables, and other non-UML content.
2014-09-08441227: [Properties view] Create New Property view tabs not workingChristian W. Damus1-1/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441227 It is not currently feasible to apply stereotypes to elements that are new and not yet attached to the model. So, define a new properties-view constraint to test for the selection being attached to a resource and constrain the SingleElement section of the Profile tab accordingly. In testing, an NPE was encountered when a disposed Stereotype Applications table responded to changes in the stereotypes applied to an element in the dialog. That is fixed by detecting the disposed widget and removing the callback. Change-Id: I5116c00a881306cffd086c6c5fce0ad35733aaff
2014-08-26441228: Property tab 'comments' does not display existing commentsGabriel Pascual1-5302/+5309
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441228 - Add Owned comments field in "Comments" properties tab - Add behavior to buttons of properties view - Add Data context for Owned comments Change-Id: I7784d2404fcdedee8c598a7ecd17ec20211c1f34 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-06-30358077: [Property View - UML] The UML property view should be improvedCamille Letavernier1-1/+1
for usability concerns https://bugs.eclipse.org/bugs/show_bug.cgi?id=358077 - Add Port#type for multi selection - Add Trigger#port for single selection - Fix the multiplicity of Trigger#port in the UML properties view definition
2014-03-07429744: [UML 2.5] Migrate Papyrus to UML 2.5Camille Letavernier1-1/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429744 - Trivial: remove the Property:default property definition from the properties view
2014-03-03358077: [Property View - UML] The UML property view should be improvedCamille Letavernier1-0/+18
for usability concerns https://bugs.eclipse.org/bugs/show_bug.cgi?id=358077 - Add properties view for SignalEvent
2013-08-28415211: [Profiles] Cannot check version etc. of currently edited profileCamille Letavernier1-1/+38
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415211
2013-08-06404725: [Properties View] Add and edit comment from properties viewSebastien Poissonnet1-2/+11
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404725 Initial contribution Also-By: Camille Letavernier <camille.letavernier@cea.fr>
2013-07-26413726: [Properties View] Package Merge on Model/Package not possibleCamille Letavernier1-0/+18
https://bugs.eclipse.org/bugs/show_bug.cgi?id=413726
2013-05-30375029: [Profile definition] Profile Datatypes should be defined as EClasses ↵cletavernie1-2/+20
instead of Strings https://bugs.eclipse.org/bugs/show_bug.cgi?id=375029 404282: Simple Profile Creation/Validation Errors https://bugs.eclipse.org/bugs/show_bug.cgi?id=404282
2012-07-25New property view for:acuccuru1-7247/+5201
- TemplateBinding, - TemplateParameterSubstitution Update of property view for: - RedefinableTemplateSignature
2012-06-18366145: Stereotypes cannot be applied to ValueSpecification classescletavernie1-2/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=366145
2011-12-21359794: [UML - Tools] Content/Label providerscletavernie1-909/+910
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359794 367066: [Refactoring] There should be a central generic plug-in for pure EMF-based tools https://bugs.eclipse.org/bugs/show_bug.cgi?id=367066 351802: [Constraints] The Property View constraints model should be more generic https://bugs.eclipse.org/bugs/show_bug.cgi?id=351802
2011-12-19Removed unused dependency, formatted model files, and other small changescletavernie1-5199/+7247
2011-12-14366527: [All diagram][refactoring] update papyrus to UML2.4cletavernie1-373/+260
https://bugs.eclipse.org/bugs/show_bug.cgi?id=366527
2011-11-10362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵cletavernie1-477/+477
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/+5314
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162

    Back to the top