momo commented on pull request pikers/piker#48
fix DpiAwareFont default size calculation> I just changed the base branch (what we'll merge this into) to `main` as well since the original is already merged. > > @momo so actually try to do a `git rebase main` and see how it goes. i…
momo pushed to dpi-font-auto-calc at pikers/piker
-
416a121de1 improve ui zoom defaults
-
8a8d7e3c53 Fix chart axis scaling on UI zoom level change
-
2882c22bfa Add global UI font-size zoom scaling (from @dnks)
-
452feff346 Add `.xsh` script mentioned in gitea #50
-
5b2fc8a9fb Reorder imports in `qt_screen_info.py` ??
- Compare 104 commits »
momo pushed to dpi-font-auto-calc at pikers/piker
-
cf97a70b2c improve ui zoom defaults
-
a603f321b1 Fix chart axis scaling on UI zoom level change
-
da2cefa0a9 Add global UI font-size zoom scaling (from @dnks)
- Compare 3 commits »
momo commented on pull request pikers/piker#48
fix DpiAwareFont default size calculation@goodboy - Fixed startup zoom level: Changed from 4.0 (400%, too large) to 1.0 (100%, normal size) - Made zoom increments smoother: Changed from 100% jumps to 20% increments -…
momo pushed to dpi-font-auto-calc at pikers/piker
-
1376b4667e improve UI zoom UX
-
62982a41fc 🟢 .gitignore
-
78531cd573 🔴 No files deleted.
- Compare 3 commits »
momo commented on pull request pikers/piker#65
macos_fixes_2025@goodboy zoom functionality is working, some issues and improvements : - Starts at 400% zoom by default _zoom_level: float = 4.0 in piker/ui/_window.py:251 Should probably be 1.0…
momo approved pikers/piker#62
hist_backfill_fixes: working-around (some) conc issues in the tsdb backfiller-> I think this one was expected, so i used github link.
momo approved pikers/piker#66
pdbp_bump: to latest version, readme/pyproject tweakslgtm!
momo commented on pull request pikers/piker#48
fix DpiAwareFont default size calculation@goodboy how it looks? there is no conflicts now
momo pushed to dpi-font-auto-calc at pikers/piker
-
e1a81fa433 Add `.xsh` script mentioned in gitea #50
-
073f496f87 Reorder imports in `qt_screen_info.py` ??
-
5b08ee1317 Add some Qt DPI extras to `qt_screen_info.py`
-
28d0b4ce36 Re-fmt and `.info()` the `.configure_to_dpi()` DPI calcs for now
-
d4d4628680 fixed spacing
- Compare 121 commits »
momo pushed to dpi-font-auto-calc at pikers/piker
-
6ee0d86548 Merge pull request 'dpi_scaling_round2: a bit of research on `Qt6`'s hiDPI support' (#49) from dpi_scaling_round2 into dpi-font-auto-calc
-
e63cffaf53 Add `.xsh` script mentioned in gitea #50
-
49bedb4912 Reorder imports in `qt_screen_info.py` ??
-
35744f666f Add some Qt DPI extras to `qt_screen_info.py`
-
6f9b7320e5 Re-fmt and `.info()` the `.configure_to_dpi()` DPI calcs for now
- Compare 5 commits »
momo merged pull request pikers/piker#49
dpi_scaling_round2: a bit of research on `Qt6`'s hiDPI support
momo pushed to dpi-font-auto-calc at pikers/piker
-
47dbed1229 fixed spacing
momo pushed to dpi-font-auto-calc at pikers/piker
-
0563c91b33 fixed pytest test for dpi font auto calculation
momo pushed to dpi-font-auto-calc at pikers/piker
-
7ff4f5d059 added pytest, moved dependencies
momo created pull request pikers/piker#48
fix DpiAwareFont default size calculationmomo pushed to dpi-font-auto-calc at pikers/piker
-
c6c768eb77 fix DpiAwareFont default size calculation