HydraPaper icon indicating copy to clipboard operation
HydraPaper copied to clipboard

UI refreshes too often

Open alex285 opened this issue 7 years ago • 12 comments

I guess you're aware of most UI issues, but here is one you might have missed. When you download wallpapers, those might have very long names ..as you can see on screenshot

screenshot from 2018-02-03 01-42-58

Two more issues here is that

  1. The selection gets the full height
  2. When you remove a favorite (or when you add one), the view is refreshing all the items, while there is also a lock

alex285 avatar Feb 02 '18 23:02 alex285

  1. Tried to solve that, had no luck. This is pretty low in priority tho, will try to fix it when I can.

  2. Yeah, the UI refresh is one of the weakest points of this app. Will have to make a subclass of FlowBoxItem and do some wizardry to make it a little better. It's in the works tho.

GabMus avatar Feb 05 '18 14:02 GabMus

Tried to fix the label issue, and mitigate in some way the ui refresh slowness. Still, removing the locks causes problems in most cases, so I think they'll be there for a while, until I figure out a better way to populate/update the flowboxes.

Here's a flatpak that you can test

hydrapaper-246c002.zip

GabMus avatar Feb 05 '18 15:02 GabMus

@GabMus thank you! the title is fine now!

alex285 avatar Feb 06 '18 08:02 alex285

Fixed "selection gets full height" in c050e78 .

Here you can test it.

hydrapaper-c050e78.zip

GabMus avatar Feb 06 '18 08:02 GabMus

@GabMus question: why you dont just update the flatpak repo, since you obviously fix things?

alex285 avatar Feb 06 '18 11:02 alex285

You mean the released package? There are some things I'm still not convinced about. Want to make a bigger release.

GabMus avatar Feb 06 '18 12:02 GabMus

reduced ui refreses in 80b085c

GabMus avatar Feb 08 '18 23:02 GabMus

did some general improvements to reduce UI refresh, here's a new flatpak:

hydrapaper-1.1.3-28-gd1622bf.zip

GabMus avatar Feb 09 '18 12:02 GabMus

@GabMus where the "Favorites" view has gone? i mean it is gone :)

alex285 avatar Feb 09 '18 13:02 alex285

It goes away if you don't have any favorites. Add some and you will see it appear in the top stack switcher

GabMus avatar Feb 09 '18 13:02 GabMus

Did a little visual fix, here's an updated flatpak:

hydrapaper-1.1.3-29-g44c0181.zip

GabMus avatar Feb 09 '18 13:02 GabMus

Fixed some issues, new flatpak: hydrapaper-1.1.3-30-g2cf4fe3.zip

GabMus avatar Feb 09 '18 19:02 GabMus