Chocobo1
11c2ee81c1
Fix warning C4267.
...
conversion from 'size_t' to 'int', possible loss of data.
8 years ago
dzmat
de26606ad5
memleak fix
8 years ago
Chocobo1
f4652b3f7b
Shift + scroll = horizontal scroll, Closes #5980
...
Only for TransferListWidget, PeerListWidget
8 years ago
Anton Lashkov
36901295b2
Simplify `if` statement
8 years ago
Chocobo1
85add9a5c8
Use "Standard Shortcuts" defined by Qt whenever possible.
8 years ago
Daniel Segesdi
76580e4766
Fix 6-hour speedplot point push rate. Close #5545
8 years ago
Vladimir Golovnev (Glassez)
b2cb473b63
Don't use Preferences in BitTorrent::Session
9 years ago
Eugene Shalygin
0b1a9220a9
Fix empty tooltips showed at the progress bar borders
...
If tooltip text contains an empty HTML body, Qt still shows it as an
empty rectangle. Thus, output HTML tags only if we are within the
image region, and return true empty string if we are at the borders.
9 years ago
Eugene Shalygin
b3378d4599
Show files in tooltips for pieces progress bars
...
In addition to the current tooltip, which shows color legend, if user
holds the Shift key during hovering we show another tooltip which
contains a table of contents for the piece under the moue cursor. The
table lists file sizes and names. If the cursor points to a part of a
file which spans several pieces, those pieces are highlighted.
9 years ago
Eugene Shalygin
f9c2bd3502
Follow project coding style. Issue #2192 .
9 years ago
thalieht
4baa6dde52
resize column to contents only when they're visible
...
refactor updatePeerCountryResolutionState
deprecate m_resolveCountries var
9 years ago
Chocobo1
8a1d387c38
Change ambiguous text "Copy selected" to "Copy IP:port"
9 years ago
Chocobo1
5906a4a2de
Add case-sensitive & case-insensitive natural sort helper function
...
Fix helper function not being thread-safe
Use QBT_USES_QT5 define
9 years ago
ngosang
be9bc07890
Display more information in tracker tab
9 years ago
ngosang
7fe5674b9a
Fix Add tracker dialog URL download
9 years ago
ngosang
b7ef066545
Fix Add tracker dialog empty trackers
9 years ago
Chocobo1
d65ff87148
Replace `naturalSort()` with `naturalCompare()`.
9 years ago
sledgehammer999
cd4f288f67
Follow project coding style. Issue #2192 .
9 years ago
Vladimir Golovnev (Glassez)
1760beed17
Fix MainWindow coding style (Issue #2192 )
9 years ago
Anton Lashkov
cdab0bb140
SpeedPlotView: code correction
9 years ago
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