Conversation
- Refactoring to allow calling protocol methods in fbworker - Adding Pause/Resume - Forwarding keys and pointer events (shift -> pen, clicks -> touch)
- "auto_on_load" detects orientation once at startup - "auto" detects orientation at each update Todo: make detection more reliable
On some platforms there's an unwanted border otherwise.
the config using ssh.password config option.
This should be preffered approach when connecting to remarkable over (W)LAN for security reasons.
run() method. Loading system hosts can easily take 10+ seconds and doing it inside the constructor and not inside run() which runs in a thread pool will block the app and make the main Window freeze since it blocks main qt event loop from running.
better performance.
trademark issues.
|
@idnovic I spotted a mistake (fixed in c7b5469) but I doubt that is the reason for your issue. |
The connection is never established. |
|
yes I reinstalled the newest dev branch with tunnel support. |
|
@idnovic The |
Thank you. It does work now. Can you add a configuration checker? About the ip address. We have a large network. And it is part of the private ip address space. |
|
a config checker would be a very interesting idea. i would be very interested in programming something like that i am just currently a bit out with the codebase... Perhaps one could create a yaml based schema file that could be used to validate the config. |
|
I think the easiest and most useful feature missing for the config is a settings dialog... |
|
yeah, a settings UI would be best, however thats clearly more involved. FYI: https://python-jsonschema.readthedocs.io/en/stable/ |
|
Yeah, something like json schema + additionalProperties: false would probably work fine. In case we only want to support recent Python 3 version, we could also use something like pydantic (https://pydantic-docs.helpmanual.io/) which utilizes native type hints syntax. |
Prompting for the passphrase can only be done from main thread!
do not garbage collect cloned frames and create them with the correct rotation
Add dockerfile and run script
New features:
Blocking on:
libcryptoto resolve incompatibility with v2.6