Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-11Introduce MergeMode and rewrite actions.Mikaël Barbero35-1763/+1170
2013-10-11Make merge action listener to selection instead of SMV constantsMikaël Barbero15-386/+205
2013-10-11Enhanced EMFCompareConfigurationMikaël Barbero53-773/+1059
2013-10-11Deprecate static factory method in favor of constant where possible.Mikaël Barbero1-13/+23
2013-10-11Change canExecute to test there is at least one differenceMikaël Barbero1-5/+1
2013-10-11Fix wrong call to async in safe sync methodMikaël Barbero1-2/+2
2013-10-11[405273] - Fix UI does not detect invalid modelsAxel Richard3-3/+62
2013-10-10Remove duplicate diagram content viewer creator.Mikaël Barbero2-37/+1
2013-10-09[409004] - Fix The 'merge all' action doesn't set the editor as dirtyAxel Richard1-1/+1
2013-10-04Remove storage of adapter factory property sheet adapter factory.Mikaël Barbero2-7/+0
2013-10-04Pull up implementation of isAdapterForTypeMikaël Barbero6-44/+17
2013-10-04[418601] - Fix invalid thread access when editing text valueAxel Richard2-1/+1
2013-10-03[418600] Fix Undo/Redo menu items not availableAxel Richard5-13/+22
2013-10-03Factorized out filtering code.Mikaël Barbero18-278/+248
2013-10-03[412075] Restore binary compatibility with Helios.Axel Richard2-2/+49
2013-10-03Introduce IEMFCompareConfiguration.Mikaël Barbero21-389/+802
2013-10-02Give up handlers/commands - Back to actionsAxel Richard45-1853/+1402
2013-10-01Do not try to set expanded tree paths, we can't as objects are changedMikaël Barbero1-3/+0
2013-10-01Fix potential NPEMikaël Barbero1-12/+17
2013-10-01Properly implement getParent in TreeNodeItemProviderSpecMikaël Barbero10-129/+108
2013-10-01Update signing procedure2.2.0M2Laurent Goubet2-184/+186
2013-10-01Merge "Sharing Luna target platform (M1) and target definition file."Mikael Barbero2-0/+67
2013-10-01Sharing Luna target platform (M1) and target definition file.Laurent Goubet2-0/+67
2013-10-01Do not force refresh after change of group/filter, it is uselessMikaël Barbero1-2/+0
2013-10-01Remove unnecessary registration of item provider for tree node.Mikaël Barbero1-15/+0
2013-10-01Do not call the same method twice when we already stored the result.Mikaël Barbero1-1/+1
2013-10-01Extract isThreeWay methodMikaël Barbero1-10/+20
2013-10-01Add cross referencer to TreeNode.data to retrieve TreeNode from EObjectMikaël Barbero8-35/+142
2013-09-30Simplify the instanceof chain testsMikaël Barbero1-13/+7
2013-09-30Add IItemFontProvider as a supported type and replace AdapterFactoryUtilMikaël Barbero2-9/+23
2013-09-30Refresh StructureMergeViewer from notifications of displayed nodesMikaël Barbero2-1/+1
2013-09-30Introduce AbstractTypedElementAdapter to safely delegate item providersMikaël Barbero9-66/+105
2013-09-30Always create a match accessor, even when one side is nullMikaël Barbero6-25/+187
2013-09-30Generate stateful compare item providers.Mikaël Barbero4-293/+156
2013-09-30Remove internal builder from doc bundleMikaël Barbero1-10/+0
2013-09-30Remove unnecessary loop to copy an iterableMikaël Barbero1-15/+9
2013-09-30Improve performance of Comparison cross referencers.Mikaël Barbero4-170/+214
2013-09-27Update AcceptAll and RejectAll handlers & commandsAxel Richard1-6/+18
2013-09-27Update UML Specific AccessorsAxel Richard14-376/+144
2013-09-27Use nullOrEmpty test for strings returned AdapterFactoryItemDelegator.Mikaël Barbero4-15/+17
2013-09-27Modify custom AdapterFactory.Mikaël Barbero13-661/+879
2013-09-26[417790] Highlighting of required diffMikaël Barbero5-26/+47
2013-09-26[416936] - UML Refined elements filter changes diff orderAxel Richard51-8904/+9147
2013-09-25Add Javadoc to providers class and clean up some classesMikaël Barbero7-33/+77
2013-09-25Update documentation.Axel Richard142-1367/+9430
2013-09-25Add javadoc to overlay class and simplify its implementation.Mikaël Barbero29-76/+183
2013-09-24[416400] - Fix IOWrappedException by adding a ConflictMergerAxel Richard32-8/+1683
2013-09-23Happy checkstyle.Mikaël Barbero3-46/+242
2013-09-23Happy checkstyleMikaël Barbero1-10/+14
2013-09-23[417791] Fix overlay marking the merge state in accept/reject modeMikaël Barbero1-3/+11

Back to the top