summary refs log tree commit diff
path: root/resources/qml/TimelineRow.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Qml message input mockupNicolas Werner2020-10-261-1/+1
|
* Lint qml with qml-formatNicolas Werner2020-10-081-138/+140
|
* Fix reactionsNicolas Werner2020-09-031-1/+0
|
* Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-0/+1
|\
| * Try to fix variable timestamp widthNicolas Werner2020-08-071-0/+1
| |
* | [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-1/+1
| |
* | Fix presence indicatorNicolas Werner2020-07-301-6/+6
|/
* Make long press menu actually workNicolas Werner2020-07-261-13/+16
|
* Fix reactionsNicolas Werner2020-07-201-1/+0
|
* WIP: Event Store split outNicolas Werner2020-07-091-1/+1
|
* Remove signals in favor of direct function callsJoseph Donofry2020-06-091-3/+0
|
* Remove duplicate search iconsJoseph Donofry2020-06-091-1/+1
|
* Merge master and fix conflictsJoseph Donofry2020-06-091-4/+4
|\
| * Rename settings to be more consistentNicolas Werner2020-05-261-1/+1
| |
| * Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-4/+4
| | | | | | | | | | | | | | 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.
* | Minor adjustments to emoji pickerJoseph Donofry2020-06-091-1/+0
| |
* | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-211-0/+6
| |
* | Attach emoji picker picked to reaction senderJoseph Donofry2020-05-161-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-05-161-1/+5
|\|
| * Implemented optional message body highlighting feature.lkito2020-05-161-1/+5
| |
* | Merge master into reactionsJoseph Donofry2020-05-141-1/+2
|\|
| * Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-141-1/+2
| |
* | Update emoji picker and translationsJoseph Donofry2020-05-131-0/+1
| |
* | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-3/+3
| | | | | | | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
* | merge master into reactionsJoseph Donofry2020-05-071-1/+12
|/
* Basic, broken reaction displayNicolas Werner2020-05-041-0/+1
|
* Add placeholder for reactionsNicolas Werner2020-05-041-0/+3
|
* Add menu entry to show decrypted sourceNicolas Werner2020-04-211-4/+3
| | | | | Also make hidden entries not consume space in Menus with some qml styles.
* Use palette for qml code for themingNicolas Werner2020-03-291-15/+15
| | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
* Make buttons hideable via setting, button contents can still be accessed via ↵Nicolas Werner2020-03-101-26/+12
| | | | context menu
* Only show reply button and option button on hoverNicolas Werner2020-02-261-63/+99
|
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-1/+1
|
* Speed up timeline by using global ToolTip and MenuNicolas Werner2020-02-021-46/+15
|
* Change tooltip palette settings for QMLJoseph Donofry2020-01-281-0/+3
|
* Simplify reply popup logicNicolas Werner2020-01-281-46/+3
|
* Implement fancy reply renderingNicolas Werner2020-01-111-7/+54
| | | | | | 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.
* Add encrypted file downloadNicolas Werner2019-12-031-1/+1
|
* Rename qml namespace from com.github.nheko to im.nhekoNicolas Werner2019-11-301-1/+1
|
* Fix infinite item instantiating loop by using height instead of contentHeightNicolas Werner2019-11-231-2/+3
|
* optionally use QQuickWidget and replace ColorOverlay -> colorImageProviderNicolas Werner2019-11-231-2/+2
|
* Make replies format nicerNicolas Werner2019-11-231-2/+13
| | | | Also lays a bit of groundwork for better reply rendering
* Make user clickable and improve button cursor lookNicolas Werner2019-11-231-39/+6
|
* Improve avatar look and layoutingNicolas Werner2019-11-231-1/+0
| | | | Thanks to red_sky for the feedback!
* break height binding loopNicolas Werner2019-11-231-1/+1
|
* Organize qml files a bitNicolas Werner2019-11-231-0/+144