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>
This commit is contained in:
Blonďák
2023-08-19 23:43:45 +02:00
committed by GitHub
parent 65c4b172e8
commit af1de12f28
26 changed files with 1356 additions and 26 deletions

View File

@@ -7,4 +7,5 @@ PyGObject==3.44.1
python-mpv==0.5.2;python_version<"3.10"
python-mpv==1.0.4;python_version>="3.10"
six==1.16.0
dbus-python==1.3.2
dbus-python==1.3.2
backports.zoneinfo;python_version<"3.9"