Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Valer100 pushed 1 commit to main Valer100/winaccent
- Set `window_border_inactive` to `titlebar_inactive` on Windows 11 if the titlebars are colored and the inactive title... 6af0426
Valer100 pushed 11 commits to main Valer100/qr-grabber
- Refactor asset path handling by removing the assets module and integrating get_asset_path method directly in QRCodeDe... d1eed3c
- Add hook for collecting data files for pyzbar 0500e23
- Add mock for icon_path in snipping_tool tests 73fe855
- Update CI workflow to run on Windows and simplify test execution 055d626
- Add GitHub Actions workflow for building and releasing QR Grabber on Windows ae3966a
- Format files using ruff 5ff4154
- Merge pull request #13 from Zingzy/12-automate-exe-building-on-gh-release Add GitHub Actions workflow for building a... f1b779f
- Refactor GitHub Actions workflow for building QR Grabber executable 85c4c9d
- Simplify version extraction in release workflow and update version.py to handle leading 'v' 94334d1
- Update release workflow permissions and upgrade upload-artifact action; standardize version string handling 75989ec
- Update release workflow to include version tag in executable name and artifact uploads c35bf32
Valer100 pushed 1 commit to main Valer100/qr-grabber
- Merge pull request #10 from Valer100/main Some fixes and improvements 21a75ec
Valer100 created a comment on a pull request on Zingzy/qr-grabber
@Zingzy You're welcome!
Valer100 opened an issue on Zingzy/qr-grabber
Keyboard shortcut for opening the detection tool conflicts with `Alt` + `Q` if the keyboard layout is set to Romanian (Programmers)
There is an issue with the Romanian (Programmers) keyboard layout and this app's keyboard shortcut (`Ctrl` + `Alt` + `Q`) for opening the detection tool. When your keyboard layout is set to Romania...Valer100 pushed 1 commit to main Valer100/qr-grabber
- Move `get_asset_path()` in a separate module in the `utils` folder 006e733
Valer100 created a review comment on a pull request on Zingzy/qr-grabber
Yes, it's a good idea.
Valer100 created a comment on a pull request on Zingzy/qr-grabber
> Ah, I understand now. However, it seems that setting `suppress=True` is causing other issues. Perhaps, for the Romanian keyboard issue, we could consider opening a separate issue on GitHub to add...
Valer100 created a review on a pull request on Zingzy/qr-grabber
I think the issue is with `supress=True` not working correctly when registering the keyboard shortcut. It was supposed to block the keyboard shortcut from being sent to other programs, but seems to...
Valer100 pushed 1 commit to main Valer100/qr-grabber
- Undo `Prevent sending Ctrl + Alt + Q to other programs` (fixes some keyboard-related issues) a5d9b21
Valer100 created a comment on a pull request on Zingzy/qr-grabber
I made that change because I'm using the Romanian (Programers) keyboard and when I press `Alt` + `Q` on my keyboard (seems to be triggered by `Ctrl` + `Alt` + `Q` too), it types a character used in...
Valer100 created a review on a pull request on Zingzy/qr-grabber
I think the issue is with `supress=True` not working correctly. It was supposed to block the keyboard shortcut from being sent to other programs, but seems to break stuff.
Valer100 created a comment on a pull request on Zingzy/qr-grabber
@Zingzy I can reproduce the issue only if I set `max_alpha` variable from `src/ui/snipping_tool.py` to a value higher than 0.3 (experienced this with 0.7). I sometimes experience it with 0.3 too.
Valer100 pushed 1 commit to main Valer100/qr-grabber
- Add test for canvas clearing when showing the window 2f7ce01
Valer100 opened a pull request on Zingzy/qr-grabber
Some fixes and improvements
This PR fixes some issues and makes some improvements to the app. Here are all the changes: - Fixed a bug when opening the detection tool using the keyboard shortcut, close it and then try to op...Valer100 pushed 1 commit to main Valer100/qr-grabber
- Add a comment above the snipping tool window initialization code 2792a43
Valer100 pushed 1 commit to main Valer100/qr-grabber
- Check if the window is already shown when calling `show_window()` and check if the window is already hidden when call... d7e16b0
Valer100 pushed 1 commit to main Valer100/qr-grabber
- Simplify animation configuration and tests 2207462