summary refs log tree commit diff
path: root/resources/qml/Avatar.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable toggling tagsNicolas Werner2021-06-111-0/+1
|
* Render community itemsNicolas Werner2021-06-111-0/+2
|
* Make palette global in QmlNicolas Werner2021-05-131-3/+3
|
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-0/+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 hover handling in the timelineNicolas Werner2021-02-141-0/+5
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-1/+1
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-1/+1
|
* Clean up Avatar click event handlingJoseph Donofry2021-01-111-1/+5
|
* Add Ripple effects to qml buttons and avatarJoseph Donofry2021-01-111-0/+7
|
* Background color for code and don't collapse space in timelineNicolas Werner2020-12-141-6/+7
|
* Update resources/qml/Avatar.qmlkamathmanu2020-11-301-2/+0
| | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Update resources/qml/Avatar.qmlkamathmanu2020-11-301-3/+1
| | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Add support for viewing avatar images in full sizekamathmanu2020-11-301-0/+10
|
* Smooth Avatars in timelineMayeul Cantan2020-10-311-1/+1
| | | | This helps on low-dpi screens, getting rid of the jaggies.
* Qml message input mockupNicolas Werner2020-10-261-1/+1
|
* Lint qml with qml-formatNicolas Werner2020-10-081-53/+59
|
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-081-1/+1
|\
| * Move ActiveCallBar Qml to separate filetrilene2020-09-251-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-241-1/+3
|\|
| * Fix null errors in qmlNicolas Werner2020-09-161-1/+1
| |
| * Port top bar to QmlNicolas Werner2020-09-161-0/+2
| | | | | | | | | | Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point!
* | Fix presence indicatorNicolas Werner2020-07-301-4/+6
|/
* Remove online indicator for offline usersNicolas Werner2020-06-171-1/+1
|
* Show presence and set custom status messagesNicolas Werner2020-06-081-0/+18
|
* Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-2/+2
| | | | | | | 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.
* Misc color fixesNicolas Werner2020-05-051-2/+2
|
* Use palette for qml code for themingNicolas Werner2020-03-291-3/+4
| | | | | 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-7/+0
| | | | context menu
* Fix placeholder text being visible behind transparent avatarsNicolas Werner2020-02-231-0/+1
|
* Improve styling a bitNicolas Werner2020-02-031-1/+1
|
* Fix colors in typing display, when username contains emojiNicolas Werner2020-01-211-1/+2
|
* Improve avatar look and layoutingNicolas Werner2019-11-231-0/+5
| | | | Thanks to red_sky for the feedback!
* Organize qml files a bitNicolas Werner2019-11-231-0/+1
|
* Implement avatars in qml timelineNicolas Werner2019-11-231-0/+45