aboutsummaryrefslogtreecommitdiff
path: root/qml/Message.qml
Commit message (Collapse)AuthorAgeFilesLines
* 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