aboutsummaryrefslogtreecommitdiff
path: root/main/data/manage_accounts/dialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* New Avatar UIMarvin W2023-03-051-5/+3
|
* Improve Gtk4 portfiaxh2022-07-271-1/+0
|
* Port from GTK3 to GTK4fiaxh2022-07-271-123/+89
|
* Render avatar on demandMarvin W2018-01-281-3/+4
|
* 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-101-4/+4
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-101-0/+15
|
* Move UI code into main dirMarvin W2017-03-111-0/+308