-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animated Profile Avatar #69
Conversation
Co-authored-by: matt <30363562+mmattbtw@users.noreply.github.com>
Functionality works as intended, but a couple things:
|
Hello, i have tried to modify the code to better fit your requirements. Please let me know if there is anything else you want me to change. |
Hi @mmattbtw Can you do a rebase on this pr? |
Not my PR lol :^) |
Whoops. |
Co-authored-by: matt <30363562+mmattbtw@users.noreply.github.com>
Hope that was the correct button. 👍 |
Co-authored-by: Troy <49777269+TroyKomodo@users.noreply.github.com>
@MrAuro @mmattbtw can you please confirm these changes work. |
Works as intended for me on Windows 👍 |
Almost works, bug.mp4Notice how the transparent layers are not respected on the image. |
@MrAuro can u confirm this is the case. check sodapoppins user card. |
This seems to have been an error only on release which is why i did not see it. I seem to have fixed it and can verify that this fix works in the release build 2022-03-25.21-41-59.mp4 |
@TroyKomodo Can you run actions on the latest commit, ill test once those finish |
@JoachimFlottorp still seems off on mine, but could be because i am running it from WSL and into windows. |
@JoachimFlottorp can you verify it works on linux? |
I'll check it on a linux machine once it builds. |
I have checked on linux using Virtualbox and a physical device, i have verified that the AppImage from github actions produces the same error. But building chatterino myself on linux does not show this error. AppImage in virtualbox AppImage on physical linux Built using QTCreator in virtualbox |
So is it a dependency issue then? |
|
Thank you, yes please do update the CI in this pr. |
Ok, that's fine with me. Please make the changes to this pr on the qt
version in cmake and ci. And I'll review them once they are in.
…On Tue, 29 Mar 2022, 13:34 JoachimF, ***@***.***> wrote:
Hi, been busy these lately days, But i was wrong about it being wayland,
good job on my side [image: image]
<https://user-images.githubusercontent.com/24413121/160670216-d4c5ad1f-71f0-401a-a439-150e82e3b479.png>
Either way. If im correct it's only an issue on Qt 5.12.10. And Qt 5.15.2
Doesn't have it. No idea how you want to fix this, i would just remove
5.12.10 from being built. But not like i have control over upstream.
—
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL3YU5J55ZFYMULMMB6I42DVCM5KRANCNFSM5MSPDVYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@JoachimFlottorp Can you also update the install guide for installing the correct version of qt, and any other changes required for any dep change, such as cmake or anywhere where the minimum version has now changed. |
A few notes. VVVV Problem at .docker/Dockerfile.build Seems like Offline Installations have been removed since Qt 5.15. PPA Repositories travis Use has removed the meta package in version Qt 5.15 Here.
|
@JoachimFlottorp can u actually remove the one line breaking formatting. I am aware I introduced the line change but remove it in this pr and ill merge it. i am happy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems good at least for this fork, though I'll note there has been discussion before on adding further network requests on opening user cards, which may be an issue when submitting this to the upstream branch.
@JoachimFlottorp Any updates on this? |
I'm perfectly happy to PR the line removal 🙂 |
This reverts commit 28cad3d.
Pull request checklist:
CHANGELOG.md
was updated, if applicableDescription
Added option in Misc to show SevenTV animated avatar rather than the default Twitch.
Avatars are cached. (This can be improved)