Anton Lashkov
0d74131edd
SpeedPlotView: fix render graphs with zero speed
9 years ago
sledgehammer999
f893131b8d
Less verbose compilation output. Closes #3565 .
9 years ago
sledgehammer999
2ec1d9e39e
New translation: Slovenian
...
Also re-run lupdate.
9 years ago
sledgehammer999
bd2f9e436c
Sync translations from Transifex and run lupdate.
9 years ago
Gabriele
4d66a0929c
Add "Copy description page URL" button in search tab
...
Closes #2371 .
9 years ago
Chocobo1
deaf322740
Add back "qBittorrent" in program updater title, closes #3549 .
9 years ago
ngosang
fbb47ce08f
Fix 3 compiler warnings
9 years ago
Gabriele
67c0f47928
searchengine: remove size constraints to search button
9 years ago
Gabriele
7c00e80f7a
searchengine: use kill() instead of terminate() on Windows
9 years ago
Gabriele
3a9cf70228
searchengine: use a single string for the search results number label
9 years ago
Gabriele
0f35bac605
searchengine: don't use strings to determine the status of search processes
...
'&' symbols are dynamically added to strings, making comparisons
unreliable.
9 years ago
Gabriele
1b24feb4f4
searchengine: drop unused flag and related code
9 years ago
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
Vladimir Golovnev (Glassez)
34da3e653d
Fix strict-aliasing warning.
9 years ago
Vladimir Golovnev (Glassez)
ddb5c0052d
Fix HTTP header parsing. Closes #3511 .
9 years ago
sledgehammer999
8f1f57afe4
Remove obsolete Boost configurations.
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
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
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
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
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
8b99e29dc0
Fixup previous commits on python search.
9 years ago
ngosang
32c813eece
[search engine] Fix cpu_count in old Python versions
9 years ago
ngosang
2db942e606
[Web UI] Massive increase in performance.
9 years ago
sledgehammer999
6668018b45
Static order of items in the transferlist menu.
9 years ago
sledgehammer999
3864a7fdc6
Fix compiler warning for unused variable.
9 years ago
Chocobo1
ff8f37b262
Save trimmed string in preference
9 years ago
ngosang
63ed69789b
Allow to copy all peers with a keyboard shortcut
9 years ago
ngosang
cef3c9a34d
Add multiple peers in Peers addition dialog. Closes #1563 , #2245 , #3133 , #1419 , #3287 , #1419
9 years ago
Chocobo1
030dd9eed8
Use `rootPath()` in save path field
9 years ago
Chocobo1
6721363f8c
Resave in Qt designer
9 years ago
Chocobo1
8bb2e98b90
Fix localhost address (::ffff:127.0.0.1) is not recognized when connecting to WebUI
9 years ago
Chocobo1
58b600198f
Fix '&' character in label name becomes accelerator key, closes #3454 .
9 years ago
sledgehammer999
5281593bb6
Fix qt5 compilation with QtConcurrent.
9 years ago