Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-08[version] Bump version to 4.1.0Pierre-Charles David2-3/+3
2016-05-10[492634] Reduce code duplicationMaxime Porhel1-1/+1
2016-02-10[version] Move to Java 1.7 as minimum required versionPierre-Charles David3-5/+5
2015-11-26[version] Bump version to 4.0.0Laurent Redor2-3/+3
2015-10-30[version] Bump version to 3.1.2Laurent Redor2-3/+3
2015-10-23[doc] Updates canDeleteInstance documentation.Florian Barbin1-3/+8
2015-10-19[version] Bump version to 3.1.1Pierre-Charles David2-3/+3
2015-10-12[build] Baseliner updateMaxime Porhel1-3/+3
2015-10-06[479019] Introduce and use a MetamodelDescriptorProvider2 APIcbrun1-3/+5
2015-10-02[478902] Copy the metamodeldescriptors collection before modifying itcbrun1-3/+5
2015-08-27[cleanup] Rewrite several (obj != null && obj instanceof X) into (obj instanc...Maxime Porhel1-107/+78
2015-08-20[473458] Avoid useless IPermissionAuthority.canDeleteInstance()Esteban Dugueperoux1-9/+15
2015-08-20[472057] Externalize translatable strings from org.eclipse.sirius.ecore.extenderPierre-Charles David14-23/+118
2015-08-19[472057] Identify non-translatable strings with NON-NLS markersPierre-Charles David7-34/+18
2015-08-19[472057] Add required infrastructure for i18nPierre-Charles David4-93/+104
2015-08-14[472057] Externalize translatable strings from plugin.xml filesPierre-Charles David3-3/+6
2015-08-14[cleanup] Remove useless StringUtil in favor of one in common pluginEsteban Dugueperoux2-44/+1
2015-06-10[version] Bump version to 3.1.0Pierre-Charles David2-3/+3
2015-05-05[build] Baseliner update for 3.0.0 M7v3.0.0M7Maxime Porhel1-2/+2
2015-04-22[456351] Remove write access to the DAnalysis.getModels returned listLaurent Fasani2-2/+38
2015-04-14[458501] Fix interface name in extension point definitionPierre-Charles David1-5/+4
2015-02-27[442761] Fix arrange actions enablement after permission modificationMickael LANOE2-109/+42
2015-02-23[457851] Update version bumps based on semantic versioningMaxime Porhel1-8/+8
2015-02-03[457851] Bump bundle versions to 3.0.0v3.0.0M5Pierre-Charles David1-2/+2
2015-02-03[457851] Version bumps based on semantic versioningcbrun2-17/+15
2015-02-03[457851] Set target-provisionned API-baseline on projectscbrun2-0/+8
2015-01-23[427799] Remove IllegalURIException and DASIEObject.isBlocked()Pierre-Charles David1-26/+0
2014-12-30[456318] Update JDT preferences to build workspace with Mars.Florian Barbin1-1/+1
2014-12-03[442231] LockedInstanceException.getText() must dispose theEsteban Dugueperoux1-7/+6
2014-11-28[452558] Avoid 2 calls to representation refresh in precommitEsteban Dugueperoux4-8/+20
2014-11-20[442231] Have LockedInstanceException display correctly lockedElementsEsteban Dugueperoux1-1/+23
2014-10-16[445621] IntroduceEsteban Dugueperoux4-46/+126
2014-08-21[442231] Have InvalidPermissionCommand/LockedInstanceException managesEsteban Dugueperoux1-18/+22
2014-08-17[cleanup] Return early from eInstanceOf() if we found a matchPierre-Charles David1-1/+1
2014-06-16[434936] Factorize EObject.eResource() callsAlex Lagarde4-11/+22
2014-06-12[version] Bump version to 2.0.0Pierre-Charles David2-15/+15
2014-05-19[435169] Remove the "incubation" mentionsPierre-Charles David1-1/+1
2014-04-26[429682] Introduce EReferencePredicate to replace Predicate<EReference>Pierre-Charles David7-209/+74
2014-04-02[430527] Change providerName to Eclipse Modeling ProjectPierre-Charles David1-1/+1
2014-02-26[428976] Make Sirius compile with Guava 11.0.2 through 15.0Pierre-Charles David1-1/+1
2014-01-29[cleanup] Allow internal references inside SiriusPierre-Charles David1-1/+5
2014-01-21Do not load resources already loaded in ModelUtilsPierre-Charles David1-7/+9
2014-01-21[423562] Use a local CheckStyle configurationPierre-Charles David1-1/+4
2013-12-24[423562] Revert the Java formatter settings to the previous versionPierre-Charles David1-2/+2
2013-12-24[cleanup] Remove dead codePierre-Charles David1-21/+0
2013-12-24[423562] Use explicit versioning for exported packagesPierre-Charles David1-11/+11
2013-12-24[423562] Apply the same JDT preferences to all plug-insPierre-Charles David3-19/+348
2013-12-23[423562] Tighten the PDE configuration of all plug-insPierre-Charles David3-3/+37
2013-12-23[423562] Ensure all plug-ins have CheckStyle enabled with the same configPierre-Charles David1-4/+4
2013-12-09[422957] Remove some of the deprecated methods Sirius's APIsLaurent Redor4-57/+4

Back to the top