glaumar / QRookie

Download and install Quest games from ROOKIE Public Mirror (like VRP Rookie Sideloader but for Linux and MacOS)
GNU General Public License v3.0
41 stars 4 forks source link

[Feature Request] Show full name when hovering #17

Closed RandomLegend closed 3 months ago

RandomLegend commented 3 months ago

image

As you can see here, the full package name doesn't fit in the Gridview and hovering over it or clicking it doesn't show it's full name.

It would be awesome to have a tooltip show up and show the full package name.

Thank you for this app! Really solid!

victorwads commented 3 months ago

Hi, @RandomLegend. It seens easy to do.

When arrive my home, i will see this for u and give u updates

victorwads commented 3 months ago

Please, @RandomLegend can u let us know your system info? So, version, and if you use flatpak, nix ou macos .app?

RandomLegend commented 3 months ago

@victorwads

Arch Linux AUR installation

Thank you so much! Don't stress yourself over it, just wanted to drop that in because some of those package names can get quite long :D

victorwads commented 3 months ago

@glaumar I thought it would be simple, like just putting a Tooltip on the Banner. However, Banner doesn’t seem to have a Tooltip. I tried putting it on Label and Buttons, but it also didn’t work.

I think this might be because it’s inside a GridList.

glaumar commented 3 months ago

@glaumar I thought it would be simple, like just putting a Tooltip on the Banner. However, Banner doesn’t seem to have a Tooltip. I tried putting it on Label and Buttons, but it also didn’t work.

I think this might be because it’s inside a GridList.

Try add titleWrapMode: Text.Wrap in banner would be a good choice

victorwads commented 3 months ago

it works @glaumar @RandomLegend

image

Mr: https://github.com/glaumar/QRookie/pull/18

victorwads commented 3 months ago

@glaumar, @RandomLegend uses AUR Installation. The CI publishes this package there?

glaumar commented 3 months ago

@glaumar, @RandomLegend uses AUR Installation. The CI publishes this package there?

It has not been integrated into CI yet. Updates require modifying the aur repository separately. I will update it manually.

victorwads commented 3 months ago

Ok, thanks @glaumar. When it becomes done... I think we can close this issue

glaumar commented 3 months ago

OK, AUR and NUR have been updated to v0.3.4. Flathub is still awaiting publish, but I think we can close this issue now.

RandomLegend commented 3 months ago

Thank you guys so much!