miruka

Results 66 comments of miruka

Make sure you're on the right branch, run `git checkout dev` before building.

This should fixed by https://github.com/poljar/matrix-nio/commit/1f17a20ca818c1c3a0c2e75fdc64da9c629eb5f9. This commit will be part of matrix-nio 0.18.5, which is to be officially released before tomorrow. It already is included in the new mirage 0.7.2...

The busy indicator is cleared when the server shows us our own message in the next sync, unlike some other clients that clear it directly when the send request completes....

Qt doesn't have a way to do this out of the box, but we might be able to leverage a third-party library like [QHotKey](https://github.com/Skycoder42/QHotkey). If you have an external way...

Caused by https://github.com/poljar/matrix-nio/issues/224

Need to make nio catch and handle HTTP 5xx errors.

Ctrl+D does this by default. It used to be escape, but that was changed at some point because it caused conflicts with other GUI components for which Qt already handled...

Like pointed in the [README](https://github.com/mirukana/mirage#configuration--theming), you can remove the image easily in your theme. I'm reluctant to include more themes by default, especially ones with that differ only by a...

There's no built-in light theme currently, I assume colemickens meant glass theme

The theme system is being reworked, once this is done themes will be easy to maintain and I can take care of this issue.