buinsky
ba40408c8d
Images cache control code edit
10 years ago
buinsky
dbc5ffee75
Follow project coding style. Issue #2192 .
10 years ago
sledgehammer999
513f71e000
Sync translations from Transifex and run lupdate.
10 years ago
sledgehammer999
dcfe95f04b
Merge pull request #2224 from pmzqla/webui-updates
...
WebUI changes
10 years ago
Gabriele
0b6d5c662a
WebUI: Use CSS to alternate row colors in transferlist
...
Keep the old code for IE < 9, the majority of the browsers
shouldn't need it.
Also, keep the CSS code in one place.
10 years ago
Gabriele
8a4028fc84
WebUI: Remove unused variable
10 years ago
Gabriele
d7071a81bd
WebUI: Keep current preference for the title style in a variable
...
Read persistent value only when required.
10 years ago
Gabriele
6ee1c8851f
WebUI: Update title immediately when showing/hiding rates
10 years ago
Gabriele
2226f166ac
WebUI: Fix increasing frequency of XHR requests
...
ajaxfn() is called every time the torrent list is filtered. This function
calls itself after a predefined amount of time by setting a timer. If
the function is called manually without destroying the timer, the
frequency of the XHR requests will increase.
Fix this by saving a reference to each timer that is created so that
they can be later destroyed.
Add also two helper functions to request updated data safely.
10 years ago
Gabriele
aab2c34257
Follow project coding style. Issue #2192 .
10 years ago
sledgehammer999
3672363207
Merge pull request #2191 from glassez/webui
...
WebUI: Implement server-side filtering, sorting and limit/offset.
10 years ago
sledgehammer999
14d27d982d
Fix compilation with libtorrent 0.16.x.
10 years ago
Vladimir Golovnev (Glassez)
0e87b96beb
WebUI: Drop client-side sorting.
10 years ago
Vladimir Golovnev (Glassez)
e279dcf904
WebUI: Implement limit/offset.
10 years ago
Vladimir Golovnev (Glassez)
59ff08c107
WebUI: Implement server-side sorting.
10 years ago
Vladimir Golovnev (Glassez)
8ff03d162d
WebUI: Fix transferlist.html indentation.
10 years ago
Vladimir Golovnev (Glassez)
d938643c38
WebUI: Drop client-side filtering.
10 years ago
Vladimir Golovnev (Glassez)
0488ddafa5
WebUI: Fix indentation.
...
Fix indentation in client.js and dynamicTable.js.
10 years ago
Vladimir Golovnev (Glassez)
1a1db877bf
Use QTorrentHandle::torrentState() in btjson.
10 years ago
Vladimir Golovnev (Glassez)
5edf0e251f
WebUI: Implement server-side torrent filtering.
10 years ago
Vladimir Golovnev (Glassez)
e887f574d7
Implement QTorrentHandle torrentState() and eta().
10 years ago
Vladimir Golovnev (Glassez)
c24610ec80
WebUI: Improve btjson.* indentation.
10 years ago
sledgehammer999
78d4258dac
Remove unused variable.
10 years ago
sledgehammer999
cd52d1820d
Show reason why a peer was blocked. Needs libtorrent 1.0.x.
10 years ago
sledgehammer999
96ec6777e6
Follow project coding style. Issue #2192 .
10 years ago
sledgehammer999
08f96ae7d7
Save RSS cache in folder called rss.
10 years ago
sledgehammer999
e331850b70
Merge pull request #1147 from maxrd2/rss_text
...
RSS Feed plain text description is not formatted.
10 years ago
sledgehammer999
7736415945
Merge pull request #1122 from maxrd2/rss_html
...
RSS Feed was not displaying remote images in html description.
10 years ago
Mladen Milinkovic
2c6df559e8
RSS Feed was not displaying remote images in html description. Closes #1119
10 years ago
Mladen Milinkovic
195b46673a
RSS Feed will format plain text descriptions
10 years ago
sledgehammer999
f8e25984ae
Fix for commit 35e964f66
.
10 years ago
sledgehammer999
8449203b27
Add info about the proxy password being saved unencrypted. Closes #1490 .
10 years ago
sledgehammer999
734301326b
Rearreange header includes in Peerlist widget.
10 years ago
sledgehammer999
35e964f66d
Implement peer relevance column. Closes #1630 .
10 years ago
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