Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -1/+1 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Add sender names to state events (#948) | Malte E | 2022-02-21 | 1 | -1/+3 |
| | | | | | * add sendernames to state events * Center state events and make them less tiny | ||||
* | print state events without bubbles, displaynames or avatars and in a smaller ↵ | Malte E | 2022-02-07 | 1 | -0/+3 |
| | | | | font | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -1/+3 |
| | |||||
* | 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 | ||||
* | Merge pull request #506 from Nheko-Reborn/timeline-buttons | DeepBlueV7.X | 2021-03-06 | 1 | -2/+0 |
|\ | | | | | Use overlay buttons for message actions | ||||
| * | Use overlay buttons for message actions | Nicolas Werner | 2021-03-04 | 1 | -2/+0 |
| | | |||||
* | | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
|/ | |||||
* | Try to avoid QTBUG-89568 | Nicolas Werner | 2021-02-10 | 1 | -1/+1 |
| | |||||
* | Speed up rendering the timeline by a LOT by reducing clipping | Nicolas Werner | 2020-10-22 | 1 | -1/+1 |
| | | | | Sadly still required for replies, otherwise this would be perfect. | ||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -4/+4 |
| | |||||
* | Clip replies by default | Nicolas Werner | 2020-05-13 | 1 | -0/+2 |
| | | | | In the future we should probably add a gradient when clipped... | ||||
* | Use palette for qml code for theming | Nicolas Werner | 2020-03-29 | 1 | -1/+1 |
| | | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably. | ||||
* | Improve styling of emote messages | Nicolas Werner | 2020-02-09 | 1 | -6/+1 |
| | |||||
* | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Show topic and name changes in timeline | Nicolas Werner | 2019-12-10 | 1 | -1/+2 |
| | |||||
* | Enable link handling | Nicolas Werner | 2019-11-23 | 1 | -6/+2 |
| | |||||
* | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | | | | requires Qt5.12+ | ||||
* | Use system colors for now | Nicolas Werner | 2019-11-23 | 1 | -0/+12 |