mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
- New tracker list (displays tracker status and error/warning messages)
This commit is contained in:
parent
8ada8d33c8
commit
ccdb2a82c3
10 changed files with 235 additions and 439 deletions
|
@ -46,6 +46,7 @@ class PropListDelegate;
|
|||
class QAction;
|
||||
class torrent_file;
|
||||
class PeerListWidget;
|
||||
class TrackerList;
|
||||
|
||||
enum Tab {MAIN_TAB, TRACKERS_TAB, PEERS_TAB, URLSEEDS_TAB, FILES_TAB};
|
||||
enum SlideState {REDUCED, VISIBLE};
|
||||
|
@ -64,6 +65,7 @@ private:
|
|||
TorrentFilesModel *PropListModel;
|
||||
PropListDelegate *PropDelegate;
|
||||
PeerListWidget *peersList;
|
||||
TrackerList *trackerList;
|
||||
QAction *actionIgnored;
|
||||
QAction *actionNormal;
|
||||
QAction *actionMaximum;
|
||||
|
@ -79,7 +81,6 @@ protected slots:
|
|||
void loadTorrentInfos(QTorrentHandle &h);
|
||||
void loadDynamicData();
|
||||
void setIncrementalDownload(int checkboxState);
|
||||
void loadTrackers();
|
||||
void loadUrlSeeds();
|
||||
void on_main_infos_button_clicked();
|
||||
void on_trackers_button_clicked();
|
||||
|
@ -92,13 +93,8 @@ protected slots:
|
|||
void maximumSelection();
|
||||
void askWebSeed();
|
||||
void deleteSelectedUrlSeeds();
|
||||
void askForTracker();
|
||||
void deleteSelectedTrackers();
|
||||
void lowerSelectedTracker();
|
||||
void riseSelectedTracker();
|
||||
void displayFilesListMenu(const QPoint& pos);
|
||||
void on_changeSavePathButton_clicked();
|
||||
void addTrackerList(QStringList myTrackers);
|
||||
void filteredFilesChanged();
|
||||
|
||||
public slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue