aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/manage_accounts/dialog.vala
Commit message (Expand)AuthorAgeFilesLines
* Add null checks in password_hybrid.changed.connect signalobsfucate-password-lengthMiquel Lionel2024-01-251-2/+4
* Obfuscate password length in account dialog (fixes #797)Miquel Lionel2023-08-151-2/+7
* New Avatar UIMarvin W2023-03-051-3/+3
* Fix some form entries not updating properlyMarvin W2023-02-071-2/+2
* Improve Gtk4 portfiaxh2022-07-271-15/+18
* Port from GTK3 to GTK4fiaxh2022-07-271-27/+21
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-13/+13
* Reduce use of Widget.destroy()fiaxh2021-02-101-1/+1
* Fetch avatars only when they are usedfiaxh2020-06-101-1/+1
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-2/+2
* Don't show conversations from account after it was disabledfiaxh2019-08-281-1/+0
* Add and enable newly created (first) accountfiaxh2019-08-231-2/+1
* Add non-CSD alternative for more windowsfiaxh2019-03-141-1/+1
* Fix runtime criticals (and compiler warnings)fiaxh2019-02-131-1/+1
* Improve FileFilter for avatar selectionfiaxh2019-01-301-6/+5
* Notification on TLS error/wrong password, log TLS cert issues, don't make acc...fiaxh2018-09-151-9/+0
* Add image preview to file choosersfiaxh2018-04-191-3/+3
* Render avatar on demandMarvin W2018-01-281-3/+3
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-0/+1
* Show error on invalid TLS certificatefiaxh2018-01-041-4/+9
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
* Fix memory leakfiaxh2017-11-231-2/+1
* Read+(write) stream asyncfiaxh2017-11-161-14/+7
* Replace deprecated function usagesfiaxh2017-11-161-1/+1
* small fixesfiaxh2017-11-011-1/+1
* fixup 8c0a44e (Added a confirmation dialog before removing an account)fiaxh2017-10-301-4/+7
* Added a confirmation dialog before removing an account. Fixes #51Dennis Fink2017-10-301-8/+16
* support platforms without UTF-8 and use native file pickerMarvin W2017-08-291-6/+14
* README: Discussion MUC, change urlfiaxh2017-08-221-1/+1
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-171-3/+9
* Small i18n fixes (#53)linkmauve2017-06-291-1/+1
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta...fiaxh2017-06-171-100/+43
* Conversation details dialogfiaxh2017-05-301-1/+1
* ManageAccounts: Window -> Dialogfiaxh2017-05-091-1/+2
* Gettext supportfiaxh2017-04-101-9/+9
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-101-40/+99
* Move some database interaction into entitiesfiaxh2017-03-231-2/+2
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-2/+2
* Move UI code into main dirMarvin W2017-03-111-0/+230