Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix notification triggering for previously clicked convos | Miquel Lionel | 2022-02-15 | 1 | -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 fixes | Miquel Lionel | 2021-11-20 | 1 | -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 Lionel | 2021-11-02 | 1 | -2/+0 |
| | | | | | - We also remove the rectangle behind it. - remove useless comments in videoChatView | ||||
* | Videochat message displayed, rm actions dups | Miquel Lionel | 2021-11-02 | 1 | -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 more | link2xt | 2021-10-31 | 1 | -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 Lionel | 2021-10-31 | 1 | -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 filesystem | Miquel Lionel | 2021-10-27 | 1 | -1/+59 |
| | |||||
* | Add video thumbnail, image viewer, video pause | Miquel Lionel | 2021-10-27 | 1 | -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 style | link2xt | 2021-10-02 | 1 | -50/+74 |
| | | | | Mostly qmlformat, also rename root "id"s. | ||||
* | Place "Show full message" between the message and its status | link2xt | 2021-09-10 | 1 | -9/+11 |
| | |||||
* | Add padlock and bot icons to messages, improve layout | link2xt | 2021-08-28 | 1 | -2/+19 |
| | |||||
* | Show message timestamps | link2xt | 2021-08-28 | 1 | -2/+3 |
| | |||||
* | Restrict image width to message width | link2xt | 2021-08-07 | 1 | -0/+1 |
| | |||||
* | Get rid of the contact requests chat | link2xt | 2021-07-26 | 1 | -4/+0 |
| | |||||
* | Fit message text on the screen if it is too narrow | link2xt | 2021-06-27 | 1 | -1/+1 |
| | |||||
* | Reference ListView from ChatPage instead of Message | link2xt | 2021-06-27 | 1 | -1/+0 |
| | |||||
* | Restrict message width and avoid gaps around images | link2xt | 2021-06-27 | 1 | -4/+4 |
| | |||||
* | Allow to open deaddrop chat, but do not mark it as seen or noticed | link2xt | 2021-06-06 | 1 | -1/+5 |
| | |||||
* | Add margin to the left of the message bubbles | link2xt | 2021-06-06 | 1 | -0/+1 |
| | |||||
* | Message.qml: print MediaPlayer errors to console | link2xt | 2021-05-30 | 1 | -0/+2 |
| | |||||
* | Add video viewer | link2xt | 2021-05-30 | 1 | -1/+26 |
| | |||||
* | Implement message drafts | link2xt | 2021-05-29 | 1 | -1/+4 |
| | |||||
* | Add HTML view for messages | link2xt | 2021-05-22 | 1 | -6/+23 |
| | |||||
* | Do not try to mark outgoing and seen messages as seen | link2xt | 2021-03-19 | 1 | -1/+5 |
| | |||||
* | Fix some `qmllint -U` warnings | link2xt | 2021-03-19 | 1 | -4/+4 |
| | |||||
* | Mark displayed messages as seen | link2xt | 2021-03-19 | 1 | -0/+6 |
| | |||||
* | Fix some qmllint warnings | link2xt | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | Limit image height | link2xt | 2021-03-14 | 1 | -0/+1 |
| | |||||
* | Use the same font size for quote and message | link2xt | 2021-03-14 | 1 | -1/+1 |
| | |||||
* | Load images asynchronously | link2xt | 2021-03-14 | 1 | -0/+1 |
| | |||||
* | Add colored border to quotes | link2xt | 2021-03-14 | 1 | -9/+25 |
| | |||||
* | QML cleanup | link2xt | 2021-03-14 | 1 | -6/+2 |
| | |||||
* | Use PreserveAspectCrop instead of PreserveAspectFit for images | link2xt | 2021-03-14 | 1 | -1/+1 |
| | | | | This seems to be the easiest way to avoid space above and below the image. | ||||
* | Add support for audio and voice messages | link2xt | 2021-03-13 | 1 | -1/+23 |
| | |||||
* | Add context menu item to accept contact requests | link2xt | 2021-02-22 | 1 | -0/+4 |
| | |||||
* | Use dc_msg_get_override_sender_name() | link2xt | 2021-02-15 | 1 | -2/+7 |
| | |||||
* | Add info dialog for messages | link2xt | 2020-10-13 | 1 | -0/+31 |
| | |||||
* | Display quotes in different font | link2xt | 2020-10-13 | 1 | -1/+13 |
| | |||||
* | Add basic quoting support | link2xt | 2020-10-12 | 1 | -1/+1 |
| | |||||
* | Reduce QML version requirements | link2xt | 2020-10-06 | 1 | -3/+3 |
| | | | | Now KDeltaChat runs on openSUSE Leap 15.2 | ||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+83 |