Christophe Dumez
912056a364
Added back folder watching in Web UI
15 years ago
Christophe Dumez
a468404ab5
Make use of Fast concatenation feature in Qt 4.6
15 years ago
Christophe Dumez
8f28804f8c
Added Json encode support for QVariantList and QStringList
15 years ago
Christophe Dumez
b7edfea4ce
Disable scan folder preferences in Web UI (for now) since it was broken by "multipleScanFolders" patch
15 years ago
Christophe Dumez
7710c88797
FEATURE: Support for multiple scan folders
...
* Patch by Christian Kandeler (Thanks!)
15 years ago
Christophe Dumez
66cd3f8184
Fix save path display in Web UI too
15 years ago
Christophe Dumez
e24e7578f2
Added "Export .torrent files to..." feature to the Web UI
...
Fix Scan dir preferences in Web UI
15 years ago
Christophe Dumez
126230ad08
BUGFIX: Properly display torrents with one file in subfolder(s)
15 years ago
Christophe Dumez
435801c893
- Added Peer id spoofing settings to Web UI
15 years ago
Christophe Dumez
7ad90b1b80
- Fix Proxy type rank in enum (to be consistent with older qBittorrent versions)
...
- Added Proxy settings to Web UI
- Fix tiny bugs in proxy settings
15 years ago
Christophe Dumez
d5a09674ae
FEATURE: Better proxy support and preferences remodeling
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
8c1a135d16
- Fix crashes when handling torrents without metadata (magnet URIs) from 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
d8c27ac8c4
- Fix crash when a torrent contains empty files
15 years ago
Christophe Dumez
4908458729
- Fixed share ratio display in properties widget and in Web UI
15 years ago
Christophe Dumez
9a16a9d11b
- Started work on program preferences in Web UI
15 years ago
Christophe Dumez
ac2473da6d
- Fix compilation error on some machines
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
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
34ba69e319
- Fixed several issues with Web UI
15 years ago
Christophe Dumez
87f93a7a1d
- Display ratio in Web UI
15 years ago
Christophe Dumez
e187426dd5
- Still remodeling the UI
...
- Improved Web UI performance by make more work on server side (C++) and less work on client side (Javascript)
15 years ago
Christophe Dumez
13e22aef51
- started to remodel the UI to match the new qBT UI
15 years ago
Christophe Dumez
4ee47ce2b8
- Use a capital "B" for Bittorrent class
15 years ago
Christophe Dumez
ff2fef0dc1
- Fix little problem in evenmanager causing this output: "no status, should not happen!!!"
15 years ago
Christophe Dumez
019bd476db
- Forgot to update those headers
16 years ago
Christophe Dumez
f9bf485ed7
- Forgot to consider allocating state in WebUI
16 years ago
Christophe Dumez
330905da5e
- Added priority actions in Web UI
16 years ago
Christophe Dumez
384f3b23ee
- Made seed detection a bit safer (do not use progress)
16 years ago
Christophe Dumez
b8c79e0b5f
- Simplified and optimized json code
16 years ago
Christophe Dumez
0d078f660a
- fixed seed detection in eventmanager + code is simpler
16 years ago
Christophe Dumez
9b67807926
- Queueing system should work fine now (port is complete, needs testing)
16 years ago
Christophe Dumez
764b4e72ca
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
16 years ago
Christophe Dumez
c01fd75c92
- Updated french translation
...
- Updated copyright
16 years ago
Christophe Dumez
0879f2c0ca
- Totally rewritten Web UI list refresh system (fixed memory leak)
16 years ago
Christophe Dumez
a65cd5c39c
- some more Web Ui fixes
16 years ago
Christophe Dumez
78e643039c
- Fixed torrent exchange from one list to another in Web Ui
16 years ago
Christophe Dumez
b1c73cb401
- Split download and upload lists in Web UI
16 years ago
Christophe Dumez
cdd1f9b86c
- Fixed assert HIT in eventmanager due to queueing system
16 years ago
Christophe Dumez
86024c6c74
- merge from stable branches (WebUI fixes)
16 years ago
Christophe Dumez
918c1507d3
- Web UI optimization
16 years ago
Christophe Dumez
f0049f1dae
- Removed logging panel for now. It will be replaced by a seperate dialog in order to simplify the default UI.
16 years ago
Christophe Dumez
ff26ea94f5
- Queued torrents are now identified in Web UI
...
- Improved transfer list update for queued torrents
- Allow to show/hide top toolbar
- top toolbar is now hidden as a default
- Connection status is now displayed in status bar (bottom)
- Removed "Disconnected" connection status (bad detection)
- Added increase/decrease priority actions to Edit menu
- Added keyboard shortcuts for increase/decrease priority actions
16 years ago
Christophe Dumez
478c9a871c
- Updated Polish translation
...
- Fixed compilation on Lenny (Web interface code)
- Forgot Q_OBJECT statement in filterParserThread class
17 years ago
Christophe Dumez
1a56141430
- Forgot to commit those files too
17 years ago