Tom94 / tev

High dynamic range (HDR) image viewer for graphics people
BSD 3-Clause "New" or "Revised" License
1.03k stars 87 forks source link

Allow reordering images by dragging them #99

Closed Wouterdek closed 4 years ago

Wouterdek commented 4 years ago

Thanks for tev! I've found it incredibly useful so far.

This pull request adds functionality to the image list. Users can reorder images by clicking and dragging them around. This can be convenient when you want to reorder frames of an animation, or put images you want to compare next to eachother in the list.

Tom94 commented 4 years ago

Hi there, thanks a lot for the contribution; this is amazing! :)

I took the liberty of fixing up some problems and pushing them to your branch. Will merge once CI went through.

(By the way, I recommend not PRing from your fork's master branch. Otherwise the maintainers of the remote repositories are able to push to it freely.)