alfrix
d1168b5405
themes: get rid of the unused vertical selector buttons, simplify and rename the horizontal toggle strip
2024-01-10 23:30:39 -03:00
alfrix
78f1c691f6
popups improve contrast
2024-01-10 23:30:39 -03:00
alfrix
98da293cee
refactor job_status and titlebar_items to allow multiple extruders
2024-01-10 23:30:39 -03:00
alfrix
f3c0daef1b
minor refactors
2024-01-10 23:30:39 -03:00
alfrix
bd18924f1d
network: add wlx to possible device names
2024-01-10 18:35:09 -03:00
Alfredo Monclus
a72328224b
Update test_code.yml
2024-01-09 00:18:20 -03:00
Alfredo Monclus
aed0dacd81
Update README.md
2024-01-08 23:58:37 -03:00
Alfredo Monclus
7a2a483946
Create docs workflow
2024-01-08 23:55:18 -03:00
alfrix
060cd1db0f
docs: minor fixups
2024-01-08 23:38:58 -03:00
Weblate (bot)
0accfad2f7
Translations update from Hosted Weblate ( #1228 )
...
* Translated using Weblate (Czech)
Currently translated at 100.0% (261 of 261 strings)
Co-authored-by: Michal Bitala <bitala.michal@seznam.cz>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/cs/
Translation: KlipperScreen/KlipperScreen
* Translated using Weblate (Spanish)
Currently translated at 100.0% (261 of 261 strings)
Co-authored-by: Alfredo Monclus <alfredomonclus@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/es/
Translation: KlipperScreen/KlipperScreen
* Translated using Weblate (Italian)
Currently translated at 99.6% (260 of 261 strings)
Co-authored-by: Riccardo Babetto <riccardobabetto@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/it/
Translation: KlipperScreen/KlipperScreen
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (261 of 261 strings)
Co-authored-by: Сергій <sergiy.goncharuk.1@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/uk/
Translation: KlipperScreen/KlipperScreen
---------
Co-authored-by: Michal Bitala <bitala.michal@seznam.cz>
Co-authored-by: Alfredo Monclus <alfredomonclus@gmail.com>
Co-authored-by: Riccardo Babetto <riccardobabetto@gmail.com>
Co-authored-by: Сергій <sergiy.goncharuk.1@gmail.com>
2024-01-08 23:38:09 -03:00
alfrix
0a38b56aaa
Print: show refresh loading
2024-01-07 23:08:59 -03:00
alfrix
ed151cea9b
docs: update last resort
2024-01-07 17:27:59 -03:00
alfrix
c45f914275
docs: add a FAQ
2024-01-07 17:27:59 -03:00
alfrix
05cd9a6d34
remove fallback values
...
with an empty string re will not match
2024-01-07 17:27:59 -03:00
alfrix
2527a12d32
update translation files
2024-01-06 08:35:55 -03:00
alfrix
989e3ce796
print: add loading message, completely hide path label while on the root
2024-01-06 08:35:03 -03:00
alfrix
25ecb891f5
print: simplificate header and create row
2024-01-06 08:35:03 -03:00
alfrix
1864138047
update issue template
2024-01-06 08:35:03 -03:00
Weblate (bot)
16cd6698e8
Translated using Weblate (Portuguese) ( #1227 )
...
Currently translated at 98.8% (251 of 254 strings)
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt/
Translation: KlipperScreen/KlipperScreen
Co-authored-by: Henrique Magarotto <magarotto@gmail.com>
2024-01-06 08:34:12 -03:00
alfrix
d92ebac8e9
system: minor fixes, center system updates call activate
2024-01-03 20:11:22 -03:00
alfrix
5ad03b5dd1
prompts: add escape and backspace to close, prevent concurrent prompts, send prompt_end at close
2024-01-03 19:00:40 -03:00
alfrix
c0741f5c81
prompts: avoid size request as it can cause issues
2024-01-03 17:56:49 -03:00
alfrix
af3b7273bf
system: change error message
2024-01-03 17:12:38 -03:00
alfrix
8eb70764af
increase the timeout of popup warnings
...
this are generally things that the user needs to read and fix
the popups can always be re-read in the notification panel
2024-01-03 17:00:14 -03:00
alfrix
aa4603af69
start warning about old python
2024-01-03 16:57:37 -03:00
alfrix
91c3f2739f
popups: rate limit to every second close #1225
2024-01-03 15:53:01 -03:00
alfrix
6d0ce76b02
system: remove unnecessary f-string interpolation
2024-01-03 11:29:12 -03:00
alfrix
5104f3247b
prompts: do not close on actions
...
to me closing was the intended behaviour a prompt ask and continue, but apparently other interfaces do not close on actions, so for consistency sake it will not. close #1224
2024-01-03 09:52:52 -03:00
alfrix
08a3d8a798
split printer init for faster response
2024-01-02 23:34:30 -03:00
alfrix
56858be219
dialog: expand buttons if there are many, safer
2024-01-02 17:01:55 -03:00
alfrix
105813490b
splash: add confirmation for host reboot
2024-01-02 17:01:55 -03:00
alfrix
bdc6cf45b1
init: remove redundant api call
2024-01-02 17:01:55 -03:00
alfrix
726231d4c7
system: refactor
...
checking for updates:
doesn't lock the interface, it happens in the background
status and moonraker errors are reported in the scrolled window
refresh and restart buttons use the busy spinner
confirmation when restarting a service during print
change the refresh icon to a different one from the restart icons
2024-01-02 15:28:46 -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
Alfredo Monclus
1794d8aa24
feat: macro prompts close #1216 ( #1219 )
...
* feat: macro prompts close #1216
now the user can have confirmation on macros using this feature close #835
* prompt: remove separator and remove the header and close button if windowed
* prompt: wakeup screen
* prompt: slightly larger close icon
2024-01-02 08:04:02 -03:00
Thijs Triemstra
25ab9c962d
update ALLOWED_SERVICES ( #1222 )
2024-01-02 08:03:24 -03:00
alfrix
cae87fcdf7
init_printer add log messages for stop and early retries
2024-01-02 07:07:51 -03:00
alfrix
469a13fd02
zcalibrate: clear the mesh and reset the offset before doing calibration
2024-01-02 07:07:51 -03:00
alfrix
906831a151
fix ui overflow #1220
...
this make the scrollbar buttons a lot smaller, there is no alternative, they simply don't fit they never did
2023-12-30 11:08:35 -03:00
Weblate (bot)
9efce50107
Translations update from Hosted Weblate ( #1217 )
...
* Translated using Weblate (Swedish)
Currently translated at 100.0% (253 of 253 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (253 of 253 strings)
Co-authored-by: eltacoloco <hampus.lind@webbpost.nu>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/sv/
Translation: KlipperScreen/KlipperScreen
* Translated using Weblate (Korean)
Currently translated at 100.0% (253 of 253 strings)
Co-authored-by: 방영웅 <bangyeongung20@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translation: KlipperScreen/KlipperScreen
* Translated using Weblate (Russian)
Currently translated at 100.0% (253 of 253 strings)
Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ru/
Translation: KlipperScreen/KlipperScreen
---------
Co-authored-by: eltacoloco <hampus.lind@webbpost.nu>
Co-authored-by: 방영웅 <bangyeongung20@gmail.com>
Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
2023-12-28 16:23:59 -03:00
alfrix
9cba6d61f7
docs: add fix for pi5 on lite
2023-12-27 15:27:16 -03:00
dependabot[bot]
9f828665b3
build(deps): bump websocket-client from 1.6.1 to 1.7.0 ( #1188 )
...
Bumps [websocket-client](https://github.com/websocket-client/websocket-client ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/websocket-client/websocket-client/releases )
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog )
- [Commits](https://github.com/websocket-client/websocket-client/compare/v1.6.1...v1.7.0 )
---
updated-dependencies:
- dependency-name: websocket-client
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-24 12:04:34 -03:00
alfrix
a5ac4eb6b2
fixup for 34f80ce4
2023-12-24 12:03:53 -03:00
alfrix
4a928140d9
camera: workaround for webrtc if there is a stream close #1133
2023-12-23 17:30:57 -03:00
alfrix
34f80ce4aa
print: fix directory dates fixes #1199
2023-12-23 16:38:00 -03:00
Alfredo Monclus
be972d50d1
Polkit rules to fix #1201 and improve network permissions avoiding the nm workaround ( #1205 )
...
* installer: use polkit for permissions
* update dependencies
* docs update
2023-12-23 12:20:58 -03:00
alfrix
37c0bde153
move: minor correction to #1211
2023-12-23 11:35:51 -03:00
Thijs Triemstra
727a6657ee
add move_distances config option ( #1211 )
...
* add move_distances option
* address review comments
* adjust check
* comment out example
* doc update
* address review comments
2023-12-23 11:30:48 -03:00
alfrix
02ba0f9594
heater grid: smaller temp column if power is not displaying close #1200
2023-12-22 21:04:21 -03:00
Weblate (bot)
db12a134e2
Translated using Weblate (Dutch) ( #1206 )
...
Currently translated at 100.0% (253 of 253 strings)
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/nl/
Translation: KlipperScreen/KlipperScreen
Co-authored-by: Maxime Carrein <maxime.c.work@gmail.com>
2023-12-22 13:26:49 -03:00