9 Commits

Author SHA1 Message Date
alfrix
ad2df873d3 refactor printer initialization and connection handling
removes the lag while trying to connect
cleaner code, seems faster
2024-04-30 14:27:14 -03:00
alfrix
e62b0ac4ad lint fix 2024-04-01 18:49:03 -03:00
alfrix
aae9e842d0 spoolman: fix layout issue when filament name is very long fixes #1318 2024-04-01 13:39:33 -03:00
alfrix
2a073aab53 spoolman: convert errors to popups make them translatable close #1287 2024-03-02 17:39:15 -03:00
alfrix
6cf639c083 refactor widget creation
improves performance and makes the code cleaner

* add parameters instead of calling methods afterwards
* remove a a lot of size requests
* remove parameters that are being set to the default value
* simplify dialogs containers
2024-01-02 08:14:51 -03:00
alfrix
7ce3e0a88a layout: spoolman fixes for vertical mode 2023-10-13 23:50:07 -03:00
alfrix
edf390fe94 spoolman: fix for spools defined with no material or color fixes #1132 2023-09-30 15:53:01 -03:00
Blonďák
71b0ace83c
Spoolman: clear filter buton (#1096)
Co-authored-by: alfrix <alfredomonclus@gmail.com>
2023-08-29 16:52:16 -03:00
Blonďák
af1de12f28
Spoolman support close #1060
Refactor post_requrest
Switching to TreeView
More spool info
redesign toggle buttons
Allow spoolman while printing
Styling checkbox as switch
render Toggle switch-like
Fixed wrong timezones
Filtering spools
Removed translations of Spoolman
Spool image can be overided in theme
Added switch-on/off symbols to toggle
rename iter to i to avoid shadowing built-in function
remove redundant parenthesis
convert spoolcompare to static
merge check and treeview shared props
reduce spacing of buttons very useful for vertical/portrait
fix issue with remainings
add spoolman shortcut to extrude
Using backports.zoneinfo for python < 3.9
use decorators for properties
extract format_date function
change top row
last used sort
rebase on upstream
Fix for never used spools


Co-authored-by: alfrix <alfredomonclus@gmail.com>
2023-08-19 18:43:45 -03:00