FrancescoCeruti / linux-show-player

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

Minor problems (progress bar, cue status icon, undo) #171

Closed Gajenthran closed 2 years ago

Gajenthran commented 5 years ago

I found some minor problems in ListLayout (in develop branch), that I will list you:

Morever, I would like to know also if adding UP arrow and DOWN arrow to change cue is a good idea (it was present in the last version and I found it very useful). I know that we can move with arrows in selection mode.

Hope it will help you !

FrancescoCeruti commented 5 years ago

I'll look into the two problems, thanks for reporting :)

I would like to know also if adding UP arrow and DOWN arrow to change cue is a good idea (it was present in the last version and I found it very useful). I know that we can move with arrows in selection mode.

If you mean changing the current/standby cue (the one with the yellow selector, in the develop branch) you can still move it with the arrow keys :arrow_down: :arrow_up:, like in the previous version

ghassenghouibi commented 5 years ago

Hello @FrancescoCeruti , i just saw the last update of develop branch but now i can't select the list layout option can i get some information please . Also about drag and drop cues path '/lisp/plugins/cart_layout/page_widget.py' there is some function of drag and drop i wanted to know it's done if is'nt the case i wanted to have more information about it thank you . Screenshot from 2019-05-08 14-59-14

FrancescoCeruti commented 5 years ago

@ghassenghouibi try to run it with --log debug option and open a new issue reporting the output.

Also about drag and drop cues path '/lisp/plugins/cart_layout/page_widget.py' there is some function of drag and drop i wanted to know it's done if is'nt the case i wanted to have more information about it thank you .

Mmh, yes, drag&drop is currently implemented, in a simple form, in fact only one item can be dragged at the time. I'll suggest to write on gitter for this kind of information so we don't clutter too much the issue pages :wink: