Chocobo1
98215d2231
Cleanup Connection page in Option dialog.
...
Add vertical spacer, closes #845 .
9 years ago
sledgehammer999
95fbff3a53
Merge pull request #4936 from evsh/files-tooltip
...
Improve tooltips for torrent progress bar
9 years ago
sledgehammer999
978d1e1d3e
Merge pull request #5336 from ngosang/pythonversion
...
Update Python version requirements
9 years ago
Eugene Shalygin
5f2362dc89
Replace TorrentHandle::fileExtremityPieces() with TorrentInfo::filePieces()
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
sledgehammer999
307f2919a3
Merge pull request #5334 from evsh/uncrustify
...
uncrustify: replace "add" with "force" for sp_ parameters
9 years ago
ngosang
88626b26d2
Update Python version requirements
9 years ago
Eugene Shalygin
f9c2bd3502
Follow project coding style. Issue #2192 .
9 years ago
Eugene Shalygin
f9aeb5783d
uncrustify: replace "add" with "force" for sp_ parameters
...
This will make uncrustify able to remove excessive spaces
9 years ago
sledgehammer999
8e64ffba01
Merge pull request #4937 from Chocobo1/option_crash
...
Fix crash when qbt exits with options dialog opened
9 years ago
sledgehammer999
7600e273dc
Merge pull request #5328 from ngosang/searchui
...
Minor changes in Search UI
9 years ago
sledgehammer999
da1d6b0063
Merge pull request #5329 from ngosang/torrentz
...
[Search engine] Update Torrentz
9 years ago
ngosang
bd318bd004
[Search engine] Update Torrentz
9 years ago
ngosang
204f3d8542
Minor changes in Search UI
9 years ago
sledgehammer999
fee8aba610
Merge pull request #5317 from ngosang/piratebay
...
[Search engine] Update PirateBay
9 years ago
ngosang
47a252e517
[Search engine] Update PirateBay
9 years ago
sledgehammer999
f373ca82c6
Merge pull request #5316 from ngosang/minorfixx
...
Minor fix: typo and two warnings
9 years ago
ngosang
363e19be7f
Minor fix: typo and two warnings
9 years ago
sledgehammer999
5878d49f60
Fixup previous commits and allow IPv6 interface addresses too.
9 years ago
sledgehammer999
1397a951fe
Merge pull request #5096 from Harekiet/kietC
...
Bind directly to an IP instead of using a network Interface
9 years ago
sledgehammer999
6f16890475
Merge pull request #5306 from evsh/search-visited-link-colors
...
Use QPalette::LinkVisited color for downloaded items in search results
9 years ago
Eugene Shalygin
f05793c2e3
Use QPalette::LinkVisited color for downloaded items in search results
9 years ago
sledgehammer999
c2abbed055
Sync translations from Transifex and run lupdate.
9 years ago
sledgehammer999
81ea07abee
Rename ASM to TMM and related stuff.
9 years ago
sledgehammer999
bc270bd801
Add tooltip to the saving mode checkbox.
9 years ago
sledgehammer999
df22c5a914
Slim down 'Downloads' page of options window.
9 years ago
sledgehammer999
6812b74bbf
Merge pull request #5293 from botmtl/master
...
default RSSRefreshInterval to 30 mins
9 years ago
sledgehammer999
e2bf462a45
Fix gcc 6 compilation with qmake. See #5237 .
9 years ago
sledgehammer999
57dac8d5f7
Merge pull request #5277 from Chocobo1/circular
...
Minor refactor
9 years ago
Chocobo1
b4bdfa7b2b
Use QString::localeAwareCompare for comparsion
9 years ago
Chocobo1
f13c604fbe
Use boost:circular_buffer instead of QList.
...
QList has to store an additional pointer for each element which leads to bad space efficiency.
9 years ago
botmtl
0ca31deedb
default RSSRefreshInterval to 30 mins
...
closes issue #5235 (https://github.com/qbittorrent/qBittorrent/issues/5235 )
9 years ago
sledgehammer999
00b5d52eab
Merge pull request #5227 from ngosang/addtrackers
...
[WebUI] Expose Add trackers feature
9 years ago
sledgehammer999
42fec52b0d
Merge pull request #2315 from pmzqla/webui-logs
...
WebUI: Allow to get the logs
9 years ago
sledgehammer999
fed2609cb2
Merge pull request #4888 from SeigneurSerpent/source_line
...
Stack trace for windows now contains source filenames and line numbers
9 years ago
SeigneurSerpent
7398e7f0ad
Improve stack trace for windows by including source filenames and line numbers
9 years ago
sledgehammer999
57a61c48a2
Merge pull request #5270 from evsh/uncrustify
...
update uncrustify config
9 years ago
Eugene Shalygin
7f40e42ddc
update uncrustify config
9 years ago
sledgehammer999
fc0746eb71
Merge pull request #5245 from thalieht/resolveCountries
...
Minor refactor in PeerListWidget
9 years ago
thalieht
4baa6dde52
resize column to contents only when they're visible
...
refactor updatePeerCountryResolutionState
deprecate m_resolveCountries var
9 years ago
sledgehammer999
529c208170
Merge pull request #5262 from Chocobo1/text
...
Improve wordings 2
9 years ago
Chocobo1
c907a2f857
Cleanup headers
...
Code formatting
9 years ago
Chocobo1
6ead0ae9ee
Add lookup function to get PathType display names
9 years ago
Chocobo1
83b58468d9
Improve error messages for "Auto download torrents"
9 years ago
Gabriele
01b73bf704
WebUI: Add command to get the logs
...
Add /query/getLog and /query/getPeerLog to respectively retrieve
the main log and the peer log.
GET /query/getLog
Params:
- normal (bool): include normal messages (default true)
- info (bool): include info messages (default true)
- warning (bool): include warning messages (default true)
- critical (bool): include critical messages (default true)
- last_known_id (int): exclude messages with id <= 'last_known_id'
GET /query/getPeerLog
Params:
- last_known_id (int): exclude messages with id <= 'last_known_id'
9 years ago
sledgehammer999
673b86c6e3
Merge pull request #5258 from glassez/alert_notify
...
Use new alert dispathing API. Fixes compilation with libtorrent-1.1.x
9 years ago
Vladimir Golovnev (Glassez)
a318040eaa
Use new alert dispathing API
9 years ago
sledgehammer999
14b867e1f6
Merge pull request #5192 from barhom/completed-on-column
...
Added 'Added on' column in Webui. Closes #5145,#1092,#738
9 years ago
sledgehammer999
4ca1a2d5aa
Merge pull request #5251 from Chocobo1/text
...
Improve wordings
9 years ago
Chocobo1
8a1d387c38
Change ambiguous text "Copy selected" to "Copy IP:port"
9 years ago