FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
206 stars 49 forks source link

Changing position of a cue is difficult… #147

Open mitscherdinger opened 5 years ago

mitscherdinger commented 5 years ago

Hi! In list view, I discovered that changing the position of a cue in the list is not that easy: You can grab a cue with the mouse and drag it to a new position, but, unfortunately, the line pretending to indicate the new position is 1) not visible that good (it is at least partly covered by the cue you want to move) 2) not really the indicator for the new position.

For 1): Adding transparency for the item to be moved? Or just make it smaller for the time being moved?

For 2): Maybe a QT issue? I used Gnome/Mate/LXDE and often got wrong placed cues when dragging and dropping. Usually it misses the new position by one (blow or above).

FrancescoCeruti commented 5 years ago

I'm aware of this annoying issue, it's mostly a problem of the Qt drag&drop, at least of the widget I'm using.

I'm certain that it can be improved, for example the clementine-player doesn't have this problems using a very similar widget for the song list, but I can tell they've re-implemented a bunch of stuffs (in c++).