1478 Commits (ccec50e18e0286edc69ee01be3166e688a313dd6)

Author SHA1 Message Date
Chocobo1 e5dca50025
Convert to use private pointer for ui object 6 years ago
Chocobo1 5c0d9b7eab
Load torrent from data directly 6 years ago
Chocobo1 5e3fddf456
Replace QScopedPointer with std::unqiue_ptr 6 years ago
thalieht 8c944bd4e1 Avoid repeating the return type 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
thalieht 8a3f942385 Don't use 'else' after return/break 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
Chocobo1 6d29a3af60
Make use of std algorithms 6 years ago
Chocobo1 f789df7edf
Add license header 6 years ago
Vladimir Golovnev (Glassez) 5a86c4ac52
Close context menu when content model is reset 6 years ago
Vladimir Golovnev (Glassez) c631dbdaa1
Improve Properties widget 6 years ago
Chocobo1 5cdb3b6a2d
Load WebUI certificate & key from file path 6 years ago
sledgehammer999 009fd0e211
Don't query Google for tracker favicons 6 years ago
Chocobo1 04227f5a41
Add QBT_APP_64BIT define 6 years ago
sledgehammer999 2ac7f2defe
Update copyright year 6 years ago
sledgehammer999 6c6d75f607
Mention Swedish translator 6 years ago
airium dbca4346aa Allow setting larger checking memory usage in GUI 6 years ago
Vladimir Golovnev (Glassez) 302c99d7d5
Drop support of libtorrent < 1.1.10 6 years ago
Bert Verhelst 9f8f9b6702
Converted remaining icons to svg 6 years ago
Nick Korotysh bd1856594b
Draw progress bar in Fusion style on macOS systems 6 years ago
Chocobo1 2b903fc3d1
Move Utils::Misc::isUrl() function 6 years ago
Chocobo1 6759446639
Cleanup code 6 years ago
Chocobo1 dd2763d725
Forward declare TorrentHandle 6 years ago
silver 0b47021504
Prevent flickering preview dialog 6 years ago
Chocobo1 2a84345835
Mark constructors as explicit 6 years ago
sledgehammer999 5b62aaa9f8
Mention more translators 6 years ago
Thomas Piccirello 718f66e6a2 Remove condition for unsupported libtorrent version 6 years ago
Thomas Piccirello c89e9d4354 Reorder and rename Tracker list context menu option 6 years ago
Thomas Piccirello b481787574 Rename Tracker List columns 6 years ago
Thomas Piccirello 57e625494b Update Copyright email address 6 years ago
Thomas Piccirello f27dc977e9 Replace prio namespace with FilePriority enum class 6 years ago
Chocobo1 f13bcbd772
Add OpenSSL version to GUI & stackdump 6 years ago
Thomas Piccirello 3aeaf6a054 Disallow setting a blank alternative WebUI location 6 years ago
Thomas Piccirello d05cf47169 Add WebUI Auto TMM options 6 years ago
FranciscoPombal 74be5d9030
Add checking_mem_usage option to AdvancedSettings 6 years ago
Chocobo1 2c8890bd06
Apply PBKDF2 to GUI lock 6 years ago
Chocobo1 05d6a29416
Apply PBKDF2 when storing passwords 6 years ago
thalieht 6a21acbf1a Save option to start minimized in Mac 6 years ago
Chocobo1 297ef52dcb
Fix weekday names translations 6 years ago
Chocobo1 0ad831e48a
Fix strings not translated 6 years ago
thalieht 1f36b8b89f Combine qAsConst() with copyAsConst() to asConst() 6 years ago
thalieht 6b1d26d555 Convert all foreach() to range-based for() 6 years ago
thalieht d668a4fe6d Fix coding style for various things 6 years ago
Chocobo1 0339e6ee35
Clean up code 6 years ago
Chocobo1 58be2d4bc2
Put WebUI security related options into a groupbox 6 years ago
Chocobo1 344e47dcfb
Add option for WebUI Host header validation 6 years ago