Gabriele
9b5fea1987
Don't put limits to the alternative speed limits
10 years ago
sledgehammer999
47e7b3fac2
Merge pull request #2277 from buinsky/master
...
Some changes in WebUI
10 years ago
buinsky
98deac97a0
Precise setting of upload/download limits
10 years ago
buinsky
c95e181378
Disable flooding debug messages
10 years ago
buinsky
364e4277ec
Show upload and download limits in status bar
10 years ago
sledgehammer999
4665dd6ea2
Run lupdate.
10 years ago
sledgehammer999
11ef0f8729
Correct RSS tooltip text from 18e0d122fb
.
10 years ago
sledgehammer999
45313040d0
Run lupdate.
10 years ago
sledgehammer999
7f7aaabec1
Add better translation notes for some strings.
10 years ago
sledgehammer999
c0ecaa6f58
Merge pull request #2274 from pmzqla/headless-password
...
headless: Update default password hash
10 years ago
sledgehammer999
7be2291f3f
Merge pull request #2276 from pmzqla/valign
...
Vertical align right-aligned elements of the transfer list
10 years ago
buinsky
1b4dad214a
Fix setting session id
10 years ago
Gabriele
04d2deabb5
Vertical align right-aligned elements of the transfer list
...
Same as d19b7a777f
("Vertical align right-aligned header text")
10 years ago
Gabriele
9a534f62d5
headless: Update default password hash
...
Use the md5 of 'adminadmin'.
10 years ago
sledgehammer999
861c8e9ffa
Merge pull request #2262 from pmzqla/webui-changes
...
WebUI: Misc changes
10 years ago
Gabriele
7a58a3fe43
WebUI: Ensure that no concurrent timers exist
10 years ago
Gabriele
fdc975d900
WebUI: Add readonly attribute to comment textarea
...
Torrent comments should not be editable.
10 years ago
Gabriele
005e378cbd
WebUI: Don't change cursor style for the file list
...
Changing the cursor is misleading, no operation can be done.
10 years ago
Gabriele
1332ca318b
WebUI: Adjust size of columns in property panels
10 years ago
Gabriele
b46ecb4351
WebUI: Decrease frequency of updates of property panel
...
Now that the properties are loaded immediately when the selected torrent
or the property tab is changed, the frequency of the updates can be
reduced without affecting the user experience.
New update intervals:
* General: 5 seconds (10 if qBT is not reachable)
* Tracker list: 10 seconds (20 if qBT is not reachable)
* File list: 5 seconds (10 if qBT is not reachable)
10 years ago
Gabriele
ac507261f8
WebUI: Remove extra parethesis
10 years ago
Gabriele
408cc7101e
WebUI: Update torrent properties immediately
...
Don't wait for new data to be fetched, request them as soon as
they are required, i.e. when a property tab is loaded or when a
different torrent is selected.
10 years ago
Gabriele
c54271638b
WebUI: Load properties tabs once
...
Don't reload HTML on tab change. Load the entire structure once and
keep the unused bits hidden.
Keep also the JS code separately, one file per tab.
NOTE: tabs content is not loaded. This will be fixed in the next commit.
10 years ago
Gabriele
cb9ed13d69
WebUI: Fix minor error
...
No timer is set when the functions are directly called.
10 years ago
Gabriele
d06d7b1f6d
WebUI: MochaUI: Show entire error message
10 years ago
Gabriele
aded5422d8
WebUI: MochaUI: Check for undefined functions
10 years ago
sledgehammer999
6884845446
Ensure that the priority column has enough width when queueing is enabled. Closes #2263 .
10 years ago
Gabriele
d055613125
WebUI: Make column width less variable in transferlist
...
Each column has a fixed width that allows to read its content.
The column for the name of the torrents has a variable width with an
upper and a lower constraint.
If the width of the page is not sufficient to fit the table, a scrollbar
will appear.
10 years ago
Gabriele
5fb32da49f
WebUI: Center progressbars in trasferlist
10 years ago
Gabriele
0a512e41c9
WebUI: Select username on login page load
...
On logout, the input field is not empty. Select its content.
10 years ago
Gabriele
57e9165bb4
WebUI: Translate page title everywhere
10 years ago
sledgehammer999
1820a03f1d
Merge pull request #2254 from buinsky/master
...
WebUI: Some changes
10 years ago
sledgehammer999
7e16094ac6
Merge pull request #2268 from pmzqla/file-ext
...
Ignore .!qB when extracting file extensions
10 years ago
buinsky
2c93330ce9
Add space before priority menu item
10 years ago
buinsky
76e30ecf78
Dynamically show 'Start' and 'Pause' menu items
10 years ago
buinsky
2a712a81ea
Add sequential downloading menu items
10 years ago
buinsky
6644791458
Follow project coding style. Issue #2192 .
10 years ago
buinsky
44992056cf
Restore selected filter on page load
10 years ago
buinsky
5b604ac251
Save torrent list sort order in local storage
10 years ago
buinsky
b4f39add08
Update torrent list after operations with torrents.
...
Immediately update torrent list after some operations with torrents.
Such as changing priority, adding torrent, pause/resume, etc.
10 years ago
buinsky
e8ad465c5f
Follow project coding style. Issue #2192 .
10 years ago
buinsky
57a4f3ed19
Hide priority menu items when queueing is disabled
10 years ago
Gabriele
2389495d96
Ignore .!qB when extracting file extensions
10 years ago
buinsky
28fad54cc4
Add higest and lowest priority icons into toolbar
10 years ago
buinsky
69506ec505
Follow project coding style. Issue #2192 .
10 years ago
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