ccerrillo
c928987313
mootools change break context menu
...
Fx.Tween in mootols 1.4.5 no longer sets visibility to hidden, so when the context menu dissapear, if you put the mouse in the space where the menu were showed is still there but with opacity to 0 and cannot click to nothing below that area
So i emulated the old behaviour with OnComplete event.
Additionally i changed the use of deprecated $empty
12 years ago
Christophe Dumez
ec90fc480c
Bump mootools to 1.4.5
12 years ago
Christophe Dumez
dac0d67717
Fixes to Web UI shutdown command
12 years ago
Christophe Dumez
669d5a12a2
Fixes to Web UI shutdown button
12 years ago
Nikolas Garofil
6711c58ff1
Remove icon (ugly), fix localization
12 years ago
Nikolas Garofil
2b02ec3a4e
Shutdownbutton in webui
12 years ago
Christophe Dumez
79cb430878
Get rid of a Web UI hack for Safari since it seems useless now.
13 years ago
Christophe Dumez
a98ad63d8b
Add support for adding multiple local torrents at once (Web UI)
13 years ago
Christophe Dumez
81e4e39878
Web UI: Stop using absolute URLs in ajax requests ( closes #1011226 )
13 years ago
Christophe Dumez
a0d21ead18
Further rewriting of the JSON-related code
13 years ago
Christophe Dumez
9a964d871d
Rewrite code for returning information about torrents as JSON (Web UI)
...
- The new code is simpler, cleaner and more efficient
13 years ago
Christophe Dumez
78bb4104b0
Web UI: Improve usability of small devices
13 years ago
Christophe Dumez
46a3b382db
Web UI: Fix torrent deletion from IE
13 years ago
Christophe Dumez
246903fa0a
Web UI improvements
...
- Optimize translation code
- Cosmetic fixes to dialogs
- Display qBittorrent version in about dialog
13 years ago
Christophe Dumez
a46f665dd4
Small Web UI JS code simplification
13 years ago
Christophe Dumez
ed3fa0ccee
Web UI translation fixes
14 years ago
Christophe Dumez
4a66c33a2c
Improved Web UI translation
14 years ago
Christophe Dumez
16be6fe474
Improved Web UI translation
14 years ago
Christophe Dumez
c3b7aeadd7
Fix priority up/down for multiple torrents at the same time ( closes #692184 )
14 years ago
Christophe Dumez
493499cded
COSMETIC: Same deletion confirmation dialog in the GUI and Web UI
14 years ago
Christophe Dumez
d2754fb242
BUGFIX: Do not report a progress of 100% in the Web UI unless the
...
torrent is really complete (closes #674349 )
14 years ago
Christophe Dumez
7ae7a71782
Higher maximum download speed limit
14 years ago
Christophe Dumez
fefda39284
Added priority actions to Web UI right-click menu
14 years ago
Christophe Dumez
bf4f1a7c37
Fix speed limit sliders initialization in Web UI
14 years ago
Christophe Dumez
7778877fa7
Fix Web UI translation
15 years ago
Christophe Dumez
4386b6c2c4
Merge javascript changes from stable branch
15 years ago
Christophe Dumez
2e51e69cc9
Added "Paused" filter to the Web UI too
15 years ago
Christophe Dumez
472604d1b0
Removed useless icons to reduce tarball size
15 years ago
Christophe Dumez
e16ca862f4
Fix in last commit
15 years ago
Christophe Dumez
29e757bb3a
Another initialization fix for Web UI
15 years ago
Christophe Dumez
822f1a9557
Fix possible initialization problem in Web UI
15 years ago
Christophe Dumez
37b09e70b0
Fix "Ctrl+A" in Web UI
15 years ago
Christophe Dumez
165b33a94e
Fixed Web UI compatibility with Safari
15 years ago
Christophe Dumez
f2fbfdf017
Fix "download from URL" dialog height to avoid having a scrollbar
15 years ago
Christophe Dumez
13493e1afe
- Global Upload/Download rates can be set by clicking on the status bar values
15 years ago
Christophe Dumez
f6bfacda2c
FEATURE: Global transfer information are displayed in the new Web UI status bar
15 years ago
Christophe Dumez
ee9ca1ece7
- Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs (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
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
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
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