Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't move opened conversation to the top of the list, scroll along with ↵ | fiaxh | 2019-04-24 | 1 | -0/+1 |
| | | | | | | selected conversation fixes #544 | ||||
* | Clean up ConversationTitlebar | fiaxh | 2019-04-14 | 2 | -16/+16 |
| | |||||
* | Only use UI data for active converations cycling, clean up ConversationSelector | fiaxh | 2019-04-14 | 2 | -42/+32 |
| | |||||
* | Use regex literals, fixes some compiler warnings | fiaxh | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Check FileTransfer's mime_type for null (unknown) when handeling it | fiaxh | 2018-12-31 | 1 | -2/+3 |
| | | | | fixes #479 | ||||
* | ConversationSelector: Display time "Yesterday" after date change | fiaxh | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | display groups w/o name by list of members | Daniel Gultsch | 2018-12-28 | 1 | -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 FileItems | fiaxh | 2018-11-21 | 1 | -1/+5 |
| | |||||
* | Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> ↵ | fiaxh | 2018-11-04 | 5 | -149/+108 |
| | | | | ConversationRow | ||||
* | Display room name in conversation selector and conversation titlebar | codedust | 2018-11-02 | 2 | -1/+7 |
| | |||||
* | ui: search sidebar initial | bobufa | 2018-08-13 | 1 | -31/+2 |
| | |||||
* | Render avatar on demand | Marvin W | 2018-01-28 | 1 | -19/+3 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 5 | -18/+4 |
| | |||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 4 | -4/+4 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 2 | -31/+14 |
| | |||||
* | Keep MUC join dialog open until joined, show errors | fiaxh | 2017-10-31 | 1 | -0/+2 |
| | |||||
* | small fixes | fiaxh | 2017-09-20 | 1 | -0/+1 |
| | |||||
* | Change conversation (un)read marking | fiaxh | 2017-09-19 | 2 | -16/+5 |
| | |||||
* | Show last message sender in conversation list | fiaxh | 2017-09-01 | 5 | -132/+76 |
| | |||||
* | small fixes | fiaxh | 2017-08-31 | 2 | -3/+3 |
| | |||||
* | Use utc time everywhere | fiaxh | 2017-08-31 | 1 | -2/+2 |
| | |||||
* | small fixes | fiaxh | 2017-08-27 | 1 | -1/+1 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 4 | -7/+7 |
| | |||||
* | MAM fixes | fiaxh | 2017-08-19 | 1 | -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 + Kick | fiaxh | 2017-06-11 | 1 | -1/+1 |
| | |||||
* | Sync MUC join/part behaviour with autojoin flag in bookmarks | fiaxh | 2017-04-23 | 2 | -8/+9 |
| | |||||
* | Handle conference bookmarks w/o nick | fiaxh | 2017-04-17 | 1 | -1/+1 |
| | |||||
* | gettext improvements (more strings, times, plural, de lang) | fiaxh | 2017-04-13 | 1 | -5/+10 |
| | |||||
* | MUC improvements | fiaxh | 2017-04-11 | 1 | -7/+18 |
| | |||||
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 2 | -3/+3 |
| | |||||
* | Handle MUC private messages | fiaxh | 2017-03-31 | 4 | -23/+85 |
| | |||||
* | Select conversation on startup, placeholder for "No conversation selected", ↵ | fiaxh | 2017-03-20 | 3 | -7/+17 |
| | | | | start services before UI | ||||
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 4 | -17/+17 |
| | |||||
* | Preselect next conversation when closed and crossfade | fiaxh | 2017-03-18 | 2 | -21/+42 |
| | |||||
* | Fix ChatInput for many lines + small UI changes | fiaxh | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | Set dino-specific icons as part of icon theme | fiaxh | 2017-03-15 | 1 | -7/+4 |
| | |||||
* | Drop libuuid dependency, uuid generation is not that complicated... | Marvin W | 2017-03-12 | 1 | -2/+2 |
| | |||||
* | Move UI code into main dir | Marvin W | 2017-03-11 | 5 | -0/+512 |