1618 Commits

Author SHA1 Message Date
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
alfrix
85a9069397 docs: config options explain and improve 2023-12-17 16:06:13 -03:00
alfrix
1f43391b2c printer_select: do not sort, this allows the users to sort how they want by defining them in the config in the order they want 2023-12-17 10:24:26 -03:00
Andriy
a79016ae6e
Ukrainian language update (#1204)
* Ukrainian localisation update

Ukrainian localisation update

* Correcting definitions Ukrainian language

Correcting definitions
2023-12-16 22:27:09 -03:00
Weblate (bot)
27bc2c2f13
Translations update from Hosted Weblate (#1193)
* 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

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (253 of 253 strings)

Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/hu/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
2023-12-12 09:09:27 -03:00
AntoszHUN
dd3b255e27
Update Hungarian Language (#1192)
* Add files via upload

* Update KlipperScreen.po

---------

Co-authored-by: alfrix <alfredomonclus@gmail.com>
2023-12-08 19:37:40 -03:00
Rafael Neuwirth Swierczynski
382a578e58
update pt_br (#1190) 2023-12-08 19:36:25 -03:00
Weblate (bot)
18c1ef1572
Translated using Weblate (Russian) (#1191)
Currently translated at 98.8% (250 of 253 strings)


Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ru/
Translation: KlipperScreen/KlipperScreen

Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
2023-12-08 19:35:20 -03:00
Weblate (bot)
8675371485
Translated using Weblate (Czech) (#1189)
Currently translated at 100.0% (253 of 253 strings)


Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/cs/
Translation: KlipperScreen/KlipperScreen

Co-authored-by: Mick#6366 <kos.m@post.cz>
2023-12-06 08:28:07 -03:00
alfrix
05a55cfffa notifications: enable wrap 2023-12-03 13:49:01 -03:00
Weblate (bot)
670ebce06a
Translated using Weblate (Dutch) (#1186)
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: Thijs Triemstra <info@collab.nl>
2023-12-03 13:48:43 -03:00
AntoszHUN
f3dd3aa83b
Hungarian Language Update (#1182)
Co-authored-by: alfrix <alfredomonclus@gmail.com>
2023-11-29 20:31:06 -03:00
dependabot[bot]
d46b5dd21b
build(deps): bump python-mpv from 1.0.4 to 1.0.5 (#1179)
Bumps [python-mpv](https://github.com/jaseg/python-mpv) from 1.0.4 to 1.0.5.
- [Commits](https://github.com/jaseg/python-mpv/compare/v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: python-mpv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 19:31:32 -03:00
Weblate (bot)
fc9e7d8f9a
Translations update from Hosted Weblate (#1185)
* Translated using Weblate (Lithuanian)

Currently translated at 100.0% (253 of 253 strings)

Co-authored-by: vjurka <v@jurka.lt>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/lt/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (253 of 253 strings)

Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/hu/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: vjurka <v@jurka.lt>
Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
2023-11-29 19:30:49 -03:00