ngosang
e922275c72
[Web UI] Clean up JavaScript code
2015-09-17 17:48:38 +02:00
ngosang
52ff53b0b0
[Web UI] Reorder "Super seeding mode" option in right click menu
2015-09-17 17:22:09 +02:00
Chocobo1
65d3ca8c3f
Capitalize items
2015-09-17 18:08:12 +08:00
Chocobo1
a16c264aa3
RSS Downloader dialog cleanup
2015-09-17 18:08:12 +08:00
sledgehammer999
4642a35de7
Don't limit the number of torrents that can be announced to the tracker/dht/lsd. Closes #3473 .
2015-09-16 22:03:20 +03:00
sledgehammer999
50822a7476
Merge pull request #3071 from ppolewicz/interface_bind_fixes
...
Interface bind fixes
2015-09-16 13:04:52 -05:00
Pawel Polewicz
f108e67dcc
Call setListeningPort() when state of network interface changes ( closes qbittorrent/qBittorrent#475 , closes qbittorrent/qBittorrent#3072 )
2015-09-16 14:32:49 +02:00
Pawel Polewicz
fb22940639
Small refactor in Session::setListeningPort()
2015-09-16 14:32:49 +02:00
ngosang
9c7bb08a03
Automatically add trackers to new downloads.
2015-09-16 11:43:57 +02:00
sledgehammer999
b4680e82b7
Merge pull request #3765 from jsayol/patch-1
...
Allow adding torrent link from Torcache
2015-09-15 18:52:53 -05:00
sledgehammer999
cbf683878a
Show current label in the torrent context menu. Closes #3776 .
2015-09-16 02:43:48 +03:00
Josep Sayol
fd5d3d0a48
Allow adding torrent link from Torcache
...
Recent changes in Torcache prevent adding (or drag-and-dropping) a torrent link into qBittorrent. Modifying DownloadManager to always spoof the HTTP Referer header to the file itself being downloaded solves this.
2015-09-16 05:08:53 +07:00
sledgehammer999
5cb022c7b1
Merge pull request #3736 from Chocobo1/option
...
Cleanup in options_imp
2015-09-15 17:03:45 -05:00
sledgehammer999
145950e766
Optimize text color for dark themes. Closes #3633 .
2015-09-15 23:23:49 +03:00
sledgehammer999
8bde7d45b8
Try to avoid loading a corrupted configuration file. Also log errors encountered while saving/loading the configuration. Closes #3503 .
2015-09-14 02:23:13 +03:00
Chocobo1
e0935fe14f
Follow project coding style. Issue #2192 .
2015-09-10 15:24:38 +08:00
Chocobo1
c27aa7723e
Options GUI layout cleanups: Speed Page
...
Move uTP options to it's own section
2015-09-10 15:24:38 +08:00
Casey Bodley
87b26a8dcc
webui: add save_path to /query/torrents
...
Signed-off-by: Casey Bodley <cbodley@gmail.com>
2015-09-07 16:25:07 -04:00
sledgehammer999
0b2b07e98e
Sync translations from Transifex and run lupdate.
2015-09-04 23:30:39 +03:00
sledgehammer999
581d544f61
Fix typos. Make ìTP
untranslatable. Use American variation of words. Closes #3654 .
2015-09-04 23:14:02 +03:00
Chocobo1
7028c2712a
Reorder code in options_imp::loadOptions() according to GUI layout
2015-09-03 15:19:05 +08:00
ngosang
4f504f597d
Fix RSS panel position not saved
2015-09-03 04:45:47 +02:00
ngosang
a9e9a9c835
[Web UI] Changes in labels implementation
2015-09-03 03:16:07 +02:00
Felipe Barriga Richards
4ae2f6c33b
webui (js): feature: Added complete support for labels (add/set/reset/display/filter) #648
...
Changes:
- added list of labels on the lower-left corner
- added support to add/set/reset labels on context menu
- added support to filter torrents by label
2015-09-03 03:16:07 +02:00
Felipe Barriga Richards
76d93c23b7
webui (c++): feature: added labels support. #648
2015-09-03 03:16:07 +02:00
sledgehammer999
9d051ea523
Merge pull request #3713 from ngosang/translate_countries
...
Allows translation of country names. Closes #3710
2015-09-02 16:48:14 -05:00
Gabriele
5cc5552d9b
Use infinity symbol rather than -1 for nb_connections
2015-09-02 23:34:17 +02:00
Gabriele
42c74f9553
Avoid concatenation when dealing with translatable strings
...
Concatenation could be problematic with RTL languages.
2015-09-02 23:34:17 +02:00
Gabriele
420fa82e8d
Put some string placeholders between quotes
2015-09-02 23:26:19 +02:00
ngosang
ee21562426
[RSS] Handle more types of RSS feeds
2015-09-02 20:10:44 +02:00
ngosang
b6c707c080
[RSS] Simplify string translation
2015-09-02 20:00:38 +02:00
ngosang
2eaeead67c
[RSS] Allow multiple selection in RSS torrents list
2015-09-02 19:36:45 +02:00
ngosang
7c7da44622
[RSS] Don't hide the elements in Unread list when clicked
2015-09-02 19:12:39 +02:00
ngosang
7c6da30705
[RSS] More precise message and code simplification in RSS feeds deletion
2015-09-02 19:12:32 +02:00
ngosang
2955bb5488
[RSS] Improve error handling when a RSS feed doesn't contain torrents
2015-09-02 19:06:33 +02:00
ngosang
b78ccf289e
[RSS] Fix contextual menu in RSS torrents list
2015-09-02 19:01:59 +02:00
ngosang
b9b7786477
[RSS] Trim elements text in RSS articles
2015-09-02 18:51:39 +02:00
ngosang
c3592304b6
[RSS] Handle magnet links as torrents instead of news URLs. Closes #3560
2015-09-02 18:51:39 +02:00
Nick Tiskov
2442411a5e
Fix: Adding RSS rule with a new label doesn't add this label to UI.
2015-08-31 02:12:02 +03:00
Nick Tiskov
f5c0cddea5
Fix: Label changes to first item in RSS rule list are forgotten, because checkRegex calls updateMustLineValidity, which saves the rule before new label can be applied.
2015-08-31 01:48:30 +03:00
Gabriele
3889b4c101
Try to download favicon.png when the download of favicon.ico fails
...
This was done only when favicon.ico couldn't be decoded, but not when
favicon.ico could not be downloaded at all.
2015-08-30 22:28:06 +02:00
sledgehammer999
25c6d8bf6b
Merge pull request #3561 from pmzqla/proxy-torrent
...
Add an option to allow the use of proxies only for torrents
2015-08-30 12:38:16 -05:00
sledgehammer999
cf72318d74
Merge pull request #2633 from Chocobo1/my_dev2
...
Fix wrong default download directory in Windows. Closes #2625 .
2015-08-30 10:59:24 -05:00
Gabriele
a8c05ca02e
Add https_proxy env variable
...
This forces Python to use the HTTP proxy for HTTPS connections.
2015-08-30 17:46:12 +02:00
Gabriele
1c8abd5c3b
Add an option to allow the use of proxies only for torrents
...
Closes #2701 .
2015-08-30 17:46:11 +02:00
Chocobo1
6ebe3897fb
Fix wrong default download directory in Windows. Closes #2625 .
2015-08-30 23:45:34 +08:00
sledgehammer999
9faa44eabf
Merge pull request #3581 from pmzqla/redirect
...
DownloadManager: fix downloads after a redirection
2015-08-30 09:43:18 -05:00
sledgehammer999
f81ffdb78e
Merge pull request #3644 from Chocobo1/graph_btn
...
Change "Select Graphs" from QToolButton to QComboBox
2015-08-30 08:59:00 -05:00
Chocobo1
2997c0fd1e
Change "Select Graphs" from QToolButton to QComboBox
2015-08-30 21:38:05 +08:00
Chocobo1
e54cd8499e
Move option "Confirm torrent deletion" to Behavior page
2015-08-30 21:28:16 +08:00
ngosang
c984902fbf
Allows translation of country names
2015-08-30 15:09:15 +02:00
sledgehammer999
45cbf4bf25
Merge pull request #3481 from Chocobo1/moveOption
...
Move option "Ignore transfer limits on local network" to Speed page
2015-08-30 07:58:30 -05:00
Chocobo1
2204f27de1
Follow project coding style. Issue #2192 .
2015-08-30 20:35:33 +08:00
sledgehammer999
735b1cc6b9
Merge pull request #3470 from ngosang/reorder_buttons
...
Change Queue buttons order in the Toolbar (GUI & Web UI)
2015-08-30 07:10:20 -05:00
sledgehammer999
a0da4a844c
Merge pull request #3625 from Chocobo1/native_path
...
Use native path separators
2015-08-30 07:07:58 -05:00
sledgehammer999
ef7de49ec8
Fix dolphin detection for KDE5.
2015-08-29 23:49:14 +03:00
sledgehammer999
e937344761
Fix a bug with highlighting selected file on Windows. Closes #3185 .
2015-08-29 23:49:09 +03:00
Gabriele
e728710430
Select the file of single file torrents when opening destination folder
...
Also, add the support for Nautilus (Gnome 3), Caja and Nemo.
2015-08-29 16:09:22 +02:00
Anton Lashkov
0d74131edd
SpeedPlotView: fix render graphs with zero speed
2015-08-29 11:24:51 +04:00
Chocobo1
cf3a87ed55
Use native path separators, fixup of 030dd9e
, 3baec1c
.
2015-08-29 14:17:21 +08:00
Vladimir Golovnev (Glassez)
0afa4d260c
Fix 'Append label to save path'. Closes #3495 .
2015-08-17 18:37:00 +03:00
Gabriele
b2df917011
DownloadManager: fix downloads after a redirection
...
Closes #3580 .
2015-08-05 21:41:57 +02:00
Chocobo1
b727ce3b29
Remove filters frame
2015-08-05 12:56:23 +08:00
Chocobo1
0e1eaa518b
Alignment cleanup
2015-08-05 12:56:23 +08:00
sledgehammer999
f893131b8d
Less verbose compilation output. Closes #3565 .
2015-08-04 19:17:01 +03:00
sledgehammer999
2ec1d9e39e
New translation: Slovenian
...
Also re-run lupdate.
2015-08-04 19:14:02 +03:00
sledgehammer999
bd2f9e436c
Sync translations from Transifex and run lupdate.
2015-08-04 19:03:32 +03:00
sledgehammer999
ea38e4da4d
Merge pull request #2699 from pmzqla/copyurl-search
...
Add "Copy description page URL" button in search tab
2015-08-04 18:45:31 +03:00
Gabriele
4d66a0929c
Add "Copy description page URL" button in search tab
...
Closes #2371 .
2015-08-04 11:18:46 +02:00
sledgehammer999
0520f01510
Merge pull request #3550 from Chocobo1/title_fix
...
Add back "qBittorrent" in program updater title, closes #3549 .
2015-08-04 11:53:03 +03:00
Chocobo1
deaf322740
Add back "qBittorrent" in program updater title, closes #3549 .
2015-08-04 13:07:14 +08:00
sledgehammer999
929cd30e33
Merge pull request #3517 from glassez/strict_aliasing
...
Fix strict-aliasing warning.
2015-08-03 02:50:22 +03:00
sledgehammer999
eef2a0a200
Merge pull request #3537 from ngosang/fixwarnings
...
Fix 3 compiler warnings
2015-08-02 16:10:24 +03:00
ngosang
fbb47ce08f
Fix 3 compiler warnings
2015-08-02 14:22:47 +02:00
sledgehammer999
f746760ccf
Merge pull request #3505 from pmzqla/search-close
...
searchengine: fix crash when a tab with a running search is closed
2015-08-02 15:21:30 +03:00
Gabriele
67c0f47928
searchengine: remove size constraints to search button
2015-08-02 14:04:11 +02:00
Gabriele
7c00e80f7a
searchengine: use kill() instead of terminate() on Windows
2015-08-02 14:04:11 +02:00
Gabriele
3a9cf70228
searchengine: use a single string for the search results number label
2015-08-02 14:04:11 +02:00
Gabriele
0f35bac605
searchengine: don't use strings to determine the status of search processes
...
'&' symbols are dynamically added to strings, making comparisons
unreliable.
2015-08-02 14:04:07 +02:00
Gabriele
1b24feb4f4
searchengine: drop unused flag and related code
2015-08-02 13:53:12 +02:00
Gabriele
ee8a492954
searchengine: fix crash when closing tab with running search
...
If a tab is closed, the search process gets terminated. This can take
a while and by the time searchFinished() is executed, activeSearchTab
is null, leading to a crash. Fix this by waiting for the process to
terminate and make sure activeSearchTab is not null when used.
2015-08-02 13:49:42 +02:00
sledgehammer999
a217988dbb
Merge pull request #3515 from glassez/parser
...
Fix HTTP header parsing. Closes #3511 .
2015-07-31 02:38:04 +03:00
sledgehammer999
1217d8d021
Merge pull request #3497 from Chocobo1/ext_param_early
...
Fix "Run External Program Launches too Early" issue
2015-07-30 11:28:08 +03:00
Vladimir Golovnev (Glassez)
34da3e653d
Fix strict-aliasing warning.
2015-07-30 09:38:25 +03:00
Vladimir Golovnev (Glassez)
ddb5c0052d
Fix HTTP header parsing. Closes #3511 .
2015-07-30 08:57:52 +03:00
sledgehammer999
8f1f57afe4
Remove obsolete Boost configurations.
2015-07-30 01:51:55 +03:00
sledgehammer999
bf3a6d1c20
Merge pull request #3455 from Chocobo1/label_fix
...
Fix '&' character in label name becomes accelerator key, closes #3454 .
2015-07-29 23:30:25 +03:00
sledgehammer999
256793aad7
Merge pull request #3447 from glassez/filters
...
Fix label filter. Closes #3429 .
2015-07-29 23:28:47 +03:00
sledgehammer999
a56c21551d
Merge pull request #3458 from Chocobo1/path_fix
...
Use `rootPath()` in save path field
2015-07-29 23:24:51 +03:00
sledgehammer999
fce3a2d5c0
Merge pull request #3457 from Chocobo1/ext_param
...
Add more "Run External Program" parameters
2015-07-29 23:17:19 +03:00
sledgehammer999
675298bc73
Merge pull request #3483 from glassez/bandwidth
...
Fix Bandwidth Scheduler. Closes #3376 .
2015-07-29 22:28:22 +03:00
sledgehammer999
6985b553af
Merge pull request #3494 from glassez/drop_libtorrent_0
...
Drop libtorrent 0.16.x support.
2015-07-29 22:15:45 +03:00
Gabriele
885eb64df3
Follow project coding style. Issue #2192 .
2015-07-29 19:58:22 +02:00
Chocobo1
2ce9aa20a5
Fix "Run External Program Launches too Early" issue, closes #2107 .
2015-07-28 18:21:56 +08:00
sledgehammer999
4f2d74f793
Merge pull request #3374 from ngosang/webui_info
...
[Web UI] Add information in General tab
2015-07-28 03:03:45 +03:00
sledgehammer999
0e62a52e59
Merge pull request #3493 from ngosang/python
...
Improve Python detection
2015-07-28 02:59:25 +03:00
sledgehammer999
369561f8f7
Fix typo in string which prevents word substitution.
2015-07-28 02:05:29 +03:00
ngosang
69812bbf18
Converts the string "Seeded for" to lowercase
2015-07-26 14:33:11 +02:00
ngosang
e33570625f
[Web UI] Fix friendlyUnit() implementation. Related to #2719
2015-07-26 14:31:11 +02:00
ngosang
2132704e1d
[Web UI] Add information in General tab
2015-07-26 14:27:59 +02:00
ngosang
38a6f4cc34
Improve Python detection
2015-07-26 14:15:40 +02:00
sledgehammer999
626a3b10d3
[webui] Fix ugly 'C++' wrapping in About dialog.
2015-07-26 00:35:04 +03:00
sledgehammer999
c7fa778732
Merge pull request #2702 from pmzqla/rss-count
...
Add count of unread items to RSS tab label
2015-07-26 00:29:47 +03:00
Vladimir Golovnev (Glassez)
e72cc4eaf9
Drop libtorrent 0.16.x support.
2015-07-25 19:00:18 +03:00
Gabriele
c48407e038
Add count of unread items to RSS tab label
...
Closes #2681 .
2015-07-25 11:57:03 +02:00
sledgehammer999
7c7bb14a93
Sync translations from Transifex and run lupdate.
2015-07-25 03:24:44 +03:00
sledgehammer999
f9dc76928c
Merge pull request #3467 from ngosang/webui_refresh
...
[Web UI] Massive increase in performance.
2015-07-23 01:17:57 +03:00
sledgehammer999
5b7ea0e611
Merge pull request #3186 from glassez/geoip
...
New GeoIP manager.
2015-07-22 23:59:00 +03:00
sledgehammer999
5437674fdf
Fix installing search plugin by drag-n-dropping file.
2015-07-22 23:29:57 +03:00
sledgehammer999
21f18d015d
Fix installing search plugin from local file.
2015-07-22 23:29:50 +03:00
sledgehammer999
47d9c12f4b
Fix segfault on Linux due to early initialization of global var.
...
Utils::Misc::pythonVersion() gets called before the Logger is initialized.
2015-07-22 23:29:43 +03:00
sledgehammer999
f6bbd9377f
Improve checks for python. Print python version and path to log.
2015-07-22 23:29:35 +03:00
Chocobo1
3baec1c327
Add more "Run External Program" parameters, closes #3053 , #238 , #1291 , #1522 .
2015-07-22 15:25:31 +08:00
Chocobo1
bd657fe9ae
Move option "Ignore transfer limits on local network" to Speed page
2015-07-22 14:52:24 +08:00
Vladimir Golovnev (Glassez)
64ebc5cfd6
Fix Bandwidth Scheduler. Closes #3376 .
2015-07-22 08:54:23 +03:00
Vladimir Golovnev (Glassez)
84922dcdcf
Fix need restart to enable/disable peer countries resolution.
2015-07-22 08:07:13 +03:00
Vladimir Golovnev (Glassez)
79976fbfce
Implement new GeoIPManager class.
2015-07-22 08:06:51 +03:00
Vladimir Golovnev (Glassez)
c702a7e426
Improve DownloadManager.
...
Now we can use downloaded data directly without saving to file.
We also can disable redirection to Magnet URI handling (useful for
non-torrent files downloading).
2015-07-21 09:50:39 +03:00
Vladimir Golovnev (Glassez)
336519b7b5
Move compression functions to Utils::Gzip.
2015-07-21 09:37:32 +03:00
sledgehammer999
dfb2f8b3b3
Merge pull request #3469 from ngosang/search_py32
...
[search engine] Fix cpu_count in old Python versions
2015-07-21 01:58:01 +03:00
sledgehammer999
8b99e29dc0
Fixup previous commits on python search.
2015-07-21 01:56:14 +03:00
sledgehammer999
d6af4683bb
Merge pull request #2624 from pmzqla/python
...
Prefer python3 over python2
2015-07-21 01:55:14 +03:00
ngosang
32c813eece
[search engine] Fix cpu_count in old Python versions
2015-07-20 19:12:58 +02:00
ngosang
03f86a71de
Change Queue buttons order in the Toolbar (GUI & Web UI)
2015-07-20 04:44:29 +02:00
ngosang
2db942e606
[Web UI] Massive increase in performance.
2015-07-20 02:13:44 +02:00
sledgehammer999
6668018b45
Static order of items in the transferlist menu.
2015-07-20 02:48:11 +03:00
sledgehammer999
f21cafb605
Merge pull request #3410 from ngosang/preview
...
Minor changes in the GUI (Preview file & Forece Resume)
2015-07-20 02:46:40 +03:00
sledgehammer999
3864a7fdc6
Fix compiler warning for unused variable.
2015-07-20 00:13:18 +03:00
Chocobo1
ff8f37b262
Save trimmed string in preference
2015-07-20 01:16:15 +08:00
sledgehammer999
783f17ec4d
Merge pull request #3456 from Chocobo1/localhost
...
Fix translated localhost address (::ffff:127.0.0.1) is not recognized
2015-07-19 19:37:59 +03:00
sledgehammer999
2de5390c08
Merge pull request #3433 from ngosang/webui_extlinks
...
[Web UI] Open external links in a new window/tab
2015-07-19 18:57:59 +03:00
sledgehammer999
bfaa0789f0
Merge pull request #3428 from ngosang/webui_queuenum
...
[Web UI] Fix sort by queue number
2015-07-19 18:52:18 +03:00
sledgehammer999
eb73e7c1d4
Merge pull request #3150 from ngosang/add_peer_dialog
...
Add multiple peers in Peers addition dialog. Closes #1563 , #2245 , #3133 , #1419 , #3287 , #1419
2015-07-19 18:33:10 +03:00
ngosang
63ed69789b
Allow to copy all peers with a keyboard shortcut
2015-07-19 13:04:30 +02:00
sledgehammer999
983c19eb29
Merge pull request #2676 from pmzqla/copytrackers
...
Allow to copy all the trackers with a keyboard shortcut
2015-07-19 14:04:28 +03:00
ngosang
cef3c9a34d
Add multiple peers in Peers addition dialog. Closes #1563 , #2245 , #3133 , #1419 , #3287 , #1419
2015-07-19 13:04:00 +02:00
Chocobo1
030dd9eed8
Use rootPath()
in save path field
2015-07-19 18:17:28 +08:00
Chocobo1
6721363f8c
Resave in Qt designer
2015-07-19 16:04:25 +08:00
Chocobo1
8bb2e98b90
Fix localhost address (::ffff:127.0.0.1) is not recognized when connecting to WebUI
2015-07-19 14:48:58 +08:00
Chocobo1
58b600198f
Fix '&' character in label name becomes accelerator key, closes #3454 .
2015-07-19 13:41:44 +08:00
sledgehammer999
5281593bb6
Fix qt5 compilation with QtConcurrent.
2015-07-18 21:06:50 +03:00
sledgehammer999
0b20794672
Fixup speedwidget code.
2015-07-18 19:31:51 +03:00
Anton Lashkov
7b736b6ae3
Add speedwidget based on QGraphicsView
2015-07-18 00:54:36 +04:00
Vladimir Golovnev (Glassez)
d475ab3881
Fix label filter. Closes #3429 .
2015-07-16 14:39:25 +03:00
sledgehammer999
b26724d12b
Merge pull request #3437 from ngosang/extratorrent
...
[search engine] Remove the word 'torrent' in ExtraTorrent results
2015-07-16 00:47:23 +03:00
sledgehammer999
3d71ea5bc0
Merge pull request #3431 from Chocobo1/announce
...
DHT announce
2015-07-16 00:16:44 +03:00
ngosang
1f4d01e512
[Web UI] Changes in Force Resume icon and menu order
2015-07-15 23:12:12 +02:00
ngosang
9dbb2720b0
Changes in Force Resume icon and menu order
2015-07-15 22:46:24 +02:00
ngosang
808f07250e
Minor changes in Preview File dialog
2015-07-15 22:46:24 +02:00
sledgehammer999
ed45ff89f8
Merge pull request #2861 from DoumanAsh/search_status_tab
...
Search status tab
2015-07-15 23:07:59 +03:00