aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/occupant_menu/view.vala
Commit message (Expand)AuthorAgeFilesLines
* Improve Gtk4 portfiaxh2022-07-271-13/+14
* Port from GTK3 to GTK4fiaxh2022-07-271-23/+21
* Escape occupant name and JID in occupants viewfiaxh2022-01-031-2/+2
* Fix compiler warnings ('cast between incompatible function types') by not con...fiaxh2021-10-121-28/+31
* Reduce use of Widget.destroy()fiaxh2021-02-101-1/+1
* Lazy generate occupant menu listfiaxh2020-07-221-10/+16
* voice handling in moderated groups (#788)Anmol2020-04-221-0/+21
* Fix starting private conversations with MUC members (#690)Alyssa Rosenzweig2020-01-021-6/+7
* Fix+improve conversation selection when joining channel or starting MUC PMfiaxh2019-12-211-0/+3
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-1/+1
* Don't move opened conversation to the top of the list, scroll along with sele...fiaxh2019-04-241-1/+1
* Move app menu into window, make conversation details dialog directly accessib...fiaxh2019-02-051-2/+2
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-0/+1
* Fix memory leakfiaxh2017-11-231-1/+1
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-1/+1
* Show nicks in MUCs, real jid in individual occupant menufiaxh2017-08-251-4/+10
* Muc Invite + Kickfiaxh2017-06-111-21/+55
* Gettext supportfiaxh2017-04-101-1/+1
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-031-0/+79