alfrix
eb0e6ad803
job_status: disable restart and pause after pressing and simplify enable
2023-06-21 17:42:32 -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
alfrix
efc8c3f437
macros: add popup (visual confirmation) of the macro sent
2023-06-21 16:10:29 -03:00
alfrix
2c582acc7b
memory leak fix
...
the leak started in v0.2.9 (e1ea41f147be2a356d5777e65cce37337cd51555) with the addition of del self.panel[panel].
del cannot be called on self.panels because some panels have bound methods that prevent them from being collected by the gc.
so, instead of trying to remove them, reinitialize the panels if it's needed (before v0.2.9 initialize was always called, so it's still better than it was)
at the moment leaving the panels on memory doesn't seem like a big issue, once all panels are loaded memory should remain stable
fixes #1019
fixes #1008
2023-06-21 16:10:29 -03:00
dependabot[bot]
7cf89aa014
build(deps): bump websocket-client from 1.5.3 to 1.6.0 ( #1022 )
...
Bumps [websocket-client](https://github.com/websocket-client/websocket-client ) from 1.5.3 to 1.6.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.5.3...v1.6.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-06-21 16:09:18 -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
92ed72e48b
fix panel removal not working correctly
...
previous fix addresed the leaking memory, but created more issues:
fixes #1012
fixes #1015
fixes #1017
2023-06-16 14:11:10 -03:00
alfrix
4920720c99
return False on Glib functions
2023-06-16 10:05:43 -03:00
alfrix
2241b54153
use only one jinja env
...
slightly improves performance
2023-06-16 10:05:24 -03:00
alfrix
dbe3f03019
refactor graph update timer
2023-06-16 10:04:16 -03:00
Gabes Mak
7a7d275c31
Update Installation.md ( #1016 )
...
Fix wording
2023-06-16 09:58:35 -03:00
dependabot[bot]
3b8b8e9c9b
build(deps): bump websocket-client from 1.5.2 to 1.5.3 ( #1010 )
...
Bumps [websocket-client](https://github.com/websocket-client/websocket-client ) from 1.5.2 to 1.5.3.
- [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.5.2...v1.5.3 )
---
updated-dependencies:
- dependency-name: websocket-client
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-06-13 13:41:14 -03:00
alfrix
35498d39c7
job_status: fix not fitting on 480 wide screens
2023-06-13 13:39:23 -03:00
alfrix
8a29b6e125
fix not reconnecting to moonraker and prevent simultaneous reconnections
...
fixes #999
2023-06-13 13:39:23 -03:00
alfrix
c5522b29da
screen: Log resolution/size changes
2023-06-13 13:39:23 -03:00
alfrix
c1d8a4f033
menu: get rid of initalize
2023-06-13 13:39:23 -03:00
alfrix
f7c12867d5
slimmer topbar buttons fixes #1006
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
72c1b1d5f2
main_panel: retry to show graph if moonrkaesr tempstore was not initialized yet
2023-06-13 11:54:42 -03:00
alfrix
ff94b45c45
close dialogs when transitioning to printing
...
also simplify the transition
2023-06-13 11:08:18 -03:00
alfrix
1813533bec
Revert "always unload panels fixes #932 " and fix it in a different way
...
it did not work as expected (#996 ) and caused other issues with macros and menus
del self.panels causes a memory leak
2023-06-13 11:07:46 -03:00
alfrix
fa73daaf71
camera: improve performance and latency and also fixes #1003
2023-06-09 08:59:32 -03:00
alfrix
b74b1b600f
screen: fix some warnings about init_check and define ind
2023-06-09 08:59:32 -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
791938d733
rework screensaver timeout should fix #992
2023-06-04 10:29:41 -03:00
alfrix
2d61eba66b
Fix macro shortcut reopening the same panel
2023-06-04 08:09:11 -03:00
alfrix
1e4885d291
do not close popups when changing state
2023-05-28 09:18:32 -06:00
alfrix
1462c8d08c
printer: refactor with early return and safer state evaluate
2023-05-28 09:11:01 -06:00
alfrix
c38a3273f3
fix Print panel not showing fixes #993
2023-05-27 20:53:32 -06:00
alfrix
2a0ea6e248
docs: fix broken link on the new troubleshooting merge vc into showing console
2023-05-27 20:47:05 -06:00
alfrix
eb24987b27
docs: update and expand troubleshooting sections
2023-05-27 13:11:37 -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
dependabot[bot]
5d4459ff0b
build(deps): bump requests from 2.30.0 to 2.31.0 ( #986 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.30.0 to 2.31.0.
- [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.30.0...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
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-05-23 08:20:58 -06:00
dependabot[bot]
0798ce0737
build(deps): bump websocket-client from 1.5.1 to 1.5.2 ( #984 )
...
Bumps [websocket-client](https://github.com/websocket-client/websocket-client ) from 1.5.1 to 1.5.2.
- [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.5.1...v1.5.2 )
---
updated-dependencies:
- dependency-name: websocket-client
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-05-23 08:19:17 -06:00
alfrix
6781043942
docs: explain icon menu item: close #981
2023-05-20 05:13:56 -06:00
alfrix
be13c1086e
make the language list a menu instead of a dropdown fixes #915
2023-05-20 05:00:45 -06:00
alfrix
4db7fd288c
always clear the popup timer fixes #967
2023-05-20 03:12:52 -06:00
alfrix
3dc535f8fb
always unload panels fixes #932
2023-05-20 02:59:06 -06:00
alfrix
6b62adbfef
Docs: update info about supported screws
2023-05-18 07:48:49 -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
dependabot[bot]
a77148b603
build(deps): bump pycairo from 1.22.0 to 1.23.0 ( #823 )
...
Bumps [pycairo](https://github.com/pygobject/pycairo ) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/pygobject/pycairo/releases )
- [Changelog](https://github.com/pygobject/pycairo/blob/main/NEWS )
- [Commits](https://github.com/pygobject/pycairo/compare/v1.22.0...v1.23.0 )
---
updated-dependencies:
- dependency-name: pycairo
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-05-14 09:15:44 -06:00
JS-Cannon
46dd978dcc
Fixed z-bolt images opacity ( #960 )
2023-05-14 09:03:18 -06:00
dependabot[bot]
17dd3bb83a
build(deps): bump requests from 2.28.2 to 2.30.0 ( #969 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.28.2 to 2.30.0.
- [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.28.2...v2.30.0 )
---
updated-dependencies:
- dependency-name: requests
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-05-13 21:53:03 -06:00
dependabot[bot]
7905e4d7fa
build(deps): bump pygobject from 3.42.2 to 3.44.1 ( #936 )
...
Bumps [pygobject](https://pygobject.readthedocs.io ) from 3.42.2 to 3.44.1.
---
updated-dependencies:
- dependency-name: pygobject
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-05-13 21:52:28 -06:00
Thijs Triemstra
b337d27dd4
add Dutch translation ( #970 )
2023-05-13 21:47:48 -06:00