aboutsummaryrefslogtreecommitdiff
path: root/plugins/openpgp/src/account_settings_widget.vala
Commit message (Collapse)AuthorAgeFilesLines
* Port from GTK3 to GTK4fiaxh2022-07-271-149/+0
|
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-3/+3
|
* openpgp: Fix invalid iter in key selection dialogfiaxh2018-04-171-21/+23
| | | | | | | On empty pgp keyring the key selection dialog would display a label "No Keys available" which subsequently while selecting different accounts would disappear. Co-authored-by: Gnoxter <gnoxter+github@linuxlounge.net>
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
|
* Fix unit tests using async + read message markerfiaxh2017-11-171-1/+1
|
* Focus selected widgets in the accounts dialoghrxi2017-09-011-2/+3
| | | | | | | | | | Previously, you had to issue two clicks in order to enter something into the text fields. This also replaces the `Entry` widgets with their label counterparts once they lose focus. Since the `ComboBox` handling of focus seems to be buggy (`focus_out_event` not firing), the OpenPGP key selection lacks the latter feature.
* README: Discussion MUC, change urlfiaxh2017-08-221-1/+1
|
* openpgp: contact details provider (fingerprint), colored fingerprints, fix ↵fiaxh2017-08-141-3/+3
| | | | shown availability
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-171-1/+1
| | | | StartConversation
* Gettext supportfiaxh2017-04-101-5/+5
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-101-2/+2
|
* Fix ChatInput for many lines + small UI changesfiaxh2017-03-161-1/+1
|
* Do not use gpgme 1.7.0+ features yet.Marvin W2017-03-131-0/+4
|
* amend 39722a4fiaxh2017-03-121-15/+17
|
* Query GPG in other thread + only once (account settings)fiaxh2017-03-121-20/+63
|
* PGP module: store data in own db, use pgp key as specified in account settingsfiaxh2017-03-121-32/+68
|
* Move PGP support into pluginfiaxh2017-03-121-0/+61