Chocobo1
|
48e7191ef7
|
Initialize boolean variables
|
2020-03-06 15:50:55 +08:00 |
|
Prince Gupta
|
8267a4fef9
|
Incorporate GuiIconProvider inside UIThemeManager
|
2019-07-16 09:31:33 +05:30 |
|
Chocobo1
|
662e1e6134
|
Clean up code in TrackerListWidget class
|
2019-07-13 12:53:26 +08:00 |
|
Chocobo1
|
3748b995ff
|
Avoid creating unnecessary event loops
The `exec()` method will create another event loop and transfer
control over there which might introduce unexpected bugs.
|
2019-06-17 20:44:57 +08:00 |
|
thalieht
|
9995967fbf
|
Remove some unused #include
|
2019-06-04 17:48:55 +03:00 |
|
thalieht
|
4370a7eb12
|
Forward declare in a few places
|
2019-06-04 17:48:55 +03:00 |
|
Chocobo1
|
ed6bb0efdc
|
Replace QList by QVector for tracker related operations
|
2019-05-22 12:57:22 +08:00 |
|
Vladimir Golovnev (Glassez)
|
ead078a38e
|
Add preliminary support of libtorrent v1.2
libtorrent v1.2 should be built with deprecated features enabled.
|
2019-03-18 15:17:03 +03:00 |
|
thalieht
|
bcfa62cc76
|
Rename "#" column to "Tier" in the tracker list
|
2019-03-13 21:08:40 +02:00 |
|
thalieht
|
947c7e1d64
|
Convert to range-based for loop
|
2019-02-16 16:53:26 +02:00 |
|
thalieht
|
445adb0ab4
|
Convert pass-by-value arguments to const refs where applicable
|
2019-02-12 02:45:55 +02:00 |
|
thalieht
|
ca3ce87e06
|
Add const to many vars and arguments
Also remove const in declarations' arguments that are passed by value
|
2019-02-11 20:19:41 +02:00 |
|
Thomas Piccirello
|
718f66e6a2
|
Remove condition for unsupported libtorrent version
|
2018-12-11 01:37:32 -05:00 |
|
Thomas Piccirello
|
c89e9d4354
|
Reorder and rename Tracker list context menu option
Adds an ellipses to indicate that the Edit option opens a dialog. Also moves Edit to top of the list to convey action's prominence.
|
2018-12-11 00:41:18 -05:00 |
|
Thomas Piccirello
|
b481787574
|
Rename Tracker List columns
"Received" renamed to "Peers", "Peers" renamed to "Leeches".
|
2018-12-11 00:41:18 -05:00 |
|
thalieht
|
1f36b8b89f
|
Combine qAsConst() with copyAsConst() to asConst()
|
2018-11-28 23:41:23 +02:00 |
|
thalieht
|
6b1d26d555
|
Convert all foreach() to range-based for()
|
2018-11-28 23:40:12 +02:00 |
|
thalieht
|
94613c2fa2
|
Fix some warnings
|
2018-09-07 19:40:08 +03:00 |
|
thalieht
|
e2b46f01bb
|
Show "N/A" if there is no scrape
Disambiguates whether the tracker send a response of 0 peers/seeds/downloaded or didn't send one at all.
|
2018-09-07 19:39:53 +03:00 |
|
Chocobo1
|
0217d5b4c0
|
Replace single-character string with character literal
Also remove unnecessary dynamic allocation.
|
2018-07-21 23:26:15 +08:00 |
|
thalieht
|
d34ddb2e3c
|
Change file names and classes names to match them
|
2018-06-15 20:12:59 +03:00 |
|