-
Notifications
You must be signed in to change notification settings - Fork 249
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
[WIP] refactor: Rewrite drawing #534
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ClementTsang
changed the title
(WIP) refactor: Rewrite drawing
[WIP] refactor: Rewrite drawing
Jul 4, 2021
ClementTsang
force-pushed
the
state_refactor
branch
from
July 7, 2021 22:04
01d683e
to
3b09b9b
Compare
ClementTsang
force-pushed
the
rewrite_drawing
branch
3 times, most recently
from
July 12, 2021 05:09
a6b1cca
to
c2a18be
Compare
ClementTsang
force-pushed
the
state_refactor
branch
from
July 13, 2021 03:45
3b09b9b
to
0eefac5
Compare
ClementTsang
force-pushed
the
rewrite_drawing
branch
from
July 13, 2021 03:45
c2a18be
to
66285d2
Compare
ClementTsang
force-pushed
the
state_refactor
branch
3 times, most recently
from
July 14, 2021 23:15
20eb203
to
53da360
Compare
ClementTsang
force-pushed
the
rewrite_drawing
branch
2 times, most recently
from
July 14, 2021 23:17
e2b6435
to
d410ce7
Compare
ClementTsang
force-pushed
the
state_refactor
branch
from
July 14, 2021 23:18
53da360
to
9ea17aa
Compare
ClementTsang
force-pushed
the
rewrite_drawing
branch
from
July 14, 2021 23:18
d410ce7
to
3a699bf
Compare
ClementTsang
force-pushed
the
state_refactor
branch
from
July 14, 2021 23:30
9ea17aa
to
de86ceb
Compare
ClementTsang
force-pushed
the
rewrite_drawing
branch
from
July 14, 2021 23:31
3a699bf
to
ed8b81b
Compare
ClementTsang
force-pushed
the
state_refactor
branch
from
July 16, 2021 01:33
de86ceb
to
6ecf1de
Compare
ClementTsang
force-pushed
the
rewrite_drawing
branch
from
July 16, 2021 01:33
ed8b81b
to
afb3509
Compare
ClementTsang
force-pushed
the
state_refactor
branch
from
July 22, 2021 18:39
6ecf1de
to
a99d457
Compare
refactor: Remove a looot of redundant config code refactor: Move some state content over refactor: rename folder refactor: More renaming and pruning of old unused code. refactor: Create a prototype time graph element Move some state content over refactor: rename folder refactor: More renaming and pruning of old unused code. Create a prototype time graph element scrollable table Temporarily add dead code allows Minor refactorings refactor: Move current widgets to the new element system squash this - WIP of re-refactor Revert "squash this - WIP of re-refactor" This reverts commit a3ce25732663863b1ba2ef8a764c57572406014f. Revert "refactor: Move current widgets to the new element system" This reverts commit c7218472c2ce6d1bebf5550aaf53c171d3cd7c3e. WIP re-refactor Revert "refactor: Create a prototype time graph element" This reverts commit bd95ca8. Revert "refactor: Create a prototype time graph element" This reverts commit bd95ca8. refactor: Create a prototype time graph element Move some state content over refactor: rename folder refactor: More renaming and pruning of old unused code. Create a prototype time graph element scrollable table Temporarily add dead code allows Minor refactorings
ClementTsang
force-pushed
the
rewrite_drawing
branch
from
July 22, 2021 18:40
afb3509
to
6ae4318
Compare
Going to close this for now and open again when it's closer to being ready. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
A description of the change and what it does. If relevant (such as any change that modifies the UI), please provide screenshots of the change:
Separate PR into the main state refactor branch PR (#488), specifically regarding a rewrite for drawing.
Testing
If relevant, please state how this was tested. All changes must be tested to work:
Furthermore, mark which platforms this change was tested on. All platforms directly affected by the change must be tested
Checklist
If relevant, ensure the following have been met:
cargo fmt
)README.md
, help menu, etc.)