vain / pdfPres

[Discontinued] Dual head PDF presenter: Current slide with context + current slide in fullscreen (Linux, BSD).
http://www.uninformativ.de/projects/_discontinued/pdfpres/
17 stars 10 forks source link

Dockable items / customizable layout. #5

Closed vain closed 12 years ago

vain commented 14 years ago

Notes, preview ports, timer, ... all those could be dockable. This would allow the user to arrange everything as he likes.

While we're at this: How about configuring preview ports on the fly?

Don't forget feature which saves the layout.

vain commented 14 years ago

Dockable items can easily be done by using GtkHandleBox'es. However, these boxes do not allow to swap items -- they keep a hard reference to their child and only allow this widget to re-dock.

On the experimental "exp-dnd" branch I tried to implement swapping via Gtk's drag-and-drop facility. This is more of a proof of concept than a finished feature. Main development will continue on the master branch.

You can drag ports around as well as the frames of note pad and timer. It works quite well, I guess.

vain commented 12 years ago

I'll close this feature request in favor of #27.