Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
kernel
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
973c43a8271f57145dcc7d7ccce89ed859183867
Select Git revision
Branches
20
1326
3341-refactor_DataBindingUtils
3396-developer_documentation
3417
3427-Rate-Models
3553
3583
3620
3642
3712
3746
3767
3767-cleanup-dependencies
3870_delegating_factories
3872-Add_auto-layout
3873
3899
390
3922
4018
Tags
7
2.26
2.25
2.24
2.22
2.20
2.16
2.14
27 results
Begin with the selected commit
Created with Raphaël 2.2.0
8
Dec
5
4
3
2
26
Nov
25
21
20
19
17
14
13
12
10
9
3
24
Oct
6
2
1
30
Sep
29
24
15
12
11
10
9
8
5
4
3
2
1
29
Aug
28
27
26
25
20
7
6
5
31
Jul
30
29
28
24
23
22
21
11
10
7
27
Jun
23
18
12
11
3
30
May
23
2
24
Apr
11
4
24
Mar
21
18
17
11
10
6
3
26
Feb
19
17
14
12
10
6
5
3
28
Jan
27
22
14
13
18
Dec
17
20
Nov
11
6
11
Oct
9
27
Sep
26
25
23
20
17
16
13
6
2
30
Aug
28
14
12
9
7
5
3
2
31
Jul
30
29
28
22
21
20
19
18
14
11
10
4
3
2
1
26
Jun
24
24
May
22
21
17
6
Apr
27
Mar
1
28
Feb
21
19
15
12
11
6
4
31
Jan
30
28
25
24
23
22
21
18
17
16
15
14
13
11
10
9
7
5
3
28
Dec
12
11
4
3
28
Nov
22
21
20
19
9
8
7
23
Oct
9
8
21
Sep
30
Aug
7
2
31
Jul
27
26
25
17
16
13
12
11
10
9
5
3
2
30
Jun
21
14
7
31
May
30
25
24
21
9
7
2
1
30
Apr
26
17
10
26
Mar
24
23
22
14
13
6
5
3
29
Feb
24
22
20
14
7
3
2
1
31
Jan
30
27
25
24
23
19
18
17
16
13
12
10
9
7
5
4
3
2
1
30
Dec
- Documentation fixes (no functional change)
- org.eclipse.jface.text
- Remove redundant dependencies (i.e., those, that are already contained and re-exported by the actual dependencies)
junit test error fix
Fixes a NPE within getParentsWithType(...) in org.fortiss.tooling.kernel.
- getAnnotation(): Wrap creation of new Annotation into command since this method might easily be called from a context that cannot directly manipulate the model (e.g., from the GUI context)
SafetyUtils.getParentsWithType() --> EcoreUtils.getParentsWithType()
Add <T extends IAnnotatedSpecification> T getAnnotation(IModelElement modelElement, Class<T> clazz),
Add EClass getEClassForClass(Class<?> clazz),
- Show model element name in tool tip (useful, if name is not visible due to scrolling to the right)
- Fix the following bugs introduced with the last performance optimizations
- Refactor annotation view
fixed parent calculation in connection
fixed
- Final integration of "checkbox widgets" in org.fortiss.tooling.base.ui.
- Performance optimization: Prevent reconstruction of identical column set (e.g., when only the selection or a value in the model is changed)
Performance optimization of updates:
Extends the Derived annotation, such that element-specfic values can be returned; Useful for aggregate annotations.
allow unknown features
fixed a bug where connection service throw class cast exception
Modifies the DerivedAnnotationValueProvider to support user annotation/input.
Extends the functionality of derived annotations to support user input.
fixed label display in sub diagram edit part
Generalized parameter of EcoreUtils.pickFirstInstanceOf
- Fix bug that icon faking the native widget is not hidden when the actual widget is shown for editing
detach function for imported library elements
- Add TODO
Completing commit 11933 (connection to bug-report), fixes a warning.
- Adds a CellEditor that uses "real" checkboxes.
improved sub diagram edit part
added new editpart to show a diagram as a sub frame in another diagram
added some basic default handlers/compositors for common system base classes
bug fix for null pointer exception if service.compose is called directly
- Ensure that currently selected model element is visible in table view (the change of the selection can be triggered in an external editor, e.g. the model navigator)
- getValues(): cache AnnotationEntry list returned for given model element, significantly improving the performance of the AnnotationView for larger model. The view makes extensive use of this method from its update() method.
- Use pickFirstInstanceOf instead of manually implemented loop
refactoring
- Change semantics of SUB_MODEL scope declaration to also include the element to which the annotation is attached
- Automatically adjust column width (within a range of 125..150 points)
Loading