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
racam
d7ac142885
Enhancement of the webui preference and of the quote escape for javascript
10 years ago
Gabriele
8017680055
WebUI: create a new session for each user
...
Closes #2919 .
10 years ago
Gabriele
b5b40abb56
WebUI: Implement 'Force Start' feature.
10 years ago
Gabriele
fff1436e26
WebUI: Convert torrent list from QVariantHash to QVariantMap
...
Currently QJsonDocument::fromVariant() does not support QVariantHash,
so convert the torrent list to QVariantMap.
Closes #2849 .
10 years ago
sledgehammer999
4493fd9c31
Allow to use system QJson. Closes #1744 .
10 years ago
sledgehammer999
3c58b0cc9a
Revert "WebUI: Use QVariantMap instead of QVariantHash"
...
This reverts commit d49c79d032
.
10 years ago
Gabriele
d49c79d032
WebUI: Use QVariantMap instead of QVariantHash
...
Currently QJsonDocument::fromVariant() does not support QVariantHash,
so use QVariantMap instead.
Closes #2849 .
10 years ago
Gabriele
6e91a108bd
WebUI: Check if torrent queueing is enabled before changing torrent priorities
10 years ago
Chocobo1
1037d7f335
Webui: add delay in shutdown command in order to send out response msg
10 years ago
sledgehammer999
25afb8a338
New translation: Hindi(India).
10 years ago
Gabriele
e3a5ba09c4
WebUI: Implement a 'Completed' status
10 years ago
sledgehammer999
96d7bfb4ad
Update the UI when trackers or Url seeds are added either via the WebUI or via merging duplicate torrents.
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
Gabriele
4db757839c
WebUI: Return full path to files
...
It's otherwise impossible to know the structure of a torrent.
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
28f573e9a8
Fix processHash function
...
Fix processHash function to not use QVariantHash as result because of QJsonDocument doesn't support QVariantHash variables in Qt 5.
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
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