AleksandrBukin
|
9b4c58369e
|
Update Ru (#871)
line 626: "Show Heater Power" in RU "Показать мощность нагрева"
|
2023-01-29 09:16:18 -06:00 |
|
AntoszHUN
|
b96adf55ed
|
Update Hungarian Language (#848)
|
2022-12-13 20:04:48 -03:00 |
|
Alex Hornung
|
f6afb4d4ab
|
install: Fix Xwrapper.config existence test (#846)
|
2022-12-13 20:04:08 -03:00 |
|
alfrix
|
3c5449f0db
|
job_status: cast float to zoffset
|
2022-12-12 19:53:34 -03:00 |
|
alfrix
|
c828d8349c
|
camera: fix for busters old libmpv fixes #840
|
2022-12-12 08:12:52 -03:00 |
|
alfrix
|
9fa047eb8b
|
camera: fix libmpv-dev not installing fixes #842
|
2022-12-12 08:00:38 -03:00 |
|
alfrix
|
82b8cbcca5
|
zcalibrate: fix initial zhop causing issues for some machines fixes #837
|
2022-12-12 01:42:30 -03:00 |
|
alfrix
|
1f5a090bfd
|
camera: always fullscreen, fix inverted vo logic, fixes #839
|
2022-12-12 01:25:36 -03:00 |
|
alfrix
|
e4d5cd65ce
|
fix a couple of errors that may happen if klipper fails to start or takes too long
|
2022-12-11 19:22:45 -03:00 |
|
alfrix
|
502d9699bd
|
fix actions not appearing in printers without name after last commit fix #838
|
2022-12-11 15:25:28 -03:00 |
|
alfrix
|
d2d2c82041
|
feat: camera support, using mpv as backend
it should be able to play any video or stream that mpv itself can handle
close #67 close #129
|
2022-12-11 09:20:06 -03:00 |
|
alfrix
|
1375c823c9
|
job_status: clear_file after error
|
2022-12-11 09:20:06 -03:00 |
|
alfrix
|
74338a7f3e
|
splash: fix power_device appearing if configured in ks.conf but not available in the server
|
2022-12-11 09:20:06 -03:00 |
|
alfrix
|
778cd84ba8
|
panels do not call screen.show_all
|
2022-12-11 09:17:18 -03:00 |
|
alfrix
|
a83f499c0c
|
rename graph to heatergraph
|
2022-12-11 09:17:18 -03:00 |
|
alfrix
|
70d7564a78
|
shorten _screen.printer to _printer
|
2022-12-11 09:17:18 -03:00 |
|
alfrix
|
f31ae7a829
|
hide popups from panel initialization
ideally the initialization should not contain this commands but at the moment klipper nor moonraker provide a way to identify the required status
|
2022-12-11 09:17:18 -03:00 |
|
alfrix
|
701ff35652
|
installer: if pip fails upgrade and retry once
|
2022-12-11 09:17:18 -03:00 |
|
alfrix
|
7120c424d4
|
gtk: resizability
doesn't rescale the fonts or images
|
2022-12-11 09:17:18 -03:00 |
|
alfrix
|
413e822fa5
|
screen: separate matchbox-keyboard
|
2022-12-11 09:17:18 -03:00 |
|
alfrix
|
75c716f9a1
|
screen: convert state execute into a function since it doesn't depend on self
|
2022-12-11 09:17:18 -03:00 |
|
alfrix
|
41a8ebf084
|
print: add move/rename, make delete a visible button close #636
|
2022-12-11 09:17:18 -03:00 |
|
Selim
|
57ce346d69
|
Turkish language update (#836)
|
2022-12-11 08:35:58 -03:00 |
|
alfrix
|
753be13a0c
|
exclude: fix list not showing
|
2022-12-05 14:29:58 -03:00 |
|
alfrix
|
06bf269862
|
feat: turn on_off power devices with the screensaver close #518
|
2022-12-05 12:31:44 -03:00 |
|
alfrix
|
45e1f652db
|
theme override style of disabled_un-sensitive buttons
|
2022-12-05 12:31:44 -03:00 |
|
alfrix
|
6a95e46a18
|
websocket increase reconnect time
moonraker takes around 5 seconds to restart on a pi3 so 6 seconds tends to be too close
moonraker takes at least this amount to restart on a pi3
|
2022-12-05 12:09:58 -03:00 |
|
alfrix
|
250574bc41
|
bedmap: limit probed position display to 16x8
|
2022-12-05 09:07:28 -03:00 |
|
alfrix
|
f49e1ef6c4
|
main and temp simplify get temps
|
2022-12-04 22:33:43 -03:00 |
|
alfrix
|
904dd24c10
|
tempstore get the max length configured in moonraker
|
2022-12-04 13:56:33 -03:00 |
|
alfrix
|
f52b52f76a
|
main and temp: less tempstore dependency
|
2022-12-04 12:59:59 -03:00 |
|
alfrix
|
dc5741d605
|
graph: autoscale time
|
2022-12-04 12:02:34 -03:00 |
|
alfrix
|
02b69d0d39
|
theme fix ks using dark theme on desktop
|
2022-12-04 11:27:12 -03:00 |
|
alfrix
|
de252643c1
|
do not change the state directly from the callback because it causes double initialization issues
|
2022-12-04 01:08:58 -03:00 |
|
alfrix
|
548fc4de69
|
do more cleanups while changing printers
|
2022-12-04 01:08:58 -03:00 |
|
alfrix
|
72599b5ba7
|
moonraker tempstore takes a while to register device changes, call it again after a few seconds
with this change there should be no need to reinit on every state change, this was the cause of missing devices after init
|
2022-12-04 01:07:58 -03:00 |
|
alfrix
|
c714553da1
|
system: log if the repo is invalid
|
2022-12-03 20:43:25 -03:00 |
|
alfrix
|
36faaa153a
|
fix pause panel appearing after issuing a pauese while not printing fixes #832
|
2022-12-03 20:33:38 -03:00 |
|
alfrix
|
629451051d
|
fix update dialog sometimes not appearing fixes #831
|
2022-12-03 20:32:14 -03:00 |
|
northcoastam
|
fcb6861119
|
Fix not starting on Wayland
fix #829
|
2022-12-03 15:51:02 -03:00 |
|
alfrix
|
34a9151910
|
warn about dpms failures
|
2022-12-03 15:46:26 -03:00 |
|
alfrix
|
683b72ab20
|
simplify keyboard calls
|
2022-12-03 15:46:26 -03:00 |
|
alfrix
|
e658f562be
|
macros add parameters
|
2022-12-03 15:46:26 -03:00 |
|
alfrix
|
ab4d4af7f8
|
tweak image size of buttons with side labes or no label
|
2022-12-02 20:59:01 -03:00 |
|
alfrix
|
4804f5a5e0
|
print: use am-pm if not 24h
|
2022-12-01 14:20:49 -03:00 |
|
alfrix
|
7651b892b8
|
print: allow directory deletion
|
2022-12-01 13:27:31 -03:00 |
|
alfrix
|
91b505bfef
|
print: less os dependent path handling
|
2022-12-01 13:27:31 -03:00 |
|
alfrix
|
415535eeb8
|
tweak sizes #828
|
2022-11-30 23:57:34 -03:00 |
|
alfrix
|
8ebc855ddd
|
improve the speed of the updates, also affects showing panels
|
2022-11-30 19:45:49 -03:00 |
|
alfrix
|
efebea2c36
|
Update German thanks to livinhack close #826
|
2022-11-30 19:45:49 -03:00 |
|