summary refs log tree commit diff
path: root/resources/qml/EncryptionIndicator.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade trust of megolm sessions when receiving RoomKeyNicolas Werner2023-11-191-1/+4
| | | | | | | Before we only did that, when we basically didn't have the key yet. But since we usually get sent a RoomKey when a new message is sent after we sign in, we were discarding, that those messages should usually now be trusted.
* Fix some qml warningsNicolas Werner2023-10-261-4/+4
|
* Fix (hopefully) HiDPI scaling issues with edit and encryption iconsJoseph Donofry2023-10-131-2/+0
|
* Format qmlNicolas Werner2023-06-081-29/+26
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-1/+1
|
* Change members button color when hoveredLoren Burkholder2023-02-281-3/+5
|
* 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
|
* Fix downscaleq234rty2022-12-061-2/+2
|
* Add green theme color, make "error" configurablernhmjoj2022-10-011-1/+1
|
* Fix weird spacing and hidden encryption indicator in top barNicolas Werner2022-07-161-2/+4
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Multiply source size by scale factorNicolas Werner2021-12-131-2/+3
| | | | Might be unnecessary, but docs are unclear on that.
* Use filled shields everywhere and distinguish different states moreNicolas Werner2021-11-171-4/+15
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-4/+11
|
* Fix some colors switched to yellow by accidentNicolas Werner2021-11-131-2/+2
|
* Make yellow darkerNicolas Werner2021-11-111-2/+2
| | | | | | Fixes readability issues in the userprofile. fixes #440
* Allow downloading keys from key backupNicolas Werner2021-08-171-1/+1
|
* Make palette global in QmlNicolas Werner2021-05-131-1/+1
|
* Show verification status next to messagesNicolas Werner2021-05-071-4/+25
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Merge pull request #506 from Nheko-Reborn/timeline-buttonsDeepBlueV7.X2021-03-061-23/+7
|\ | | | | Use overlay buttons for message actions
| * Use overlay buttons for message actionsNicolas Werner2021-03-041-23/+7
| |
* | Update license headersNicolas Werner2021-03-051-0/+4
|/
* Fix hover handling in the timelineNicolas Werner2021-02-141-6/+3
|
* 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-35/+38
|
* Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-141-2/+17
|
* Speed up timeline by using global ToolTip and MenuNicolas Werner2020-02-021-5/+4
|
* Change tooltip palette settings for QMLJoseph Donofry2020-01-281-2/+5
|
* 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-7/+1
|
* Use QtQuick.Controls compatible with Qt 5.8Nicolas Werner2019-11-231-1/+1
|
* Add lock to encrypted messagesNicolas Werner2019-11-231-0/+30