Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-26[Trivial] Fix project build.propertiescletavernie1-5/+2
2012-10-16391945: [Refactoring] Part 2: Refactoring on Kepler (0.10)cletavernie3-5/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391945 Missing files from the previous commit
2012-10-16391945: [Refactoring] Part 2: Refactoring on Kepler (0.10)cletavernie5-29/+40
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391945 Missing files from the previous commit
2012-10-15391945: [Refactoring] Part 2: Refactoring on Kepler (0.10)cletavernie3-17/+17
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391945
2012-10-11391064: Unable to install Papyrus Compare editor in my workspacevlorenzo7-8/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391064 Revert the previous commit : removed the previous added dependency on 3.8 + add in the build.properties for oep.releng.buckminster : pde.bundle.range.generation=false pde.feature.range.generation=false
2012-10-10391064: Unable to install Papyrus Compare editor in my workspacevlorenzo7-6/+8
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391064 set the dependency on org.eclipse.ui to 3.8
2012-09-28370817: [Profile - Packaging] When exporting a Model, we should also package ↵cletavernie1-3/+3
the local profiles https://bugs.eclipse.org/bugs/show_bug.cgi?id=370817 Update plug-in metadata
2012-09-28370817: [Profile - Packaging] When exporting a Model, we should also package ↵cletavernie2-11/+10
the local profiles https://bugs.eclipse.org/bugs/show_bug.cgi?id=370817
2012-09-28370817: [Profile - Packaging] When exporting a Model, we should also package ↵cletavernie1-1/+2
the local profiles https://bugs.eclipse.org/bugs/show_bug.cgi?id=370817
2012-09-27370817: [Profile - Packaging] When exporting a Model, we should also package ↵cletavernie29-0/+3549
the local profiles https://bugs.eclipse.org/bugs/show_bug.cgi?id=370817 Initial contribution
2012-09-18Kepler: Update plug-in versions for extra plug-inscletavernie20-115/+134
2012-09-18Kepler: Update plug-in versions to 0.10.0cletavernie22-399/+435
2012-09-17380517: [Papyrus] We should use explicit plug-in dependencies whenever possiblecletavernie530-5334/+2011
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380517 + removed some unused dependencies and imports
2012-08-29357348: [Build] Papyrus shall provide a source buildcletavernie2-0/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=357348 Fix the licenses for source bundles
2012-08-27Move the deprecated-plugins from extraplugins/ to deprecated/cletavernie3167-1622214/+0
2012-08-03386469: [Marte] Marte does not work correctly on 0.9.Xcletavernie2-1/+31
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386469 Add missing about.html file
2012-08-02386469: [Marte] Marte does not work correctly on 0.9.Xcletavernie1-5506/+3685
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386469
2012-08-02376190: [EMF-Compare] Papyrus should provide viewers for EMF-Comparevlorenzo1-10/+14
https://bugs.eclipse.org/bugs/show_bug.cgi?id=376190 Correct a NPE with the label provider : impacted class : EMFCompareLabelProvider
2012-08-02386469: [Marte] Marte does not work correctly on 0.9.Xcletavernie322-723/+690
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386469 Fix the Marte properties view Remove deprecated dependencies to the old property view runtime
2012-08-02386403: [Papyrus and UMLCompare] Error generated at initialisation stage of ↵vlorenzo1-0/+8
Papyrus https://bugs.eclipse.org/bugs/show_bug.cgi?id=386403 define the papyrus diff model in the plugin.xml
2012-08-02386464: [UML Compare] bad name package : org.eclipe...->org.eclipsevlorenzo18-1013/+650
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386464
2012-08-01386219: [UML Compare] The API should provides the following possibilitiesvlorenzo1-3/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386219 Correct a NPE
2012-08-01386310: [UML Compare] [Refactoring] several classes are duplicated for ↵vlorenzo8-541/+387
standalone and nested comparison https://bugs.eclipse.org/bugs/show_bug.cgi?id=386310 Merge the UMLDiffEngines and the UMLDiffService
2012-07-31386219: [UML Compare] The API should provides the following possibilitiesvlorenzo1-5/+10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386219 Improve the class FeaturesCheck
2012-07-31386219: [UML Compare] The API should provides the following possibilitiesvlorenzo9-10/+560
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386219 Commit to support the following options : declared features that should be ignored during the comparison. - currently it doesn't work for ModelElementChangeLeft/Right - not JUnit test are provided, but current tests continue to work fine!
2012-07-30386219: [UML Compare] The API should provides the following possibilitiesvlorenzo14-27/+305
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386219 Commit the possibilities to forbid the merge (left to right and/or right to left) + JUnit tests for standalone comparisons (works) and nested comparisons (don't work)
2012-07-30386217: [UML Compare] The actions MergeAll in the transactional Viewer is ↵vlorenzo1-9/+22
not correctly refreshed https://bugs.eclipse.org/bugs/show_bug.cgi?id=386217
2012-07-27386052: [UML Compare] In the case of nested comparison, we could get an ↵vlorenzo5-22/+114
IllegateStateException https://bugs.eclipse.org/bugs/show_bug.cgi?id=386052 Commit the correction + the JUnit tests
2012-07-26384490: [UML Compare] Comparison between stereotyped elements doesn't work ↵vlorenzo3-16/+42
in the nested Compare Editor https://bugs.eclipse.org/bugs/show_bug.cgi?id=384490 386042: [UML Compare] The nested Compare Editor should allow to do comparison between an element owned by a resource and an element not owned in a resource https://bugs.eclipse.org/bugs/show_bug.cgi?id=386042
2012-07-26383740: [OCL usage] add a custom editor to edit JAVA constraintptessier5-24/+14
https://bugs.eclipse.org/bugs/show_bug.cgi?id=383740
2012-07-25385946: [UML Compare] The handler to create NestedUMLCompareEditor should be ↵vlorenzo3-3/+4
accessible https://bugs.eclipse.org/bugs/show_bug.cgi?id=385946
2012-07-25385726: [UML Compare] Add an action in the Diagram Menu to allow the ↵vlorenzo2-98/+7
comparison between to 2 UML Element https://bugs.eclipse.org/bugs/show_bug.cgi?id=385726 Create the AdapterFactory in gmfdiag.common in order to be able do adapt EditPart to EObject in a plugin.xml
2012-07-25384490: [UML Compare] Comparison between stereotyped elements doesn't work ↵vlorenzo8-40/+384
in the nested Compare Editor https://bugs.eclipse.org/bugs/show_bug.cgi?id=384490
2012-07-23385726: [UML Compare] Add an action in the Diagram Menu to allow the ↵vlorenzo3-23/+127
comparison between to 2 UML Element https://bugs.eclipse.org/bugs/show_bug.cgi?id=385726
2012-07-20385579: [UML Compare] NPE : EditingDomain not found for comparison between ↵vlorenzo1-8/+20
an element located in a Resource and another one not located in a Resource https://bugs.eclipse.org/bugs/show_bug.cgi?id=385579
2012-07-19385492: [UML Compare] the JUnit tests should test the merge of one diff and ↵vlorenzo1-0/+1
the merger associated to this diff https://bugs.eclipse.org/bugs/show_bug.cgi?id=385492 Export the package with the merger
2012-07-18383880: [UML Compare] Profile and stereotyped element managementvlorenzo1-0/+11
https://bugs.eclipse.org/bugs/show_bug.cgi?id=383880 Complete the tests for the profile and the stereotype test XMI ID
2012-07-17385289: [UML Compare] Bad result after merginf ↵vlorenzo2-30/+18
UMLStereotypeApplicationAddition/Removal https://bugs.eclipse.org/bugs/show_bug.cgi?id=385289
2012-07-17385263: [UML Compare] NPE merging a DiffGroup owning a ↵vlorenzo2-1/+5
UMLStereotypeApplicationAddition/Removal https://bugs.eclipse.org/bugs/show_bug.cgi?id=385263 Export some packages
2012-07-17385263: [UML Compare] NPE merging a DiffGroup owning a ↵vlorenzo2-38/+46
UMLStereotypeApplicationAddition/Removal https://bugs.eclipse.org/bugs/show_bug.cgi?id=385263
2012-07-16Remove bin directoriescletavernie5-102/+0
2012-07-06384487: [UML Compare] Compare empty model with a ProfileApplication as Diff ↵vlorenzo1-1/+1
doesn't work https://bugs.eclipse.org/bugs/show_bug.cgi?id=384487
2012-07-06384466: [UML Compare] Labels displayed for some UML DiffElement are not correctvlorenzo1-2/+19
https://bugs.eclipse.org/bugs/show_bug.cgi?id=384466
2012-07-05Downgrade the version used for EMF-Facet 0.2.1 -> 0.2.0vlorenzo1-1/+1
2012-07-05384358: [UML Compare] problems with customizations applied on the viewersvlorenzo2-0/+20
https://bugs.eclipse.org/bugs/show_bug.cgi?id=384358
2012-07-05384358: [UML Compare] problems with customizations applied on the viewersvlorenzo8-10/+47
https://bugs.eclipse.org/bugs/show_bug.cgi?id=384358
2012-07-05384332: [OCL Usage] add dedicated property view for constraints added in the ↵ptessier14-0/+262
profile https://bugs.eclipse.org/bugs/show_bug.cgi?id=384332
2012-07-05384332: [OCL Usage] add dedicated property view for constraints added in the ↵ptessier3-0/+98
profile https://bugs.eclipse.org/bugs/show_bug.cgi?id=384332
2012-07-05383880: [UML Compare] Profile and stereotyped element managementvlorenzo1-4/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=383880
2012-07-04376190: [EMF-Compare] Papyrus should provide viewers for EMF-Comparevlorenzo4-6/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=376190 -Change the way used to get the images for some actions - rename an image, because it seems have problem with upper case to find it

Back to the top