Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-16 | QOlmAccount::needsSave() shouldn't be const | Alexey Rusakov | |
Making Qt signals const is an impossible commitment - once the signal is out, you can't control if any called slot will change the emitting class or not. The code compiles but const-ness is not preserved. | |||
2022-05-16 | Optimise #includes for QOlm* classes | Alexey Rusakov | |
2022-02-16 | Use QHash instead of QMap | Alexey Rusakov | |
We don't seem to need sorted associative containers in those cases. | |||
2022-02-16 | Add a few missing QUOTIENT_API stanzas | Alexey Rusakov | |
Also, removed Q_GADGET macros from key verification events as those don't seem to do anything (no Q_ENUM/Q_FLAG things, namely). | |||
2021-12-07 | Rename "crypto" -> "e2ee" | Tobias Fella | |