ngosang
a90ec4cce7
Web UI: Fix resumeAll and pauseAll. Closes #3016
10 years ago
ngosang
de3c84bd0b
Web UI: Display wasted data with friendly units. Closes #2994
10 years ago
sledgehammer999
88237fbd1e
Update Copyright year.
10 years ago
Gabriele
b5b40abb56
WebUI: Implement 'Force Start' feature.
10 years ago
sledgehammer999
25afb8a338
New translation: Hindi(India).
10 years ago
Gabriele
e3a5ba09c4
WebUI: Implement a 'Completed' status
10 years ago
Gabriele
1e4d11801e
WebUI: Add title attribute to filename cells in content tab
...
This will show the entire file path in a tooltip. This is useful
especially since bb1649a797 ("WebUI: return full paths to files).
10 years ago
Gabriele
dd112c1e1b
WebUI: Simplify the code for the update of the content table
10 years ago
buinsky
902db2b938
Group setting torrents download limit
10 years ago
buinsky
cf55751fbe
Group setting torrents upload limit
10 years ago
buinsky
facab1681a
Add ability to set super seeding mode for torrents
10 years ago
buinsky
8931eec5b0
Use server refresh interval
...
Use torrents table refresh interval from server in web-client.
10 years ago
buinsky
c4332fe9a9
Add processing double click on torrent
...
Starting/pausing torrent by double-clicking on it.
10 years ago
buinsky
0fee2216d0
Add shortcut key for deleting selected torrents
...
Added processing of pressing 'Delete' key on keyboard.
10 years ago
buinsky
f5f9e206fb
Add 'Resumed' filter
10 years ago
buinsky
0f56440dec
Fix alternative speed limits toggle behavior
10 years ago
buinsky
135599acc4
Center vertically text in progress bar
10 years ago
buinsky
18b036545c
Fix 'Resume all' & 'Pause all' actions
10 years ago
buinsky
1d5e52fc55
Fix friendlyDuration function
10 years ago
buinsky
d17f21af45
Queueing flag relocation in sync/maindata response
10 years ago
Gabriele
8890d244e2
WebUI: Update browser title even with no transfer going on
10 years ago
Gabriele
2a351ea9a4
WebUI: Fix checkboxes of the watched folder list in the preferences
...
The 'checked' attribute does not require any value, so for unckecked
checkboxes nothing should be added.
Fix f16b7614a1
.
10 years ago
buinsky
b30ec46048
Web API: rename 'json' scope to 'query'
10 years ago
buinsky
574c57ee18
Use sync/maindata request in WebUI
10 years ago
Gabriele
f16b7614a1
WebUI: Fix watched folders on Gecko
...
Passing objects to push() seems to be broken on Firefox, making the
preferences impossibile to use when there are watched folders.
Fix this by passing strings instead of elements.
10 years ago
Gabriele
d7161dcab1
Fix few spelling mistakes
...
s/Pieces size/Piece size/
s/uknown/unknown/
Closes #2367 .
10 years ago
buinsky
04f1c0c238
WebUI: Change torrent model
...
Improvements:
- added functions, which may be used to reorder and hiding columns in torrents table
- new columns can be easily added to torrents table
10 years ago
Nick Tiskov
385bbe0df6
Normalize EOL
10 years ago
Gabriele
fd86bafb38
WebUI: Be consistent with variable names
10 years ago
Gabriele
280aa95ef6
WebUI: Fix initial state of the alternative speed limits icon
10 years ago
Vladimir Golovnev (Glassez)
48d4cf4f36
WebUI: Drop old translation hack.
10 years ago
Vladimir Golovnev (Glassez)
d80a14a2e1
WebUI: Improve translation macro.
...
Now we use QBT_TR(translatable string)QBT_TR.
10 years ago
buinsky
9d51dcb663
WebUI: Set global upload max limit to 10000 KB/s
10 years ago
Gabriele
3be4257ad9
WebUI: MochaUI: Use same cursors on Gecko and WebKit
10 years ago
Gabriele
76999b598c
WebUI: Prevent default action of links
...
This prevents anchors from being added to the URL.
10 years ago
Gabriele
6211a9855a
WebUI: Assign min width to speed limit labels
...
Try to prevent continuous changes in the width of the labels.
10 years ago
Gabriele
2c930862c5
WebUI: Align elements in footer
10 years ago
Gabriele
f45e48c32a
WebUI: Show connection status in the statusbar
10 years ago
Gabriele
f1477319ef
WebUI: Show DHT nodes in the statubar
10 years ago
Gabriele
accfbdd304
WebUI: Use translated strings for speed limits dialogue
10 years ago
Gabriele
c53b19d6c1
WebUI: Allow to control the alternative speed limits
...
setGlobalDownloadLimit and setGlobalUploadLimit will now modify the
alternative speed limits if they are currently enabled and the regular
speed limits otherwise.
Add also two new commands to toggle the state of the alternative speed
limits and get their current state.
Closes #2203 .
10 years ago
Gabriele
25e8cad16c
WebUI: Update transfer info when speed limits are changed
10 years ago
Gabriele
9bd24a1408
Follow project coding style. Issue #2192 .
10 years ago
Gabriele
16dcf39823
WebUI: Use relative sizes when saving panel height
...
This should prevent situations in which the properties panel completely
covers the transferlist on page load.
Save also the height whenever the window is resized since that changes
the height of the panels without saving the height.
10 years ago
Gabriele
95bf2ffc51
WebUI: Define some functions on load
...
These function shouldn't be called when the page is not loaded yet,
so it makes sense to define them later.
10 years ago
Gabriele
f740a4f30b
WebUI: Make transfer info look like in the regular UI
...
The string for the transfer info was not translated as it should have.
Drop it completely.
10 years ago
Gabriele
e9d5a76d9c
WebUI: Never show scrollbars in rate limits dialogue
...
A different DPI setting might make the elements in the dialogue big
enough to make the scrollbars appear, but not big enough to make them
useful. So, never show them.
10 years ago
buinsky
98deac97a0
Precise setting of upload/download limits
10 years ago
buinsky
364e4277ec
Show upload and download limits in status bar
10 years ago
Gabriele
7a58a3fe43
WebUI: Ensure that no concurrent timers exist
10 years ago