jvbsl
jvbsl
Well too bad the build environment is cached, and therefore cannot use my ice fork vcpkg port changes, any easy way to workaround that? And btw. MacOS seems to get...
alright, it did build now with my manipulated build environment(I downloaded the old one and copied new ice files over that, but it got a whole 1GB bigger, don't exactly...
Well in the meantime I experimented using VCPKG binary cache which works fine as well, and would be perhaps be a preferred approach, because it is gonna be easier to...
I've started a little work on that  I also wanted to show things like client version, connection time/idle time for the users  But then I noticed that this...
I would like to show this information about users in the above view, as well as perhaps add it in the talking ui, to know how long someone was idle,...
Thanks for the feedback I get what you mean with a maximum size but could you please add a screenshot how it looks like when it overlaps, because I did...
@RafGamer for me the window gets resized so that no actual overlap happens. But even that I think is not really nice. So I for now just set the maximum...
yes you are right, I completely forgot that I hardcoded that part: https://github.com/mumble-voip/mumble/blob/9c09b7dc1550952ff74fe57d39d09028280aa52f/src/mumble/widgets/CommentViewWidget.cpp#L32 Need to look what a nice way would be because currently the actual conversion is in a...
Well yes but there seems to be some legacy image data format which gets converted in the overlay. So that's also what I'm using here to make sure that it...
I didn't want to directly add it to the database and wanted to keep the change to be not to big to the previous code, but I now extracted the...