summary refs log tree commit diff
path: root/resources/qml/Avatar.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HiDPI Fixesq234rty2024-02-161-2/+10
| | | | | | | | Fix various downscaled icons by removing undeeded multiplications by devicePixelRatio in sourceSize. Fix downscaled PL indicator in the timeline by using the actual size as sourceSize. Fix various blurry icons by specifying sourceSize.
* Disable mipmaps for avatarsNicolas Werner2023-07-041-2/+0
|
* More linter fixesNicolas Werner2023-06-191-6/+6
|
* Move to automatic type registrationNicolas Werner2023-06-191-1/+1
|
* Fix request for empty imageNicolas Werner2023-06-081-1/+3
|
* Format qmlNicolas Werner2023-06-081-33/+28
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-3/+3
|
* Make emoji picker use the grid viewNicolas Werner2023-05-251-1/+7
|
* 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
|
* Green is not Svg::greenNicolas Werner2022-10-011-2/+2
| | | | fixes #1203
* Add green theme color, make "error" configurablernhmjoj2022-10-011-2/+2
|
* making userName_ an AbstractButton should play nicely with ListView (#961)Malte E2022-02-241-12/+7
| | | | | | | | | * making userName_ an AbstractButton should make it play nicely with the ListView * make Avatar an AbstractButton * make userName_ in Reply.qml an AbstractButton * use alias for avatar background color and fix margin of username in reply
* Use ListView without scrollview for messagesNicolas Werner2022-02-191-0/+1
| | | | | | | | | | That way we can autohide the scollbar if needed, it should fix some jumping issues, it makes it possible to flick on mobile, etc. Some related bugs: https://bugreports.qt.io/browse/QTBUG-75223 https://bugreports.qt.io/browse/QTBUG-44902
* Simplify Ripple effect and make it easier to use everywhereNicolas Werner2022-01-021-11/+4
|
* Fix hovering aliases that only have textNicolas Werner2022-01-011-17/+10
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Update presence dynamically and reduce allocationsNicolas Werner2021-12-301-3/+15
|
* Multiply source size by scale factorNicolas Werner2021-12-131-2/+3
| | | | Might be unnecessary, but docs are unclear on that.
* Support bootstrapping crosssigningNicolas Werner2021-10-091-0/+1
| | | | | Showing the bootstrap state and showing there are unverified devices is still missing.
* Remove useless lineLoren Burkholder2021-09-111-1/+0
|
* Use better visible checkLoren Burkholder2021-09-111-1/+1
|
* Don't bother with cropLoren Burkholder2021-09-111-1/+1
|
* Use better id loading methodologyLoren Burkholder2021-09-111-1/+2
|
* Add some fancy effects to jdenticonLoren Burkholder2021-09-111-1/+13
|
* Only set identicon source if usedLoren Burkholder2021-09-111-1/+1
|
* Add jdenticon supportLoren Burkholder2021-09-111-1/+8
|
* Allow accepting knocks in the timelineNicolas Werner2021-08-171-1/+1
| | | | As well as selecting more join rules.
* Fix dpi scaling of avatarsNicolas Werner2021-08-161-3/+3
|
* Round images in the image providerNicolas Werner2021-08-141-15/+1
|
* Basic sticker pack editorNicolas Werner2021-08-061-2/+4
|
* 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