aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/manage_accounts
Commit message (Expand)AuthorAgeFilesLines
* Add account dialog: Reenable Next-button activation on enterfiaxh2022-10-091-6/+6
* Improve Gtk4 portfiaxh2022-07-272-38/+39
* Port from GTK3 to GTK4fiaxh2022-07-272-57/+56
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-123-51/+51
* Improve IBR form handling (#990)Michel Le Bihan2021-02-171-0/+9
* Reduce use of Widget.destroy()fiaxh2021-02-102-2/+2
* Show invalid certificate screen also when registering accountfiaxh2020-12-311-18/+24
* Make some strings translatable, update translationsTranslations2020-11-101-5/+5
* Fetch avatars only when they are usedfiaxh2020-06-101-1/+1
* Shortened sentence, "use the %s account" (#807)Allan Nordhøy2020-04-121-1/+1
* Change UI messages for more claritymbeko2020-03-241-2/+2
* Fix small focus bugs in account wizardMarvin W2019-12-231-3/+5
* Properly check Jids everywhereMarvin W2019-12-231-41/+76
* Improve account setup success screenfiaxh2019-12-231-4/+4
* Only send new room config if something was changedfiaxh2019-12-161-1/+1
* Don't display labels of hidden DataForm fieldsfiaxh2019-11-191-6/+2
* Base avatars and names on conversation, not JID.Marvin W2019-10-182-3/+3
* Remove some use_markup usages, put skeleton header into .ui filefiaxh2019-09-111-1/+1
* Don't show conversations from account after it was disabledfiaxh2019-08-281-1/+0
* Add and enable newly created (first) accountfiaxh2019-08-232-6/+14
* Add non-CSD alternative for more windowsfiaxh2019-03-141-1/+1
* Fix runtime criticals (and compiler warnings)fiaxh2019-02-132-2/+2
* Improve FileFilter for avatar selectionfiaxh2019-01-301-6/+5
* Split login jid/password into two steps with checksfiaxh2018-11-161-39/+151
* Notification on TLS error/wrong password, log TLS cert issues, don't make acc...fiaxh2018-09-151-9/+0
* In-Band Registrationfiaxh2018-08-221-11/+219
* Add image preview to file choosersfiaxh2018-04-191-3/+3
* Add forgotten strings to translations (#282)linkmauve2018-02-021-1/+1
* Render avatar on demandMarvin W2018-01-282-5/+5
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-282-0/+2
* Show error on invalid TLS certificatefiaxh2018-01-041-4/+9
* Rename resources to have a reverse DNS prefixfiaxh2017-12-033-3/+3
* Fix memory leakfiaxh2017-11-231-2/+1
* Read+(write) stream asyncfiaxh2017-11-162-22/+13
* 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-223-4/+4
* 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-102-10/+10
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-102-40/+120
* Move some database interaction into entitiesfiaxh2017-03-232-7/+6
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-2/+2
* Move UI code into main dirMarvin W2017-03-113-0/+314