Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Bug 581217 - [Search] The search view should be more genericPauline DEVILLE11-345/+410
2018-08-21Bug 537653 - [EPL] Update java files headersQuentin Le Menez39-78/+156
2018-06-01Bug 528895 - [Quality] Field modifier should follow convention orderBenoit Maggi2-2/+2
2018-05-28Bug 535209 - [Quality] Remove unused import/variable warningBenoit Maggi1-2/+0
2018-05-28Bug 535185 - Add Automatic-Module-Name header for Java 9 compatibilityBenoit Maggi6-16/+0
2018-01-09Bug 515367 - [releng] Uniformization of the end of lines to Unix standardQuentin Le Menez21-2974/+2974
2017-12-14Bug 528776 - [Quality] Remove auto-generated TODOBenoit Maggi2-5/+5
2017-05-09[releng] Update plugin version for Oxygen releaseFlorian Noyrit2-1793/+1795
2016-01-22Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus2-11/+12
2015-11-18Bug 473763 - [Search] Clicking on a ModelMatch should navigate to theShuai Li1-7/+23
2015-09-14Bug 473416 - [Search] DiagramViewerSearcher performanceShuai Li3-58/+96
2015-09-11Bug 475182 - [Search] Remplace EcoreUtil.equals with URI comparison toShuai Li1-4/+4
2015-09-10Bug 473185 - [Search] Performance of displaying elements in PapyrusShuai Li9-682/+355
2015-05-26Bug 468031 - [Search] Remove sleeps when displaying resultsShuai Li2-8/+11
2015-04-22Bug 463472 - [Search] Stereotype icons sizeShuai Li1-1/+27
2015-04-22- Remove unnused importsShuai Li1-5/+0
2015-04-22Bug 462565 - [Search] User should be able to chose which stereotypesShuai Li4-134/+696
2015-04-22Bug 461057 - [Search] Filter shows duplicate stereotypesShuai Li3-165/+192
2015-03-23Bug 461979 - [Search] Unecessary UI refresh when selecting same queryShuai Li1-41/+58
2015-03-20Bug 462692 - [Search] Stereotype collecting also collects in .uml filesShuai Li3-64/+131
2015-03-17462388: [Model Search] ClassNotFoundError when using the OCL SearchCamille Letavernier1-4/+4
2015-03-11Bug 461823 - [Search] Performance of stereotype collectingShuai Li3-29/+79
2015-03-11Bug 461822 - [Search] Results display performance and monitoringShuai Li10-747/+1105
2015-03-11Bug 461819 - [Search] Results should be displayed as flatShuai Li3-62/+82
2015-03-11Bug 461818 - [Search] Search for elements with at least one stereotypeShuai Li6-110/+187
2015-03-11Bug 461825 - [Search] Stereotypes list in advanced searchShuai Li6-131/+219
2015-03-11Bug 461816 - [Search] Tooltips for buttonsShuai Li5-7/+19
2015-03-11Bug 459425 - [Search] In advanced search, selecting an element shouldShuai Li6-229/+231
2015-03-11Bug 459429 - [Search] Unecessary UI refresh when selecting same searchShuai Li1-15/+20
2015-03-11Bug 459417 - [Usability] Text above search textboxShuai Li3-6/+7
2015-03-11Bug 461795 - [Search] Stereotypes list should only include appliedShuai Li4-649/+907
2015-02-07Bug 456874 [Search] Error when searching in the models for a specificShuai Li4-789/+791
2015-02-06Bug 456874 [Search] Error when searching in the models for a specificShuai Li2-416/+414
2015-02-04Bug 454040 - [OCL for Papyrus] Track migration of Eclipse OCL to OCL 2.51.1.0_M5Ed Willink9-154/+78
2014-08-25[Code style] Apply clean-up profile to Papyrus Main plug-insCamille Letavernier2-3/+3
2014-08-21[Code style] Apply clean-up and formatter on Main plug-insCamille Letavernier40-1108/+1120
2014-05-13434681: [Search] Remove occurrences of @Nullable and @NonNull annotations fro...Christian W. Damus2-19/+12
2014-03-10[releng] Fixed compatibility with updated APILaurent Wouters1-4/+0
2014-01-08Correct the replace action in search to not depend on the newFlorian Noyrit3-301/+10
2013-12-20Update search to support "AND" semantics on stereotype application ofFlorian Noyrit17-169/+817
2013-12-18Fix a class cast bug due to the rmap updateVincent Lorenzo1-1/+1
2013-09-06415371: Fix erroneous uses of Match::getLength() as an end indexChristian W. Damus2-6/+11
2013-09-06415371: [CDO] Fixes in the composite search queryChristian W. Damus1-6/+85
2013-09-06415371: [CDO] Let the composite search query be re-used.Christian W. Damus2-83/+124
2013-09-06415371: [CDO] Pluggable query providers for simple and advanced text search.Christian W. Damus5-55/+664
2013-09-06415371: [CDO] Refactor search API to prefer URI over IResourceChristian W. Damus4-50/+57
2013-08-30416145: Clean up service registries used by search scopes.Christian W. Damus3-1220/+1278
2013-07-30Pb with 1.5 compilation of String.isEmpty()Florian Noyrit1-3/+3
2013-07-30Search model element by types (UML metaclass or stereotype). No pointerFlorian Noyrit12-262/+285
2013-07-16Update to be compliant with Java 1.5Florian Noyrit1-9/+9

Back to the top