aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/chat_input/encryption_button.vala
Commit message (Collapse)AuthorAgeFilesLines
* Show encryption type currently used when hovering padlock in chat input boxshow-message-encryption-type-tooltipMiquel Lionel2024-02-181-0/+7
| | | | - also adresses https://github.com/dino/dino/issues/1240
* More noticeable encryption type color and encryption statusMiquel Lionel2024-02-181-2/+2
| | | | | - added file changes-allow-symbolic from GTK Adwaita icon theme as dino-unencrypted.svg (licensed under LGPL3)
* Fix compiler warningsfiaxh2022-12-301-1/+0
|
* Fix encryption button update and reduce its required GTK versionfiaxh2022-08-211-22/+18
| | | | MenuButton.activate only exists since 4.4
* Improve Gtk4 portfiaxh2022-07-271-24/+30
|
* Port from GTK3 to GTK4fiaxh2022-07-271-22/+21
|
* Don't offer encryption in MUC PMsfiaxh2020-06-231-2/+15
|
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-081-3/+12
|
* Add emoji button to chat inputfiaxh2019-09-091-1/+0
|
* Rework encryption enabling logic + UIfiaxh2019-08-021-5/+14
|
* Hide encryption icon in public MUCsfiaxh2019-06-221-1/+7
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-5/+9
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-0/+74