Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some compiler warnings | fiaxh | 2023-10-07 | 1 | -1/+0 |
| | |||||
* | Improve database performance while reconnecting and syncing | Marvin W | 2023-03-21 | 1 | -0/+14 |
| | | | | Also move some tasks to low priority idle queue so they won't block UI updates | ||||
* | New Avatar UI | Marvin W | 2023-03-05 | 1 | -2/+2 |
| | |||||
* | Fix label attributes updated with delay | Marvin W | 2023-02-07 | 1 | -16/+17 |
| | |||||
* | Fix placeholder being shown on startup, fix missing vertical line in ↵ | fiaxh | 2023-01-31 | 1 | -1/+0 |
| | | | | no-conversations placeholder | ||||
* | Improve libadwaita integration | fiaxh | 2023-01-24 | 1 | -9/+0 |
| | |||||
* | Support pinning of conversations (locally) | fiaxh | 2023-01-11 | 2 | -3/+18 |
| | | | | | fixes #290 fixes #1330 | ||||
* | Add support for XEP-0461 replies (with fallback) | fiaxh | 2023-01-06 | 1 | -1/+1 |
| | |||||
* | Disable tooltips for GTK 4.6.4 - 4.6.6 | fiaxh | 2022-08-20 | 1 | -4/+4 |
| | | | | | A bug in GTK caused the application to crash in some tooltip-related conditions https://gitlab.gnome.org/GNOME/gtk/-/issues/4941 | ||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 2 | -35/+29 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 2 | -27/+33 |
| | |||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 1 | -11/+11 |
| | |||||
* | Add UI for audio/video calls | fiaxh | 2021-03-21 | 1 | -0/+8 |
| | |||||
* | Use advertized/server/live time for sorting instead of arrival time | fiaxh | 2020-12-04 | 1 | -1/+1 |
| | | | | fixes #310 | ||||
* | Only query entity caps when we need them | fiaxh | 2020-07-16 | 1 | -43/+47 |
| | |||||
* | Fix unread bubbles having wrong color on startup | fiaxh | 2020-07-15 | 1 | -3/+4 |
| | |||||
* | dino: Center phone/laptop icon in tooltip (#878) | Alyssa Rosenzweig | 2020-07-13 | 1 | -1/+1 |
| | | | | | | So it lines up nicely with the text instead of being awkwardly raised above the text. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> | ||||
* | Show dark unread counts for notifying conversations, light ones otherwise | fiaxh | 2020-07-06 | 1 | -0/+8 |
| | |||||
* | Show bubble containing the number of unread messages in the conversation ↵ | codedust | 2020-07-06 | 1 | -5/+15 |
| | | | | | | | list (#764) Co-authored-by: codedust <codedust@users.noreply.github.com> Co-authored-by: fiaxh <git@lightrise.org> | ||||
* | Store last read content item for conversations | fiaxh | 2020-06-03 | 1 | -1/+1 |
| | | | | fixes #495 | ||||
* | Fix nick change in MUC, update bookmark accordingly; remove unused code | fiaxh | 2020-04-26 | 1 | -9/+8 |
| | |||||
* | Fix runtime criticals when showing resource identites on conversation row hover | fiaxh | 2020-04-07 | 1 | -5/+8 |
| | |||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -0/+6 |
| | |||||
* | Store entity identity info, use it in conversation list tooltips | fiaxh | 2020-03-29 | 1 | -33/+57 |
| | |||||
* | Update live whether encryption is possible in MUC (lock icon visible) | fiaxh | 2020-03-08 | 1 | -1/+1 |
| | |||||
* | Move ConversationContentView+ChatInput into ConversationView, handle ↵ | fiaxh | 2020-02-22 | 1 | -3/+2 |
| | | | | drag'n'drop on ConversationView level | ||||
* | Allow switching conversations when dragging and dropping | Thibaut Girka | 2020-02-22 | 1 | -0/+27 |
| | |||||
* | Show /me commands appropriately in last message view (#699) | Alyssa Rosenzweig | 2020-02-20 | 1 | -4/+25 |
| | | | | | Closes #600 Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> | ||||
* | Fix ConversationRow closing if animations are disabled | fiaxh | 2020-01-17 | 2 | -17/+18 |
| | |||||
* | Also display groupchat file authorship correctly in sidebar | Marvin W | 2019-12-24 | 1 | -1/+1 |
| | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 1 | -4/+3 |
| | | | | Fixes #598 | ||||
* | Improve conversation unread status detection | fiaxh | 2019-09-29 | 1 | -6/+3 |
| | |||||
* | Deactivate spinner in file widget as soon as its not displayed anymore (CPU ↵ | fiaxh | 2019-09-14 | 1 | -1/+1 |
| | | | | usage) | ||||
* | Remove some use_markup usages, put skeleton header into .ui file | fiaxh | 2019-09-11 | 1 | -2/+4 |
| | |||||
* | fixup Fix some warnings | fiaxh | 2019-09-10 | 1 | -5/+1 |
| | |||||
* | Fix some warnings | hrxi | 2019-09-10 | 1 | -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 disabled | fiaxh | 2019-08-28 | 1 | -1/+1 |
| | | | | fixes #277 | ||||
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 1 | -28/+2 |
| | |||||
* | Fix time in conversation row | fiaxh | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | Add hover effect on conversation content | fiaxh | 2019-06-01 | 1 | -2/+0 |
| | |||||
* | 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 |
| |