Sylvia van Os
Sylvia van Os
This bug just keeps coming back... ``` qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_id_callback qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_locking_callback qt.network.ssl: QSslSocket: cannot resolve ERR_free_strings qt.network.ssl: QSslSocket: cannot...
As AppImageUpdate isn't something that's installed commonly, Pext will have to check for updates in the AppImage itself. Probably calling appimageupdatecli from subprocess. This probably involves modifying _menu_check_updates and _menu_check_updates_actually_check...
Currently, Pext's system for QML to request changes into the code is one-way. QML calls it, and never knows if it worked or not. A solution needs to be found...
[pyqtdeploy](https://pypi.python.org/pypi/pyqtdeploy) claims to support Android and iOS. We will need access to the actual Python 3 interpreter and pip because of the modules, but if anyone can figure out how...
**Current plan** Everything will be classes: *ModuleGlobal* - header: the header text to show, if no entry or subentry has header text set - options: list of extra options, which...
This will be rather complex, and won't be any time soon, but will be basically the following: - [ ] All modules should run in their own process - [...
Unity had a really cool feature called HUD that allowed you to search through the application menus of the active application. It would be really cool if Pext could have...
I just read this article about a new Google Maps transit feature, where it shows a notification of your next action and when, and I find the idea pretty cool:...
It gets a bit ridiculous otherwise: 
From reading the source code it seems that app names only increase, which means even apps you never use will eventually be really big. The refreshAppSize function should probably make...