hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.04k stars 173 forks source link

SoundLibraryOnlineImportDialog: allow multiple drumkit/song/pattern downloads (#1143) #1992

Closed theGreatWhiteShark closed 2 months ago

theGreatWhiteShark commented 2 months ago

I implemented this feature a little different than suggested in #1143. Instead of having checkboxes for each item, one can now multiselect arbitrary items in SoundLibraryOnlineImportDialog and download them all at once. This is more touch friendly and faster (you left click-drag the tree to select all elements in a second).

SLOID_multiselect

implements #1143