aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_selector
Commit message (Collapse)AuthorAgeFilesLines
* Store entity identity info, use it in conversation list tooltipsfiaxh2020-03-291-33/+57
|
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-081-1/+1
|
* Move ConversationContentView+ChatInput into ConversationView, handle ↵fiaxh2020-02-221-3/+2
| | | | drag'n'drop on ConversationView level
* Allow switching conversations when dragging and droppingThibaut Girka2020-02-221-0/+27
|
* Show /me commands appropriately in last message view (#699)Alyssa Rosenzweig2020-02-201-4/+25
| | | | | Closes #600 Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
* Fix ConversationRow closing if animations are disabledfiaxh2020-01-172-17/+18
|
* Also display groupchat file authorship correctly in sidebarMarvin W2019-12-241-1/+1
|
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-4/+3
| | | | Fixes #598
* Improve conversation unread status detectionfiaxh2019-09-291-6/+3
|
* Deactivate spinner in file widget as soon as its not displayed anymore (CPU ↵fiaxh2019-09-141-1/+1
| | | | usage)
* Remove some use_markup usages, put skeleton header into .ui filefiaxh2019-09-111-2/+4
|
* fixup Fix some warningsfiaxh2019-09-101-5/+1
|
* Fix some warningshrxi2019-09-101-1/+5
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* Don't show conversations from account after it was disabledfiaxh2019-08-281-1/+1
| | | | fixes #277
* Refactor file receive/send interfaces and UIfiaxh2019-07-181-28/+2
|
* Fix time in conversation rowfiaxh2019-06-221-1/+1
|
* Add hover effect on conversation contentfiaxh2019-06-011-2/+0
|
* Don't move opened conversation to the top of the list, scroll along with ↵fiaxh2019-04-241-0/+1
| | | | | | selected conversation fixes #544
* Clean up ConversationTitlebarfiaxh2019-04-142-16/+16
|
* Only use UI data for active converations cycling, clean up ConversationSelectorfiaxh2019-04-142-42/+32
|
* Use regex literals, fixes some compiler warningsfiaxh2019-03-141-1/+1
|
* Check FileTransfer's mime_type for null (unknown) when handeling itfiaxh2018-12-311-2/+3
| | | | fixes #479
* ConversationSelector: Display time "Yesterday" after date changefiaxh2018-12-291-1/+1
|
* display groups w/o name by list of membersDaniel Gultsch2018-12-281-0/+5
| | | | | | | | | | | | | 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.)
* ConversationRow: Update nick_label in case of FileItemsfiaxh2018-11-211-1/+5
|
* Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> ↵fiaxh2018-11-045-149/+108
| | | | ConversationRow
* Display room name in conversation selector and conversation titlebarcodedust2018-11-022-1/+7
|
* ui: search sidebar initialbobufa2018-08-131-31/+2
|
* Render avatar on demandMarvin W2018-01-281-19/+3
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-285-18/+4
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-034-4/+4
|
* Read+(write) stream asyncfiaxh2017-11-162-31/+14
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-0/+2
|
* small fixesfiaxh2017-09-201-0/+1
|
* Change conversation (un)read markingfiaxh2017-09-192-16/+5
|
* Show last message sender in conversation listfiaxh2017-09-015-132/+76
|
* small fixesfiaxh2017-08-312-3/+3
|
* Use utc time everywherefiaxh2017-08-311-2/+2
|
* small fixesfiaxh2017-08-271-1/+1
|
* README: Discussion MUC, change urlfiaxh2017-08-224-7/+7
|
* MAM fixesfiaxh2017-08-191-7/+7
| | | | | | - don't send first request for timestamp -60 - only open conversation for messages within last 24h - always show latest message in conversation tabs
* Muc Invite + Kickfiaxh2017-06-111-1/+1
|
* Sync MUC join/part behaviour with autojoin flag in bookmarksfiaxh2017-04-232-8/+9
|
* Handle conference bookmarks w/o nickfiaxh2017-04-171-1/+1
|
* gettext improvements (more strings, times, plural, de lang)fiaxh2017-04-131-5/+10
|
* MUC improvementsfiaxh2017-04-111-7/+18
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-042-3/+3
|
* Handle MUC private messagesfiaxh2017-03-314-23/+85
|
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-203-7/+17
| | | | start services before UI
* Add typed identity to manager modules and stream flagsfiaxh2017-03-204-17/+17
|