Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-02Bug 476222: [examples] how to add the examplesFrancois Le Fevre - CEA94-1587/+1701
- trying to integrate examples as a separate features - creation of intermediate poms Change-Id: I20af1ad53555a9256a2590fdd84fb0e8d60627e4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=476222 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
2016-09-16Bug 489206 - [Examples] Move org.eclipse.papyrus.uml.diagram.emftree toBenoit Maggi17-0/+1211
examples - move emftree to example - add it to the build Change-Id: Iaeddad4d35bf8589779b591eca180cebf077b7ba Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2016-01-15Bug 485859 - [Table] Update used nattable version to 1.4.0Nicolas FAUVERGUE1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485859 - Change the nattable version from 1.3.0 to 1.4.0 Change-Id: I1389e08a7f442e7d55d7a1cad1568f5496177d47 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
2015-11-17Bug 481686 - [Moka] End migration by removing source from the main repoBenoit Maggi12-722/+0
- remove all resources related to moka - new repository : https://git.eclipse.org/c/papyrus/org.eclipse.papyrus-moka.git/ Change-Id: Ie187cc32fadd83e33dc9b345a6f159765f28c46f Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-11-12Bug 473378: [Table] Update used nattable versionNicolas FAUVERGUE1-11/+11
https://bugs.eclipse.org/bugs/show_bug.cgi?id=473378 Nattable From 1.2 to 1.3 Change-Id: Ia0ccc84fe440769fa2e92860868dd9fa76bfce93 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
2015-09-09Bug 476200: [releng] refactoring of parent pom Francois Le Fevre - CEA1-2/+3
Change-Id: Ib7e26b7cce68e35d2f6d633d8a72a2ab1ff97179 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=476200 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
2015-08-21[releng] Neon-1.2.0 modification step by stepQuentin Le Menez13-26/+26
Change-Id: I9126d707fecad85c9b5384b35074deba995b6527 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2015-04-27Bug 446865: lowerValue and upperValue cardinality values not accessibleNicolas FAUVERGUE1-1/+2
through UI https://bugs.eclipse.org/bugs/show_bug.cgi?id=446865 Manage the multiplicity editor with 2 modes : - The 'simple' mode which allow to edit the lower and upper value in a single editor - The 'advanced' mode which allow to edit the lower and the upper values in two ValueSpecification editors. The editors of ValueSpecification can be : - Simple editor with CLabel - XText editor - Manage the JUnit tests for the specific lower and upper values The XText editors have some spcifications depending on lower or upper values : - The lower XText ValueSpecification editor always create LiteralInteger instead of LiteralUnlimitedNatural - The upper XText ValueSpecification editor always create LiteralUnlimitedNatural instead of LiteralInteger when this is possible (-1 (or *), 0 or positive) A validator on the upper value is available for the UnlimitedNatural help assist Preferences Multiplicity Editor are available to manage the mode display. Multiplicity editor help is available in this commit. Change-Id: If7bc2be230e25dde7e1c113cd09f4b0add8bb94d Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net> Reviewed-on: https://git.eclipse.org/r/45542 Tested-by: Hudson CI Reviewed-by: Gabriel Pascual <gabriel.pascual@all4tec.net> Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-04-08Bug 463881: [XText] The ValueSpecification XText editor in propertiesNicolas FAUVERGUE1-1/+1
view must be defined by XWT element https://bugs.eclipse.org/bugs/show_bug.cgi?id=463881 - Recvery code which allow to get the direct editor configuration to get it from XWT attribute with java reflexive instead of getting direct editor configuration from object to edit with defined extension points Change-Id: I1aa730f216873ea0912bd705ea63761d7e2c69a5 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net> Reviewed-on: https://git.eclipse.org/r/45231 Reviewed-by: vincent lorenzo <vincent.lorenzo@cea.fr> Tested-by: vincent lorenzo <vincent.lorenzo@cea.fr>
2015-03-30459747: [XText] Papyrus must provides a XText editor for theNicolas FAUVERGUE1-1/+1
ValueSpecification https://bugs.eclipse.org/bugs/show_bug.cgi?id=459747 - Manage the EditorConfiguration by an other way than the preferences Change-Id: Iba2f6dca4814c96fcbf6e1f0730294a9340d05d7 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
2015-03-30Fix build for textual editors in papyrusVincent Lorenzo1-28/+0
2015-03-30459747: [XText] Papyrus must provides a XText editor for the ↵Vincent Lorenzo1-0/+28
ValueSpecification + 427136: [Table 2] It should be possible to edit cells representing references using a textual editor Papyrus
2015-03-30Fix build for textual editors in papyrusVincent Lorenzo2-30/+2
2015-03-30Fix number version for textual editors in papyrusVincent Lorenzo1-2/+2
2015-03-30Fix number version for textual editors in papyrusVincent Lorenzo1-11/+11
2015-03-30459747: [XText] Papyrus must provides a XText editor for the ↵Vincent Lorenzo17-0/+467
ValueSpecification + 427136: [Table 2] It should be possible to edit cells representing references using a textual editor Papyrus
2015-02-17Bug 457266 - Remove pdoc from papyrus repositoryBenoit Maggi12-27/+37
Change-Id: I621a26b4b5fb54cf096817c7859f8628e423645c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-02-12Bug 450549 - [Example] Many examples don't compileBenoit Maggi24-89/+89
- change plugin version to 1.1.0 - add example to the build Change-Id: I0c2f52114d052360e8fd84c7833af836f0a8b715 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-01-13Merge "Bug 450549 - [Example] Many examples don't compile - patch ↵vincent lorenzo120-12679/+10553
compilation errors - move all version to 1.0.1 - create an example build with tycho (the build is not a module of the main pom, it should be launched each week to avoid performances issues)"
2015-01-05456677: [Moka] Moka shall provide a simple contribution exampleArnaud Cuccuru12-0/+722
https://bugs.eclipse.org/bugs/show_bug.cgi?id=456677 A simple plugin contributing to the ExecutionEngine extension point of Moka, and using/contributing to the debug API. Change-Id: I9597d705a2d871526ce8f211df6849a8540abe17
2015-01-05Bug 450549 - [Example] Many examples don't compileBenoit Maggi120-12679/+10553
- patch compilation errors - move all version to 1.0.1 - create an example build with tycho (the build is not a module of the main pom, it should be launched each week to avoid performances issues) Change-Id: I72d775032f4ffd684ae625a4d739963740c5b8a0 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-11-06450233 - [C++ codegen] CmdHandler should be moved from "acceleo.ui"Ansgar Radermacher4-47/+4
Conflicts: extraplugins/codegen/org.eclipse.papyrus.acceleo.debug/META-INF/MANIFEST.MF extraplugins/codegen/org.eclipse.papyrus.acceleo.ui/META-INF/MANIFEST.MF extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.ui/META-INF/MANIFEST.MF extraplugins/codegen/org.eclipse.papyrus.texteditor.cdt/META-INF/MANIFEST.MF
2014-10-31449460 - [Example] The programmatic creation example is brokenAnsgar Radermacher2-9/+16
2014-05-26Example for programmatic creation of diagram elements, see ↵Ansgar Radermacher12-0/+655
https://wiki.eclipse.org/Papyrus_Developer_Guide/CreateProgrammatically
2013-12-16424099: [Diagram] Papyrus must provide a way to draw connections pointsvlorenzo10-0/+219
(big bendpoints) https://bugs.eclipse.org/bugs/show_bug.cgi?id=424099
2013-07-11[SVN] Move examples to the right foldercletavernie14-0/+952
2013-07-11[SVN] Move examples to the right foldercletavernie14-0/+941
2013-07-11[SVN] Move examples to the right foldercletavernie18-0/+1463
2013-04-02341925: [refactor] move examples\QVToExamples --> ↵cletavernie4-0/+0
examples\user/oep.example.user.QVToExamples https://bugs.eclipse.org/bugs/show_bug.cgi?id=341925
2013-04-02341925: [refactor] move examples\QVToExamples --> ↵cletavernie8-0/+0
examples\user/oep.example.user.QVToExamples https://bugs.eclipse.org/bugs/show_bug.cgi?id=341925
2013-04-02341925: [refactor] move examples\QVToExamples --> ↵cletavernie7-0/+0
examples\user/oep.example.user.QVToExamples https://bugs.eclipse.org/bugs/show_bug.cgi?id=341925
2013-04-02341925: [refactor] move examples\QVToExamples --> ↵cletavernie19-0/+0
examples\user/oep.example.user.QVToExamples https://bugs.eclipse.org/bugs/show_bug.cgi?id=341925
2013-04-02341925: [refactor] move examples\QVToExamples --> ↵cletavernie5-0/+0
examples\user/oep.example.user.QVToExamples https://bugs.eclipse.org/bugs/show_bug.cgi?id=341925
2012-09-18Kepler: Update plug-in versions to 0.10.0cletavernie1-2/+2
2012-09-17380517: [Papyrus] We should use explicit plug-in dependencies whenever possiblecletavernie2-2/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380517 + removed some unused dependencies and imports
2012-04-26Change the way the current editor is found.cdumoulin1-3/+7
2012-03-19359058: [Refactoring - Architecture] Identify the layers and sub-layers for ↵cletavernie11-0/+820
the Papyrus architecture https://bugs.eclipse.org/bugs/show_bug.cgi?id=359058
2012-01-30ASSIGNED - bug 370129: [Core] ServicesRegistry should be accessible from any ↵cdumoulin9-0/+439
EObject attached to a Papyrus ResourceSet https://bugs.eclipse.org/bugs/show_bug.cgi?id=370129 Example showing - how to retrieve and adapt any selected element to EObject - how to get the ServiceRegistry from an EObject see LookupServiceRegistryFromEObjectHandler
2012-01-11359057: [Architecture - SVN - Build] The Papyrus architecture should be ↵vlorenzo10-0/+292
refactored https://bugs.eclipse.org/bugs/show_bug.cgi?id=359057
2012-01-09Update names to synchronize them with the refactoringcdumoulin12-36/+36
2011-04-07NEW - bug 336732: [General] Provide a "create a new diagram project" tutorial cdumoulin92-0/+12018
https://bugs.eclipse.org/bugs/show_bug.cgi?id=336732 Provide a simple diagram example. This example can be copied to create your own diagram.
2011-04-05ASSIGNED - bug 341927: [refactoring] Move extraplugins/core.example/* --> ↵cdumoulin40-0/+2922
examples/core/* https://bugs.eclipse.org/bugs/show_bug.cgi?id=341927
2010-12-09Merged branch 0.7.X changes r2480:3444 into the trunkrschnekenbu33-0/+7139

Back to the top