aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/manage_accounts/add_account_dialog.vala
Commit message (Collapse)AuthorAgeFilesLines
* Add account dialog: Reenable Next-button activation on enterfiaxh2022-10-091-6/+6
|
* Improve Gtk4 portfiaxh2022-07-271-23/+21
|
* Port from GTK3 to GTK4fiaxh2022-07-271-30/+35
|
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-35/+35
|
* Improve IBR form handling (#990)Michel Le Bihan2021-02-171-0/+9
| | | | | | | | | | | | | | | * Change register account dialog to show instructions Change data forms to handle title and instructions elements * Change register account dialog to show fixed fields Closes #988 * Change form switch to halign start Closes #992 * Change register account dialog to markup URLs
* Reduce use of Widget.destroy()fiaxh2021-02-101-1/+1
| | | | | | On non-toplevel windows, use Container.remove() instead of Widget.destroy() Needed for migration to GTK4 https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17
* Show invalid certificate screen also when registering accountfiaxh2020-12-311-18/+24
|
* Make some strings translatable, update translationsTranslations2020-11-101-5/+5
|
* 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
| | | | fixes #675
* Don't display labels of hidden DataForm fieldsfiaxh2019-11-191-6/+2
|
* Remove some use_markup usages, put skeleton header into .ui filefiaxh2019-09-111-1/+1
|
* Add and enable newly created (first) accountfiaxh2019-08-231-4/+13
| | | | fixes #584
* Fix runtime criticals (and compiler warnings)fiaxh2019-02-131-1/+1
| | | | fixes #520
* Split login jid/password into two steps with checksfiaxh2018-11-161-39/+151
|
* In-Band Registrationfiaxh2018-08-221-11/+219
|
* Add forgotten strings to translations (#282)linkmauve2018-02-021-1/+1
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-0/+1
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
|
* README: Discussion MUC, change urlfiaxh2017-08-221-1/+1
|
* Gettext supportfiaxh2017-04-101-1/+1
|
* Move some database interaction into entitiesfiaxh2017-03-231-5/+4
| | | | fixes #2
* Move UI code into main dirMarvin W2017-03-111-0/+62