Christophe Dumez
ed13c43e93
- Fix several issues with the files properties in Web UI (introduced recently)
15 years ago
Christophe Dumez
b5a9fe71e1
- Fix JSON communication between qBittorrent and Web UI
15 years ago
Christophe Dumez
1128b3ea83
* Replace priority combo boxes by check boxes in Web UI as in Regular UI
...
* Prepare http server and preferences classes to add new settings to Web UI
* Tabified Program preferences in Web UI since there will be a lot of settings soon
* Started to add new settings to Web UI (PeX, LSD, Encryption, save path, temp path, scan dir, preallocateall, queueing, listen_port, upnp, nat-pmp, language, ip filter) -> Proxy is missing
* Added a command line parameter to change the web ui port
* Fix PeerGuardian .p2b binary filter support
15 years ago
Christophe Dumez
bb6468005d
- Fix torrent upload in Web UI (worked randomly)
15 years ago
Christophe Dumez
95a6de9b00
- Fix using SHIFT+Click for extended selection in Web UI transfer list
...
* Was broken in an early release candidate when column sorting was added
15 years ago
Christophe Dumez
df03b042d6
- Hide context menu when a torrent is clicked
15 years ago
Christophe Dumez
bce575ee68
- Fix priority column data being displayed when adding a new torrent and when priority column is hidden (queueing system disabled) is disabled (Web UI)
15 years ago
Christophe Dumez
83da56b0eb
- Fix top menu in Web UI
15 years ago
Christophe Dumez
ed8da2ef66
- Fix toolbar separators (Web UI) which was broken when updating to new MochaUI
15 years ago
Christophe Dumez
998352f9f1
- Improved Ajax tabs code (Web UI)
15 years ago
Christophe Dumez
b976d39207
- Update to MochaUI svn/trunk
...
* Fixes IE7/8 compatibility
- Use Yui compressor on mocha.js
15 years ago
Christophe Dumez
f0a18ec1f5
- Remember selected filter using a Cookie (Web UI)
15 years ago
Christophe Dumez
f9a5afe446
- Remove torrent from selection if it gets filtered and becomes hidden (Web UI)
15 years ago
Christophe Dumez
4dc8959f67
* More exit tweaking to make shutdown faster
...
* Fixed active upload icon in Web UI
* Fixed text alignment in Web UI preferences dialog
* Fixes to ratio display in Web UI transfer list and properties panel
* Edited Queued/Paused/Checking icons so that they are the same for complete/incomplete torrents (easier to understand)
* Color torrents in UI transfer list as in qBittorrent < 2.0 (more easily understandable)
* Progress and size are now updated when files are filtered in torrent properties
15 years ago
Christophe Dumez
ecf48b3a7b
- Fix torrent status icon vertical alignment in Web UI
15 years ago
Christophe Dumez
afa5213c94
- Improve sorting performance in Web UI
...
- Improve priority column sorting behavior when there are seeding torrents (they don't have a priority)
15 years ago
Christophe Dumez
6b04005d08
- Fix upload/download rate order in two menus
15 years ago
Christophe Dumez
4908458729
- Fixed share ratio display in properties widget and in Web UI
15 years ago
Christophe Dumez
9ada7c809b
- Made transfer list sortable in Web UI
...
* As a default it is sorted by Name
15 years ago
Christophe Dumez
e1725e8001
- Refresh transfer list every 1500 ms instead of 1000ms to save CPU (Web UI)
15 years ago
Christophe Dumez
d22e932ef7
- Optimize Web UI to use less CPU
...
* Do not refresh filtered torrents since they are not visible
* Do not refresh torrent name in list since it connot change
- Fixed unitialized torrent status when it was added to the list (it did not cause any issue but it was not optimal)
15 years ago
Christophe Dumez
ae10bc9270
- Made Web UI tool bar looks exactly like the Web UI one (same buttons orders and added separators)
15 years ago
Christophe Dumez
3e56cf96a3
- Program preferences are now editable from Web UI :)
15 years ago
Christophe Dumez
b6dc5f9675
- Torrent preferences in Web UI are now correctly loaded from qBT. However, the saving part is not done yet.
15 years ago
Christophe Dumez
d79cd07d50
- Still working on program preferences in Web UI (not functional yet)
15 years ago
Christophe Dumez
9a16a9d11b
- Started work on program preferences in Web UI
15 years ago
Christophe Dumez
52ac94cc73
- Use the same order for right click menu in both the UI and the Web UI
15 years ago
Christophe Dumez
fe62efa145
- Refresh the transfer list every 1000ms instead of 1500ms now that it works better
15 years ago
Christophe Dumez
cc2da45c2d
- Greatly improved Web UI transfer list refresh (Progress bar)
15 years ago
Christophe Dumez
c212d8beff
- Fix transfer list flickering
15 years ago
Christophe Dumez
93f3d0b687
- Clean up Web UI
15 years ago
Christophe Dumez
b88d0e87d9
- Fix Javascript Error on some browsers (Epiphany, Chrome) that made the Web UI unusable
15 years ago
Christophe Dumez
afaf40eee0
- Allow to set up per-torrent download rate limit from Web UI too
15 years ago
Christophe Dumez
236c0da563
- Allow to set up per-torrent upload rate limit from Web UI
...
- Updated Mootools to v1.2.4 and fix breakage with MochaUI
15 years ago
Christophe Dumez
d42ab6120e
- Added right-click menu to transfer list
15 years ago
Christophe Dumez
1c0bc205f0
- Remember panel sizes in Web UI (Cookie based)
15 years ago
Christophe Dumez
aeb2c06e0f
- Disabled file prioritizing for seeding torrents
...
- Added file prioritizing to Web UI
15 years ago
Christophe Dumez
a9b49ea3e0
- Display torrent files in Web UI
15 years ago
Christophe Dumez
33d77ccf39
- Started work on Torrent Files display (Web UI)
15 years ago
Christophe Dumez
11a41a1652
- Display trackers in torrent properties in Web UI
15 years ago
Christophe Dumez
e35d100769
- Web UI: Display generation information in torrent properties
15 years ago
Christophe Dumez
ce6f665a7b
- Started to work on General Tab in properties (Web UI)
15 years ago
Christophe Dumez
3958c990a4
- Still working on Web UI properties panel
15 years ago
Christophe Dumez
30b5daaa2a
- Oops, forgot to commit those
15 years ago
Christophe Dumez
f63199f7b7
- Still working on Web UI remodeling
15 years ago
Christophe Dumez
4edab29bfe
- Web UI: Make use of MochaUI panels (they are resizable)
15 years ago
Christophe Dumez
14e94c8971
- Improved filters CSS in Web UI
15 years ago
Christophe Dumez
31ca3c1334
- Use new icons in Web UI also
15 years ago
Christophe Dumez
bc52863aec
- Web UI: Automatically close torrent download window once the torrent upload is complete
15 years ago
Christophe Dumez
8650b20904
- Fix progress display in Web UI
15 years ago