Skip to content

Conversation

@Transistor427
Copy link
Collaborator

No description provided.

weblate and others added 30 commits September 4, 2024 12:45
Currently translated at 100.0% (318 of 318 strings)


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

Co-authored-by: Nackophilz <[email protected]>
* Added config directives to specify moonraker route prefix, and
explicitly specify SSL

* Added newly-implemented options to documentation

* Fixed boolean handling

* Cleanup

* Fixed trailing whitespace

* refactor: simplifications and lint fixes

---------

Co-authored-by: Alfredo Monclus <[email protected]>
…n#1466)

* Translated using Weblate (German (de_FORMAL))

Currently translated at 86.4% (275 of 318 strings)

Translated using Weblate (German)

Currently translated at 100.0% (318 of 318 strings)

Co-authored-by: Leart Dukaj <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de_FORMAL/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German (de_FORMAL))

Currently translated at 100.0% (318 of 318 strings)

Translated using Weblate (German (de_FORMAL))

Currently translated at 95.2% (303 of 318 strings)

Translated using Weblate (German (de_FORMAL))

Currently translated at 86.4% (275 of 318 strings)

Co-authored-by: Flo082002 <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de_FORMAL/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German (de_FORMAL))

Currently translated at 100.0% (318 of 318 strings)

Translated using Weblate (German)

Currently translated at 100.0% (318 of 318 strings)

Translated using Weblate (German (de_FORMAL))

Currently translated at 95.2% (303 of 318 strings)

Co-authored-by: Leart Dukaj <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de_FORMAL/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Leart Dukaj <[email protected]>
Co-authored-by: Flo082002 <[email protected]>
it takes less space and the previous implementation looks bad on some systems where the sizes are not respected
Adds support for InputPurpose.DIGITS to the on-screen keyboard.  This
can be used in places where a number-only input is appropriate, but
there may not be a desire to use the large keypad widgets.
…croll

the delay is needed because the osk will change the scrolledwindow adjustment, and it's only possible to scroll down more after the keyboard has been shown
… icon

got mistakenly removed in previous commit 585f477
…o not fail the connection on startup and having to retry
…n#1471)

* Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (318 of 318 strings)

Co-authored-by: Will Zhai <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hans/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (318 of 318 strings)

Co-authored-by: Neko.vecter <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hans/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Portuguese)

Currently translated at 91.5% (291 of 318 strings)

Co-authored-by: Paulo Henrique <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Will Zhai <[email protected]>
Co-authored-by: Neko.vecter <[email protected]>
Co-authored-by: Paulo Henrique <[email protected]>
* Initial commit, added psutil for getting tablet/laptop battery percentage, initial code for getting the values and displaying the icon

* add battery svgs for light theme

* added light styled battery svgs for dark themes

* update icon based on battery percentage and if device is charging

* indentation fix, and forgot to add battery plugged checks for 33% and 66% battery levels

* move battery polling to its own timer now that i understand how to add an additional timer, checks every 30 seconds. check for if show battery is on or off

* add toggle to config for settings

* show battery callback as screen.restart_ks instead of just reloading panels

* move self.battery_percentage() to end of reload_icons this ensures that when a theme is changed the icon is updated instead of waiting for the timeout to update the icon again

* remove left over commented out code

* only call self.battery_percentage when config is true

* adjust tooltip message

* split creatation of elements from updating elements

* change print to logging.debug, handle rouding for percentage in the f-string

* remove code that was moved to `�attery_init()`, only destroy icon element when updating icons/percentage text, remove redundant calls to `.pack_start` (just call it once after setting the icon).

* only create battery_update timer if config setting is true

* new material icons remove old icons

* `self.battery_init() in `__init__` def

* fix: lint

* refactors

* style: update icons to follow themes

* refactor: remove config, make the show/hide automatic

* style: bigger battery icons for z-bolt and colorized

---------

Co-authored-by: MrTylerjet <[email protected]>
Заменены иконки подъема и опускания стола для темы z-bolt
Добавлена иконка QR-кода для всех тем
Название и иконка панели Парковка заменены на Действия и main
Добавлена функция скрытия кнопки "Заблокировать"
Изменение имени отображения Chamber Fan на вентиляторы камеры
- убрано отображение security, frequency, chan, signal_level, BSSID
- убрано отображение security, chan, signal_level, BSSID
- добавлена кнопка QR-code
- добавлена функция переноса g-кодов в корневую директорию
- добавлена функция переноса g-кодов в корневую директорию
- отображение кнопки питания при печати
- отображение кнопки питания при печати
- подтверждение при загрузке и выгрузке филамента
- изменение пресетов скорости и расстояния
- отображение термисторов temperature_sensor
- отображение термисторов temperature_sensor
- отображение термисторов temperature
- отображение термисторов temperature
- подтверждение при загрузке филамента
- отображение системных сообщений, начинающихся на [+]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.