Abestanis

Results 72 issues of Abestanis

This makes rive animations respect fake clocks during testing. We use rive in our app and tested that this did not introduce any visual change in the app. It does...

This pull request adds support for Qt `5.15.1`. There is still a big problem that we need to discuss: `QProcess::startDetached(command)` has become deprecated and might be removed in future Qt...

This reduces the CPU consumption of the FieldSet generation and speeds up the progress. I measured the runtime of the `detectFields` function: | Test page | Runtime before the patch...

The current implementation of the credentials icon has a couple of issues: * The text inside the input can overlap with the icon. The password field on the Amazon login...

This allows to register functional macros for which a wrapper function will be generated. Currently it is not possible to call functional macros at all. This makes it possible. Macros...

This depends on #580, because with the current screenshot the verification fails with the following error: ``` src/res/com.ulduzsoft.Birdtray.appdata.xml: FAILED: • attribute-invalid : width too large [https://raw.githubusercontent.com/gyunaev/birdtray/master/screenshots/birdtray-settings.png] maximum is 1600px •...

*This pull request includes changed from #92 and should be merged after it.* This adds support to connect to the KeePass password manage via the [`KeePassNatMsg` plugin](https://github.com/smorks/keepassnatmsg) in addition to...

*This includes the changes of #90 and should be reviewed after merging it. I'll keep this as a draft until then.* This addresses a few warnings and typos that were...

This allowed me to compile the library on Ubuntu with `libsdl2-dev libsdl2-ttf-dev libpixman-1-dev` installed and `set(CMAKE_POSITION_INDEPENDENT_CODE ON)` set. Closes #41.