2126 Commits

Author SHA1 Message Date
Alfredo Monclus
632b10e7c0 network: hide the icon until info is available 2024-05-28 10:28:55 -03:00
Alfredo Monclus
7d6260d3ed job_status: fix layout break due to too long temps
having 3 heaters with power enabled is too long and breaks the interface, return to no extra digit in the job-status page
2024-05-27 23:19:12 -03:00
Alfredo Monclus
bb8031ce89 job_status: add extra info to print list and dialog 2024-05-27 22:34:04 -03:00
Alfredo Monclus
e39c286f00 deps: requests 2.32 doesn't support 3.7 2024-05-27 22:34:04 -03:00
Weblate (bot)
7df2471960
Translations update from Hosted Weblate (#1375)
* Translated using Weblate (Spanish)

Currently translated at 99.3% (290 of 292 strings)

Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/es/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Czech)

Currently translated at 100.0% (292 of 292 strings)

Co-authored-by: Miloslav Kos <kos.m@post.cz>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/cs/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (292 of 292 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: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Miloslav Kos <kos.m@post.cz>
Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
2024-05-27 22:32:53 -03:00
Alfredo Monclus
1d9e9e8d65 network: rescan after connect 2024-05-26 15:02:46 -03:00
Alfredo Monclus
d88dad1e8d network: fixes for connection handling mainly delete 2024-05-26 14:30:07 -03:00
Alfredo Monclus
3c71f67f53 network: fix properly detect network type 2024-05-26 12:15:44 -03:00
Alfredo Monclus
f07f77eaa6 temperature: fix inverted preheat/delta #1377 2024-05-26 09:22:25 -03:00
Alfredo Monclus
954042691d temperature: fix pre-selection close #1377 2024-05-26 08:21:23 -03:00
Alfredo Monclus
6815e9cabc network: improvements in error handling 2024-05-25 23:56:07 -03:00
Alfredo Monclus
4bea02db4e network: provide a message when failining initialization 2024-05-25 18:27:43 -03:00
Alfredo Monclus
fe8b1e9d70 screen: rework panel clear 2024-05-25 17:00:42 -03:00
Alfredo Monclus
3b010e6901 job_status: add check to label animate 2024-05-25 15:15:19 -03:00
Alfredo Monclus
9bc75729d6 network: do not ask psk for open networks 2024-05-25 15:07:12 -03:00
Alfredo Monclus
b9f51d39db network: do not close the psk entry if the password is invalid
also not it differentiates invalid property from other errors
2024-05-25 14:23:37 -03:00
Alfredo Monclus
36b6ce3092 printer: refactor to simplify 2024-05-25 01:55:26 -03:00
Alfredo Monclus
5dcbcea292 printer: count pwm tools 2024-05-25 01:21:17 -03:00
Alfredo Monclus
a19962fb02 reduce logging 2024-05-25 00:50:25 -03:00
Alfredo Monclus
bc822eebef layout: reduce some paddings
dropdowns
print items of thumbnail view
2024-05-24 23:17:13 -03:00
dependabot[bot]
bf4d361403
build(deps): bump requests from 2.31.0 to 2.32.2 in /scripts (#1374)
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-24 19:17:48 -03:00
Alfredo Monclus
a80b881015
network: new NetworkManager backend using sdbus (#1269)
* network: new NetworkManager backend using sdbus

drop support for old methods

* rescan changes

* add wifi on-off
2024-05-24 19:13:35 -03:00
Alfredo Monclus
524aa0e7dc
drop python 3.7 support (#1271)
* drop python 3.7 support

start using  PEP 572 assignment expressions

Update FAQ

improve how unsupported versions are informed

this should be clearer on why we refuse to continue

* add more asign-expressions
2024-05-24 19:13:19 -03:00
Alfredo Monclus
462d134b1e vertical layout: increase font size
the current version of klipperscreen can have little bit more without breaking the ui in my tests
2024-05-24 16:42:25 -03:00
Alfredo Monclus
5eb268b220 main and temp: fix keypad with the new vertical layout 2024-05-24 15:42:14 -03:00
Alfredo Monclus
564db518da update translation files 2024-05-23 23:38:47 -03:00
Alfredo Monclus
3fee9cbb70 main_menu and temp: change layout to accomodate a bigger graph and list in vertical mode
close #1372
2024-05-23 23:22:15 -03:00
Alfredo Monclus
32ba2099cb job_status: use full words for remaining and allow translations 2024-05-23 23:21:24 -03:00
Alfredo Monclus
bdc48d37a8 pins: add pwm_tool 2024-05-23 23:21:24 -03:00
Alfredo Monclus
fc7f12b24d config: give a better description for menu errors 2024-05-23 23:18:57 -03:00
Weblate (bot)
2e9308cb52
Translations update from Hosted Weblate (#1367)
* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (286 of 286 strings)

Co-authored-by: Sida Liu <liul8258@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hans/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (French)

Currently translated at 92.3% (264 of 286 strings)

Translated using Weblate (Danish)

Currently translated at 92.6% (265 of 286 strings)

Co-authored-by: Miloslav Kos <kos.m@post.cz>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/da/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/fr/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Sida Liu <liul8258@gmail.com>
Co-authored-by: Miloslav Kos <kos.m@post.cz>
2024-05-23 22:44:05 -03:00
Alfredo Monclus
b9e16ec453 menu: add pins panel access while printing 2024-05-19 10:44:02 -03:00
Alfredo Monclus
fe9d4257f2 main temp: fix issue with names with special characters
using special characters in names it's still not recommended!!!
2024-05-17 23:01:33 -03:00
alfrix
d24c8f078a job_status: change thumb request fixes #1366 2024-05-13 18:36:16 -03:00
alfrix
7dd62decaf refactor reinit
should fix an issue when the user presses retry before the websocket fully disconnects
2024-05-13 11:55:21 -03:00
alfrix
19c083b286 splash: reformat 2024-05-13 09:40:52 -03:00
alfrix
796e4f3dee system: add labels dict 2024-05-12 15:56:17 -03:00
alfrix
1afc67b354 panels: simplificate panel sub-menu system 2024-05-12 15:53:45 -03:00
Andriy
dc61787960
Ukrainian translation update (#1365)
* Ukrainian localisation update

Ukrainian localisation update

* Correcting definitions Ukrainian language

Correcting definitions

* Updated translation
2024-05-12 14:51:34 -03:00
alfrix
7d97f003c4 temperature: use long-press gesture for the popup, allow right-click
allow clicking the name to switch device when showing numpad
deprecates timeout
remove select/deselect from popup, it's redundant and conflicts with the numpad
reformat
2024-05-12 14:13:47 -03:00
alfrix
4d72330761 updater: use more descriptive names and reformat 2024-05-12 10:45:27 -03:00
alfrix
e2f2023d55 zcalibrate: do not rely in self.labels 2024-05-12 10:45:04 -03:00
Selim
138c1dd4fa
Translations update Turkish (#1364)
TR-Update_may
2024-05-10 10:05:16 -03:00
alfrix
c9c6eb2258 config: remove printers from theme list fixes #1363 2024-05-09 15:28:32 -03:00
alfrix
03a99ded92 config: fix language not saving fixes 1362#
also adds system_lang back to the list it was missing since the switch from dropdown to menu
2024-05-09 15:23:19 -03:00
alfrix
da92242ce9 move: add tooltip to invert-z 2024-05-09 13:29:05 -03:00
alfrix
f6a0ca2f41 menu: fix config location 2024-05-09 13:14:09 -03:00
alfrix
2d42e0fcea move and zcalibrate: changes in z invert
now invert z will swap the button position in both panels
2024-05-09 11:59:30 -03:00
alfrix
b90cfefa24 move: add tooltips 2024-05-09 11:33:02 -03:00
alfrix
6f15d51aa0 move: reformat with black 2024-05-09 11:33:02 -03:00