Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Prevent dino from sending whitespace only messages (#821) | selurvedu | 2020-04-24 | 1 | -1/+1 | |
| | | | | | Fixes #774. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com> | |||||
* | Fix rare issue with incorrect link parsing | Marvin W | 2020-04-22 | 1 | -2/+3 | |
| | ||||||
* | Small fixes to moderation | Marvin W | 2020-04-22 | 1 | -13/+12 | |
| | ||||||
* | Fix mouse hover highlighting the wrong message | selurvedu | 2020-04-22 | 1 | -4/+5 | |
| | | | | Fixes #795. | |||||
* | Improve message highlighting logic | selurvedu | 2020-04-22 | 1 | -12/+13 | |
| | ||||||
* | Fix late highlighting of conversation items | selurvedu | 2020-04-22 | 1 | -2/+5 | |
| | | | | | If the pointer was moved from outside to a conversation item with a straight horizontal move, the conversation item was not getting highlighted. | |||||
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 7 | -1/+117 | |
| | ||||||
* | Add file upload preview | fiaxh | 2020-04-22 | 12 | -140/+375 | |
| | | | | fixes #756 | |||||
* | Fix FileWidget sometimes showing two states | fiaxh | 2020-04-13 | 1 | -26/+24 | |
| | ||||||
* | Shortened sentence, "use the %s account" (#807) | Allan Nordhøy | 2020-04-12 | 1 | -1/+1 | |
| | ||||||
* | Update translations | Translations | 2020-04-11 | 1 | -2/+2 | |
| | ||||||
* | Clean up file widget code | fiaxh | 2020-04-10 | 2 | -201/+194 | |
| | ||||||
* | Fix runtime criticals when showing resource identites on conversation row hover | fiaxh | 2020-04-07 | 1 | -5/+8 | |
| | ||||||
* | Last message correction fixes | fiaxh | 2020-04-06 | 1 | -0/+4 | |
| | ||||||
* | Add keyboard shortcut (up key) to activate last message correction | fiaxh | 2020-04-05 | 4 | -2/+55 | |
| | ||||||
* | Fix unencrypted message warning when switching between encryptions | fiaxh | 2020-04-05 | 1 | -11/+11 | |
| | ||||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 18 | -232/+445 | |
| | ||||||
* | Fix message markup parsing for single characters | fiaxh | 2020-04-03 | 1 | -1/+1 | |
| | ||||||
* | Work-around use after free | Marvin W | 2020-04-01 | 1 | -1/+1 | |
| | | | | Upstream: https://gitlab.gnome.org/GNOME/vala/-/issues/751 | |||||
* | Fix issue rendering messages outside reachable scroll area | Marvin W | 2020-04-01 | 2 | -1/+18 | |
| | | | | Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556 | |||||
* | Store entity identity info, use it in conversation list tooltips | fiaxh | 2020-03-29 | 1 | -33/+57 | |
| | ||||||
* | Visually mark unencrypted messages if conversation is encrypted | fiaxh | 2020-03-29 | 1 | -0/+21 | |
| | ||||||
* | Visually mark OMEMO messages from a trusted device as trusted | fiaxh | 2020-03-29 | 2 | -8/+19 | |
| | ||||||
* | Add alternative character sequence for kiss emoji (#784) | mbeko | 2020-03-28 | 1 | -0/+1 | |
| | ||||||
* | Update time labels in conversation view at the moment they actually change | fiaxh | 2020-03-26 | 2 | -18/+27 | |
| | ||||||
* | Change UI messages for more clarity | mbeko | 2020-03-24 | 3 | -6/+6 | |
| | ||||||
* | Only create ItemMetaDataHeader and AvatarImage once it is actually displayed | fiaxh | 2020-03-24 | 2 | -18/+23 | |
| | ||||||
* | Move message hover effect into converstion view | fiaxh | 2020-03-21 | 2 | -30/+106 | |
| | ||||||
* | Scale files and images to the available space | Marvin W | 2020-03-14 | 4 | -15/+141 | |
| | ||||||
* | Properly handle variation selector after emoji (even if useless) | Marvin W | 2020-03-14 | 1 | -1/+9 | |
| | ||||||
* | Ellipsize long display names | fiaxh | 2020-03-09 | 1 | -1/+1 | |
| | ||||||
* | Update live whether encryption is possible in MUC (lock icon visible) | fiaxh | 2020-03-08 | 5 | -7/+21 | |
| | ||||||
* | Copyright date updated (#759) | esu23 | 2020-02-23 | 1 | -1/+1 | |
| | ||||||
* | Add smiley translation <3 (#723) | Alyssa Rosenzweig | 2020-02-22 | 1 | -0/+1 | |
| | ||||||
* | Add smiley translations for :-* (#724) | ericschdt | 2020-02-22 | 1 | -0/+1 | |
| | | | Just get yourself a kiss! | |||||
* | Move widget insertion logic from ConversationTitlebar to controller | fiaxh | 2020-02-22 | 2 | -32/+22 | |
| | ||||||
* | Rename UnifiedWindow -> MainWindow | fiaxh | 2020-02-22 | 3 | -18/+18 | |
| | ||||||
* | Move UnifiedWindow stack state update logic into controller | fiaxh | 2020-02-22 | 2 | -21/+41 | |
| | ||||||
* | Rename folders/files conversation_summary -> conversation_content_view | fiaxh | 2020-02-22 | 10 | -3/+3 | |
| | ||||||
* | Move ConversationTitlebar into ConversationViewController responsibility | fiaxh | 2020-02-22 | 7 | -143/+119 | |
| | ||||||
* | Move ConversationContentView+ChatInput into ConversationView, handle ↵ | fiaxh | 2020-02-22 | 7 | -80/+136 | |
| | | | | drag'n'drop on ConversationView level | |||||
* | Allow switching conversations when dragging and dropping | Thibaut Girka | 2020-02-22 | 1 | -0/+27 | |
| | ||||||
* | Basic drag'n'drop support on main conversation view (fixes #175) | Thibaut Girka | 2020-02-22 | 1 | -0/+35 | |
| | ||||||
* | Improve code block regex | fiaxh | 2020-02-21 | 1 | -15/+18 | |
| | ||||||
* | Add support for strikethrough styling | Roberto Santalla | 2020-02-21 | 1 | -2/+2 | |
| | ||||||
* | Format fenced code blocks | Roberto Santalla | 2020-02-21 | 1 | -0/+18 | |
| | ||||||
* | 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. | |||||
* | 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> | |||||
* | Preserve unchanged conference data (name) in bookmarks | fiaxh | 2020-02-20 | 1 | -19/+1 | |
| | | | | fixes #748 | |||||
* | Only distinguish between typing or not (incoming) | fiaxh | 2020-02-20 | 1 | -58/+21 | |
| | | | | fixes #739 |