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.
9 years ago
sledgehammer999
e3cb9de365
Bump minimum libtorrent version required to 1.0.6.
9 years ago
sledgehammer999
a217988dbb
Merge pull request #3515 from glassez/parser
...
Fix HTTP header parsing. Closes #3511 .
9 years ago
sledgehammer999
81c6de48dc
Don't use geoip for Travis CI.
9 years ago
sledgehammer999
1217d8d021
Merge pull request #3497 from Chocobo1/ext_param_early
...
Fix "Run External Program Launches too Early" issue
9 years ago
sledgehammer999
3362766cb5
Merge pull request #3512 from Chocobo1/travis
...
Migrate TravisCI to container-based infrastructure
9 years ago
Vladimir Golovnev (Glassez)
34da3e653d
Fix strict-aliasing warning.
9 years ago
Vladimir Golovnev (Glassez)
ddb5c0052d
Fix HTTP header parsing. Closes #3511 .
9 years ago
Chocobo1
a8f0acecb7
Migrate TravisCI to container-based infrastructure, closes #3506 .
9 years ago
sledgehammer999
8f1f57afe4
Remove obsolete Boost configurations.
9 years ago
sledgehammer999
0209a9f41d
Merge pull request #3228 from Chocobo1/win_build
...
Compilation on windows
9 years ago
sledgehammer999
bf3a6d1c20
Merge pull request #3455 from Chocobo1/label_fix
...
Fix '&' character in label name becomes accelerator key, closes #3454 .
9 years ago
sledgehammer999
256793aad7
Merge pull request #3447 from glassez/filters
...
Fix label filter. Closes #3429 .
9 years ago
sledgehammer999
a56c21551d
Merge pull request #3458 from Chocobo1/path_fix
...
Use `rootPath()` in save path field
9 years ago
sledgehammer999
fce3a2d5c0
Merge pull request #3457 from Chocobo1/ext_param
...
Add more "Run External Program" parameters
9 years ago
sledgehammer999
675298bc73
Merge pull request #3483 from glassez/bandwidth
...
Fix Bandwidth Scheduler. Closes #3376 .
9 years ago
sledgehammer999
6985b553af
Merge pull request #3494 from glassez/drop_libtorrent_0
...
Drop libtorrent 0.16.x support.
9 years ago
Gabriele
885eb64df3
Follow project coding style. Issue #2192 .
9 years ago
Chocobo1
2ce9aa20a5
Fix "Run External Program Launches too Early" issue, closes #2107 .
9 years ago
Chocobo1
be34f29b05
Fix warnings by qmake -Wall, cleanups
9 years ago
Chocobo1
077e94342f
Add path to openssl, cleanups
9 years ago
Chocobo1
09d7d9a360
Update .gitignore
9 years ago
sledgehammer999
438ee23d2c
Bump version status.
9 years ago
sledgehammer999
4f2d74f793
Merge pull request #3374 from ngosang/webui_info
...
[Web UI] Add information in General tab
9 years ago
sledgehammer999
0e62a52e59
Merge pull request #3493 from ngosang/python
...
Improve Python detection
9 years ago
sledgehammer999
369561f8f7
Fix typo in string which prevents word substitution.
9 years ago
ngosang
69812bbf18
Converts the string "Seeded for" to lowercase
9 years ago
ngosang
e33570625f
[Web UI] Fix friendlyUnit() implementation. Related to #2719
9 years ago
ngosang
2132704e1d
[Web UI] Add information in General tab
9 years ago
ngosang
38a6f4cc34
Improve Python detection
9 years ago
sledgehammer999
626a3b10d3
[webui] Fix ugly 'C++' wrapping in About dialog.
9 years ago
sledgehammer999
c7fa778732
Merge pull request #2702 from pmzqla/rss-count
...
Add count of unread items to RSS tab label
9 years ago
Vladimir Golovnev (Glassez)
e72cc4eaf9
Drop libtorrent 0.16.x support.
9 years ago
Gabriele
c48407e038
Add count of unread items to RSS tab label
...
Closes #2681 .
9 years ago
sledgehammer999
7c7bb14a93
Sync translations from Transifex and run lupdate.
9 years ago
sledgehammer999
f9dc76928c
Merge pull request #3467 from ngosang/webui_refresh
...
[Web UI] Massive increase in performance.
9 years ago
sledgehammer999
5b7ea0e611
Merge pull request #3186 from glassez/geoip
...
New GeoIP manager.
9 years ago
sledgehammer999
5437674fdf
Fix installing search plugin by drag-n-dropping file.
9 years ago
sledgehammer999
21f18d015d
Fix installing search plugin from local file.
9 years ago
sledgehammer999
47d9c12f4b
Fix segfault on Linux due to early initialization of global var.
...
Utils::Misc::pythonVersion() gets called before the Logger is initialized.
9 years ago
sledgehammer999
f6bbd9377f
Improve checks for python. Print python version and path to log.
9 years ago
Chocobo1
3baec1c327
Add more "Run External Program" parameters, closes #3053 , #238 , #1291 , #1522 .
9 years ago
Chocobo1
bd657fe9ae
Move option "Ignore transfer limits on local network" to Speed page
9 years ago
Vladimir Golovnev (Glassez)
64ebc5cfd6
Fix Bandwidth Scheduler. Closes #3376 .
9 years ago
Vladimir Golovnev (Glassez)
84922dcdcf
Fix need restart to enable/disable peer countries resolution.
9 years ago
Vladimir Golovnev (Glassez)
79976fbfce
Implement new GeoIPManager class.
9 years ago
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).
9 years ago
Vladimir Golovnev (Glassez)
336519b7b5
Move compression functions to Utils::Gzip.
9 years ago
sledgehammer999
dfb2f8b3b3
Merge pull request #3469 from ngosang/search_py32
...
[search engine] Fix cpu_count in old Python versions
9 years ago
sledgehammer999
8b99e29dc0
Fixup previous commits on python search.
9 years ago