1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00
qBittorrent/src
Luís Pereira 44e4b5d238 Don't use qDeleteAll() on temporaries
qDeleteAll() is being used on an unnecessary temporary container created
by QHash::values().
Using qDeleteAll(mycontainer) instead.
2018-02-12 16:36:03 +00:00
..
app Merge pull request #8319 from sledgehammer999/saner_log_settings 2018-01-27 15:26:03 +02:00
base Don't use qDeleteAll() on temporaries 2018-02-12 16:36:03 +00:00
gui Don't use qDeleteAll() on temporaries 2018-02-12 16:36:03 +00:00
icons Add height padding to the transfer list icons. Closes #7951. 2017-12-02 00:50:40 +02:00
lang Sync translations from Transifex and run lupdate. 2018-02-09 21:14:12 +02:00
searchengine search only when category is supported by plugin Closes #8053 2017-12-17 13:04:37 +01:00
webui Merge pull request #8133 from Piccirello/webui-statistics-format 2018-01-23 10:15:39 +03:00
CMakeLists.txt speedwidget class: excess QtConcurent usage removal 2017-10-12 20:59:13 +07:00
config.h.cmakein Drop Qt 4 support 2017-03-05 22:24:59 +01:00
icons.qrc Remove unused image. 2017-10-30 02:41:24 +02:00
lang.qrc Sort the resource lists 2017-08-29 13:39:02 +08:00
qbittorrent_file.ico Use new logo in the file icon. 2017-10-30 02:41:26 +02:00
qbittorrent_mingw.rc
qbittorrent.exe.manifest Embed manifest when compiling with MSVC 2017-03-04 13:09:32 +08:00
qbittorrent.ico Change qbittorrent logo. Issue #6467. 2017-10-30 02:41:22 +02:00
qbittorrent.rc Update copyright year. 2018-01-06 02:23:09 +02:00
searchengine.qrc Sort the resource lists 2017-08-29 13:39:02 +08:00
src.pro Sort filename lists in .pri files 2017-12-31 11:53:45 +08:00
update_qrc_files.py