aboutsummaryrefslogtreecommitdiff
path: root/qml/Message.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix notification triggering for previously clicked convosMiquel Lionel2022-02-151-0/+1
| | | | | - Also fix spacing on the right for message send by ourselves. tldr, we add a right margin in Message.qml
* You can unblock people now and some small fixesMiquel Lionel2021-11-201-0/+2
| | | | | | | | | | - the chatlist is now properly updated on blocking a contact request or contact. - A small message is now displayed after blocking a contact request - A list of blocked contact can be found on the settings page, after clicking 'View blocked users' - The message timestamp is now slightly padded
* Clearer pin icon for pinned chats.Miquel Lionel2021-11-021-2/+0
| | | | | - We also remove the rectangle behind it. - remove useless comments in videoChatView
* Videochat message displayed, rm actions dupsMiquel Lionel2021-11-021-0/+23
| | | | | | | | - message.*, qml/Message.qml: Videochat invitation message send from the original DeltaChat app are displayed. Currently, it's best if the chat instance use http or https scheme, since it'll normally open in a browser - qml/ComposePane.qml : We made Shorcuts and actions are needed anymore, no need for duplicates - qml/main.qml: Fix shortcut help for opening Settings page, it's Shift+Tab not Shift+S.
* GIFs, display names on every message and morelink2xt2021-10-311-29/+71
| | | | | | | | | | | | | | | | | | | - now we can view animated gifs ! - name are displayed on top of every message type (not just text messages and audio messages) This avoids some confusion in whether a message has been sent by us or not. - we fix the warnings of NON-NOTIFYABLE properties being used by adding one Q_PROPERTY: fileReadOnly, so we can use it to get the filename and not be bothered by console warnings. - we add some variables in Message.qml because some values were repeated and made more sense to put in a readonly var (maxH and maxW). - make scrollbar visible on hover. # Conflicts: # qml/ComposePane.qml
* We add a bunch of keyboard shortcuts. F1 to show.Miquel Lionel2021-10-311-5/+14
| | | | | | - Also, the play, pause and "save attachment" button have a little emoji before them - Tooltip show for buttons with shorcuts
* Implement saving attachment to filesystemMiquel Lionel2021-10-271-1/+59
|
* Add video thumbnail, image viewer, video pauseMiquel Lionel2021-10-271-5/+67
| | | | | | | | | | | | | | | | | | | - Image can now be opened in the default viewer defined by the OS. Useful for cropped images. - Videos can have thumbnails now. We also resized them to be the same max width and height as pictures messages to avoid problems watching videos with absurd ratios. - Audio files can be paused now. - We got rid of the button for playing videos. You can now click on it for playing or pausing it. - You can now see any files attached to a message now. Outside the known formats displayed by kdeltachat (mp4, mp3, image files), the file name and a "Save attachment" button will be displayed. This button is not yet functional. - Filenames are now displayed in the label for attached audio, video and files. For example, a song named "naturesounds.mp3" will have "Audio - naturesounds.mp3" as the label
* Fix QML code stylelink2xt2021-10-021-50/+74
| | | | Mostly qmlformat, also rename root "id"s.
* Place "Show full message" between the message and its statuslink2xt2021-09-101-9/+11
|
* Add padlock and bot icons to messages, improve layoutlink2xt2021-08-281-2/+19
|
* Show message timestampslink2xt2021-08-281-2/+3
|
* Restrict image width to message widthlink2xt2021-08-071-0/+1
|
* Get rid of the contact requests chatlink2xt2021-07-261-4/+0
|
* Fit message text on the screen if it is too narrowlink2xt2021-06-271-1/+1
|
* Reference ListView from ChatPage instead of Messagelink2xt2021-06-271-1/+0
|
* Restrict message width and avoid gaps around imageslink2xt2021-06-271-4/+4
|
* Allow to open deaddrop chat, but do not mark it as seen or noticedlink2xt2021-06-061-1/+5
|
* Add margin to the left of the message bubbleslink2xt2021-06-061-0/+1
|
* Message.qml: print MediaPlayer errors to consolelink2xt2021-05-301-0/+2
|
* Add video viewerlink2xt2021-05-301-1/+26
|
* Implement message draftslink2xt2021-05-291-1/+4
|
* Add HTML view for messageslink2xt2021-05-221-6/+23
|
* Do not try to mark outgoing and seen messages as seenlink2xt2021-03-191-1/+5
|
* Fix some `qmllint -U` warningslink2xt2021-03-191-4/+4
|
* Mark displayed messages as seenlink2xt2021-03-191-0/+6
|
* Fix some qmllint warningslink2xt2021-03-191-1/+1
|
* Limit image heightlink2xt2021-03-141-0/+1
|
* Use the same font size for quote and messagelink2xt2021-03-141-1/+1
|
* Load images asynchronouslylink2xt2021-03-141-0/+1
|
* Add colored border to quoteslink2xt2021-03-141-9/+25
|
* QML cleanuplink2xt2021-03-141-6/+2
|
* Use PreserveAspectCrop instead of PreserveAspectFit for imageslink2xt2021-03-141-1/+1
| | | | This seems to be the easiest way to avoid space above and below the image.
* Add support for audio and voice messageslink2xt2021-03-131-1/+23
|
* Add context menu item to accept contact requestslink2xt2021-02-221-0/+4
|
* Use dc_msg_get_override_sender_name()link2xt2021-02-151-2/+7
|
* Add info dialog for messageslink2xt2020-10-131-0/+31
|
* Display quotes in different fontlink2xt2020-10-131-1/+13
|
* Add basic quoting supportlink2xt2020-10-121-1/+1
|
* Reduce QML version requirementslink2xt2020-10-061-3/+3
| | | | Now KDeltaChat runs on openSUSE Leap 15.2
* Initial commitlink2xt2020-10-031-0/+83