qBittorrent/src/base
Eugene Shalygin bc18bf1ab4 Add TorrentHandle::availableFileFractions() function
The function returns list of availability values for all torrent files.
The availability here is different to that one in the progress bar. Here
it shows what part of the file's pieces is available (i.e. we do not count
availability > 1 for a piece).
2017-05-12 17:14:59 +02:00
..
bittorrent Add TorrentHandle::availableFileFractions() function 2017-05-12 17:14:59 +02:00
http Temporary revert to the old behavior. 2017-04-20 22:26:35 +08:00
net Fix argument name differ in definition & declaration 2017-05-09 14:12:36 +08:00
private Replace platform-specific code in Private::DefaultProfile with QStandardPaths. 2017-04-19 12:51:07 +02:00
rss Merge pull request #6757 from glassez/rss 2017-05-10 16:58:49 +03:00
utils Merge pull request #3858 from Chocobo1/screen_center 2017-05-07 22:17:55 +03:00
asyncfilestorage.cpp Redesign RSS subsystem 2017-04-23 09:03:46 +03:00
asyncfilestorage.h Redesign RSS subsystem 2017-04-23 09:03:46 +03:00
base.pri Move AddTorrentParams to its own header (#6712) 2017-04-29 11:49:40 +03:00
CMakeLists.txt Merge pull request #6654 from Chocobo1/persistence 2017-04-30 16:34:23 +03:00
filesystemwatcher.cpp Fix loading *.magnet files from watched folders. Closes #4701. 2016-01-28 23:59:02 +02:00
filesystemwatcher.h Rename Core to Base (Closes #3733). 2015-12-06 14:27:00 +03:00
iconprovider.cpp Move new icons to their own theme folder. 2017-01-11 18:02:26 +02:00
iconprovider.h Rename Core to Base (Closes #3733). 2015-12-06 14:27:00 +03:00
indexrange.h Show files in tooltips for pieces progress bars 2016-06-02 10:30:28 +02:00
logger.cpp Add helper function for logging messages. 2017-04-26 02:33:56 +03:00
logger.h Add helper function for logging messages. 2017-04-26 02:33:56 +03:00
preferences.cpp Fix automatedrssdownloader position 2017-05-01 15:32:08 +08:00
preferences.h Fix automatedrssdownloader position 2017-05-01 15:32:08 +08:00
profile.cpp Replace platform-specific code in Private::DefaultProfile with QStandardPaths. 2017-04-19 12:51:07 +02:00
profile.h Replace platform-specific code in Private::DefaultProfile with QStandardPaths. 2017-04-19 12:51:07 +02:00
scanfoldersmodel.cpp Cleanup headers 2016-05-18 00:46:43 +08:00
scanfoldersmodel.h Cleanup headers 2016-05-18 00:46:43 +08:00
searchengine.cpp Use explicit class for search plugin versions 2017-04-21 09:47:08 +02:00
searchengine.h Use explicit class for search plugin versions 2017-04-21 09:47:08 +02:00
settingsstorage.cpp Add support for different configurations. Partially closes #465 2017-04-12 00:50:28 +02:00
settingsstorage.h Move Preferences backend code into SettingsStorage class 2016-03-04 08:39:00 +03:00
settingvalue.h Don't use Preferences in BitTorrent::Session 2016-06-20 08:30:02 +03:00
torrentfileguard.cpp Fix TorrentFileGuard::setAutoRemove() recursion problem. Closes #6488. 2017-03-08 09:05:58 +01:00
torrentfileguard.h Fix TorrentFileGuard::setAutoRemove() recursion problem. Closes #6488. 2017-03-08 09:05:58 +01:00
torrentfilter.cpp Pass arguemnts by const reference 2017-05-09 14:15:45 +08:00
torrentfilter.h Pass arguemnts by const reference 2017-05-09 14:15:45 +08:00
tristatebool.cpp Redesign RSS subsystem 2017-04-23 09:03:46 +03:00
tristatebool.h Redesign RSS subsystem 2017-04-23 09:03:46 +03:00
types.h Rename enum 2016-04-14 14:50:59 +08:00
unicodestrings.h Merge pull request #5774 from thalieht/unit_precision 2017-01-21 14:05:26 +02:00