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
ba86d16e78
Use compact style of JSON data
10 years ago
buinsky
bed0784a2d
Follow project coding style. Issue #2192 .
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
09c8d17c94
WebUI: Fix negative offsets when requesting torrent list
...
If the offset is negative, it must be added to the current list size.
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
Vladimir Golovnev (Glassez)
898d454b78
Follow project coding style (Issue #2192 ).
10 years ago
Vladimir Golovnev (Glassez)
2707f5205f
Fix prefjson::setPreferences() doesn't actually save.
10 years ago
Vladimir Golovnev (Glassez)
ff9a281b72
Change project directory structure.
...
Change project directory structure according to application structure.
Change 'nox' configuration option to something more meaningful 'nogui'.
Rename 'Icons' folder to 'icons' (similar to other folders).
Partially add 'nowebui' option support.
Remove QConf project file.
10 years ago
sledgehammer999
eeee24a0b3
Make 'TorrentPersistentData' similar to 'Preferences' class.
10 years ago
Ivan Sorokin
e3349092ad
Refactor TorrentPersistentData
...
Conflicts:
src/mainwindow.cpp
src/mainwindow.h
src/qtlibtorrent/qbtsession.cpp
src/qtlibtorrent/qtorrenthandle.cpp
src/transferlistwidget.cpp
src/webui/btjson.cpp
10 years ago
sledgehammer999
087417c8a6
Change the code to use the Logger class instead.
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
buinsky
383c0e1418
Implement sync/maindata request
10 years ago
buinsky
0d43ee7076
Follow project coding style. Issue #2192 .
10 years ago
buinsky
bf0f9dd275
Implement functions for generating partial responses of requests.
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
Gabriele
71bef1852d
WebUI: Add torrents paused because of errors in Paused and Download list
...
Torrents paused because of errors are considered as torrents paused and in
download in the regular UI. Do the same in the WebUI for consistency.
Closes #2319 .
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
Gabriele
a69515850c
WebUI: Specify URI size
...
In some cases, args_ can't be empty. Specify the number of expected args.
Fix 2023ec043c
("WebUI: Check URI of GET and POST requests")
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
2023ec043c
WebUI: Check URI of GET and POST requests
10 years ago
Gabriele
e4da128fbb
WebUI: Check that all and only the needed parameters are provided
...
Issue #1560 .
10 years ago
Gabriele
f89baa4cf5
WebUI: Use case insensitive parameters for POST requests
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
2aa344bb0a
WebUI: Add missing comments
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
b3a537f575
WebUI: Don't cache transfer info values
...
In this way speed limits are instantly updated.
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