Home
last modified time | relevance | path

Searched refs:TorrentActivity (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/
H A Dtorrentactivity.cpp35 TorrentActivity::TorrentActivity(Core *core, GUI *gui, QWidget *parent) in TorrentActivity() function in kt::TorrentActivity
95 TorrentActivity::~TorrentActivity() in ~TorrentActivity()
99 void TorrentActivity::setupActions() in setupActions()
143 void TorrentActivity::loadState(KSharedConfigPtr cfg) in loadState()
205 void TorrentActivity::updateActions() in updateActions()
214 void TorrentActivity::update() in update()
227 void TorrentActivity::startAllTorrents() in startAllTorrents()
232 void TorrentActivity::stopAllTorrents() in stopAllTorrents()
237 void TorrentActivity::suspendQueue(bool suspend) in suspendQueue()
249 Group *TorrentActivity::addNewGroup() in addNewGroup()
[all …]
H A Dtorrentactivity.h31 class TorrentActivity : public TorrentActivityInterface
35 TorrentActivity(Core *core, GUI *gui, QWidget *parent);
36 ~TorrentActivity() override;
H A Dgui.h27 class TorrentActivity; variable
124 TorrentActivity *torrent_activity;
H A Dgui.cpp79 torrent_activity = new TorrentActivity(core, this, nullptr); in GUI()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/
H A DChangeLog286 - Make tab moving possible in TorrentActivity and SearchActivity (215053)
371 - Fix bug causing current tab in TorrentActivity not to be restored (214959)