Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-28 | 399858: [Documentation] Papyrus shall have an embedded documentation | ptessier | 3 | -13/+6 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399858 Change-Id: Id17cf0d6cc6d26c60addf35afbebceb0b146a241 | |||||
2014-08-28 | Merge branch 'master' of | ptessier | 22058 | -1089644/+1390533 | |
ssh://ptessier@git.eclipse.org:29418/papyrus/org.eclipse.papyrus Conflicts: plugins/developer/org.eclipse.papyrus.uml.developer.mde/src/org/eclipse/papyrus/uml/developper/mde/handler/GetHTMLTextHandler.java Change-Id: I806f4bb4ebc3f93bcb76f552bf4e174e58c3d3b0 | |||||
2014-08-28 | 399858: [Documentation] Papyrus shall have an embedded documentation | ptessier | 3 | -2/+6 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399858 Change-Id: Ib267d2f12bae8a157c8393500bf2d421e4914dbd | |||||
2014-08-27 | [Releng] Fix setup model issues and Git project layout | Christian W. Damus | 84 | -7156/+7858 | |
The new JUnit Framework plug-in must always be imported by the setup model as the JUnit Utils plug-in is. The releng/ folder also is a project, which needs to be accounted for. The oep.serviceregistry.tests plug-in's storage folder does not match the bundle symbolic name, which causes Oomph project import to fail. New test plug-ins/fragments need to have common code style settings propagated. | |||||
2014-08-27 | 441857: [Performances - Model Explorer] Severe performance problems for ↵ | Christian W. Damus | 1 | -17/+56 | |
larger models https://bugs.eclipse.org/bugs/show_bug.cgi?id=441857 Don't refresh the entire model explorer every time the selection in a diagram editor changes. Moreover, let requests for synchronous refresh merely hurry up a pending asynchronous refresh (if any). This works on the assumption that only changes in the resource set and/or read-only state should invalidate the explorer's presentation, which is supported by the fact that only these triggers schedule an asynchronous refresh in the first place. Change-Id: I089723942e59994280dc4dd8eceafc5f35c13fac | |||||
2014-08-26 | [Code Style] Configure code style in the projects | Christian W. Damus | 694 | -1447/+121952 | |
Configure the master settings for Code Style in the org.eclipse.papyrus.infra.core plug-in, including: - Code Formatter - Code Clean-up - Code Templates - Import Sort Order Employ the Oomph Project Configuration tooling to propagate these settings to all other Papyrus main, test, and developer plug-ins, plus the CDO Integration plug-ins. Update the Papyrus Oomph model to remove the workspace-wide code style settings. Change-Id: Id1c7c7fb94c82974a9f1c7cafcfcf32b71ce6c1f | |||||
2014-08-26 | Merge "441228: Property tab 'comments' does not display existing comments ↵ | Camille Letavernier | 5 | -5391/+5549 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441228" | |||||
2014-08-26 | 436928 - Undefined self entering OCL as Property default value | Ansgar Radermacher | 1 | -1/+8 | |
2014-08-26 | 441228: Property tab 'comments' does not display existing comments | Gabriel Pascual | 5 | -5391/+5549 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441228 - Add Owned comments field in "Comments" properties tab - Add behavior to buttons of properties view - Add Data context for Owned comments Change-Id: I7784d2404fcdedee8c598a7ecd17ec20211c1f34 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net> | |||||
2014-08-26 | 442185: [CSS] NPE when trying to edit a local theme | Gabriel Pascual | 2 | -3/+13 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=442185 - Add behavior for CSS Theme edition starting from CSS file selection when there is no workspace theme Change-Id: I9c1d5c2a5ee9ea8c1cdf0b04a7d12134ecabe32a Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net> | |||||
2014-08-25 | 442526: [Tests] org.eclipse.papyrus.integrationtests.editor requires JDK 1.7 ↵ | Christian W. Damus | 3 | -45/+6 | |
to compile https://bugs.eclipse.org/bugs/show_bug.cgi?id=442526 Remove the constructor signature that requires JDK 1.7. | |||||
2014-08-25 | [Code clean-up] Fix compilation errors caused by bad clean-up | Christian W. Damus | 1 | -0/+5 | |
2014-08-25 | [Extra] Fix Java compliance settings | Camille Letavernier | 6 | -0/+42 | |
2014-08-25 | Merge branch 'master' of ↵ | Camille Letavernier | 1 | -5/+0 | |
ssh://cletavernie@git.eclipse.org:29418/papyrus/org.eclipse.papyrus | |||||
2014-08-25 | [Code style] Apply clean-up profile to Papyrus Main plug-ins | Camille Letavernier | 5176 | -44153/+42585 | |
2014-08-25 | [Releng] Remove FindBugs from Oomph setup model | Christian W. Damus | 1 | -5/+0 | |
The FindBugs update site at the University of Maryland has gone off-line, so it is necessary to remove it from the setup model (even though the FindBugs feature is marked optional) because the Oomph install fails on the unreachable update site. | |||||
2014-08-25 | [Code style] Apply clean-up profile on Extra Plug-ins | Camille Letavernier | 3498 | -57792/+55565 | |
2014-08-25 | Merge "Fixed missing imports in developer plugins" | Ansgar Radermacher | 2 | -0/+2 | |
2014-08-25 | Fixed missing imports in developer plugins | Laurent Wouters | 2 | -0/+2 | |
Change-Id: I873d82361ce1d42924df1267251f02848286fe8e Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr> | |||||
2014-08-25 | 442376: [SysML BDD] Associations between blocks not working | Camille Letavernier | 1 | -0/+12 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=442376 - Fix IndexOutOfBoundsExceptions when associations have less than 2 member ends | |||||
2014-08-22 | [StateMachine] Fix merge issue | Camille Letavernier | 1 | -1/+1 | |
2014-08-22 | [Releng] Fix empty manifest | Camille Letavernier | 1 | -1/+6 | |
2014-08-22 | Merge remote-tracking branch 'eclipse/master' | Camille Letavernier | 35 | -261/+2043 | |
Conflicts: plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src/org/eclipse/papyrus/uml/diagram/statemachine/part/UMLDiagramEditorUtil.java plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/src/org/eclipse/papyrus/uml/diagram/statemachine/providers/ElementInitializers.java | |||||
2014-08-21 | 436924 - [State Machine Diagram] Irregular OCL Constraint editing for State ↵ | Ansgar Radermacher | 38 | -860/+2641 | |
Machines | |||||
2014-08-21 | [Code style] Apply clean-up and formatter on Main plug-ins | Camille Letavernier | 13888 | -583077/+663493 | |
2014-08-21 | [Code style] Apply clean-up and formatter on Extra plug-ins | Camille Letavernier | 5006 | -370824/+467134 | |
2014-08-21 | [Code style] Publish new code formatter and cleanup profile. Remove old | Camille Letavernier | 49 | -7285/+472 | |
profiles from local project settings | |||||
2014-08-20 | [Releng - Tycho] Fix pack200, Update Repositories & Rmaps | Camille Letavernier | 9 | -83/+64 | |
2014-08-20 | [Releng - Tycho] Update repositories | Camille Letavernier | 2 | -0/+12 | |
2014-08-20 | [Releng - Tycho] Update repositories | Camille Letavernier | 7 | -59/+73 | |
2014-08-20 | [Releng - Tycho] Fix update sites | Camille Letavernier | 2 | -0/+12 | |
2014-08-20 | [Releng - Tycho] Fix pack200 for update site | Camille Letavernier | 3 | -0/+9 | |
2014-08-20 | [Releng] Fix feature version and cleanup bundle, fix build | Camille Letavernier | 21 | -362/+1 | |
2014-08-20 | [Releng] Update Papyrus version to 1.0.1 in pom.xml | Camille Letavernier | 521 | -1042/+1042 | |
2014-08-20 | [Releng] Fix update sites to pick version 1.0.1 on Tycho build | Camille Letavernier | 3 | -6/+6 | |
2014-08-20 | [Releng] Add Pack200 support on Tycho builds | Camille Letavernier | 5 | -0/+156 | |
2014-08-20 | [Releng] Update POM version to 1.0.1 | Camille Letavernier | 6 | -6/+6 | |
2014-08-20 | [Releng] Update versions to 1.0.1 | Camille Letavernier | 616 | -9115/+7450 | |
2014-08-20 | [Releng] Fix CDO and CDT update sites | Camille Letavernier | 2 | -0/+18 | |
2014-08-20 | [Releng] Update Bundle Tests for Papyrus 1.0.1 | Camille Letavernier | 3 | -7/+6 | |
2014-08-20 | [Extra] Update layout integration plug-ins metadata | Camille Letavernier | 43 | -127/+110 | |
2014-08-20 | [Releng] Update repositories for Luna SR1 RC1 | Camille Letavernier | 4 | -1582/+1648 | |
2014-08-20 | [Releng] Update rmaps for Luna SR1 RC1 | Camille Letavernier | 4 | -4/+4 | |
2014-08-19 | [Releng] Update rmaps for Luna SR1 RC1 | Camille Letavernier | 4 | -63/+63 | |
2014-08-19 | [Releng] Fix pom.xml | Camille Letavernier | 1 | -1/+1 | |
2014-08-18 | [Releng] Fix test bundle metadata | Camille Letavernier | 1 | -1/+2 | |
2014-08-18 | [Tests] Fix tests declaration | Camille Letavernier | 2 | -5/+5 | |
2014-08-18 | [Releng] Update rmaps for new test plug-in | Camille Letavernier | 1 | -0/+7 | |
2014-08-18 | [Releng] Fix Bundle metadata | Camille Letavernier | 2 | -4/+3 | |
2014-08-18 | Merge "441511: [Properties View] Deletion of several applied comments ↵ | Camille Letavernier | 1 | -231/+229 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441511" |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-