9228 Commits (aa2172f1ad1907fd17d775be0e7980c527f2a4e8)
 

Author SHA1 Message Date
Chocobo1 aa2172f1ad
Update INSTALL dependencies 6 years ago
Mike Tzou 0f1fc7be9d
Merge pull request #10302 from Chocobo1/uptr 6 years ago
Mike Tzou 37606891db
Merge pull request #10323 from Chocobo1/qt 6 years ago
Chocobo1 3dd969df64
Replace deprecated QSignalMapper class 6 years ago
Chocobo1 c6ae1aa9d9
Replace deprecated QString::null 6 years ago
Chocobo1 6dab93f7fd
Replace deprecated QDesktopWidget class 6 years ago
Chocobo1 c657134344
Replace deprecated QSslSocket::setDefaultCiphers() 6 years ago
Chocobo1 168d3fbdac
Replace deprecated trUtf8() 6 years ago
Chocobo1 c33284fa8c
Add compile flag to show Qt deprecation warnings 6 years ago
Mike Tzou 46bc1d12b9
Merge pull request #10314 from thalieht/const2 6 years ago
Mike Tzou d7ea9a5f55
Merge pull request #10318 from Chocobo1/ptr 6 years ago
thalieht 77aea3c59e Add const to a few pointer arguments 6 years ago
thalieht ce437817de Make various minor changes 6 years ago
thalieht 89dce36e98 Use uniform initialization on some default arguments 6 years ago
thalieht 8a19a0d4a0 Remove const in declarations' arguments that are passed by value 6 years ago
thalieht 70f1537d9f Add const to almost all remaining vars and arguments that qualify 6 years ago
Chocobo1 e5dca50025
Convert to use private pointer for ui object 6 years ago
Mike Tzou bb041c0eca
Merge pull request #10292 from Chocobo1/rmInvalid 6 years ago
Mike Tzou 1c14a08390
Merge pull request #10296 from thalieht/clang-tidy 6 years ago
Chocobo1 5c0d9b7eab
Load torrent from data directly 6 years ago
Mike Tzou e621a98a0a
Merge pull request #10291 from Chocobo1/redirect 6 years ago
Mike Tzou 12b2b8ad99
Merge pull request #10289 from Chocobo1/travisci 6 years ago
Chocobo1 5e3fddf456
Replace QScopedPointer with std::unqiue_ptr 6 years ago
Chocobo1 8fe1ff87f1
Limit DownloadHandler max redirection to 20 6 years ago
thalieht 86df25a3e9 Remove some unused stuff 6 years ago
thalieht 8c944bd4e1 Avoid repeating the return type 6 years ago
thalieht 9959a901fe Replace deprecated header 'signal.h' with 'csignal' 6 years ago
thalieht 92a290895b Convert vars into refs to avoid copy construction from const refs 6 years ago
thalieht 400792d18e Use isEmpty() instead of size() for emptiness 6 years ago
thalieht d8cbc9266a Use 'auto' to avoid duplicating the type name 6 years ago
thalieht 947c7e1d64 Convert to range-based for loop 6 years ago
Chocobo1 409557ef30
Clean up code 6 years ago
thalieht 8a3f942385 Don't use 'else' after return/break 6 years ago
Chocobo1 313a95bdd1
Log DownloadManager SSL errors 6 years ago
Chocobo1 184ac3e473
Update .travis.yml 6 years ago
Mike Tzou 78ab0e4ba9
Merge pull request #10220 from thalieht/const 6 years ago
thalieht 445adb0ab4 Convert pass-by-value arguments to const refs where applicable 6 years ago
thalieht ca3ce87e06 Add const to many vars and arguments 6 years ago
Mike Tzou 12aea82031
Merge pull request #10273 from Chocobo1/fix 6 years ago
Chocobo1 79d7ba8205
Fix wrong arg placeholder 6 years ago
Vladimir Golovnev 0413a05246
Merge pull request #10242 from glassez/ordered-recheck 6 years ago
Mike Tzou efed3fc78c
Merge pull request #10256 from Chocobo1/license 6 years ago
Mike Tzou c540e57f55
Merge pull request #10227 from Chocobo1/login 6 years ago
Mike Tzou 6f0a66ce26
Merge pull request #10255 from Chocobo1/algorithm 6 years ago
Chocobo1 364a837dbd
Revise comments about C++14 6 years ago
Chocobo1 6d29a3af60
Make use of std algorithms 6 years ago
Chocobo1 f789df7edf
Add license header 6 years ago
Vladimir Golovnev e9f3e20e67
Merge pull request #10243 from glassez/content-menu 6 years ago
Chocobo1 4483b72bfd
Move JavaScript code to its own file 6 years ago
Chocobo1 8096e49c24
Display warning when Javascript is disabled 6 years ago