-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates and refactoring of ltsview #1691
Draft
rvinktue
wants to merge
26
commits into
mCRL2org:master
Choose a base branch
from
rvinktue:ltsview-update
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 56f401d - Browse repository at this point
Copy the full SHA 56f401dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e7ffb5 - Browse repository at this point
Copy the full SHA 0e7ffb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b9c9e - Browse repository at this point
Copy the full SHA 49b9c9eView commit details
Commits on Aug 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3028d8d - Browse repository at this point
Copy the full SHA 3028d8dView commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a6306ee - Browse repository at this point
Copy the full SHA a6306eeView commit details
Commits on Aug 10, 2022
-
Removed a useless dependency on GLOB. In case get_filename_component fails however, GLOB_RECURSE is used to attempt a fix. Before it could happen that SOURCE_DIR = source/, and a file is added named a.cpp, but it resides in folder source/subfolder1/a.cpp and it would not be found by get_filename_component, and subsequently GLOB would also miss it. Other solutions: - Adding separate source directories in CMakeLists input like with include directories - Explicitly stating the relative path from the source directory in cmakelists.txt (not tested)
Configuration menu - View commit details
-
Copy full SHA for e549394 - Browse repository at this point
Copy the full SHA e549394View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7553829 - Browse repository at this point
Copy the full SHA 7553829View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbdfc9c - Browse repository at this point
Copy the full SHA cbdfc9cView commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2502d2b - Browse repository at this point
Copy the full SHA 2502d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb75ec - Browse repository at this point
Copy the full SHA 8fb75ecView commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c7a8a46 - Browse repository at this point
Copy the full SHA c7a8a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d514c - Browse repository at this point
Copy the full SHA 79d514cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6145a - Browse repository at this point
Copy the full SHA 1a6145aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56276bb - Browse repository at this point
Copy the full SHA 56276bbView commit details
Commits on Aug 15, 2022
-
Removed directory functionality
Two cases of GLOB_RECURSE still exist. # TODO: added in those places
Configuration menu - View commit details
-
Copy full SHA for 3401170 - Browse repository at this point
Copy the full SHA 3401170View commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7d3ae86 - Browse repository at this point
Copy the full SHA 7d3ae86View commit details
Commits on Aug 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7cafacd - Browse repository at this point
Copy the full SHA 7cafacdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25ea826 - Browse repository at this point
Copy the full SHA 25ea826View commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2656735 - Browse repository at this point
Copy the full SHA 2656735View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1be8fde - Browse repository at this point
Copy the full SHA 1be8fdeView commit details
Commits on Sep 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a175b1a - Browse repository at this point
Copy the full SHA a175b1aView commit details
Commits on Sep 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cad39fc - Browse repository at this point
Copy the full SHA cad39fcView commit details
Commits on Oct 6, 2022
-
*) Many connections between UI and rendering are not yet connected back up and quality of life such as camera starting in a natural position is missing. Currently being rendered using additive blending because it makes debugging slightly easier. Controls should work as expected from arcballcamera except for translation (ctrl + left mouse + drag) which is counterintuitive. Right mouse to rotate and scroll to zoom, middle press and drag to zoom slowly.
Configuration menu - View commit details
-
Copy full SHA for 26e070e - Browse repository at this point
Copy the full SHA 26e070eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb9cd4 - Browse repository at this point
Copy the full SHA bfb9cd4View commit details
Commits on Oct 7, 2022
-
Compilation error fixes and small control changes
NB: Requires full rebuild
Configuration menu - View commit details
-
Copy full SHA for a3317a6 - Browse repository at this point
Copy the full SHA a3317a6View commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a1d53c - Browse repository at this point
Copy the full SHA 6a1d53cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.