aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/add_conversation/select_jid_fragment.vala
Commit message (Collapse)AuthorAgeFilesLines
* Simplify talking to yourself (notes) on the UIadd-yourselfMiquel Lionel14 days1-1/+5
| | | | | - clicking on the menu will multiple accounts will bring up a modified "start chat" windows
* New Avatar UIMarvin W2023-03-051-1/+1
|
* Fix crashes and warning in Join Conference dialogfiaxh2022-08-221-1/+5
| | | | fixes #1262
* Improve Gtk4 portfiaxh2022-07-271-5/+13
|
* Port from GTK3 to GTK4fiaxh2022-07-271-31/+43
|
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-4/+4
|
* 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
* Properly check Jids everywhereMarvin W2019-12-231-9/+13
|
* Render avatar on demandMarvin W2018-01-281-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
|
* Fix memory leakfiaxh2017-11-231-1/+1
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-1/+1
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-251-12/+9
|
* README: Discussion MUC, change urlfiaxh2017-08-221-1/+1
|
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-171-5/+1
| | | | StartConversation
* Muc Invite + Kickfiaxh2017-06-111-3/+6
|
* Move UI code into main dirMarvin W2017-03-111-0/+115