Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-08[cleanup] Remove unneeded @SuppressWarnings annotationsPierre-Charles David1-1/+1
2017-01-08[cleanup] Remove unnecessary castsPierre-Charles David9-9/+9
2016-10-21[501263] Fix reference to editor after closingpguilet1-1/+1
2016-10-21[506085] Handle multi-valued attribute in Sirius TableLaurent Redor2-18/+30
2016-10-18[501263] Cleanup DTreeEditor references on disposalPierre-Charles David1-11/+5
2016-10-05[501836] Fix NPE in AbstractD{Table,Tree}PropertySectionPierre-Charles David1-1/+1
2016-08-26[465952] Remove obsolete classesPierre-Charles David1-90/+0
2016-08-24[465952] Have fully qualified name for StyleCustomization.appliedOnEsteban Dugueperoux1-86/+3
2016-08-10[perf] Avoid multiple calls to getXxxMapping() in table dialectMaxime Porhel3-22/+34
2016-07-01[493367] Display RepDescriptor in model explorer and change actionsLaurent Fasani1-12/+7
2016-05-11[485554] Fix NPE in case of precondition in CreateTargetColumn toolLaurent Redor1-9/+14
2016-05-02[459993] MessageTranslator updated for translationSteve Monnier4-4/+98
2016-01-28[486654] Generate code with MM changesLaurent Fasani1-1/+1
2016-01-22[485554] Fixes NPE if the createLineAction context is not a lineFlorian Barbin1-9/+14
2015-11-09[481685] SemanticPropertySection should dispose its fieldsEsteban Dugueperoux2-54/+25
2015-11-02[480773] Manage better editor opening on Eclipse restartEsteban Dugueperoux2-29/+68
2015-09-24[472057] Use the new mechanism everywhere instead of NLSPierre-Charles David2-23/+16
2015-09-11[428545] Have created DTreeItems/DLines selected automaticallyEsteban Dugueperoux3-3/+15
2015-09-08[460075] Have decoration tooltip possible on EObject in all dialectsEsteban Dugueperoux4-43/+53
2015-09-04[472057] Externalize translatable strings from oes.table.uiLaurent Redor29-291/+322
2015-08-31[475829] Redirect xxxExecs calls to default display if no workbenchcbrun3-5/+6
2015-08-25[460610] Reveal elements out of the screen during selection change.Florian Barbin1-0/+30
2015-08-19[472057] Identify non-translatable strings with NON-NLS markersPierre-Charles David22-67/+67
2015-08-06[cleanup] Remove redundant null checksMaxime Porhel2-22/+19
2015-08-04[473944] Reorder methods to identify the duplicationMaxime Porhel1-42/+35
2015-08-04[473944] Reduce code duplication between Tree and Table editorsMaxime Porhel1-103/+18
2015-08-04[464269] Update selection after tool execution for all dialectsLaurent Fasani1-51/+62
2015-08-04[473944] Table/Tree editor are not able to resolve their proxy inputMaxime Porhel1-1/+20
2015-07-08[cleanup] Remove useless code in all dialect editor on interpreter initEsteban Dugueperoux1-94/+10
2015-07-07[460810] Avoid a IllegalArgumentException on left/right arrow keyEsteban Dugueperoux1-2/+2
2015-07-07[460810] Do not hide selected tree item in DTree editorMaxime Porhel2-12/+169
2015-05-26[468006] Handle style changes on DLines themselvesPierre-Charles David1-1/+1
2015-05-18[424422] Update diagram, table, tree and tests to support underline andMélanie Bats3-9/+82
2015-04-22[441554] Move all code of Paperclips into a specific source folderLaurent Redor83-13509/+0
2015-04-15[464162] Have Quickoutline for table editor Esteban Dugueperoux5-0/+357
2015-03-18[444101] The DTableElementUpdater is now unnecessary.Laurent Redor2-23/+1
2015-03-18[441554] Re-enable table printing using a private copy of PaperclipsPierre-Charles David86-9/+13804
2015-02-20[457125] Make RGBValues instances immutable and interned/sharedcbrun1-10/+3
2015-02-20[457125] Change RGBValues from an EClass to an EDatatypecbrun2-46/+25
2015-02-19[451364] Allows clients to provide their own cell editors.Florian Barbin1-1/+2
2015-02-19[428545] Avoid creation and execution of EMF Command in an EMF CommandEsteban Dugueperoux18-695/+153
2015-02-10[458977] Have F5 shortcut for refresh in tree/table dialectEsteban Dugueperoux2-26/+80
2015-02-10[458977] RenameEsteban Dugueperoux11-13/+11
2015-02-10[459003] Have DEL shorcut for line deletion in table editorEsteban Dugueperoux1-1/+19
2015-01-26[428755] Clean up adding tooltip displayed in the VSM editorBelqassim Djafer1-0/+16
2014-12-31[451546] update the main toolbar for table and tree editorLaurent Fasani1-16/+57
2014-12-22[455453] Factorize common code for navigation menu creationLaurent Redor1-108/+5
2014-12-22[455453] Improve navigation menu creationLaurent Redor1-12/+14
2014-12-11[cleanup] Have PartInitException logged as inEsteban Dugueperoux1-1/+4
2014-11-14[cleanup] Remove ISelectionListener inheritance of tree/table dialectEsteban Dugueperoux1-2/+0

Back to the top