Paweł Kotiuk

Results 89 issues of Paweł Kotiuk

Followup to: https://github.com/AntiMicroX/antimicrox/pull/416#discussion_r906671681 --------------------- #### Upvote & Fund - If you find this issue important, mark it with 👍. It lets us see which fixes and features are demanded by...

refactor

QT6 is mature enough to start efforts of porting AntiMicroX to it. It is also needed for updating runtime for flatpak (see: https://github.com/flathub/io.github.antimicrox.antimicrox/issues/11) Tasks to do: - [x] Deal with...

enhancement
refactor

### Discussed in https://github.com/AntiMicroX/antimicrox/discussions/394 Tweak default theme on Windows to make app darker. Possible solution: https://qdarkstylesheet.readthedocs.io/en/latest/readme.html --------------------- #### Upvote & Fund - If you find this issue important, mark it...

enhancement
good first issue
Windows
low-priotity

### Discussed in https://github.com/AntiMicroX/antimicrox/discussions/297 Originally posted by **milochadam** November 21, 2021 I would like to use a trigger as a modifier, for example holding it down would allow faster mouse...

enhancement
Fund

Some of currently supported languages need update (mainly status updates in `about` sections and updates of [.desktop file](https://github.com/AntiMicroX/antimicroX/tree/master/other) ) Translations are stored in: - [.ts files](https://github.com/AntiMicroX/antimicroX/tree/master/share/antimicrox/translations) -entire interface, windows etc....

good first issue
help from outside needed

Class `JoyButtonSlot` should be divided into several smaller classes with common ancestor. It would help to avoid mess in code. New classes should describe actions and execution of them. It...

good first issue
refactor

Currently support for vmulti input is only partial in Windows build it may be good to fully restore it. About vmulti (from changelog) ``` Using that driver would allow antimicroX...

enhancement
refactor
Windows
low-priotity

Things to do: - [ ] Track launched processes (maybe only in DEBUG mode) - [ ] Allow defining working directory (location of executable by default) - [ ] Define...

enhancement
low-priotity
blocked

It will be a good and universal way of changing sets in unusual situations like: https://github.com/AntiMicroX/antimicrox/issues/302 https://github.com/AntiMicroX/antimicrox/issues/164 Should be similar to option: ``` --profile-controller Apply configuration file to a specific...

enhancement
good first issue
low-priotity

After running antimicrox we get warnings from QCommandLineParser informing about checking not defined options. These are caused by some partialy implemented features ``` antimicrox --log-level info ❗WARN QCommandLineParser: option not...

bug
refactor