Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup reply and state event rendering | Nicolas Werner | 2023-10-08 | 1 | -780/+0 |
| | |||||
* | Switch to manual polishing of event delegates | Nicolas Werner | 2023-10-08 | 1 | -1/+0 |
| | |||||
* | Port state events and images | Nicolas Werner | 2023-08-25 | 1 | -0/+2 |
| | |||||
* | Show some generic message for ACL changes | Nicolas Werner | 2023-06-10 | 1 | -0/+14 |
| | | | | fixes #1476 | ||||
* | Replace some binding loops with others | Nicolas Werner | 2023-06-08 | 1 | -0/+2 |
| | |||||
* | Fix member event binding loop | Nicolas Werner | 2023-06-08 | 1 | -1/+1 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -5/+3 |
| | |||||
* | Use the new mtxclient special effects refactoring | Loren Burkholder | 2023-04-11 | 1 | -1/+1 |
| | |||||
* | Implement unknown msgtype functionality | Loren Burkholder | 2023-04-08 | 1 | -1/+15 |
| | |||||
* | 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/ | ||||
* | Add a fancy delegate when encryption is enabled | Loren Burkholder | 2023-02-13 | 1 | -3/+2 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Add a button to room the upgraded room in the timeline | Nicolas Werner | 2022-12-13 | 1 | -0/+28 |
| | |||||
* | confetti (#1243) | Loren Burkholder | 2022-12-10 | 1 | -0/+14 |
| | | | * 🎉 (confetti) message support. Thanks @LorenDB ! | ||||
* | VoIP v1 implementation (#1161) | Rohit Sutradhar | 2022-10-14 | 1 | -0/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for VoIP v1 implementation * Added draft of event handlers for voip methods * Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility * Added call events to the general message pipeline. Modified Call Reject mechanism * Added message delegates for new events. Modified hidden events. Updated handle events. * Updated implementation to keep track of calls on other devices * Fixed linting * Fixed code warnings * Fixed minor bugs * fixed ci * Added acceptNegotiation method definition when missing gstreamer * Fixed warnings * Fixed linting | ||||
* | Replace some user visible mentions of spaces | Nicolas Werner | 2022-10-01 | 1 | -1/+1 |
| | |||||
* | Support rendering policy rules | Nicolas Werner | 2022-07-09 | 1 | -0/+42 |
| | |||||
* | Fix pinned messages getting clipped | Nicolas Werner | 2022-04-24 | 1 | -0/+30 |
| | |||||
* | Show changes in image packs in timeline | Nicolas Werner | 2022-04-19 | 1 | -2/+2 |
| | |||||
* | Add duration and resolution to files | Nicolas Werner | 2022-03-21 | 1 | -0/+3 |
| | |||||
* | fix overlap in NoticeMessage | Malte E | 2022-02-14 | 1 | -0/+2 |
| | |||||
* | space-saving metadata placement | Malte E | 2022-02-14 | 1 | -1/+9 |
| | |||||
* | Fix layout - no more binding loops (hopefully) | Malte E | 2022-02-11 | 1 | -10/+3 |
| | |||||
* | fixed most of the binding loops | Malte E | 2022-02-09 | 1 | -2/+8 |
| | |||||
* | Variable width bubbles (still has binding loop) | Malte E | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | add translations and actually add changes to TimelineModel | Malte E | 2022-02-07 | 1 | -5/+5 |
| | |||||
* | print state events without bubbles, displaynames or avatars and in a smaller ↵ | Malte E | 2022-02-07 | 1 | -0/+31 |
| | | | | font | ||||
* | Revert removal of width and height in TextMessage and implicitWidth in ↵ | Malte E | 2022-02-04 | 1 | -1/+1 |
| | | | | MessageDelegate | ||||
* | prepare code for message bubbles and dynamic message layout | Malte E | 2022-02-03 | 1 | -3/+6 |
| | |||||
* | 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 |
| | |||||
* | Fix wrapping in member events | Nicolas Werner | 2021-12-31 | 1 | -0/+1 |
| | |||||
* | Support pinned messages | Nicolas Werner | 2021-12-11 | 1 | -0/+48 |
| | | | | fixes #519 | ||||
* | Change QML UI for redactions | Joe Donofry | 2021-11-29 | 1 | -3/+2 |
| | |||||
* | Fix one more wrong background color | Nicolas Werner | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | Move away from using an event loop to access secrets | Nicolas Werner | 2021-11-07 | 1 | -1/+1 |
| | | | | | | | | Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789 | ||||
* | Reenable reuseItems for the message view | Nicolas Werner | 2021-09-15 | 1 | -1/+1 |
| | | | | If this is still broken, we will need to disable it again. | ||||
* | Support animated images | Nicolas Werner | 2021-08-29 | 1 | -0/+2 |
| | | | | fixes #461 | ||||
* | Simplify message delegate size calculation a bit | Nicolas Werner | 2021-08-21 | 1 | -1/+1 |
| | |||||
* | Allow accepting knocks in the timeline | Nicolas Werner | 2021-08-17 | 1 | -5/+19 |
| | | | | As well as selecting more join rules. | ||||
* | Show encryption errors in qml and add request keys button | Nicolas Werner | 2021-08-07 | 1 | -0/+11 |
| | |||||
* | Finish converting function to property | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Explicitly reload data in delegates, if related events got loaded | Nicolas Werner | 2021-07-20 | 1 | -5/+6 |
| | |||||
* | Fix a few missing properties | Nicolas Werner | 2021-07-12 | 1 | -4/+7 |
| | |||||
* | Prepare for reuseItems in timeline | Nicolas Werner | 2021-07-12 | 1 | -38/+160 |
| | | | | The actual reuseItems is still blocked on a few upstream bugs. | ||||
* | Make emoji picker follow theme | Nicolas Werner | 2021-07-03 | 1 | -0/+1 |
| | |||||
* | add avatar changed event support issue #550 | BShipman | 2021-06-19 | 1 | -0/+8 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -5/+5 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -1/+1 |
| | |||||
* | Copy address location | Nicolas Werner | 2021-04-29 | 1 | -0/+1 |
| | | | | fixes #463 | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | change 'redacted' for 'removed' | kirillpt | 2020-11-26 | 1 | -2/+2 |
| | |||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -211/+330 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-09-24 | 1 | -2/+6 |
|\ | |||||
| * | Update translations | Nicolas Werner | 2020-09-19 | 1 | -1/+5 |
| | | |||||
| * | Fix null errors in qml | Nicolas Werner | 2020-09-16 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into device-verification | CH Chethan Reddy | 2020-08-30 | 1 | -0/+24 |
|\| | |||||
| * | Hide CallCandidates again in new store | Nicolas Werner | 2020-08-17 | 1 | -0/+6 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into new-event-store | Nicolas Werner | 2020-08-17 | 1 | -0/+18 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp | ||||
| | * | Specify call type on timeline | trilene | 2020-07-24 | 1 | -1/+1 |
| | | | |||||
| | * | Support voice calls | trilene | 2020-07-10 | 1 | -0/+18 |
| | | | |||||
* | | | Adding Room Key Verification Stuff | CH Chethan Reddy | 2020-07-30 | 1 | -0/+54 |
| | | | |||||
* | | | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -6/+6 |
|/ / | |||||
* / | Readd pagination and fix redactions | Nicolas Werner | 2020-07-13 | 1 | -0/+6 |
|/ | |||||
* | Clip replies by default | Nicolas Werner | 2020-05-13 | 1 | -0/+2 |
| | | | | In the future we should probably add a gradient when clipped... | ||||
* | Size reply background by contents | Nicolas Werner | 2020-04-10 | 1 | -0/+1 |
| | |||||
* | Add support for more room events in timeline | Adasauce | 2020-03-03 | 1 | -0/+31 |
| | |||||
* | Reset user colors on theme change (in qml timeline) | Nicolas Werner | 2020-02-20 | 1 | -1/+1 |
| | |||||
* | Improve styling of emote messages | Nicolas Werner | 2020-02-09 | 1 | -4/+7 |
| | |||||
* | Implement display of membership events | Nicolas Werner | 2020-01-23 | 1 | -0/+6 |
| | |||||
* | Fetch missing events for replies | Nicolas Werner | 2020-01-11 | 1 | -0/+4 |
| | |||||
* | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 1 | -57/+71 |
| | | | | | | 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 | -0/+12 |
| | |||||
* | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 1 | -1/+1 |
| | |||||
* | Show encryption enabled and use a non zero size for zero size vide | Nicolas Werner | 2019-11-23 | 1 | -1/+9 |
| | |||||
* | Improve avatar look and layouting | Nicolas Werner | 2019-11-23 | 1 | -2/+0 |
| | | | | Thanks to red_sky for the feedback! | ||||
* | Remove unused import | Nicolas Werner | 2019-11-23 | 1 | -1/+0 |
| | |||||
* | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 1 | -0/+50 |