359 Commits (4180db601da39af2344751b9a3f1addb5cfc69a6)

Author SHA1 Message Date
Chocobo1 b5b678c58f
Replace QString::split() by faster alternatives 5 years ago
Chocobo1 e90a2c00a5
Replace QList by QVector 5 years ago
Tom Piccirello eaa700791b
Adjust wording to sound more natural 5 years ago
Chocobo1 7ab3479a34
Replace static_cast by qOverload 5 years ago
Vladimir Golovnev (Glassez) ad6a40d5f4
Extract PeerAddress class into separate file 5 years ago
Chocobo1 07263d2d70
Move implementation to its own file 5 years ago
Chocobo1 e74b984a0a
Rely on Qt ownership to delete class members 5 years ago
Prince Gupta 8267a4fef9 Incorporate GuiIconProvider inside UIThemeManager 5 years ago
Chocobo1 032883e278
Move LineEdit files out of subfolder 5 years ago
Chocobo1 cc663746eb
Forward declare some classes 5 years ago
Chocobo1 599bfc0735
Use Qt object ownership to handle QShortcut deletions 5 years ago
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