Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-08-21[Code style] Publish new code formatter and cleanup profile. Remove oldCamille Letavernier7-432/+104
profiles from local project settings
2014-08-20[Releng] Fix feature version and cleanup bundle, fix buildCamille Letavernier15-276/+0
2014-08-20[Releng] Update Papyrus version to 1.0.1 in pom.xmlCamille Letavernier273-546/+546
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier302-3080/+3192
2014-08-18Merge "441511: [Properties View] Deletion of several applied comments ↵Camille Letavernier1-231/+229
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441511"
2014-08-18Merge "[440276] - Activity node created in partition does not have ↵Camille Letavernier2-70/+85
InPartition feature set"
2014-08-18Merge "Bug 441408 - [UmlRT] Add test for validations rules - add a test for ↵Camille Letavernier2-7/+36
the isActiveEntity rule - add a getter to get the diagnostic from the command - change the source to a unique id for the BasicDiagnostic comming from status Change-Id: I1f09e1d01fa9944675ea6c0ee872e6aa1011418c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>"
2014-08-11441511: [Properties View] Deletion of several applied commentsGabriel Pascual1-231/+229
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441511 - Fixes add and remove behaviour Change-Id: I2db04d86ada363d611c9ea4a56278a5e8d675edd Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-08-08[440276] - Activity node created in partition does not have InPartitionatischenko2-70/+85
feature set Signed-off-by: atischenko <ticher777@gmail.com>
2014-08-08Bug 441408 - [UmlRT] Add test for validations rulesBenoit Maggi2-7/+36
- add a test for the isActiveEntity rule - add a getter to get the diagnostic from the command - change the source to a unique id for the BasicDiagnostic comming from status Change-Id: I1f09e1d01fa9944675ea6c0ee872e6aa1011418c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-08-08Bug 430552 - [Sequence Diagram] Dependents of occurrence specificationssboyko2-30/+58
not deleted Change-Id: I5fbda29bc28afd777c6812900ec9ac26ac5ecea1 Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-08-08Bug 441315 - [ViewPoint] A configuration with a bad category breaks theBenoit Maggi1-0/+14
new Model Wizard - UnavailableViewPrototype will return an empty list of categories Change-Id: Ia36a67f420d063a1c9576977c957c0ba8a581252 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-08-08Merge "Bug 436808 - [Class Diagram] Edges palette hides Context Link - ↵Camille Letavernier46-187/+221
alphabetic order on palette, change for ContextLink and Usage - it also generate the use of interface IControlParserForDirectEdit Change-Id: I2b5f65aeb865392993a5d612444e78dbf59328ba Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>"
2014-08-08Merge "Bug 350726 - [SequenceDiagram] Can't align Action Execution ↵Camille Letavernier1-3/+22
Specifications"
2014-08-08Bug 436808 - [Class Diagram] Edges palette hides Context LinkBenoit Maggi46-187/+221
- alphabetic order on palette, change for ContextLink and Usage - it also generate the use of interface IControlParserForDirectEdit Change-Id: I2b5f65aeb865392993a5d612444e78dbf59328ba Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-08-08Bug 431298 - NPE in ShowHideRelatedContentsHandlerBenoit Maggi2-225/+235
- remove some NPE on PlatformUI.getWorkbench(). getActiveWorkbenchWindow().getSelectionService() Change-Id: I8fdd6f594a866c9ee558b398c3f1aab273255664 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-08-07374050: [Properties view] Manage interfaces for ports does not refreshGabriel Pascual54-11656/+8055
"provided" and "required" interfaces immediatly https://bugs.eclipse.org/bugs/show_bug.cgi?id=374050 Composite diagram : - Add adapter for derived attribute - Add actions (add and remove) on observable list of properties view - Connected menu action Interface Manager and Properties view - Refactor Manage interface Handler and UI - Fix several bugs about NewElementRepresentation handling during commands execution. - Clean dependencies after refactor - Manage strictly adapters Change-Id: I3635b1a94f53acb3ef592b741afe76c13d767093 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-08-07Merge "441195: [Sysml Diagrmam] NPE while removing sterotype Requirement ↵Camille Letavernier1-310/+331
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441195"
2014-08-07[440239] - Cannot create any ActivityNode in InterruptibleActivityRegionatischenko8-12/+174
Signed-off-by: atischenko <ticher777@gmail.com> Change-Id: I73b05c6ff2d396b30ec5f847c1ca5bafbbd82afa
2014-08-07[437605] - Export Sequence Diagram to Imagessboyko1-0/+10
Change-Id: I70b6a5c7efa036fd023c90ee15e63fb98703bbfe Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-08-07417409: [Performances - Properties view] Delay in UI when reorganizing ↵Christian W. Damus71-317/+2800
diagram layout. https://bugs.eclipse.org/bugs/show_bug.cgi?id=417409 Make property sheet views reusable, with updating of the bound selection when the selection changes to another element that shows the same views. This employs new capability of the DataSource to update the selection that it encapsulates, pushing the new selection into the ModelElements that it creates, using a new delegating observable framework. Property sheet controls are re-used on a per-tab basis. Because of the new delegation pattern introduced here, we need to be able to ensure that delegate observables are disposed of when they are no longer needed. This includes not only the delegates of the new DelegatingObservables, but also the delegates of MultipleObservableValue and similar aggregates. As these delegates can be shared amongst multiple wrappers of different kinds, we use a simple reference counting scheme to ensure that observables are not disposed while they are still in use. This averts the exceptions discovered in multi-observable (multiple selection) scenarios on a previous iteration of this patch set. Change-Id: Ide8f3fcea4228083a68bc9d5d39dc5a50217af62
2014-08-07441195: [Sysml Diagrmam] NPE while removing sterotype RequirementGabriel Pascual1-310/+331
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441195 - Reinforce robustness against NullPointerException during getting UML Element in AppliedStereotypePropertiesEditPolicy Change-Id: I468304598595fbe18944051f79d674b3451415fd Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-08-06Merge "Bug 438066 - [Java Code Generation]Java Code Generation shall allow ↵Cedric Dumoulin1-14/+14
to choose the source folder"
2014-08-05Bug 438066 - [Java Code Generation]Java Code Generation shall allow toJonathan GEOFFROY1-14/+14
choose the source folder Change-Id: I4b37c874ceb2df2b45f977b70d9df781100de697 Signed-off-by: Jonathan GEOFFROY <geoffroy.jonathan@gmail.com>
2014-08-05Bug 350726 - [SequenceDiagram] Can't align Action Execution Specificationssboyko1-3/+22
Change-Id: Id7cdb2d4c214033069862c3c5257df0c2a7ec22c Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-08-05Bug 441087: [ModelExplorer] Drop diagrams from model explorer (Graphical ↵Laurent Wouters2-4/+20
Move) cannot be undone Fixed the change owner and change root commands for the diagrams and tables that were errorneous Change-Id: I95d97c15934ec4b76b0255d2bf6bd05e50bdfe3d Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-08-01436954: [Model Explorer] Regression bugs when creating properties in aRemi Schnekenburger1-2/+4
class https://bugs.eclipse.org/bugs/show_bug.cgi?id=436954 - fixing default name (restore the Attribute name rather than attribute) Change-Id: I55d9371cf4f8f468d039af3417aa00b8a96f937c Signed-off-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2014-08-01436954: [Model Explorer] Regression bugs when creating properties in aRemi Schnekenburger4-134/+81
class https://bugs.eclipse.org/bugs/show_bug.cgi?id=436954 - fixing default name Change-Id: I3ac2b12de93be39a15fc144748f1032ec41176fb Signed-off-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2014-08-01Bug 439433 - [Sysml] Update the migration to the new mecanism Benoit Maggi4-222/+287
- Add a new reconcilier from undefined to 1.0.0 Change-Id: I5b265afc5e7b2cc0adf92bcfdb82bda9c7096d49 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-07-31437217: [Editors] In-place reloading of model resources in the editorsChristian W. Damus3-11/+76
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217 If an editor isn't dirty and one of its own resources is deleted, just close it immediately without prompting the user (as in Luna SR0).
2014-07-31Merge "374619 : [ActivityDiagram] Deletion of an activity node should also ↵Remi Schnekenburger1-62/+51
deletes its edges"
2014-07-31Merge "[412839] - Cannot set Element owner during Callbehavior creation "Remi Schnekenburger3-37/+77
2014-07-31440864: [Profile] Exception is thrown applying Profile with no PapyrusGabriel Pascual1-1/+5
version https://bugs.eclipse.org/bugs/show_bug.cgi?id=440864 - Manage no Papyrus profile Change-Id: I0b599c9c1e81c8971f02696ea962a6779f957712 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-07-30Merge "437217: [Editors] In-place reloading of model resources in the ↵Christian W. Damus4-197/+420
editors https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217"
2014-07-30Merge "440197: The "Apply" action in "Repair Stereotypes" dialog doesn't ↵Christian W. Damus4-21/+98
work for the first click when more than 2 (incl. 2) profiles involved. https://bugs.eclipse.org/bugs/show_bug.cgi?id=440197"
2014-07-30Merge "435995: Profile version numbers missing in the profile-upgrade-popup ↵Christian W. Damus23-3478/+4093
message https://bugs.eclipse.org/bugs/show_bug.cgi?id=435995"
2014-07-30435995: Profile version numbers missing in the profile-upgrade-popupGabriel Pascual23-3478/+4093
message https://bugs.eclipse.org/bugs/show_bug.cgi?id=435995 Patch #1 : - Add colums for display version in refresh dialog - Move Papyrus profile definition - Add implementation of previous version column filling in label provider Patch #2 : - Put ProfileApplication as context for Refresh Dialog (Label Provider and Content provider) - Enforce save of version in ApplyProfileCommand Patch #3 : - Fix API compatibility - Fix providers of ProfileApplication Change-Id: If83ee0dee94ce88f38e8e47a04460f74add42b21 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
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-07-30[Releng] Fix build.properties (+ minor warnings)Camille Letavernier4-4/+2
2014-07-30437217: [Editors] In-place reloading of model resources in the editorsChristian W. Damus1-10/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217 Don't throw an exception on unresolved proxy.
2014-07-30437217: [Editors] In-place reloading of model resources in the editorsChristian W. Damus1-12/+29
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217 Ensure that the visible page in each tab folder of the editor is restored to visibility.
2014-07-30440545: Switch from IrevealSemanticElement to NavigationTargetQuentin Le Menez5-42/+184
https://bugs.eclipse.org/bugs/show_bug.cgi?id=440545 - changed from IRevealSemanticElement's revealSemanticElement methods to NavigationTarget's revealElement for the table selections - amended the existing classes LinkHelper, SynchronizableGmfDiagramEditor and ModelExplorerView Change-Id: I90ad7103812fd27c3ca729375bf1aa89f6a16c09 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2014-07-30437217: [Editors] In-place reloading of model resources in the editorsChristian W. Damus4-197/+420
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217 Implement deferral of the prompt to re-load until the editor is activated, in addition to the actual re-loading. Also defer prompting and closing of editors for deleted resources until activation, for consistency and to avoid confusing dialogs that don't appear to have any effect or are inappropriate (esp. in Save All scenarios).
2014-07-30[Releng] Fix bundle metadata for new doc plug-inChristian W. Damus1-0/+1
Missing Bundle-Localization: plugin header in MANIFEST.MF.
2014-07-29440197: The "Apply" action in "Repair Stereotypes" dialog doesn't work for ↵Christian W. Damus4-21/+98
the first click when more than 2 (incl. 2) profiles involved. https://bugs.eclipse.org/bugs/show_bug.cgi?id=440197 Fix display of repairable applied stereotypes in diagrams. This includes updating the responsible edit-part to schedule deletion of the stereotype visuals (or refreshing to pick up repair results) after the completion of the repair user interaction. This deferral until repair is completed was actually broken: deferred actions would be run prematurely in cases where repair loads additional UML resources that weren't previously loaded. So, that is fixed in order to let the diagram properly defer treatment of broken stereotype visuals. Change-Id: I5510ce304ef7c13d4ca4449073e274298608f013
2014-07-29437217: [Editors] In-place reloading of model resources in the editorsChristian W. Damus1-9/+30
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217 Fix problem of injecting selected tree elements from a previous incarnation of the Model Explorer into the Properties view on re-load. Now we just remember the source part for the Properties view's selection and later inject its (restored post re-load) selection.
2014-07-29440002: [All Diagrams] Documentation of new Marquee selection ToolCéline Janssens23-0/+228
https://bugs.eclipse.org/bugs/show_bug.cgi?id=440002 New Plugin with Marquee Selection Tool Documentation Change-Id: I8c260443c448986adf4e4eddf484b867c7788dcc Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2014-07-28437217: [Editors] In-place reloading of model resources in the editorsChristian W. Damus2-2/+68
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217 Ensure that the Properties view continues to show the input from the correct workbench part after a Save All causes the currently active editor to be re-loaded.
2014-07-28437217: [Editors] In-place reloading of model resources in the editorsChristian W. Damus1-0/+56
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217 Save the URIs of all loaded resources to load them on restore, so that - imported but not yet used models will still be imported - selection/expansion state in imported models is restored, which otherwise would not be possible if needing proxies to resolve first
2014-07-28437217: [Editors] In-place reloading of model resources in the editorsChristian W. Damus1-1/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217 Outline pages need to be treated the same as property pages as far as editor re-loading and the editor lifecycle is concerned. They must only be forgotten at disposal of the editor because they track creation/destruction of the editor's nested pages and don't depend, themselves, on whether the editor has been re-loaded.

Back to the top