Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move encryption menu into ChatInput, PGP support for MUCs | fiaxh | 2017-09-06 | 4 | -54/+104 |
| | |||||
* | Focus selected widgets in the accounts dialog | hrxi | 2017-09-01 | 1 | -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. | ||||
* | Handle xmpp ?join and ?message uris | fiaxh | 2017-08-25 | 1 | -4/+4 |
| | |||||
* | "Default" per-contact settings (change UI) | fiaxh | 2017-08-25 | 1 | -5/+4 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 2 | -2/+2 |
| | |||||
* | libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) | Marvin W | 2017-08-17 | 2 | -6/+9 |
| | |||||
* | openpgp: contact details provider (fingerprint), colored fingerprints, fix ↵ | fiaxh | 2017-08-14 | 6 | -34/+124 |
| | | | | shown availability | ||||
* | xmpp-vala: Remove require-functions | fiaxh | 2017-08-14 | 1 | -2/+0 |
| | |||||
* | Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵ | fiaxh | 2017-06-17 | 1 | -1/+1 |
| | | | | StartConversation | ||||
* | Update translations | fiaxh | 2017-05-31 | 4 | -1/+105 |
| | |||||
* | cmake/signal-protocol: shared lib, mark_as_advanced and others | Marvin W | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 8 | -7/+98 |
| | |||||
* | Show account status (incl errors) in ManageAccounts.Dialog | fiaxh | 2017-04-10 | 1 | -2/+2 |
| | |||||
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | New CMake | Marvin W | 2017-03-23 | 1 | -20/+10 |
| | | | | | - add install and uninstall targets - compatibility for systems without pkg-config | ||||
* | Small bug fixes and compatibility with Vala 0.36 | Marvin W | 2017-03-23 | 1 | -2/+2 |
| | |||||
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 4 | -24/+14 |
| | |||||
* | Improve when to send chat state notifications | fiaxh | 2017-03-16 | 1 | -4/+6 |
| | |||||
* | Fix ChatInput for many lines + small UI changes | fiaxh | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | Do not use gpgme 1.7.0+ features yet. | Marvin W | 2017-03-13 | 1 | -0/+4 |
| | |||||
* | amend 39722a4 | fiaxh | 2017-03-12 | 2 | -15/+18 |
| | |||||
* | Query GPG in other thread + only once (account settings) | fiaxh | 2017-03-12 | 2 | -21/+63 |
| | |||||
* | PGP module: store data in own db, use pgp key as specified in account settings | fiaxh | 2017-03-12 | 9 | -59/+189 |
| | |||||
* | Move PGP support into plugin | fiaxh | 2017-03-12 | 10 | -0/+486 |