aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/occupant_menu
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compiler warningsfiaxh2023-10-071-1/+0
|
* New Avatar UIMarvin W2023-03-051-4/+4
|
* Improve Gtk4 portfiaxh2022-07-272-18/+19
|
* Port from GTK3 to GTK4fiaxh2022-07-273-52/+64
|
* Escape occupant name and JID in occupants viewfiaxh2022-01-031-2/+2
| | | | fixes #1141
* Fix compiler warnings ('cast between incompatible function types') by not ↵fiaxh2021-10-121-28/+31
| | | | connecting closures
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-122-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
* Lazy generate occupant menu listfiaxh2020-07-221-10/+16
|
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-261-7/+10
|
* voice handling in moderated groups (#788)Anmol2020-04-221-0/+21
|
* Enabling display of more compiler warnings and fix some of themMarvin W2020-01-211-5/+1
| | | | | Most of these are caused by various issues is the Vala compiler, but it doesn't hurt to display them and report them upstream.
* Fix starting private conversations with MUC members (#690)Alyssa Rosenzweig2020-01-021-6/+7
| | | | | | | | | | At least for some users (?), the existing codepath was broken (the list row would come back null and we'd bail out silently). All we actually need is the JID, so it's easy enough to store this ourselves, fixing the bug. Also apply to kicking. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
* Fix+improve conversation selection when joining channel or starting MUC PMfiaxh2019-12-211-0/+3
|
* Parse offline member info from MUC presencefiaxh2019-11-171-1/+1
| | | | Fixes OMEMO only encrypting to new member after restart and private MUC name only updating after restart
* Base avatars and names on conversation, not JID.Marvin W2019-10-183-11/+11
| | | | Fixes #598
* Don't move opened conversation to the top of the list, scroll along with ↵fiaxh2019-04-241-1/+1
| | | | | | selected conversation fixes #544
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-051-2/+2
| | | | accessible, no-CSD option for main window
* Render avatar on demandMarvin W2018-01-281-3/+3
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-282-2/+4
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-032-2/+2
|
* Fix memory leakfiaxh2017-11-231-1/+1
|
* Read+(write) stream asyncfiaxh2017-11-161-3/+1
|
* Replace deprecated function usagesfiaxh2017-11-161-2/+2
|
* 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
|
* README: Discussion MUC, change urlfiaxh2017-08-222-3/+3
|
* Message Archive Managementfiaxh2017-08-171-3/+5
|
* Http file uploadfiaxh2017-08-031-2/+2
|
* Muc Invite + Kickfiaxh2017-06-113-32/+79
|
* Member affiliation in occupant listfiaxh2017-05-181-3/+50
|
* Gettext supportfiaxh2017-04-101-1/+1
|
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-033-0/+220