Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-02-24Bug 460669 [Releng - Guava] Fix Guava dependency versions for ExtraCamille Letavernier1-1/+1
Plug-ins Bug 460669: Unhandled event loop exception ( java.lang.LinkageError) https://bugs.eclipse.org/bugs/show_bug.cgi?id=460669
2015-02-13Bug 459566: [Releng] Consider letting Tycho use JDT's project settings for ↵Christian W. Damus3-2/+361
compilation https://bugs.eclipse.org/bugs/show_bug.cgi?id=459566 Ensure consistency of Tycho compilation settings with JDT settings in the source projects in the developer workspace (for the Extras plug-ins).
2014-09-15[Releng] Update feature versions to 1.1.0Camille Letavernier1-2/+2
2014-09-15[Releng] Change plug-ins version to 1.1.0Camille Letavernier1-2/+2
2014-08-25[Code style] Apply clean-up profile on Extra Plug-insCamille Letavernier217-3681/+3878
2014-08-21[Code style] Apply clean-up and formatter on Extra plug-insCamille Letavernier276-7474/+12652
2014-08-20[Releng] Update Papyrus version to 1.0.1 in pom.xmlCamille Letavernier1-2/+2
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier1-30/+32
2014-04-17[releng] Generated all the pom.xml files for the plugins and featuresLaurent Wouters1-0/+14
Command: python releng/toolkit/tycho-genertor.py Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-28330199 [Layers] - Use FillStyle, FontStyle, LineStyle instead ofCedric Dumoulin3-33/+63
Notation concepts to set layer properties values. Also improve Attach Views dialog. It filter (a little bit) more UML elements.
2014-03-26[Releng] Fix bundle metadata for Layers, Papyrus Facet and othersCamille Letavernier1-12/+3
2014-03-25330199 - [Layers] - Replace syserr and sysout by log.Cedric Dumoulin12-43/+146
2014-01-27330199 - Layers are created at index 0 in layer operators.Cedric Dumoulin1-1/+3
Let the top layer be at index 0, and bottom layer at the end of the list of layers.
2014-01-27330199 - Update plugins version numberCedric Dumoulin1-1/+1
2014-01-27330199 - Correct importsCedric Dumoulin2-1/+2
2014-01-27BUG 330199 - Add LayersFactoryForStackCedric Dumoulin19-85/+1727
2014-01-27Bug 330199 - Add Layers states ATTACHED DETACHEDCedric Dumoulin21-82/+2519
2014-01-27bugs 330199 - Try to improve the ExpressionMatcherCedric Dumoulin6-87/+178
2014-01-27Bug 330199 - Add AllViewsDerivedLayerCedric Dumoulin20-24/+825
2014-01-27bug 330199 - Improve init of ExpressionMatcherCedric Dumoulin3-6/+151
2014-01-27Bug 330199 - Add ValueChangedNotifier for ExpressionMatcher.Cedric Dumoulin15-1/+1350
This version has a bug: the notifier is not propagated to domain element, because they are simple references (not containment).
2014-01-27Bug 330199 - Add DiagramView event notifier.Cedric Dumoulin9-2/+800
2014-01-27bug 330199 - rename NotyfyingList to ObservableListViewCedric Dumoulin8-91/+100
2014-01-27bug 330199 - Correct bug where RegExp::views andCedric Dumoulin3-48/+133
ExpressionMatcher::matchingElements list are unsync when model is reloaded.
2014-01-27bug 330199 - Add LayerTreeEventNotifier; Allow LayerStack to init addedCedric Dumoulin18-27/+1294
layers.
2014-01-27Bug 330199 - Add test for layers tree initialization.Cedric Dumoulin10-169/+923
The tests fails because init is not yet implemented.
2014-01-27Bug 330199 - LayerModel::isBranchEnabledCedric Dumoulin4-17/+73
2014-01-27First working RegExpCedric Dumoulin11-96/+617
Add NotyfyingList and ExpressionMatcher Update layers model.
2014-01-27Add ExprMatcher and NotyfyingListCedric Dumoulin6-0/+1438
2014-01-27Bug 330199 - Add properties and methods to Layers::RegExp model.Cedric Dumoulin21-246/+6617
2014-01-27Bug 330199 - Add properties to layers::RegExp MMCedric Dumoulin11-9332/+9976
2014-01-27bug 330199 - Remove property isValidCedric Dumoulin1-1/+1
2014-01-27bug 330199 - correct included files for updatesiteCedric Dumoulin1-1/+13
2014-01-27Bug can't add property to layeroperator that do not declareCedric Dumoulin15-641/+676
corresponding operator
2014-01-27Adjust headerCedric Dumoulin227-30029/+30039
2014-01-27Allows isLayerEnabled properties and explorer delete, move.Cedric Dumoulin1-0/+16
Factorization of methods in LayerStackSynchronizer.
2014-01-27Allow LayerExpression::isEnabled. Cedric Dumoulin10-1452/+1461
Add attribute in MM Implements checking in Layer Regenerate Property view TODO: implements in others Layer
2014-01-27Models changes (editor change ?)Cedric Dumoulin3-1041/+1059
2014-01-27Allow default values for Layers::PropertyCedric Dumoulin27-26055/+26761
2014-01-27Repair tests. All test are ok (or Ignored)Cedric Dumoulin5-861/+864
2014-01-27organize importsCedric Dumoulin3-311/+318
2014-01-27First release of LayersCedric Dumoulin248-0/+60056

    Back to the top