aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_titlebar/view.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix runtime criticals (and compiler warnings)fiaxh2019-02-131-1/+0
| | | | fixes #520
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-051-57/+41
| | | | accessible, no-CSD option for main window
* display groups w/o name by list of membersDaniel Gultsch2018-12-281-0/+6
| | | | | | | | | | | | | For members-only, non-anonymous groups that do not have a name set we now show an automatically generated name that is generated from the list of members (offline, and online). Only the first name (before the first space) is used to keep the generated name short. The term *private room* is coined as a short hand for members only&non-anon group chats. This commit also uses the offline members list instead of the online member list to generate avatar tiles (also only in members-only, non-anon groups.)
* fixup 1e54a44fiaxh2018-11-021-5/+9
|
* Display room name in conversation selector and conversation titlebarcodedust2018-11-021-12/+11
|
* Remove newlines from displayed MUC topicsfiaxh2018-09-121-1/+4
| | | | fixes #393
* ui: search sidebar initialbobufa2018-08-131-0/+3
|
* Redesign chat input + move file upload therefiaxh2018-04-301-1/+0
|
* Read+(write) stream asyncfiaxh2017-11-161-6/+3
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-211-0/+1
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-1/+1
|
* main: extend theming capabilitiesMarvin W2017-08-291-0/+1
|
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-171-3/+5
|
* Http file uploadfiaxh2017-08-031-0/+69