116 Commits (078325a3eb85c286b9a3454192ed2deadeda604c)

Author SHA1 Message Date
Chocobo1 650f585bf3
Remove static keyword overuse 6 years ago
Chocobo1 0217d5b4c0
Replace single-character string with character literal 6 years ago
thalieht 456270bbb1 Delete several unused #include 6 years ago
thalieht eb508d67ef Fix coding style 6 years ago
Chocobo1 2528c6e39a
Fix python version detection 6 years ago
Chocobo1 3e6c8a05dd
Reduce queries to python version 6 years ago
Chocobo1 51e82762c5
Move related functions to Utils::Python 6 years ago
Chocobo1 5ddbf9bba9
Replace post-increment with pre-increment 7 years ago
Chocobo1 09f759355f
Replace QRegExp with QRegularExpression 7 years ago
sledgehammer999 80e93e23f9
Fix compilation without D-Bus support 7 years ago
Chocobo1 b38925413d
Improve Utils::Version class 7 years ago
Evgeny Lensky c7601d7a43 Fix open destination folder with Nautilus > 3.28 7 years ago
thalieht 20ca90800d Fix coding style 7 years ago
Chocobo1 81a4f3ced0
Use RNG provided by OS 7 years ago
thalieht 3e4099fe5b Replace the zeroing of pointers with nullptr 7 years ago
Chocobo1 5819b6dd39
Use Unicode version of InitiateSystemShutdown 7 years ago
Chocobo1 644e7d0450
Use dynamic linking for SetSuspendState function 7 years ago
Chocobo1 b0e3d77975
Add helper for loading Windows system functions 7 years ago
Chocobo1 643a209812
Sort include headers 7 years ago
Chocobo1 bfbd978d3f
Move helper function to Utils::Fs 7 years ago
Thomas Piccirello 7b3e692f68 Fix missing initializer warning 7 years ago
Chocobo1 b4f23d8154
Use faster code path 7 years ago
Chocobo1 0457fd260e
Avoid temporary QString allocations 7 years ago
Vladimir Golovnev (Glassez) 34295a78f2
Move ByteArray utils into Utils::ByteArray namespace 7 years ago
Luís Pereira 1a913c502b Prevent possible c++11 range-loop container detach 7 years ago
Vladimir Golovnev (Glassez) 27d8dbf13b
Redesign Web API 7 years ago
Chocobo1 aaaa67050c
Fix gui issues on high DPI monitor 7 years ago
sledgehammer999 5437974b85
Fix natural sorting when the common part of 2 strings ends partially in a number which continues in the uncommon part. 7 years ago
Mike Tzou eac8838dc2
[GUI] Implement stable sort (#7703) 7 years ago
Thomas Piccirello 95bf63330e Add ip subnet whitelist for bypassing webui auth 7 years ago
Eugene Shalygin ef1597e45b Fix ignoring of incorrect version strings in search plugins. Closes #7101. 7 years ago
Vladimir Golovnev (qlassez) 59c14801cc
Improve utils/fs.* and fix coding style 7 years ago
sledgehammer999 7a478424cc
Revert "Drop python2 support.". Closes #7005. 7 years ago
sledgehammer999 70ae05c3de
Pad shorter python versions. Closes #6877. 7 years ago
sledgehammer999 7d030b4cd9
Drop python2 support. 7 years ago
Eugene Shalygin 74cecb1b6c Replace C-style casts with C++ ones 8 years ago
Chocobo1 712e6a0e5c Refactor out helper function Utils::String::unquote 8 years ago
Chocobo1 386b93bb0f Fix the file size sum igonred files starting with a dot: ".name" 8 years ago
Chocobo1 562080de69 Initialize variable 8 years ago
KingLucius aea887a30f cross-platform free space on disk 8 years ago
Chocobo1 b9403774e6 Use QBT_EXT in all places 8 years ago
Chocobo1 7d1ac06ce2 Fix stack overflow in Utils::Gzip::decompress 8 years ago
Chocobo1 7eaa5987c8 Fix dialogs didn't position on the correct screen which qBittorrent window is on. Closes #1690, #2474, #3538. 8 years ago
Vladimir Golovnev (Glassez) 160b7ff2d3 Remove torrent temp folder when torrent is deleted 8 years ago
Vladimir Golovnev (Glassez) 335443e6a0 Drop QThread::msleep wrapper 8 years ago
Vladimir Golovnev (Glassez) 989a70fe60 Redesign RSS subsystem 8 years ago
Eugene Shalygin 14e168039c Use explicit class for search plugin versions 8 years ago
Chocobo1 617f19e599 Revise Utils::Gzip::decompress 8 years ago
Chocobo1 302c8ba850 Revise Utils::Gzip::compress code 8 years ago
Eugene Shalygin 0bf7fa15c1 Replace wrappers in base/utils/fs.h with Profile::SpecialFolders::location() 8 years ago