qBittorrent/src/base
2019-05-09 11:17:41 +08:00
..
bittorrent Fix '+' char not decoded to space correctly 2019-05-09 11:17:41 +08:00
http Use QSet for tracking server connections 2019-04-15 21:35:35 +08:00
net Replace obsoleted QDateTime::fromTime_t() 2019-05-06 20:26:15 +08:00
private Add const to almost all remaining vars and arguments that qualify 2019-02-25 17:05:15 +02:00
rss Use DownloadHandler behind the scenes 2019-03-08 13:00:37 +03:00
search Merge pull request #10346 from glassez/download-manager 2019-03-10 09:13:07 +03:00
utils Fix unsafe type narrowing 2019-04-15 20:23:26 +08:00
algorithm.h Don't create temporary containers just to iterate over them 2018-03-18 16:22:12 +03:00
asyncfilestorage.cpp Show error message when Session failed to start 2018-12-05 19:57:44 +03:00
asyncfilestorage.h Show error message when Session failed to start 2018-12-05 19:57:44 +03:00
base.pri Add preliminary support of libtorrent v1.2 2019-03-18 15:17:03 +03:00
CMakeLists.txt Add preliminary support of libtorrent v1.2 2019-03-18 15:17:03 +03:00
exceptions.cpp Show error message when Session failed to start 2018-12-05 19:57:44 +03:00
exceptions.h Show error message when Session failed to start 2018-12-05 19:57:44 +03:00
filesystemwatcher.cpp Combine qAsConst() with copyAsConst() to asConst() 2018-11-28 23:41:23 +02:00
filesystemwatcher.h Add isNetworkFileSystem() detection on Windows 2018-10-12 00:03:12 +08:00
global.h Increase the download size limit to 100 MiB 2019-04-10 11:39:27 +03:00
iconprovider.cpp Replace png icons with svg 2018-08-14 17:03:14 +08:00
iconprovider.h Add const to function signature 2018-08-01 01:40:50 +08:00
indexrange.h Revise comments about C++14 2019-02-05 13:35:54 +08:00
logger.cpp Avoid performance penalty when logger is full 2019-03-15 14:29:06 +08:00
logger.h Avoid performance penalty when logger is full 2019-03-15 14:29:06 +08:00
preferences.cpp Remove const in declarations' arguments that are passed by value 2019-02-25 17:05:15 +02:00
preferences.h Use uniform initialization on some default arguments 2019-02-25 17:05:15 +02:00
profile.cpp Merge pull request #10302 from Chocobo1/uptr 2019-03-02 12:26:14 +08:00
profile.h Replace QScopedPointer with std::unqiue_ptr 2019-02-18 16:06:40 +08:00
scanfoldersmodel.cpp Add const to almost all remaining vars and arguments that qualify 2019-02-25 17:05:15 +02:00
scanfoldersmodel.h Use uniform initialization on some default arguments 2019-02-25 17:05:15 +02:00
settingsstorage.cpp Avoid repeating the return type 2019-02-16 18:54:18 +02:00
settingsstorage.h Use uniform initialization on some default arguments 2019-02-25 17:05:15 +02:00
settingvalue.h Avoid performance penalty from type erasure 2019-05-01 11:09:25 +08:00
torrentfileguard.cpp Add const to almost all remaining vars and arguments that qualify 2019-02-25 17:05:15 +02:00
torrentfileguard.h Use uniform initialization on some default arguments 2019-02-25 17:05:15 +02:00
torrentfilter.cpp Remove some unused stuff 2019-02-16 18:54:18 +02:00
torrentfilter.h Remove const in declarations' arguments that are passed by value 2019-02-25 17:05:15 +02:00
tristatebool.cpp Add constexpr to TriStateBool class 2018-05-23 14:30:56 +08:00
tristatebool.h Revise comments about C++14 2019-02-05 13:35:54 +08:00
types.h Rename enum 2016-04-14 14:50:59 +08:00
unicodestrings.h Add include guard to headers 2018-09-26 23:49:33 +08:00