664 Commits

Author SHA1 Message Date
alfrix
bd87737467 keypad: fix calibrate pid not showing sometimes 2023-08-03 22:46:07 -03:00
alfrix
5b5b1f0485 network: fix #1067 2023-08-01 12:33:04 -03:00
alfrix
b7d1086c15 update translation files 2023-07-31 02:01:11 -03:00
alfrix
5713a348de Update translation: Spanish 2023-07-30 12:22:58 -03:00
alfrix
3a7818bd35 screen: remove pop parameter from show_panel and remove_panel, simpler 2023-07-30 12:22:58 -03:00
alfrix
3f11897491 screen: make show_panel parameters more clear 2023-07-30 12:22:58 -03:00
alfrix
8d9236a2df screen: simplify panel loading
this removes create_panel function from panels and mandates a class name Panel

remove panel_type param and only use a panel_name that is it's filename

remove load_panel dict

always reinit panel, (simpler and safer but slower)
2023-07-30 12:22:58 -03:00
alfrix
a149796b19 reduce the use of contextlib 2023-07-30 12:22:58 -03:00
alfrix
870256df09 screen_panel: format_time round minutes since seconds are only shown with less than a minute 2023-07-30 12:22:58 -03:00
alfrix
d0ab325744 config: changes in how the config is validated
now it validates in steps
1 defaults
2 user settings
3 user includes
4 auto-generated section

unknown keys will be removed from the auto-generated section if no other errors are found
detect and warn about missing newlines in headers
2023-07-30 12:22:58 -03:00
Daviteusz
b249c79180
locale(pl): Update Polish translation (#1058) 2023-07-30 12:21:22 -03:00
Chad Condon
e8a2d3443e
Improve name presentation (#1055)
* Preserve manual capitalization

Avoid re-capitalizing names that already include uppercase letters.
This improves the presentation of names like "TMC2209", etc. when the
user has manually capitalized the name.

* Use title case

Use title case instead of only capitalizing the first character.
Ex. `heater_bed` now becomes "Heater Bed" instead of "Heater bed".
2023-07-24 17:00:12 -03:00
Selim
fab620dce7
Update translation: Turkish (#1054) 2023-07-24 16:59:22 -03:00
Andriy
06240ee872
Update translation: Ukrainian (#1053) 2023-07-24 16:58:29 -03:00
AntoszHUN
12a79ed2c7
Update translation: Hungarian (#1044) 2023-07-24 16:57:47 -03:00
Samuel-0-0
ca71953cfa
Update translation zh_CN (#1041) 2023-07-24 16:56:51 -03:00
Daviteusz
304e285b7f
locale(pl): update Polish translation (#1033)
Co-authored-by: Weblate <noreply@weblate.org>
2023-07-08 23:15:59 -03:00
Samuel-0-0
c02d001e9d
Update translation zh_CN 2023-07-08 23:15:21 -03:00
saudade428
d589a1e31c
Update translation zh_TW 2023-07-08 23:14:44 -03:00
alfrix
d6b700381b fix possible issue with the mesh profile is not complete 2023-07-07 23:15:07 -03:00
alfrix
fff7f66780 update translations 2023-07-02 16:33:35 -03:00
Alfredo Monclus
6190581101
Reorganization (#1029) 2023-07-02 15:16:36 -03:00
Alfredo Monclus
294623c13f
temp: add pid calibrate to the keypad (#1026) 2023-06-30 17:48:43 -03:00
Daviteusz
828b5b6a4b
locale(pl): Updated Polish translation (#1027)
Co-authored-by: Weblate <noreply@weblate.org>
2023-06-30 17:44:04 -03:00
Alfredo Monclus
b5abd3d7b9
temperature: select the device that was selected in job_status (#1025) 2023-06-30 17:43:00 -03:00
alfrix
baae949beb fix main_menu left_panel graph crashing/hiding after a config change of heaters 2023-06-22 12:44:16 -03:00
alfrix
a973300d2f klippygtk: scaling tweak for default text size to fit 4 sliders without scrollbars (limits and retraction) 2023-06-21 17:42:32 -03:00
alfrix
391254057a bed_level: use the same string for disable motors used in the other panels 2023-06-21 16:13:51 -03:00
Daviteusz
540528630b
Translated using Weblate (Polish) (#1020)
Co-authored-by: Weblate <noreply@weblate.org>
2023-06-21 16:08:45 -03:00
alfrix
4920720c99 return False on Glib functions 2023-06-16 10:05:43 -03:00
alfrix
8a29b6e125 fix not reconnecting to moonraker and prevent simultaneous reconnections
fixes #999
2023-06-13 13:39:23 -03:00
alfrix
c1d8a4f033 menu: get rid of initalize 2023-06-13 13:39:23 -03:00
alfrix
f0a33bd360 keyboard: improvements and fixes
modify layout to make keyboard bigger in the same space
create shift for a more traditional aproach
fix highlighting fixes #1004
2023-06-13 11:54:42 -03:00
alfrix
88afa50ea3 change getdefaultlocale to getlocale since it's getting deprecated in python 3.13 2023-06-06 05:34:35 -03:00
alfrix
65588424bf make keyboard highlight keys fixes #1000 2023-06-04 14:26:12 -03:00
alfrix
7a0848fa9f deprecate user slicer compensation, in hindsight this is something that the ui shouldn't do 2023-06-04 11:00:47 -03:00
alfrix
1462c8d08c printer: refactor with early return and safer state evaluate 2023-05-28 09:11:01 -06:00
Andriy
85ba01f2d8
Ukrainian localization update (#989)
Correcting the names of the previous translator and translating new meanings.
2023-05-27 13:03:14 -06:00
alfrix
be13c1086e make the language list a menu instead of a dropdown fixes #915 2023-05-20 05:00:45 -06:00
0e877ac5d6
DE MO Generation Fix (#979) 2023-05-17 10:05:56 -06:00
1ab9b96db7
Added and updated strings for DE | Added formal version for "Sie" (#978)
* Added and updated strings

- Added missing strings
- Adjusted strings to be more in line
- Same terminology for all strings
- Added beside "Du" the formal verion de_formal for "Sie"
2023-05-17 08:09:05 -06:00
alfrix
8e77d24505 Update Ukranian (alexeyzel) close #977 2023-05-17 07:59:35 -06:00
Thijs Triemstra
b337d27dd4
add Dutch translation (#970) 2023-05-13 21:47:48 -06:00
alfrix
0b973ad4c5 Update pt translation (thanks rafaelSwi)
close #961
2023-05-07 07:26:26 -06:00
alfrix
13a358acd8 Update spanish 2023-05-07 07:17:14 -06:00
alfrix
54e7a8b6a2 update translation files 2023-05-07 07:04:43 -06:00
alfrix
abacff9bd5 translate minute (singular) in the blanking list 2023-05-07 06:58:45 -06:00
Thijs Triemstra
d21a9616e7
add 1 and 2 minute screen blanking options (#958)
for battery-powered devices
2023-05-07 06:56:13 -06:00
alfrix
282799c8cb bed_mesh: fix points not working
consider implementing a view button to not forcibly load a mesh to view it
2023-04-05 05:50:32 -06:00
alfrix
3417765223 job_status: fix panel not showing and not updating thumbnails
safeguard against thumbnail corruption or other errors fixes #893
better system to update name and thumbnails fixes #889
2023-03-19 05:55:30 -06:00