Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-07[version] Bump version to 1.9.2Pierre-Charles David1-1/+1
Change-Id: Ief7fd065582f56f6839c458548b855652d22bc9e Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
2017-03-21[version] Bump version to 1.9.1Pierre-Charles David1-1/+1
Change-Id: I30c3452fd94a0a29cc9a1e0cc06402991e97cfc0 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
2016-12-14[version] Bump version to 1.9.0Stéphane Bégaudeau1-1/+1
Change-Id: Ic9ac1abcdc46d16b08f903304680e98a76d576c0 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-12-14Make the user interface lock-awareStéphane Bégaudeau1-0/+10
Change-Id: I20357960dc37da11cf3fa7ca9e8d0267200c0939 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-11-30[version] Bump version to 1.8.0v1.8.0_RC3Pierre-Charles David1-1/+1
Change-Id: I8241644bdd1e1e9723a53db96a21a95c0baa7a4e Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr> Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
2016-11-25Fix a widget is disposed exception with the color picker.Stéphane Bégaudeau1-1/+3
Change-Id: Idc9ef4fbdde6071d3eb43fa98950fcd90c908c85 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-10-17Switch to EEF 1.7.2Stéphane Bégaudeau1-1/+1
1) Update the releng for EEF 1.7.2 2) Fix an issue with the new AQL 6.0.x nightly Change-Id: I0b388ce006c4a235335f9498ceaba7b830bf1989 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-10-12Switch to EEF 1.7.1Stéphane Bégaudeau1-1/+1
Change-Id: I49e8855673ada1044b1619a350138ccc2d45367d Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-08-22[496057] Add support for advanced custom widgetsStéphane Bégaudeau2-3/+6
1) Add a new reference widget configured using the name of an EReference 2) Add the method getEditingDomain() on EditingContextAdapter 3) Fix a potential NPE with the lifecycle manager providers Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=496057 Change-Id: Ib6597e1df8caa345c5e89fe44a6b40eee30d63e2 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-08-22[495124] Use contributor ID to filter tabsMélanie Bats1-1/+1
Bug: 495124 Change-Id: I65fd77f0457a4b979539f9f95a537b705c56a0e2 Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
2016-06-30[version] Bump version to 1.7.0Mélanie Bats1-11/+11
Change-Id: I3c357a578aca572eaeec4c6dd0944ff3adf8c3e0 Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
2016-05-10Fix an issue with the styling of the checkboxesStéphane Bégaudeau1-168/+128
Change-Id: I53c8c5bf63d8bdfa4fcf500a98eb96a28ab0a3e5 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-05-06Fix various releng issuesStéphane Bégaudeau1-0/+1
1) Add build.html to the source bundles 2) Add missing license.html and epl-v10.html to the feature 3) Add support for Eclipse source references 4) Add support for signing and pack200 during the build 5) Add the Eclipse License bundle to the target platforms Change-Id: Ie8d31407ba6951718abec46d6bea8feb18699c8f Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-05-04Improve the API of EvalStéphane Bégaudeau1-8/+3
1) The API of Eval has been modified in order to simplify its use by reducing the number of methods with a similar signature that can be called. The new methods have also a much more explicit name. 2) Simplify some usage of Eval in order to reduce the number of message logged for the end users. If the absence of an expression does not prevent the proper execution of the code, nothing is logged Change-Id: I67566cdb1c56c0e1505d64cb36a0d81b4df63908 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-04-28Improve the APIsStéphane Bégaudeau4-118/+131
1) Improve the documentation of two extension points (Lifecycle Manager Provider and Tab Descriptor Provider) 2) Remove two useless extension points along with their code (View Description Provider and Interpreter Provider) 3) Move some interfaces related to Lifecycle Managers in order to have all APIs for the Lifecycle Managers (2 abstract classes and 2 interfaces) in the same package. 4) Move the two classes of o.e.eef.properties.ui.legacy in an internal package since they are only used in this bundle (I18N & Messages) 5) Update the behavior of the Lifecycle Manager Provider extension point to let contibutors replace existing Lifecycle Managers Change-Id: I76aa69e0650cbc6d34e56baaadbc33bdacbcb957 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-04-28Improve the settings of the projectsStéphane Bégaudeau6-2/+497
1) Update the default copyright for new files to use the date 2016 instead of 2015 2) Autoboxing is now marked with a warning to detect potential errors Change-Id: I026833414207a5a3436dc540ec1999d1b07af339 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-04-20Add support for layoutStéphane Bégaudeau3-10/+0
Change-Id: I7a65de5a7e23d61347d64db0e1dc59cbb6ac5b94 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-04-19Remove dependency to EMF TransactionPierre-Charles David3-36/+17
Introduce EditingContextAdapter interface to allow client code to provide the appropriate hooks for EEF to: 1. execute model-changing operations in an appropriate context; 2. detect when the model being displayed by EEF has been modified so that we can refresh our views. Bug: 490594 Change-Id: I3c3ffd62773107ddc59024e173c918d0eb6c53a4 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
2016-04-11Support conditional stylesMélanie Bats1-0/+30
Change-Id: I1e2f419f1429be74ba66a8f967e45246da619f89 Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
2016-04-07Contribute stylingMélanie Bats1-0/+11
Styles are available on : * the label common to all the widgets (text, label, button, checkbox, radio and select) * text widget * label widget Change-Id: I10e8f364d5f49d142cd08df3ccbf12c2db198b9b Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
2016-03-31Remove ISuccessfulResultConsumer and replace it with IConsumerStéphane Bégaudeau1-2/+1
Change-Id: Iaed641ffd201721d5ee2ef45b3ff11d2234d83ce Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-03-29Remove the dependency to o.e.eef.properties.ui from IDE UIStéphane Bégaudeau2-10/+5
Change-Id: I6c93f060b7e36e1e18159669acd78e5070df37e1 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-03-25Add Abstract classes to the API.Stéphane Bégaudeau2-4/+4
Change-Id: Ifd21dbc353fdcd709ea0d07f7ed6ed43d26fa24a Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2016-03-25Improve color picker sample widgetPierre-Charles David5-7/+39
Change-Id: I2ac8cd3c11346899a1f136c48a5ba5e74e1e3435 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
2016-03-24Custom widgets support.Mélanie Bats19-0/+845
Change-Id: I311a831f071ba9c85594c68c21836a584a8a55e6 Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
2015-12-09Change org.eclipse.eef plugins version to 1.6.0Mélanie Bats1-5/+5
Change-Id: I90f62083a554c4f044ab2d63765b6efb51433e3c Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
2015-11-27Improve the lifecycle and dependenciesStéphane Bégaudeau19-1031/+0
1) Remove all concepts that should not be released for M4 2) Separate various steps of the lifecycle using different classes 3) Remove the interpreter and AQL interpreter plugins to use the Sirius plugins Change-Id: Ie15e64a25c6a6a111fdbb90b97a93251fda71b6f Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2015-11-09Update the expression DSLMélanie Bats3-0/+84
Update the ecore Update expression dsl xtext editor Rename the project to org.eclipse.sirius.expression.text Update the dsl according to the expression.ecore evolutions Change-Id: I33f9e3ed6eabc95ee24b231651c819cec3b4f1b8 Signed-off-by: Mélanie Bats<melanie.bats@obeo.fr>
2015-11-06Fix multiple errors and warningsStéphane Bégaudeau1-1/+0
Change-Id: Icbff274f24661b423662abde490648728d8d0a5e Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2015-10-22Update metamodel with styles & validationStéphane Bégaudeau1-1/+1
Change-Id: Ibce4c4d08ae149e0b572a953866b9f7130f7dad1 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
2015-10-19First version of the EEF 2.0 runtimeStéphane Bégaudeau36-0/+1349
Change-Id: I4c4c55411422278c8d3e298bc5136011341bac94 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>

    Back to the top