Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-09-06415371: Implement advanced search in selected attributesChristian W. Damus1-30/+201
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415371
2013-09-06415371: More efficient name queries and scoping, plus support for matching ↵Christian W. Damus1-18/+37
all of an object's string attributes https://bugs.eclipse.org/bugs/show_bug.cgi?id=415371
2013-09-06415371: Use EObject implicit root class to simplify OCL queries.Christian W. Damus2-9/+24
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415371
2013-09-06415369: [CDO] CDOResourceNode adapter for IPapyrusRepositoryChristian W. Damus17-7/+1027
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415369
2013-09-06416655: [CDO] Fix CDOViewSet guard.Christian W. Damus1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416655
2013-09-06416655: [CDO] Failing JUnit test ↵Christian W. Damus1-4/+4
ModelValidationMarkersTest::testMemoryLeaksInValidation https://bugs.eclipse.org/bugs/show_bug.cgi?id=416655 Also cannot disconnect the CDOViewSet from a resource-set if the latter has any resources still in it.
2013-09-06402244: [Table 2] The user must be able to sort Columns/Rows byVincent Lorenzo6-52/+72
Alphabetic order https://bugs.eclipse.org/bugs/show_bug.cgi?id=402244 Corrects bugs in the sort Axis by A->Z and Z->A - the actions was always disabled - NPE after the correction of the enabled status - bad string used for the comparison
2013-09-05403915: [CDO] Test failure in Hudson buildChristian W. Damus2-4/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=403915 Tweaking the CDOPackageImportSource::CDOContent class to ensure more consistent behaviour with other content providers. More importantly, because the test case doesn't assign a viewer to the ModelRepositoryContentProvider, make sure that the asynchronous DI model query job doesn't NPE on the null viewer reference.
2013-09-05416655: [CDO] Failing JUnit test ↵Christian W. Damus1-11/+68
ModelValidationMarkersTest::testMemoryLeaksInValidation https://bugs.eclipse.org/bugs/show_bug.cgi?id=416655 Do the ModelSet disposal sequence before closing the CDO transaction. However, this requires preventing removal of the CDOViewSet adapter from the CDOAwareModelSet until such time as the transaction is closed.
2013-09-05415754: [Table 2] The label and the icon for existing property ofVincent Lorenzo8-42/+187
streotype column is not correct https://bugs.eclipse.org/bugs/show_bug.cgi?id=415754 416626: [Table 2] The order of the columns can't be changed in the dialog Create/Destroy Columns https://bugs.eclipse.org/bugs/show_bug.cgi?id=416626 416627: [Table 2] The dialog to Create/Destroy columns doesn't manage properly existing stereotypes properties columns https://bugs.eclipse.org/bugs/show_bug.cgi?id=416627
2013-09-04Add missing bundle-localizationAnsgar Radermacher1-0/+1
2013-09-04[RobotML] Fix the buildSaadia Dhouib1-13/+13
2013-09-03Modifying RobotML profile: state machine transitions and statesSaadia Dhouib361-28218/+18755
reference UML bahaviors instead of Algorithms. The RobotML OARPS models were modified in order to be compliant with the new version of the profile.
2013-08-30Merge branch 'adl4eclipse'Patrick Tessier34-246/+612
2013-08-30401703: Create adl4eclipse profilePatrick Tessier34-246/+612
https://bugs.eclipse.org/bugs/show_bug.cgi?id=401703 now retro engineering of plugin with feature is complete extension points are represented by ports
2013-08-29- CDT-integration: disable selection of operation in model explorer (can ↵Ansgar Radermacher4-12/+24
cause deadlocks)
2013-08-28Fix missing name in plugin.xml of oep.cpp.codegen.ui.Ansgar Radermacher1-1/+1
2013-08-27Fix PLUGIN_IDAnsgar Radermacher1-3/+5
2013-08-27Fix build.properties (including plugin.properties in build)Ansgar Radermacher2-2/+7
2013-08-27- Corrected ID in ActivatorAnsgar Radermacher9-18/+71
- Fixed icon lookup - Minor icon changes
2013-08-27Added isApplicable function to StUtilsAnsgar Radermacher4-26/+61
Cleanup in ContainerTrafo
2013-08-27Make validation rules more specific to Qompass, i.e. only emit markers, if ↵Ansgar Radermacher18-156/+367
FCM stereotypes are applied.
2013-08-26Fix URL in TestCDTintegration modelAnsgar Radermacher2-2/+12
Fix description in plugin.properties
2013-08-26Correct URL in ecoreAnsgar Radermacher2-4/+4
2013-08-26- Reflect refactoring changesAnsgar Radermacher3-31/+11
2013-08-26Merge branch 'master' of ↵Ansgar Radermacher102-3129/+3152
ssh://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus
2013-08-26- Refactoring:Ansgar Radermacher64-1401/+1874
org.eclipse.papyrus.text.instance => org.eclipse.papyrus.texteditor.model org.eclipse.papyrus.exteditor.cdt => org.eclipse.papyrus.texteditor.cdt - Use proper URL to register texteditor model
2013-08-24- Removed deprectated function in Command supportAnsgar Radermacher5-77/+70
- Cleanup in AddProfileAndModelLibsHandler - Fix support for extended ports in generated implementations during Component-to-OO (CompImplTrafos)
2013-08-23401764: [Table 2] The classes managing the table model and Nattable mustVincent Lorenzo2-2/+2
be refactored https://bugs.eclipse.org/bugs/show_bug.cgi?id=401764 Correct minor error due to the refactoring (UML Feature columns were never created)
2013-08-23401764: [Table 2] The classes managing the table model and Nattable mustVincent Lorenzo1-14/+20
be refactored https://bugs.eclipse.org/bugs/show_bug.cgi?id=401764 Correct an error in the refactoring : UML Features were not available in the Create/Destroy Dialog
2013-08-23375330: [Table 2] Editing a reference opens a ComboBox with too manyVincent Lorenzo4-24/+317
items https://bugs.eclipse.org/bugs/show_bug.cgi?id=375330
2013-08-22401764: [Table 2] The classes managing the table model and Nattable mustVincent Lorenzo80-2509/+776
be refactored https://bugs.eclipse.org/bugs/show_bug.cgi?id=401764 + move UML Adapter for derived features
2013-08-21400779: [Table 2] Tabular Editor must allow to create elements with aVincent Lorenzo3-2/+7
Paste from an external speadsheet https://bugs.eclipse.org/bugs/show_bug.cgi?id=400779 Configure the paste for Requirement table and Allocation table + Fixed some obvious errors
2013-08-21Add the bundle localizationVincent Lorenzo1-0/+1
2013-08-20414583: [Table] Papyrus must support the Paste from spreadsheet inVincent Lorenzo17-225/+600
detached mode https://bugs.eclipse.org/bugs/show_bug.cgi?id=414583
2013-08-20412841: [Table 2] Table metamodel must have a Cell Element to allow toVincent Lorenzo1-48/+66
store specific information for a specific cell https://bugs.eclipse.org/bugs/show_bug.cgi?id=412841
2013-08-19415348: [Table 2] Improve performance for large tables (>10 000Vincent Lorenzo14-219/+1277
elements) https://bugs.eclipse.org/bugs/show_bug.cgi?id=415348
2013-08-12- CleanupAnsgar Radermacher52-118/+2573
- Added test-plugin
2013-08-11Initial commit of Facade feature. Facade provide ecore DSL-like API toFlorian Noyrit282-0/+46777
one or more UML profile.
2013-08-09Initial creation of for editing code with a CDT editor within PapyrusAnsgar Radermacher26-0/+2663
2013-08-09Refactored GenUtils with the objective to support multiple programming languagesAnsgar Radermacher55-18545/+19855
- moved C++ independent part into org.eclipse.papyrus.acceleo plugin - created CppGenUtils that contains now only C++ specific code - subsequent changes in many .mtl and .emtl files
2013-08-08414686: [Table] Improve performance and scalability of TablesCamille Letavernier2-0/+20
https://bugs.eclipse.org/bugs/show_bug.cgi?id=414686
2013-08-07Merge branch 'pasteInTable'Vincent Lorenzo48-2290/+3373
2013-08-07414583: [Table] Papyrus must support the Paste from spreadsheet inVincent Lorenzo48-2290/+3373
detached mode https://bugs.eclipse.org/bugs/show_bug.cgi?id=414583
2013-08-07363835: [Model Explorer] General Performance problemsCamille Letavernier1-6/+7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=363835 Remove calls to the CrossReferencer in the "isDiagramContainer" and "isTableContainer" queries. These four queries' scope has been drastically reduced to improve performances
2013-08-01Merge branch 'Bug-408491-ProfileSwitch'Camille Letavernier1-11/+14
Conflicts: plugins/uml/org.eclipse.papyrus.uml.profile/src/org/eclipse/papyrus/uml/profile/model/ProfileApplicationModel.java
2013-07-31401764: [Table 2] The classes managing the table model and Nattable mustVincent Lorenzo1-68/+49
be refactored https://bugs.eclipse.org/bugs/show_bug.cgi?id=401764
2013-07-31400784: [Table 2] Tabular Editor must allow to destroy Model ElementVincent Lorenzo4-11/+13
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400784
2013-07-31411115: [Table 2] The tabular editor must provide a command to save andVincent Lorenzo2-5/+23
reuse the current axis providers https://bugs.eclipse.org/bugs/show_bug.cgi?id=411115
2013-07-31414124: [Table 2] The user must be able to sort rows selecting columnsVincent Lorenzo13-8/+812
headers https://bugs.eclipse.org/bugs/show_bug.cgi?id=414124

Back to the top