Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename folders/files conversation_summary -> conversation_content_view | fiaxh | 2020-02-22 | 9 | -1444/+0 |
| | |||||
* | Move ConversationTitlebar into ConversationViewController responsibility | fiaxh | 2020-02-22 | 1 | -8/+0 |
| | |||||
* | Move ConversationContentView+ChatInput into ConversationView, handle ↵ | fiaxh | 2020-02-22 | 1 | -34/+6 |
| | | | | drag'n'drop on ConversationView level | ||||
* | Basic drag'n'drop support on main conversation view (fixes #175) | Thibaut Girka | 2020-02-22 | 1 | -0/+35 |
| | |||||
* | Add a tooltip when messages are in WONTSEND state (#550) | Aearil | 2020-02-21 | 1 | -0/+4 |
| | | | | | | | | | | | | The warning sign and red color, while obviously synonymous with a problem, are still a bit perplexing for the user. This change add a bit of clarity. It would obviously be better to get exact cause of the problem from the different plugins. Maybe it would be possible to add a field to the Message class from libdino/src/entity/message.vala in order to record an error message for every case. | ||||
* | Only distinguish between typing or not (incoming) | fiaxh | 2020-02-20 | 1 | -58/+21 |
| | | | | fixes #739 | ||||
* | Fix invalid header creation for date separators | Marvin W | 2020-01-22 | 4 | -9/+5 |
| | |||||
* | Fix some compiler warnings | Marvin W | 2020-01-22 | 4 | -8/+8 |
| | |||||
* | Show default file widget if Pixbuf can't display Image inline | fiaxh | 2020-01-13 | 1 | -5/+8 |
| | | | | fixes #713 | ||||
* | Don't show own typing notifications (other devices) | fiaxh | 2019-12-24 | 2 | -4/+1 |
| | | | | fixes #669 | ||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -1/+0 |
| | |||||
* | !fixup Allow inserting messages into ConversationView with same sort_time as ↵ | fiaxh | 2019-12-19 | 1 | -1/+1 |
| | | | | the latest | ||||
* | Fix messages being displayed for the wrong sender: Show avatar on lower ↵ | fiaxh | 2019-11-17 | 2 | -7/+19 |
| | | | | | | | message when inserting message between two others fixes #641 fixes #639 | ||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 3 | -5/+5 |
| | | | | Fixes #598 | ||||
* | Deactivate spinner in file widget as soon as its not displayed anymore (CPU ↵ | fiaxh | 2019-09-14 | 1 | -1/+4 |
| | | | | usage) | ||||
* | Load images in conversation summary in different thread | fiaxh | 2019-09-11 | 1 | -26/+38 |
| | |||||
* | Remove some use_markup usages, put skeleton header into .ui file | fiaxh | 2019-09-11 | 1 | -47/+25 |
| | |||||
* | Add emoji button to chat input | fiaxh | 2019-09-09 | 1 | -0/+1 |
| | |||||
* | Use own file type icons | fiaxh | 2019-08-06 | 1 | -16/+27 |
| | |||||
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 2 | -130/+310 |
| | |||||
* | Fix runtime criticals | fiaxh | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | Add hover effect on conversation content | fiaxh | 2019-06-01 | 3 | -103/+88 |
| | |||||
* | Fix date separators | fiaxh | 2019-05-26 | 2 | -8/+10 |
| | |||||
* | Don't move opened conversation to the top of the list, scroll along with ↵ | fiaxh | 2019-04-24 | 1 | -1/+1 |
| | | | | | | selected conversation fixes #544 | ||||
* | Use glib log functions | fiaxh | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Respect EXIF orientation tag | fiaxh | 2019-02-13 | 1 | -4/+12 |
| | | | | fixes #522 | ||||
* | Check FileTransfer's mime_type for null (unknown) when handeling it | fiaxh | 2018-12-31 | 1 | -1/+1 |
| | | | | fixes #479 | ||||
* | Detect emoji-only messages and display them larger | fiaxh | 2018-12-27 | 1 | -0/+7 |
| | |||||
* | (Partially) Fix messages being displayed wrongly sorted in ↵ | fiaxh | 2018-12-27 | 2 | -8/+9 |
| | | | | ConversationSummary due to being compared->equal | ||||
* | FileProvider for aesgcm links | fiaxh | 2018-11-27 | 1 | -1/+2 |
| | | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com> | ||||
* | Merge PR #413 "Improvements to the OMEMO plugin" | Marvin W | 2018-11-10 | 1 | -1/+24 |
|\ | |||||
| * | More cleanup and database modifications | Marvin W | 2018-06-26 | 1 | -3/+11 |
| | | |||||
| * | Add trust management utilities to the omemo plugin | Samuel Hand | 2018-06-11 | 1 | -0/+14 |
| | | |||||
* | | Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> ↵ | fiaxh | 2018-11-04 | 1 | -1/+1 |
| | | | | | | | | ConversationRow | ||||
* | | Display bold/italic/monospace message formating, improve message-to-markup ↵ | fiaxh | 2018-10-23 | 1 | -4/+3 |
| | | | | | | | | | | | | | | parsing fixes #433 fixes #442 | ||||
* | | Use Label instead of TextView for message display | fiaxh | 2018-09-21 | 3 | -190/+31 |
| | | |||||
* | | Fix presence subscription notification displaying | fiaxh | 2018-09-12 | 1 | -0/+9 |
| | | |||||
* | | Fix sent messages sometimes being displayed twice | fiaxh | 2018-09-02 | 1 | -1/+1 |
| | | |||||
* | | add button that scrolls to the bottom of the conversation | bobufa | 2018-08-13 | 1 | -3/+2 |
| | | |||||
* | | fix message filter in conversation view for first message | bobufa | 2018-08-13 | 1 | -8/+13 |
| | | |||||
* | | filter out messages outside the range of displayed messages | bobufa | 2018-08-13 | 1 | -11/+23 |
| | | |||||
* | | hide search bar when clicking outside of it, only reset search entry on ↵ | bobufa | 2018-08-13 | 1 | -10/+0 |
| | | | | | | | | conversation change | ||||
* | | improve sidebar UI | bobufa | 2018-08-13 | 2 | -27/+67 |
| | | | | | | | | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results) | ||||
* | | accumulate conversation content in meta db table | bobufa | 2018-08-13 | 2 | -20/+23 |
| | | |||||
* | | initial search logic / display | bobufa | 2018-08-13 | 1 | -1/+1 |
| | | |||||
* | | ui: search sidebar initial | bobufa | 2018-08-13 | 1 | -1/+2 |
| | | |||||
* | | load+display later messages when scrolling down | bobufa | 2018-08-13 | 2 | -35/+87 |
| | | |||||
* | | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 12 | -527/+347 |
|/ | |||||
* | Redesign chat input + move file upload there | fiaxh | 2018-04-30 | 1 | -0/+16 |
| | |||||
* | Handle multiple chat state notifications per bare jid | fiaxh | 2018-03-10 | 2 | -33/+84 |
| | | | | fixes #117 |