sledgehammer999
dc04ff511f
Merge pull request #1546 from Gelmir/add_paused
...
Partially revert 14310f9b05
10 years ago
sledgehammer999
541cc4db24
Merge pull request #2242 from pmzqla/webui-password
...
Don't overwrite WebUI password when changing preferences
10 years ago
Gabriele
ef0b4c6ee2
Don't overwrite WebUI password when changing preferences
...
The input field to change password does not contain the actual
password, but its hash. When the preferences are saved, the hashed
password is considered as a new password.
Prevent this by comparing the new password with the hash of the
previous password.
Closes #2241 .
10 years ago
sledgehammer999
60bc22119d
Update Changelog.
10 years ago
sledgehammer999
da9396ca94
Fix compilation on ARM. Closes #2204 .
10 years ago
sledgehammer999
8882895f5e
Merge pull request #2230 from pmzqla/searchengine-kat
...
searchengine: Update KickassTorrents url
10 years ago
sledgehammer999
d24b67f77b
Merge pull request #2229 from pmzqla/vertical-align
...
Vertical align right-aligned header text
10 years ago
Gabriele
ad949c69b5
searchengine: Update KickassTorrents url
...
Closes #2228 .
10 years ago
Gabriele
d19b7a777f
Vertical align right-aligned header text
...
Since e907306b41
("Right align header text that also has right-aligned
row text"), right-aligned elements are no longer centered vertically.
This can be noticed with some Qt styles (e.g. Breeze).
10 years ago
Nick Tiskov
9a87afb562
Use TorrentTempData for overriding "add torrents paused" functionality
10 years ago
sledgehammer999
f5048a4586
Merge pull request #2201 from buinsky/master
...
WebUI: Some changes
10 years ago
sledgehammer999
e5e22eb925
Fix the language selection in the combobox when the system locale only has a lang equivalent and not a lang_COUNTRY one. Closes #1786 .
10 years ago
buinsky
740617e5ce
Use localStorage instead of cookies
10 years ago
buinsky
5e8c62e539
Add "Speed in title bar" item to menu
...
* file: src/Icons/oxygen/checked.png
copyright: Victor Buinsky <allok.victor@gmail.com>
10 years ago
buinsky
b0e138d669
Set images cache expiry time to 300000 seconds
10 years ago
buinsky
632fd84e54
Fix context menu width
10 years ago
buinsky
39e135e40a
Fix menu width
10 years ago
sledgehammer999
5d79fcdafd
WINDOWS: Fix automatic python download. Commit 0799dc2
broke this. Closes #2076 .
10 years ago
sledgehammer999
575125485e
Enable backtrace support for mingw builds too.
10 years ago
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