Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some qml warnings | Nicolas Werner | 2023-10-26 | 1 | -13/+12 |
| | |||||
* | fix click to go to reply after merge | Nicolas Werner | 2023-10-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'delegate-rework' | Nicolas Werner | 2023-10-10 | 1 | -6/+4 |
|\ | |||||
| * | Fixup reply and state event rendering | Nicolas Werner | 2023-10-08 | 1 | -2/+1 |
| | | |||||
| * | Switch to manual polishing of event delegates | Nicolas Werner | 2023-10-08 | 1 | -2/+5 |
| | | |||||
| * | Move message styles to their own files and work around hover not propagating ↵ | Nicolas Werner | 2023-09-20 | 1 | -1/+2 |
| | | | | | | | | to siblings | ||||
| * | Port state events and images | Nicolas Werner | 2023-08-25 | 1 | -2/+2 |
| | | |||||
| * | Working text messages in delegate rework | Nicolas Werner | 2023-08-25 | 1 | -7/+8 |
| | | |||||
* | | Qt 6.4 properly supports scrolling text with touch | Loren Burkholder | 2023-09-30 | 1 | -4/+4 |
|/ | |||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -1/+1 |
| | |||||
* | Remove explicit link styling | Nicolas Werner | 2023-06-18 | 1 | -1/+0 |
| | |||||
* | Replace some binding loops with others | Nicolas Werner | 2023-06-08 | 1 | -1/+1 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -7/+7 |
| | |||||
* | Cleanup table rendering | Nicolas Werner | 2023-03-09 | 1 | -3/+3 |
| | | | | fixes #1406 | ||||
* | 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/ | ||||
* | Make code tags preserve whitespace | Nicolas Werner | 2023-01-22 | 1 | -2/+3 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Enable spoilers in replies | Nicolas Werner | 2022-09-11 | 1 | -1/+1 |
| | |||||
* | Break http images and implement barebones spoiler support when not in mobile ↵ | Nicolas Werner | 2022-08-17 | 1 | -1/+5 |
| | | | | | | | mode see #1042 see #483 | ||||
* | Fix pinned messages getting clipped | Nicolas Werner | 2022-04-24 | 1 | -2/+3 |
| | |||||
* | fix tapping messages, fix pressandhold/doubletap on touch | Malte E | 2022-03-28 | 1 | -0/+1 |
| | |||||
* | space-saving metadata placement | Malte E | 2022-02-14 | 1 | -0/+2 |
| | |||||
* | Fix second codeblock not wrapping | Nicolas Werner | 2022-02-14 | 1 | -1/+1 |
| | |||||
* | fix vertical space for some state events | Malte E | 2022-02-13 | 1 | -1/+1 |
| | |||||
* | Revert removal of width and height in TextMessage and implicitWidth in ↵ | Malte E | 2022-02-04 | 1 | -2/+2 |
| | | | | MessageDelegate | ||||
* | prepare code for message bubbles and dynamic message layout | Malte E | 2022-02-03 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Support bootstrapping crosssigning | Nicolas Werner | 2021-10-09 | 1 | -0/+1 |
| | | | | | Showing the bootstrap state and showing there are unverified devices is still missing. | ||||
* | Decrease left margins on blockquotes to 1em. | tastytea | 2021-09-04 | 1 | -0/+1 |
| | | | | | | | It is intentionally impossible to add borders to blockquotes via CSS: <https://bugreports.qt.io/browse/QTBUG-23244>. Bug: https://github.com/Nheko-Reborn/nheko/issues/704 | ||||
* | right-click tap handler for replies | resolritter | 2021-08-31 | 1 | -0/+7 |
| | |||||
* | Prepare for reuseItems in timeline | Nicolas Werner | 2021-07-12 | 1 | -3/+6 |
| | | | | The actual reuseItems is still blocked on a few upstream bugs. | ||||
* | Add ugly borders to tables | Nicolas Werner | 2021-06-08 | 1 | -1/+18 |
| | |||||
* | Reimplement room context menus | Nicolas Werner | 2021-05-28 | 1 | -1/+1 |
| | |||||
* | Reorganize TimelineView to prepare porting the room list | Nicolas Werner | 2021-05-14 | 1 | -1/+1 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -1/+1 |
| | |||||
* | Allow copying messages via right click | Nicolas Werner | 2021-04-29 | 1 | -0/+1 |
| | | | | fixes #291 | ||||
* | 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 | -0/+1 |
| | |||||
* | Revert keeping whitespace in html, it breaks lists | Nicolas Werner | 2021-02-12 | 1 | -1/+1 |
| | |||||
* | Background color for code and don't collapse space in timeline | Nicolas Werner | 2020-12-14 | 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 | -7/+7 |
| | |||||
* | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -1/+3 |
| | |||||
* | Fix binding loop and non integer text height | Nicolas Werner | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | Make settings update immediately in qml and allow limiting timeline width | Nicolas Werner | 2020-05-26 | 1 | -1/+1 |
| | | | | | | | Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property. | ||||
* | Added an optional feature to show bigger emoji-only messages with 3 or less ↵ | lkito | 2020-05-21 | 1 | -0/+1 |
| | | | | emoji | ||||
* | Clip replies by default | Nicolas Werner | 2020-05-13 | 1 | -0/+2 |
| | | | | In the future we should probably add a gradient when clipped... | ||||
* | Improve link theming | Nicolas Werner | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | Improve styling of emote messages | Nicolas Werner | 2020-02-09 | 1 | -1/+2 |
| | |||||
* | 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. | ||||
* | Wrap text in pre tags | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Enable link handling | Nicolas Werner | 2019-11-23 | 1 | -7/+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/+1 |
| | |||||
* | Implement TextMessage delegate | Nicolas Werner | 2019-11-23 | 1 | -0/+10 |
Text selection over multiple items doesn't work yet |