Anton Lashkov
8a6866d409
SpeedPlotView: Simplify code using PointData struct
9 years ago
Anton Lashkov
b599a8e2fb
SpeedPlotView: Use separate buffers for periods with reduce number of points. Fix coding style.
9 years ago
Anton Lashkov
baadf34134
SpeedPlotView: Save int's instead of double's
9 years ago
Anton Lashkov
dd9728334a
SpeedPlotView: Replace QQueue by boost::circular_buffer, reduce number of points to draw, increase legend background size
9 years ago
sledgehammer999
2bb76bf781
Don't display warning when folder named stayed the same.
...
Copy some code from AddNewTorrent dialog and beautify a bit.
Closes #4970 .
9 years ago
funkydude
268a5a95c8
Move some URLs overs to https
9 years ago
sledgehammer999
d39d40c064
Don't display Country option in PeerListWidget header menu when country resolution is disabled.
9 years ago
thalieht
1fa6f3123b
add toggle columns for peerlist
9 years ago
Eugene Shalygin
7080d3da98
Fix typos in speed label text
...
Qt's tr() ate 'true' parameter, which was supposed to be for
friendlyUnit()
9 years ago
Eugene Shalygin
64daecb266
add basic cmake support
9 years ago
Eugene Shalygin
b24bdcb8d9
Revert "Temporarily revert PR #2885 (filename column in peers view)."
...
This reverts commit 69d52a06d7
.
9 years ago
Ben Lau
cd9cae4121
add a remaining column to the torrent content model
9 years ago
thalieht
a17fc84fd0
Unlock first column in peerlist too
...
I just copy pasted from trackerlist (tested ofc). No idea if it can be
done differently.
9 years ago
sledgehammer999
69d52a06d7
Temporarily revert PR #2885 (filename column in peers view).
...
There's a bug that causes frequent crashes.
Issue #4597 .
9 years ago
Eugene Shalygin
768b67d275
Add column with list of currently downloading files
...
Add a new column to peers list that shows list of files which are
downloaded right now from a peer. The column is empty if we do not
download anything from the given peer.
9 years ago
Eugene Shalygin
efed388402
Revert "Remove unused parameter."
...
This reverts commit 87347cf0e5
.
9 years ago
sledgehammer999
ebe6d1b603
Fix resolution of peer host names. Closes #4307 .
9 years ago
sledgehammer999
87347cf0e5
Remove unused parameter.
9 years ago
buinsky
00c765be1b
Implement sync/torrent_peers request
9 years ago
buinsky
aea6c38b33
Follow project coding style. Issue #2192 .
9 years ago
Vladimir Golovnev (Glassez)
9db93e5d8f
Rename Core to Base ( Closes #3733 ).
9 years ago
sledgehammer999
17ac4b90be
Use simpler DEFINE for detecting Qt5 so moc will work too.
9 years ago
vlakoff
692cac1dc5
Support wildcards for filtering torrent list and torrent content
9 years ago
Vladimir Golovnev (Glassez)
67e90d8d2a
Make setSequentialDownload/setFirstLastPiecePriority independent.
9 years ago
Chocobo1
067a8bf108
Fix -1 is displayed instead of C_INFINITY symbol
9 years ago
sledgehammer999
22d9427e20
Fix reordering of first column with Qt5. Closes #2835 .
9 years ago
Chocobo1
a74bac20c4
Fix Speed graph legend is illegible on dark background. Closes #4134 .
9 years ago
Chocobo1
a6d2f5186f
Avoid falling through the switch case
9 years ago
Chocobo1
af90eadf71
Cleanup "Content" page layout
...
Limit lineEdit maximum size
9 years ago
Chocobo1
7005af3047
Cleanup "Peers" page layout
...
Cleanup "HTTP Sources" page layout
Cleanup "Speed" page layout
9 years ago
Chocobo1
ff67d29573
Cleanup "Trackers" page layout
9 years ago
Vladimir Golovnev (Glassez)
501ab07024
Fix TorrentHandle path methods. Closes #3847 .
9 years ago
Vladimir Golovnev (Glassez)
f7150edd44
Fix DownloadedPiecesBar::bitfieldToFloatVector().
9 years ago
Vladimir Golovnev (Glassez)
be78188691
Fix PieceAvailabilityBar::intToFloatVector(). Closes #3937 .
9 years ago
sledgehammer999
c75725e2d8
Fix printing of avg download speed in General button. Closes #4013 .
9 years ago
Chocobo1
7e6dfa759c
Replace horizontal line with border
9 years ago
Chocobo1
c6a6f85a5e
Use theme color for background in PropertiesWidget
9 years ago
Chocobo1
421b45c553
Add tooltips/legend for availability bar & progress bar
9 years ago
sledgehammer999
d60f2fc7df
Fix another potential crash when memory allocation failed.
...
See commit e95fce3084
.
Related issues #3877 and #2673 .
9 years ago
Chocobo1
f530bb7537
Fix availability label & progress label clipped on high DPI displays, closes #3237 .
9 years ago
Chocobo1
b5adbaef78
Fix availability bar & progress bar height being too small on high DPI displays
9 years ago
Chocobo1
8605c4d4d3
Follow project coding style. Issue #2192 .
9 years ago
Chocobo1
e95fce3084
Fix potential crash when memory allocation failed. Closes #3877 .
9 years ago
sledgehammer999
581d544f61
Fix typos. Make `ìTP` untranslatable. Use American variation of words. Closes #3654 .
9 years ago
Gabriele
5cc5552d9b
Use infinity symbol rather than -1 for nb_connections
9 years ago
Gabriele
42c74f9553
Avoid concatenation when dealing with translatable strings
...
Concatenation could be problematic with RTL languages.
9 years ago
Gabriele
420fa82e8d
Put some string placeholders between quotes
9 years ago
Chocobo1
2997c0fd1e
Change "Select Graphs" from QToolButton to QComboBox
9 years ago
Gabriele
e728710430
Select the file of single file torrents when opening destination folder
...
Also, add the support for Nautilus (Gnome 3), Caja and Nemo.
9 years ago
Anton Lashkov
0d74131edd
SpeedPlotView: fix render graphs with zero speed
9 years ago