aboutsummaryrefslogtreecommitdiff
path: root/main/data/manage_accounts
Commit message (Collapse)AuthorAgeFilesLines
* Improve Gtk4 portfiaxh2022-07-272-2/+0
|
* Port from GTK3 to GTK4fiaxh2022-07-273-629/+503
|
* Improve account setup success screenfiaxh2019-12-231-3/+3
|
* Update translationsTranslations2019-11-141-1/+0
|
* Split login jid/password into two steps with checksfiaxh2018-11-161-19/+275
|
* Update translationsTranslations2018-11-141-1/+1
|
* Update translationsTranslations2018-09-071-1/+1
| | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: account1 <surajchawla61@gmail.com>, Aitor Beriain <beriain@bitmessage.ch> Dutch: Nathan Follens <nthn@unseen.is> Flemish: Nathan Follens <nthn@unseen.is> French: Étienne Deparis <etienne@depar.is> Hungarian: notramo <notramo@vipmail.hu> Italian: Valerio Baldisserotto <svalo@libersoft.it> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com>
* In-Band Registrationfiaxh2018-08-221-112/+366
|
* Update translationsTranslations2018-03-241-1/+1
|
* Add forgotten strings to translations (#282)linkmauve2018-02-021-2/+2
|
* Render avatar on demandMarvin W2018-01-282-6/+7
|
* Show error on invalid TLS certificatefiaxh2018-01-041-0/+3
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-211-1/+1
|
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-171-56/+9
| | | | StartConversation
* ManageAccounts: Window -> Dialogfiaxh2017-05-091-227/+233
|
* Fix a couple of warnings relating to parents of dialogshrxi2017-05-091-1/+0
| | | | | | | | | | | | Fixes these kind of warnings: ``` (dino:<PID>): Gtk-CRITICAL **: gtk_window_set_transient_for: assertion 'parent == NULL || GTK_IS_WINDOW (parent)' failed Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. (dino:<PID>): GLib-GObject-WARNING **: invalid cast from 'GtkPaned' to 'GtkWindow' ``` Also centers these dialogs (settings, add chat, join conversation) on top of their parent windows.
* Gettext supportfiaxh2017-04-102-7/+7
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-102-0/+20
|
* Reduce GTK dependency to 3.16, fix dark themeMarvin W2017-03-132-2/+0
|
* Move UI code into main dirMarvin W2017-03-113-0/+475