aMule Bug Tracker - aMule
View Issue Details
0001500aMuleSharedfilespublic2009-03-01 18:012009-03-05 08:17
Gnucco 
sturedman 
normalfeatureN/A
acknowledgedopen 
SVN 
 
Any
0001500: [PATCH] Open mulecollection window and choose which item to start
From SharedFiles list you can right click on a collection, and instead of directly adding all of its contents to the download queue, you can inspect the collection and download the elements you like.
I made the frame with wxformbuilder (free), as I don't have a wxdesigner license.

This patch includes two new .cpp files directly in SharedFilesCtrl.cpp, only to avoid autoconf stuff
No tags attached.
gz amule-collection-selector.patch.gz (5,959) 2009-03-01 18:01
http://bugs.amule.org/file_download.php?file_id=301&type=bug
png amule-collection-selector.png (107,990) 2009-03-01 18:01
http://bugs.amule.org/file_download.php?file_id=302&type=bug
png

gz mule-collection-1-transferdlg.patch.gz (693) 2009-03-05 08:17
http://bugs.amule.org/file_download.php?file_id=303&type=bug
gz mule-collection-2-sortable.patch.gz (1,642) 2009-03-05 08:17
http://bugs.amule.org/file_download.php?file_id=304&type=bug
gz mule-collection-3-closebutton.patch.gz (1,613) 2009-03-05 08:17
http://bugs.amule.org/file_download.php?file_id=305&type=bug
Issue History
2009-03-01 18:01GnuccoNew Issue
2009-03-01 18:01GnuccoFile Added: amule-collection-selector.patch.gz
2009-03-01 18:01GnuccoOperating System => Any
2009-03-01 18:01GnuccoFile Added: amule-collection-selector.png
2009-03-01 23:23sturedmanNote Added: 0003088
2009-03-01 23:23sturedmanAssigned To => sturedman
2009-03-01 23:23sturedmanStatusnew => acknowledged
2009-03-05 08:16GnuccoNote Added: 0003094
2009-03-05 08:17GnuccoFile Added: mule-collection-1-transferdlg.patch.gz
2009-03-05 08:17GnuccoFile Added: mule-collection-2-sortable.patch.gz
2009-03-05 08:17GnuccoFile Added: mule-collection-3-closebutton.patch.gz

Notes
(0003088)
sturedman   
2009-03-01 23:23   
This looks promising, thank you! I'll take a look at it.
(0003094)
Gnucco   
2009-03-05 08:16   
I improved the dialog adding sorting and a close button. (apply patch 2 and 3)
The mulecollection dialog can be started also from transfer window, clicking on a completed emulecollection transfer (patch1)