Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-21Use navigatable instead of navigator.Mikaël Barbero6-82/+29
2013-10-20Add progress bar to structure merge viewer during computationMikaël Barbero3-14/+287
2013-10-20Fix redraw() not propagated under windowsAxel Richard1-3/+12
2013-10-20Improve title message : manage pseudo conflicts diffsAxel Richard1-10/+32
2013-10-18Use generic type instead of ControlMikaël Barbero1-1/+1
2013-10-18Fix regression on undo/redo support.Mikaël Barbero3-45/+18
2013-10-18[330566] Apply workaround for bug 330566 (MacOS X SWT bug)Mikaël Barbero1-2/+19
2013-10-18Fix navigation to next and previous changes.Mikaël Barbero5-202/+161
2013-10-18Remove unnecessary DiffTreeViewer subclass.Mikaël Barbero5-272/+315
2013-10-18Use IEMFCompareConfiguration where possibleMikaël Barbero4-14/+14
2013-10-18Fix bug about merge all. Replace an OR by an ANDMikaël Barbero1-2/+2
2013-10-18Improve title messageMikaël Barbero1-13/+27
2013-10-18Merge all actions has to be updated on editing domain changeMikaël Barbero1-2/+6
2013-10-18Do not add all diff to acc without testing it is filtered from viewerMikaël Barbero1-7/+3
2013-10-18Do not run async to prevent SWTException: widget has been disposed.Mikaël Barbero1-1/+1
2013-10-18remove deprecated constructors.Mikaël Barbero2-22/+2
2013-10-18Factorize out the cache of the computation of required differences.Mikaël Barbero8-378/+2040
2013-10-18Minimize the number of events to dispatch.Mikaël Barbero6-467/+358
2013-10-18Fix initialization order of group providerMikaël Barbero2-9/+13
2013-10-18Rewrite viewer wrapper delegation logic.Mikaël Barbero4-429/+589
2013-10-18Use eventbus for IEMFCompareConfiguration.Mikaël Barbero14-630/+470
2013-10-18Comparison fails when files have spaces in their namesLaurent Goubet2-2/+2
2013-10-11Extract Toolbar in its own class.Mikaël Barbero3-342/+295
2013-10-11Fire changes when not one of the IEMFCompareConfiguration's one.Mikaël Barbero1-0/+2
2013-10-11Add ComparisonScope to IEMFCompareConfigurationMikaël Barbero2-0/+32
2013-10-11Move INavigatable to its own class.Mikaël Barbero3-255/+269
2013-10-11Externalize isFiltered utility method.Mikaël Barbero2-28/+47
2013-10-11Add support for reflective invokeMikaël Barbero1-1/+107
2013-10-11Avoid the refresh of structure merge viewer to collapse the tree.Mikaël Barbero2-110/+1
2013-10-11Introduce MergeMode and rewrite actions.Mikaël Barbero22-1599/+645
2013-10-11Make merge action listener to selection instead of SMV constantsMikaël Barbero14-381/+205
2013-10-11Enhanced EMFCompareConfigurationMikaël Barbero42-562/+776
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-04Remove storage of adapter factory property sheet adapter factory.Mikaël Barbero1-5/+0
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 Barbero6-57/+37
2013-10-03[412075] Restore binary compatibility with Helios.Axel Richard2-2/+49
2013-10-03Introduce IEMFCompareConfiguration.Mikaël Barbero4-246/+455
2013-10-02Give up handlers/commands - Back to actionsAxel Richard42-1296/+1402
2013-10-01Fix potential NPEMikaël Barbero1-12/+17
2013-10-01Do not force refresh after change of group/filter, it is uselessMikaël Barbero1-2/+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 Barbero1-8/+17
2013-09-30Simplify the instanceof chain testsMikaël Barbero1-13/+7
2013-09-30Refresh StructureMergeViewer from notifications of displayed nodesMikaël Barbero2-1/+1
2013-09-30Always create a match accessor, even when one side is nullMikaël Barbero3-7/+166
2013-09-27Update UML Specific AccessorsAxel Richard1-1/+3

Back to the top