qBittorrent/src/base
Chocobo1 f3ce76110b
Simplify code
Instead of using dict_find_list() now we use the simpler dict_find()
since we are going to check its validness anyway.
2019-08-27 15:01:50 +08:00
..
bittorrent Simplify code 2019-08-27 15:01:50 +08:00
http Improve embedded tracker 2019-08-21 18:05:50 +08:00
net Update user agent string 2019-08-09 13:12:11 +08:00
private Remove Windows XP remnants 2019-07-31 02:10:22 +08:00
rss Move variables to the proper scope 2019-07-26 22:32:18 +08:00
search Replace QString::split() by faster alternatives 2019-08-08 18:57:54 +08:00
utils Replace QString::split() by faster alternatives 2019-08-08 18:57:54 +08:00
algorithm.h Use forwarding reference when passing function objects 2019-05-19 12:06:18 +08:00
asyncfilestorage.cpp Use functor based QMetaObject::invokeMethod 2019-06-20 11:36:38 +08:00
asyncfilestorage.h Show error message when Session failed to start 2018-12-05 19:57:44 +03:00
base.pri Merge pull request #10950 from glassez/drop-deprecated 2019-07-23 09:19:15 +03:00
CMakeLists.txt Merge pull request #10950 from glassez/drop-deprecated 2019-07-23 09:19:15 +03:00
exceptions.cpp Show error message when Session failed to start 2018-12-05 19:57:44 +03:00
exceptions.h Improve embedded tracker 2019-08-21 18:05:50 +08:00
filesystemwatcher.cpp Remove some unused #include 2019-06-04 17:48:55 +03:00
filesystemwatcher.h Replace QList by QVector 2019-08-05 20:56:15 +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 Forward declare as much as possible 2019-05-19 12:06:18 +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 Replace QList by QVector 2019-08-05 20:56:15 +08:00
preferences.h Replace QList by QVector 2019-08-05 20:56:15 +08:00
profile.cpp Revise inline keyword usage 2019-07-16 18:42:55 +08:00
profile.h Revise inline keyword usage 2019-07-16 18:42:55 +08:00
scanfoldersmodel.cpp Rename "fromNativePath" to "toUniformPath" 2019-06-17 15:55:49 +03:00
scanfoldersmodel.h Add override keyword to functions 2019-07-19 11:58:56 +08: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 Use forwarding reference when passing function objects 2019-05-19 12:06:18 +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 Implement proper equal operators 2019-08-16 01:35:41 +08:00
types.h Rename enum 2016-04-14 14:50:59 +08:00
unicodestrings.h Change "Add new torrent" dialog to horizontal layout 2019-05-14 11:03:56 +08:00