mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-17 02:21:03 -04:00
Added proper dl queue behavior
- suppressed old DwlQueue class - turned mDownloads into a list of pointers to allow easy cross-info update between queue and std::map of downloads - added queue functionality for moving files top/bottom/up/down - added the necessary functions in rsFiles Put back display of exact sizes in FileTransferInfoWidget Suppressed some warnings. **Warning**: this commit requires a make clean. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2493 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6c686496a9
commit
9e469d8baf
19 changed files with 904 additions and 641 deletions
|
@ -84,20 +84,20 @@ private slots:
|
|||
void previewTransfer();
|
||||
|
||||
/** clear download or all queue - for pending dwls */
|
||||
void clearQueue();
|
||||
// void clearQueue();
|
||||
|
||||
/** modify download priority actions */
|
||||
void priorityQueueLow();
|
||||
void priorityQueueNormal();
|
||||
void priorityQueueHigh();
|
||||
void priorityQueueAuto();
|
||||
void priorityQueueUp();
|
||||
void priorityQueueDown();
|
||||
void priorityQueueTop();
|
||||
void priorityQueueBottom();
|
||||
|
||||
void speedSlow();
|
||||
void speedAverage();
|
||||
void speedFast();
|
||||
|
||||
void changeSpeed(int) ;
|
||||
void changeQueuePriority(int) ;
|
||||
void changeQueuePosition(QueueMove) ;
|
||||
|
||||
void chunkRandom();
|
||||
void chunkStreaming();
|
||||
|
@ -143,8 +143,8 @@ private:
|
|||
QAction *openfolderAct;
|
||||
QAction *openfileAct;
|
||||
QAction *previewfileAct;
|
||||
QAction *clearQueuedDwlAct;
|
||||
QAction *clearQueueAct;
|
||||
// QAction *clearQueuedDwlAct;
|
||||
// QAction *clearQueueAct;
|
||||
QAction *changePriorityAct;
|
||||
QAction *prioritySlowAct;
|
||||
QAction *priorityMediumAct;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue