sledgehammer999
f88ceed2b6
Let Qt decide the size of the statusbar.
10 years ago
sledgehammer999
9d548814a3
Resize and crop the icons used in the status bar.
10 years ago
sledgehammer999
12cd143f75
Merge pull request #2061 from pmzqla/speed-indicators
...
Show current speed limits in the status bar
10 years ago
sledgehammer999
6c0b74b94b
Merge pull request #2214 from Gelmir/trace
...
Fix backtrace functionality under MinGW
10 years ago
Nick Tiskov
2df2b6f4eb
Always disable ASLR for debug builds - otherwise debugging will fail
10 years ago
Nick Tiskov
6bab65e5b4
Produce demangled backtraces under MinGW
10 years ago
sledgehammer999
9e6a4da542
Merge pull request #2210 from alfrix/gui_fix
...
GUI: Streamline Properties Widget. Closes #2159
10 years ago
Nick Tiskov
2dd3d1fb22
Fix indentation for long addresses and filenames
10 years ago
Nick Tiskov
cb60519c44
Fix backtrace generation on Mingw: to resolve local functions we need to export them
10 years ago
Nick Tiskov
ba9f6a3531
Follow project coding style. Issue #2192 .
10 years ago
sledgehammer999
0689a1735d
Merge pull request #2206 from alfrix/prio_buttons
...
Add top and bottom priority hotkeys and buttons to menu and toolbar
10 years ago
sledgehammer999
b9ce4d48a0
Merge pull request #802 from Gelmir/rss_match_time_limit
...
Add setting to ignore RSS rule matches for X days
10 years ago
Alfredo Monclus
d28ca2eddc
Add hotkeys and buttons for Top and Bottom priorities
10 years ago
Alfredo Monclus
7314c57852
GUI: Streamline Properties Widget. Closes #2159
...
Merge select buttons and filtering into one line
10 years ago
sledgehammer999
9d79e7679a
Fix configure message printing order.
10 years ago
sledgehammer999
f46a7c1d3f
Fix detection of Qt5.
10 years ago
sledgehammer999
17f56a7744
Update coding style. Closes #2091 .
10 years ago
sledgehammer999
ecf3dd123e
Don't display weird text in the 'Last Activity' column when the time is invalid.
10 years ago
sledgehammer999
e907306b41
Right align header text that also has right-aligned row text. Closes #2188 .
10 years ago
sledgehammer999
f61675d98a
Merge pull request #2207 from pmzqla/rss-rules
...
Fix RSS "OR" condition in "must not contain" rules.
10 years ago
sledgehammer999
ed829bc93a
Revert "Temporarily disable Travis CI tests against libtorrent 1.0.x until #1878 is resolved."
...
This reverts commit 7029f4dcd2
.
10 years ago
sledgehammer999
89726d4566
Remove useless includes.
10 years ago
sledgehammer999
a8766058f3
Use parse_magnet_uri() where possible.
10 years ago
sledgehammer999
f413e8b121
Stop using internal libtorrent API. Closes #2202 .
10 years ago
sledgehammer999
cbbf14b0f8
Follow project coding style. Issue #2192 .
10 years ago
Nick Tiskov
806a4a2e6a
Add setting to ignore RSS rule matches for X days
10 years ago
Gabriele
c6dbe8ea60
Don't use white spaces as separator in RSS "must not contain" rules
...
This RegExp uses both white spaces and | as separator.
Use only the latter and drop the RegExp as it is no longer required.
10 years ago
Gabriele
5dede9e433
Use correct separator for "OR" condition in RSS rules
...
Although RSS rules were correctly parsed, the wrong separator for the
"OR" condition was used to re-generate the string of the rule displayed
in the preferences.
Closes #2205 .
10 years ago
sledgehammer999
060d3fc5b9
Merge pull request #2153 from pmzqla/webui-versioninfo
...
WebUI: Allow to retrieve web API version and qBT version
10 years ago
sledgehammer999
8ce91e153d
Merge pull request #2125 from buinsky/master
...
WEBUI: Some fixes
10 years ago
sledgehammer999
202e816d08
Use VERSION_BUILD where possible. Revert a change from previous commit.
10 years ago
sledgehammer999
6a2c82fe72
Merge pull request #2189 from glassez/version
...
Improve version.pri to set a version number only in one place.
10 years ago
sledgehammer999
950574c4c5
Make configure detect qmake with different names. Closes #1924 .
10 years ago
sledgehammer999
3008d12c3c
Try to fix FreeBSD detection with configure.
10 years ago
sledgehammer999
09c9968210
Fix QtBus detection with configure.
10 years ago
sledgehammer999
112dd20395
Make configure search for sed.
10 years ago
sledgehammer999
441f63d9af
LINUX: Fix build with libtorrent 1.0.x. Closes #1878 .
10 years ago
buinsky
2275735b81
Change of number of decimal places to 1
...
Change of number of decimal places to 1 in speed and size values.
10 years ago
buinsky
b2876b7f66
Show speed in title
10 years ago
Gabriele
d6169b14dd
WebUI: Allow to retrieve qBittorrent version
...
New GET method:
* version/qbittorrent: qBittorrent version
Closes #1872 .
10 years ago
Gabriele
8b5512c244
WebUI: Assign a version to the Web API and allow to get it
...
New GET methods:
* version/api: current API version
* version/api_min: min API version supported
The API version is an integer and it's returned as plain text.
Whenever the API is changed, the api version is increased.
Whenever the API is changed in a way that is not backward compatible,
api_min is increased.
10 years ago
Gabriele
1154ea3873
Change indentation to 4 spaces. Issue #2192 .
10 years ago
Vladimir Golovnev (Glassez)
103ee6d7d9
Improve version.pri.
...
Now you can set a version number only in one place.
10 years ago
buinsky
f44f676729
Update priority icons
...
Update priority icons
10 years ago
buinsky
5cc90844a5
Fixing setting speed limit of torrent in WEBUI
...
Fixing setting speed limit of torrent in WEBUI when global speed limit
is not set.
10 years ago
sledgehammer999
d6f309b7a6
Merge pull request #2177 from pmzqla/open-select
...
Implement open and select file in file manager [Linux]
10 years ago
Gabriele
0b14860e40
Implement open and select file in file manager [Linux]
...
Only few file managers are able to select files when started from the
command line.
xdg-mime is required to retrieve the default file manager. If it's not
available or the file manager is not able to automatically select files,
the containing directory will be opened as usual.
10 years ago
sledgehammer999
8f9c7b79ed
Fix nox compilation.
10 years ago
sledgehammer999
f35e06540e
Load torrents that have big metadata file. Closes #1889 .
10 years ago
sledgehammer999
0adb9fcbce
Escape backslashes. Issue #800 .
10 years ago