324 Commits (30ce2dfdf39153d796791ebd94dafbe999c1390d)

Author SHA1 Message Date
Vladimir Golovnev (Glassez) 6cb15706f5
Reduce number of DownloadManager signals 6 years ago
Chocobo1 adbd34c795
Move helper functions to Utils::Gui namespace 6 years ago
Chocobo1 3dd969df64
Replace deprecated QSignalMapper class 6 years ago
thalieht 77aea3c59e Add const to a few pointer arguments 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
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
Nick Korotysh bd1856594b
Draw progress bar in Fusion style on macOS systems 6 years ago
Chocobo1 2a84345835
Mark constructors as explicit 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 f27dc977e9 Replace prio namespace with FilePriority enum class 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 d866033a8e
Fix divide-by-zero crash 6 years ago
dzmat 6fa64c81b7
Fix speed graph "high speeds" bug 6 years ago
Chocobo1 266ce1d226
Clean up SpeedLimitDialog class 6 years ago
dzmat fabd7e34f5 Improve scaling of speed graphs 6 years ago
dzmat 23d924643f Reduce horizontal graphs resolution 6 years ago
dzmat 2d0f0cb372 Allow to disable speed graphs 6 years ago
thalieht 94613c2fa2 Fix some warnings 6 years ago
thalieht e2b46f01bb Show "N/A" if there is no scrape 6 years ago
thalieht ffc2193df9 Preselect name without extension when renaming files 6 years ago
Chocobo1 56766dc08b
Avoid binding constant reference to returned object 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
thalieht 6d4434ad66 Convert the names used in ui and c++ files from snake_case to camelCase 6 years ago
Vladimir Golovnev (Glassez) 112a9bcfa2
Use new DownloadManager interface 7 years ago
thalieht d34ddb2e3c Change file names and classes names to match them 7 years ago
thalieht 4022799881 Fix coding style 7 years ago
Chocobo1 5ddbf9bba9
Replace post-increment with pre-increment 7 years ago
Eugene Shalygin fa770871e9 Refactor CMake build scripts 7 years ago
thalieht 586e1a0830 Move some connect() from propertieswidget to their corresponding widget 7 years ago
thalieht 6b4455e13d Use qt5 connect() syntax 7 years ago
Chocobo1 defba23d61
Refactor code 7 years ago
Chocobo1 e423314ac2
Work around false-positive warning from lupdate 7 years ago
Chocobo1 c61f641613
Fix untranslated string 7 years ago
thalieht 3e4099fe5b Replace the zeroing of pointers with nullptr 7 years ago
Chocobo1 898239a42e
Fix renaming completed files 7 years ago
Chocobo1 a468c84b30
Fix warnings from unused variables 7 years ago
Chocobo1 08a2439f46
Check directly if container is empty or not 7 years ago
Chocobo1 6767487e40
Remove unused variable 7 years ago
Chocobo1 fdf3ebbb6c
Remove usage of deprecated functions 7 years ago