Chocobo1
ade50d2b53
Fix missing qbt logo on login page in webUI. Closes #7953 .
2017-12-17 23:07:52 +02:00
Mike Tzou
15b137211b
[GUI] Implement stable sort ( #7703 )
...
* NaturalCompare now returns compare result instead of "less than" result
* Change to stable sort in GUI components
* Add Utils::String::naturalLessThan() helper function
* Use Qt::CaseSensitivity type
2017-12-01 01:39:16 +02:00
sledgehammer999
a31f0c0a3d
Stop logging IP filter parsing errors after a while.
...
When a lot of errors happen the resulting log lines introduce
a huge slowdown of the GUI, due to writing each log line to disk.
Closes #7755 .
2017-12-01 01:39:08 +02:00
sledgehammer999
1399be50cb
Fix crash on some systems when creating address object for 255.255.255.255
...
Closes #7735 .
2017-11-27 19:14:41 +02:00
Vladimir Golovnev (Glassez)
52dcf32cc8
Implement Import/Export RSS rules in JSON format
2017-11-27 19:14:40 +02:00
Vladimir Golovnev (Glassez)
52b2b807ab
Implement Import/Export RSS rules in legacy format
2017-11-27 19:14:38 +02:00
Vladimir Golovnev (Glassez)
9f94bbce3a
Fix RSS Parser
...
Closes #7751
Closes #7763
Closes #7768
Closes #7786
2017-11-27 19:14:35 +02:00
Chocobo1
5c49b2486c
Change MixedModeAlgorithm default to TCP. Closes #7779 .
...
MixedModeAlgorithm::Proportional will throttle TCP connections when utp
is in use and users is expecting maximum speed no matter what, so now
disable the throttling.
2017-11-27 19:14:34 +02:00
thoradia
4f6e7f97c6
Fix missing include in rss_feed.cpp
...
Fixes #7805 .
2017-11-27 19:14:33 +02:00
Chocobo1
34d38ef466
Fix crash when aborting a torrent creation process. Closes #7783 .
...
The wait time wasn't long enough causing the thread to
terminate prematurely.
Also, to avoid crashing qbt entirely when creating a torrent for a very
big file, I decided to wait indefinitely here.
2017-11-22 01:05:17 +02:00
Chocobo1
120ee6b836
Wrap function into anonymous namespace
2017-11-22 01:05:15 +02:00
sledgehammer999
b809941f02
Fix english typo.
2017-11-22 01:03:39 +02:00
Thomas Piccirello
dfc3f047e2
Add ip subnet whitelist for bypassing webui auth
2017-11-20 22:48:53 +02:00
Vladimir Golovnev (Glassez)
6420157b55
Improve RSS events logging
...
Fix RSS log messages was untranslatable.
Add more logging.
2017-11-20 02:09:54 +02:00
Chocobo1
8de67fd745
Refactor
...
Add const
Use Qt5 connect syntax
2017-11-20 02:09:47 +02:00
Chocobo1
3b51582416
Explicitly set UPnP state on start-up. Closes #7338 .
...
libtorrent 1.1 enables upnp by default.
2017-11-20 02:09:46 +02:00
sledgehammer999
ffa2fdce9d
Change default settings for tracker/tier announces to mimick ìTorrent behavior.
2017-11-20 02:09:45 +02:00
sledgehammer999
588f1c7592
Allow to specify if announcing to all tiers is desired.
2017-11-20 02:09:44 +02:00
Chocobo1
3926eba585
Allow SMTP sender to be set. Closes #7575 .
2017-11-20 02:09:41 +02:00
Chocobo1
74bf420610
Disable processing events when adding torrents. Closes #7436 .
...
webUI connection timeout & deletion might occur while
doing processEvents() and will result in use-after-free segfault.
2017-11-20 02:09:39 +02:00
sledgehammer999
f7f02ab16a
String fixes and optimizations mentioned by translators on Transifex.
2017-11-20 02:09:29 +02:00
Matthew Fioravante
94e00dd38d
Add WebUi\Address config option
2017-10-24 01:07:54 +03:00
Chocobo1
4d330a6110
Add uploadLimit, downloadLimit fields to AddTorrentData & AddTorrentParams
2017-10-24 01:07:43 +03:00
Eugene Shalygin
d3a0ac3b6e
Make BitTorrent::TorrentState strongly-typed enum
...
This is needed to forward declare this type and pass it by value.
Conversion from/to QVariant are hanled via Q_DECLARE_METATYPE, while
TorrentState::toString() function was used in webui only and as such is
moved there.
2017-10-24 00:57:58 +03:00
Tim Delaney
a6c99844de
Follow project coding style. Issue #2192 .
...
--HG--
branch : magao-dev
2017-10-24 00:57:57 +03:00
thalieht
de64d5c3bc
Save ratio limits as int instead of string
2017-10-24 00:55:34 +03:00
thalieht
07130c4b26
Coding style, use nullptr and other minor things
2017-10-24 00:55:33 +03:00
thalieht
8482464ad0
Properly pre-select the selected torrent's current ratio limiting options in UpDownRatioDlg dialogs. Fixes #7352
2017-10-24 00:55:32 +03:00
Vladimir Golovnev (Glassez)
395ea4d1d0
Implement TorrentCategoryDialog class
2017-10-24 00:55:22 +03:00
silver
4f0c49f1c4
Persist size and treeview header state in preview dialog
...
- renamed variable m_headerState
- renamed PreviewSelect class to PreviewSelectDialog
- renamed previewselect files to previewselectdialog
2017-10-24 00:53:09 +03:00
silver
30455e8b01
Follow project coding style. Issue #2192 .
2017-10-24 00:53:08 +03:00
Chocobo1
a02fd5b588
Fix last activity calculation. Closes #7461
...
`time_since_upload` & `time_since_download` can be -1, so filter them out
2017-10-24 00:53:06 +03:00
sledgehammer999
ec2efd8c62
Better reporting of success/failure of torrent and file deletion.
2017-10-24 00:53:01 +03:00
Chocobo1
5ab67faacb
Use smaller data type for TriStateBool
2017-10-24 00:52:58 +03:00
Chocobo1
a32c4aca92
Add comboBox for selecting BitTorrent protocol. Closes #6316 .
...
Use unicode string C_UTP in place of "uTP"
2017-10-24 00:52:54 +03:00
Chocobo1
af0fed6669
Change default value of m_diskCacheSize. New default is 64 MB.
2017-10-24 00:52:50 +03:00
Chocobo1
c44c6a8d88
Fix dereferencing freed pointer. Closes #7420 .
...
The torrent is removed from session after `deleteTorrent()`
yet we still invoke `torrent->name()`, thus result in crash.
2017-10-24 00:52:48 +03:00
Vladimir Golovnev
9e7a847cce
Fix suggest_mode setting
...
Actually suggest_mode is of type int.
2017-10-23 18:12:41 +03:00
Chocobo1
0379376fd8
Define QT_USE_QSTRINGBUILDER.
...
The old defines are deprecated.
QT_USE_QSTRINGBUILDER also supports QByteArray which we use extensively
in WebUI.
2017-10-23 18:12:36 +03:00
Chocobo1
b2b63be798
Use enums for settings
2017-10-23 18:12:33 +03:00
Chocobo1
c9aba893de
Add sanitize helper clampValue()
2017-10-23 18:12:32 +03:00
Chocobo1
1ac4cdcf4d
Add send_buffer_watermark send_buffer_low_watermark
...
send_buffer_watermark_factor knobs
2017-10-23 18:12:30 +03:00
Chocobo1
08a0fef18a
Add suggest_mode knob
2017-10-23 18:12:29 +03:00
Chocobo1
6f54c170ab
Add choking_algorithm & seed_choking_algorithm knob
2017-10-23 18:12:28 +03:00
Chocobo1
d3b4c7bec4
Add allow_multiple_connections_per_ip knob. Closes #5884 .
2017-10-23 18:12:27 +03:00
Chocobo1
f8dfe1ea57
Add mixed_mode_algorithm knob
2017-10-23 18:12:26 +03:00
Chocobo1
ce5f8bab44
Add guided_read_cache knob
...
cleanup header include order
2017-10-23 18:12:24 +03:00
Vladimir Golovnev (qlassez)
561975f435
Improve BandwidthScheduler
...
Don't disable scheduler when manually switching speed limits.
Closes #7306 .
2017-10-23 18:12:22 +03:00
Vladimir Golovnev
eae6fea830
Skip user input events when adding torrent
...
Closes #7327 .
2017-10-23 18:12:21 +03:00
Eugene Shalygin
3c17f3a836
Fix ignoring of incorrect version strings in search plugins. Closes #7101 .
...
Printing of Version with all components set to zero was segfaulting due
to underflow in array index. Also add log message for such plugins.
2017-10-23 18:12:19 +03:00