summary refs log tree commit diff
path: root/resources/qml/StatusIndicator.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Format qmlNicolas Werner2023-06-081-12/+12
|
* Get rid of year in license headersNicolas Werner2023-02-211-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 Werner2023-01-021-0/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-4/+4
|
* QML the read receipts listLoren Burkholder2021-07-291-1/+1
| | | | There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit
* Prepare for reuseItems in timelineNicolas Werner2021-07-121-7/+10
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-1/+1
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Fix more anchors.centerInNicolas Werner2021-01-181-2/+1
|
* Only use a pointing hand if there is something to click onLoren Burkholder2021-01-161-0/+1
|
* Fix tooltipsLoren Burkholder2021-01-161-1/+1
|
* Remove unnecessary properties; simplify hover codeLoren Burkholder2021-01-161-14/+5
|
* Use an ImageButton for the StatusIndicatorLoren Burkholder2021-01-161-31/+24
| | | | Incidentally, this allows ImageButtons to not change color.
* Display read receipts when read indicator is clickedLoren Burkholder2021-01-151-0/+6
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-2/+2
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-2/+2
|
* Lint qml with qml-formatNicolas Werner2020-10-081-33/+51
|
* Speed up timeline by using global ToolTip and MenuNicolas Werner2020-02-021-10/+8
|
* Change tooltip palette settings for QMLJoseph Donofry2020-01-281-7/+10
|
* Rename qml namespace from com.github.nheko to im.nhekoNicolas Werner2019-11-301-1/+1
|
* optionally use QQuickWidget and replace ColorOverlay -> colorImageProviderNicolas Werner2019-11-231-11/+4
|
* Disable autoplayback againNicolas Werner2019-11-231-0/+1
|
* Use QtQuick.Controls compatible with Qt 5.8Nicolas Werner2019-11-231-1/+1
|
* Fix read indicatorNicolas Werner2019-11-231-2/+2
|
* Add send/received indicatorNicolas Werner2019-11-231-0/+44