aboutsummaryrefslogtreecommitdiff
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-264-18/+20
|
* Prevent dino from sending whitespace only messages (#821)selurvedu2020-04-241-1/+1
| | | | | Fixes #774. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com>
* Fix rare issue with incorrect link parsingMarvin W2020-04-221-2/+3
|
* Small fixes to moderationMarvin W2020-04-221-13/+12
|
* Fix mouse hover highlighting the wrong messageselurvedu2020-04-221-4/+5
| | | | Fixes #795.
* Improve message highlighting logicselurvedu2020-04-221-12/+13
|
* Fix late highlighting of conversation itemsselurvedu2020-04-221-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)Anmol2020-04-227-1/+117
|
* Add file upload previewfiaxh2020-04-2212-140/+375
| | | | fixes #756
* Fix FileWidget sometimes showing two statesfiaxh2020-04-131-26/+24
|
* Shortened sentence, "use the %s account" (#807)Allan Nordhøy2020-04-121-1/+1
|
* Update translationsTranslations2020-04-111-2/+2
|
* Clean up file widget codefiaxh2020-04-102-201/+194
|
* Fix runtime criticals when showing resource identites on conversation row hoverfiaxh2020-04-071-5/+8
|
* Last message correction fixesfiaxh2020-04-061-0/+4
|
* Add keyboard shortcut (up key) to activate last message correctionfiaxh2020-04-054-2/+55
|
* Fix unencrypted message warning when switching between encryptionsfiaxh2020-04-051-11/+11
|
* Add support for last message correctionfiaxh2020-04-0318-232/+445
|
* Fix message markup parsing for single charactersfiaxh2020-04-031-1/+1
|
* Work-around use after freeMarvin W2020-04-011-1/+1
| | | | Upstream: https://gitlab.gnome.org/GNOME/vala/-/issues/751
* Fix issue rendering messages outside reachable scroll areaMarvin W2020-04-012-1/+18
| | | | Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556
* Store entity identity info, use it in conversation list tooltipsfiaxh2020-03-291-33/+57
|
* Visually mark unencrypted messages if conversation is encryptedfiaxh2020-03-291-0/+21
|
* Visually mark OMEMO messages from a trusted device as trustedfiaxh2020-03-292-8/+19
|
* Add alternative character sequence for kiss emoji (#784)mbeko2020-03-281-0/+1
|
* Update time labels in conversation view at the moment they actually changefiaxh2020-03-262-18/+27
|
* Change UI messages for more claritymbeko2020-03-243-6/+6
|
* Only create ItemMetaDataHeader and AvatarImage once it is actually displayedfiaxh2020-03-242-18/+23
|
* Move message hover effect into converstion viewfiaxh2020-03-212-30/+106
|
* Scale files and images to the available spaceMarvin W2020-03-144-15/+141
|
* Properly handle variation selector after emoji (even if useless)Marvin W2020-03-141-1/+9
|
* Ellipsize long display namesfiaxh2020-03-091-1/+1
|
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-085-7/+21
|
* Copyright date updated (#759)esu232020-02-231-1/+1
|
* Add smiley translation <3 (#723)Alyssa Rosenzweig2020-02-221-0/+1
|
* Add smiley translations for :-* (#724)ericschdt2020-02-221-0/+1
| | | Just get yourself a kiss!
* Move widget insertion logic from ConversationTitlebar to controllerfiaxh2020-02-222-32/+22
|
* Rename UnifiedWindow -> MainWindowfiaxh2020-02-223-18/+18
|
* Move UnifiedWindow stack state update logic into controllerfiaxh2020-02-222-21/+41
|
* Rename folders/files conversation_summary -> conversation_content_viewfiaxh2020-02-2210-3/+3
|
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-227-143/+119
|
* Move ConversationContentView+ChatInput into ConversationView, handle ↵fiaxh2020-02-227-80/+136
| | | | drag'n'drop on ConversationView level
* Allow switching conversations when dragging and droppingThibaut Girka2020-02-221-0/+27
|
* Basic drag'n'drop support on main conversation view (fixes #175)Thibaut Girka2020-02-221-0/+35
|
* Improve code block regexfiaxh2020-02-211-15/+18
|
* Add support for strikethrough stylingRoberto Santalla2020-02-211-2/+2
|
* Format fenced code blocksRoberto Santalla2020-02-211-0/+18
|
* Add a tooltip when messages are in WONTSEND state (#550)Aearil2020-02-211-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 Rosenzweig2020-02-201-4/+25
| | | | | Closes #600 Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
* Preserve unchanged conference data (name) in bookmarksfiaxh2020-02-201-19/+1
| | | | fixes #748