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
45ef98b077
Update ax_boost_base.m4 to fix ppc64le detection.
2015-08-30 04:50:30 +03: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
sledgehammer999
f3c3912923
Merge pull request #2544 from pmzqla/select-destination
...
Select the file of single file torrents when opening the destination folder
2015-08-29 12:49:52 -05: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
sledgehammer999
ddd6533812
Merge pull request #3701 from onto/master
...
SpeedPlotView: fix render graphs with zero speed
2015-08-29 07:28:02 -05: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
sledgehammer999
632cba8b30
Merge pull request #3638 from Fale/patch-1
...
Fix minimum libtorrent-rasterbar version
2015-08-17 15:49:46 -05:00
Vladimir Golovnev (Glassez)
0afa4d260c
Fix 'Append label to save path'. Closes #3495 .
2015-08-17 18:37:00 +03:00
Fabio Alessandro Locati
3f2303a479
Fix minimum libtorrent-rasterbar version
...
as title
2015-08-17 10:13:20 +02:00
Gabriele
7bfa847d01
configure: don't depend on GNU sed
...
Closes #3169 .
2015-08-07 00:11:42 +02:00
sledgehammer999
331219dda8
Write BOM to german.nsi. Closes #3574 , #3566
2015-08-05 23:24:21 +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
e3cb9de365
Bump minimum libtorrent version required to 1.0.6.
2015-07-31 23:29:59 +03: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
81c6de48dc
Don't use geoip for Travis CI.
2015-07-30 23:45:35 +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
sledgehammer999
3362766cb5
Merge pull request #3512 from Chocobo1/travis
...
Migrate TravisCI to container-based infrastructure
2015-07-30 11:27:29 +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
Chocobo1
a8f0acecb7
Migrate TravisCI to container-based infrastructure, closes #3506 .
2015-07-30 12:02:00 +08:00
sledgehammer999
8f1f57afe4
Remove obsolete Boost configurations.
2015-07-30 01:51:55 +03:00
sledgehammer999
0209a9f41d
Merge pull request #3228 from Chocobo1/win_build
...
Compilation on windows
2015-07-30 00:21:11 +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