289 Commits (662e1e61342ea7cec399ebcaf2091fe1780f5f9d)

Author SHA1 Message Date
Chocobo1 662e1e6134
Clean up code in TrackerListWidget class 5 years ago
Chocobo1 4eff268095
Replace obsoleted QFontMetrics::width() 5 years ago
Chocobo1 412e326cf2
Avoid allocating a new menu/action manually 6 years ago
Chocobo1 4880dc812c
Use appropriate type 6 years ago
Chocobo1 516c968373
Support year unit in userFriendlyDuration() 6 years ago
Chocobo1 e83019bdfa
Set wheel event to accepted only if we handle it 6 years ago
Chocobo1 3748b995ff
Avoid creating unnecessary event loops 6 years ago
Chocobo1 62ccfd37b2
Move renameSelectedFile(BitTorrent::TorrentHandle *) 6 years ago
thalieht 70f8882f87 Group Qt forward declarations separately from the others 6 years ago
thalieht 9995967fbf Remove some unused #include 6 years ago
thalieht 4370a7eb12 Forward declare in a few places 6 years ago
Chocobo1 ed6bb0efdc
Replace QList by QVector for tracker related operations 6 years ago
Chocobo1 e288de7ec1
Forward declare as much as possible 6 years ago
Chocobo1 c6f3da1097
Improve removeIf() to support set types 6 years ago
dzmat 7de0f9abed Change number of time axis divisions from 5 to 6 for convenience 6 years ago
dzmat 0af17bf7e9 Add 12 hour and 24 hour speed graphs 6 years ago
Vladimir Golovnev (Glassez) ead078a38e
Add preliminary support of libtorrent v1.2 6 years ago
thalieht bcfa62cc76 Rename "#" column to "Tier" in the tracker list 6 years ago
Vladimir Golovnev (Glassez) 746916a963
Use DownloadHandler behind the scenes 6 years ago
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