Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
XtextAnimationBackendForGemoc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Kairos
GemocBackends
XtextAnimationBackendForGemoc
Graph
b1816424b8b042ddeef71e72d9802a40f1af18eb
Select Git revision
Branches
5
develop
dirty-testing
master
default
protected
stateSupportAndMore
testJulien
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Jul
22
Jun
4
Nov
28
Oct
26
7
Sep
31
Aug
27
19
16
6
3
30
Jul
29
23
22
7
2
1
30
Jun
25
23
21
18
17
16
31
May
allow for animation of concepts without associated clock
master
master
Merge branch 'master' of git@gitlab.inria.fr:kairos/gemocbackends/xtextanimationbackendforgemoc.git
allows models linked to various resources
allows models linked to various resources
Merge branch 'master' of
Merge branch 'stateSupportAndMore' into 'master'
State support and more
remove an console print
stateSupportAnd…
stateSupportAndMore
acceptable version :)
WIP. State is not working and reaction painting is not entirely removed
annotation and minor corrections
fix for images
Update future_work.md
adding comments
updating manifest
Update README.md
develop
develop
adding time series project dependency & future work ideas
fixing mistakes
fixing animation duplication + updated readme & configuration example - there are issues when retrieving runstar : strategy names are always null (is it because of lazy loading ? )
deleting useless org.lflang.ui
updated readme + fixed a few runstar translation mistakes + added a runstar example file
dirty-testing
dirty-testing
Refactor : renaming classes + readme update
markers with names + from start hover + solved the problem where disposed hovers did not reappear + new method to retrieve associated object in the mouse listener
updating readme + adapting animations to new runstar configuration (not yet pushed because of errors) + refactor
A bit of cleanup + started the configuration retriever, that reads a runstar file and translates it into our custom objects - does not work yet, the concept names are not retrieved (we do not get a 'Input' but a 'EObject')
fixed disappearing code minings
Started codeMinings instead of comments that edit the xtextDocument - updating does not work
Added Ludovic's updates for the time series service + experiments with swt window to display graphs -> the hover issue, where the image is not entirely displayed, does not happen in SWT window - the swt window needs serious design upgrades (the tool is great but i dont understand it completely)
smol Refactor to add a Properties object, used in the BehaviorManager to create the appropriate animators - hover appear where you double clicked
added markers that show the tracked attribute of the value - commenter can not be used at the same time as the other animations - should be ok for the demo
crazy but functional tests
testJulien
testJulien
Refactor of animating classes + starting to implement correct highlighting method in GLobal Highlighter
Highlighting & investigations about creating hovers in Hacked Hover class
Highlighting the tracked object + corrected a 'flashing' behavior on comments & highlights - the highlighting color changes when the tracked attribute changes
tried to add right-click action but ended up instead adding potatoes in menu bar & toolbar (potato in menu bar, sparkling icon in tool bar)
new class : GrammarCommentStyle. Retrieves the way comments are implemented in the language, IF the corresponding terminals are overriden, to format the comments the right way
Updating README with more explanations about the classes & some possibly interesting leads
Added a runtoline behavior : when a line is commented, your file will bring you there and your mouse cursor will be at the beginning of the line (no visual color change yet) - changed the organisation by adding an Animator class that calls the commenter & runner - tried stuff with images but still not working : the runtime path works if the image is in the runtime eclipse package
tried adding breakpoints the traditionnal way -> 'toggle breakpoint' appears in the right click menu but it is not allowed. added the DataRetriever to get current values + experimented in the Commenter to print current values. it seems to be possible to get particular nodes through NodeModelUtils but it is not understood yet, the retrieved nodes are not what expected
xtextAnimator first tests (not clean) together with the org.lflang.ui package : the LFUiModule is edited
Loading