Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add option to open image with external program by default | math | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | Fix images being cropped instead of scaled | Nicolas Werner | 2022-03-09 | 1 | -1/+1 |
| | |||||
* | Fix images without size not showing (take5) | Nicolas Werner | 2022-02-17 | 1 | -1/+3 |
| | |||||
* | space-saving metadata placement | Malte E | 2022-02-14 | 1 | -1/+4 |
| | |||||
* | Fix layout - no more binding loops (hopefully) | Malte E | 2022-02-11 | 1 | -8/+3 |
| | |||||
* | fixed most of the binding loops | Malte E | 2022-02-09 | 1 | -1/+4 |
| | |||||
* | Work around images with size 0 in info | Nicolas Werner | 2022-01-04 | 1 | -2/+2 |
| | | | | fixes #875 | ||||
* | Port image overlay to qml | Nicolas Werner | 2022-01-02 | 1 | -3/+2 |
| | | | | | | Allows you to zoom and pan now. relates to #647 | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Get rid of some useless code | Nicolas Werner | 2021-12-31 | 1 | -1/+1 |
| | |||||
* | Multiply source size by scale factor | Nicolas Werner | 2021-12-13 | 1 | -4/+4 |
| | | | | Might be unnecessary, but docs are unclear on that. | ||||
* | Limit max memory usage of images | Nicolas Werner | 2021-12-08 | 1 | -1/+4 |
| | |||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | Reenable still image viewer for WebP until we qmlify the image viewer | Nicolas Werner | 2021-11-14 | 1 | -9/+10 |
| | |||||
* | Add option to only play animated images on hover | Nicolas Werner | 2021-08-29 | 1 | -0/+1 |
| | |||||
* | Support animated images | Nicolas Werner | 2021-08-29 | 1 | -25/+36 |
| | | | | fixes #461 | ||||
* | Prepare for reuseItems in timeline | Nicolas Werner | 2021-07-12 | 1 | -10/+18 |
| | | | | The actual reuseItems is still blocked on a few upstream bugs. | ||||
* | Reorganize TimelineView to prepare porting the room list | Nicolas Werner | 2021-05-14 | 1 | -3/+3 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -3/+3 |
| | |||||
* | Highlight navigated to message | Nicolas Werner | 2021-04-29 | 1 | -1/+1 |
| | |||||
* | Fix some TapHandler focus issues | Nicolas Werner | 2021-04-11 | 1 | -1/+5 |
| | |||||
* | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 1 | -1/+0 |
| | | | | fixes #507 | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Fix hover handling in the timeline | Nicolas Werner | 2021-02-14 | 1 | -8/+8 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -1/+1 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Smooth pictures in timeline | Mayeul Cantan | 2020-10-31 | 1 | -0/+2 |
| | |||||
* | Hide room name, if not loaded yet | Nicolas Werner | 2020-10-18 | 1 | -4/+8 |
| | |||||
* | Make Text element a sibling of the Rectangle to avoid the text from ↵ | kamathmanu | 2020-10-15 | 1 | -14/+14 |
| | | | | depending on the rectangle's opacity property. Switch to Nheko theme colors | ||||
* | Avoid hardcoded font size | kamathmanu | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | Display filename on mouse hover | kamathmanu | 2020-10-13 | 1 | -1/+30 |
| | |||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -37/+36 |
| | |||||
* | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Fix more non integer heights | Nicolas Werner | 2020-07-25 | 1 | -2/+2 |
| | |||||
* | Clip replies by default | Nicolas Werner | 2020-05-13 | 1 | -3/+4 |
| | | | | In the future we should probably add a gradient when clipped... | ||||
* | Disable opening images, when they are not loaded | Nicolas Werner | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | Fix images without size | Nicolas Werner | 2020-03-08 | 1 | -1/+1 |
| | |||||
* | Make blurhash provider async | Nicolas Werner | 2020-03-04 | 1 | -1/+0 |
| | |||||
* | Experimental blurhash implementation (MXC2448) | Nicolas Werner | 2020-03-03 | 1 | -0/+14 |
| | |||||
* | Fix resize loop of images in reply popup | Nicolas Werner | 2020-01-28 | 1 | -3/+3 |
| | |||||
* | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 1 | -6/+6 |
| | | | | | | This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them. | ||||
* | Make images always fit the timeline | Nicolas Werner | 2019-12-13 | 1 | -2/+7 |
| | |||||
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 1 | -1/+1 |
| | |||||
* | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Size images/videos by timeline width | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
| | |||||
* | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 1 | -4/+4 |
| | | | | requires Qt5.12+ | ||||
* | Enable Sticker and Emote messages | Nicolas Werner | 2019-11-23 | 1 | -0/+3 |
| | |||||
* | Restore saving of media | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Reenable ImageOverlay | Nicolas Werner | 2019-11-23 | 1 | -0/+6 |
| | |||||
* | Implement basic ImageMessages in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+14 |
I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width... |