-
Notifications
You must be signed in to change notification settings - Fork 0
Work popup optimization #15
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
Open
Robert0Mart
wants to merge
20
commits into
main
Choose a base branch
from
work-popup-optimization
base: main
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.
Open
Conversation
This file contains hidden or 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
* Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * pull request changes --------- Co-authored-by: Roberto Martins <[email protected]>
* Add: group button widget * Add: added babystepPage functionality to handle Z offset changes and design updates * FIX: fixed an problem where the variable _z_offset was getting the value of the text * ADD: added an label with the first z value before changing it * Fixed bug due to incorrect run gcode signal name * Refactor: babystep page, run gcode signal nameing --------- Co-authored-by: Roberto Martins <[email protected]>
* ADD: added loading screen widget * UPD: updated loadpage with the popup system (appear on top) * ADDED: added the option to load an gif into loadpage widget instead of an circle animation * ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading] * Refactor address for websocket and rest connections * Refactor unused imports, code, deleted print methods used for debugging * Refacto: fix the default animation type when instantiating the class --------- Co-authored-by: Roberto Martins <[email protected]>
* add: networks sytle first version * ADD: add line edit , list button (new version) and ScrollBar (new version) widgets * update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it * Fix: Toggle button animation bug The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method. * add: added funcionality and logic for network panels (bug fixes needed) * Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method * Refactor: deleted unusedcode, inheritance QObject to integrate into the application * Refactor: UI button types --------- Co-authored-by: Roberto Martins <[email protected]>
* ADD: added dialog page in this case to comfirmate if the user want to cancel the print * Refactor unused imports --------- Co-authored-by: Roberto Martins <[email protected]>
…d newer version of itself
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.
What Changed?
updated the ui to a more sleek desing based on the rest of the app
Optimized the way that the Abort/Cancel Popup gets the mainwindow geometry
Screenshots
Future Work?
Find a better way to get the geometry