Commit graph

96 commits

Author SHA1 Message Date
Christophe Dumez
bb6468005d - Fix torrent upload in Web UI (worked randomly) 2009-12-08 16:42:59 +00:00
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
2009-12-06 15:29:37 +00:00
Christophe Dumez
df03b042d6 - Hide context menu when a torrent is clicked 2009-12-06 14:48:16 +00:00
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) 2009-12-06 14:26:50 +00:00
Christophe Dumez
83da56b0eb - Fix top menu in Web UI 2009-12-06 14:13:49 +00:00
Christophe Dumez
ed8da2ef66 - Fix toolbar separators (Web UI) which was broken when updating to new MochaUI 2009-12-05 16:23:34 +00:00
Christophe Dumez
998352f9f1 - Improved Ajax tabs code (Web UI) 2009-12-05 16:09:18 +00:00
Christophe Dumez
b976d39207 - Update to MochaUI svn/trunk
* Fixes IE7/8 compatibility
- Use Yui compressor on mocha.js
2009-12-05 14:19:37 +00:00
Christophe Dumez
f0a18ec1f5 - Remember selected filter using a Cookie (Web UI) 2009-12-04 21:03:50 +00:00
Christophe Dumez
f9a5afe446 - Remove torrent from selection if it gets filtered and becomes hidden (Web UI) 2009-12-04 20:45:16 +00:00
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
2009-11-30 21:30:14 +00:00
Christophe Dumez
ecf48b3a7b - Fix torrent status icon vertical alignment in Web UI 2009-11-29 14:44:30 +00:00
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)
2009-11-28 08:48:35 +00:00
Christophe Dumez
6b04005d08 - Fix upload/download rate order in two menus 2009-11-27 16:02:24 +00:00
Christophe Dumez
4908458729 - Fixed share ratio display in properties widget and in Web UI 2009-11-27 15:59:49 +00:00
Christophe Dumez
9ada7c809b - Made transfer list sortable in Web UI
* As a default it is sorted by Name
2009-11-27 15:48:45 +00:00
Christophe Dumez
e1725e8001 - Refresh transfer list every 1500 ms instead of 1000ms to save CPU (Web UI) 2009-11-26 11:04:14 +00:00
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)
2009-11-26 11:01:21 +00:00
Christophe Dumez
ae10bc9270 - Made Web UI tool bar looks exactly like the Web UI one (same buttons orders and added separators) 2009-11-26 10:21:13 +00:00
Christophe Dumez
3e56cf96a3 - Program preferences are now editable from Web UI :) 2009-11-26 10:10:40 +00:00
Christophe Dumez
b6dc5f9675 - Torrent preferences in Web UI are now correctly loaded from qBT. However, the saving part is not done yet. 2009-11-26 09:49:57 +00:00
Christophe Dumez
d79cd07d50 - Still working on program preferences in Web UI (not functional yet) 2009-11-26 08:29:06 +00:00
Christophe Dumez
9a16a9d11b - Started work on program preferences in Web UI 2009-11-26 08:10:23 +00:00
Christophe Dumez
52ac94cc73 - Use the same order for right click menu in both the UI and the Web UI 2009-11-26 07:06:08 +00:00
Christophe Dumez
fe62efa145 - Refresh the transfer list every 1000ms instead of 1500ms now that it works better 2009-11-25 12:31:42 +00:00
Christophe Dumez
cc2da45c2d - Greatly improved Web UI transfer list refresh (Progress bar) 2009-11-25 12:27:00 +00:00
Christophe Dumez
c212d8beff - Fix transfer list flickering 2009-11-25 12:09:10 +00:00
Christophe Dumez
93f3d0b687 - Clean up Web UI 2009-11-25 11:36:36 +00:00
Christophe Dumez
b88d0e87d9 - Fix Javascript Error on some browsers (Epiphany, Chrome) that made the Web UI unusable 2009-11-25 10:35:31 +00:00
Christophe Dumez
afaf40eee0 - Allow to set up per-torrent download rate limit from Web UI too 2009-11-25 10:09:14 +00:00
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
2009-11-25 10:03:04 +00:00
Christophe Dumez
d42ab6120e - Added right-click menu to transfer list 2009-11-24 19:41:31 +00:00
Christophe Dumez
1c0bc205f0 - Remember panel sizes in Web UI (Cookie based) 2009-11-24 16:08:23 +00:00
Christophe Dumez
aeb2c06e0f - Disabled file prioritizing for seeding torrents
- Added file prioritizing to Web UI
2009-11-24 15:38:47 +00:00
Christophe Dumez
a9b49ea3e0 - Display torrent files in Web UI 2009-11-24 13:10:17 +00:00
Christophe Dumez
33d77ccf39 - Started work on Torrent Files display (Web UI) 2009-11-24 11:40:40 +00:00
Christophe Dumez
11a41a1652 - Display trackers in torrent properties in Web UI 2009-11-24 11:14:02 +00:00
Christophe Dumez
e35d100769 - Web UI: Display generation information in torrent properties 2009-11-24 08:53:14 +00:00
Christophe Dumez
ce6f665a7b - Started to work on General Tab in properties (Web UI) 2009-11-23 21:17:54 +00:00
Christophe Dumez
3958c990a4 - Still working on Web UI properties panel 2009-11-23 20:46:45 +00:00
Christophe Dumez
30b5daaa2a - Oops, forgot to commit those 2009-11-23 20:16:17 +00:00
Christophe Dumez
f63199f7b7 - Still working on Web UI remodeling 2009-11-23 19:57:33 +00:00
Christophe Dumez
4edab29bfe - Web UI: Make use of MochaUI panels (they are resizable) 2009-11-23 19:12:44 +00:00
Christophe Dumez
14e94c8971 - Improved filters CSS in Web UI 2009-11-23 16:45:07 +00:00
Christophe Dumez
31ca3c1334 - Use new icons in Web UI also 2009-11-23 16:43:51 +00:00
Christophe Dumez
bc52863aec - Web UI: Automatically close torrent download window once the torrent upload is complete 2009-11-23 14:21:07 +00:00
Christophe Dumez
8650b20904 - Fix progress display in Web UI 2009-11-23 14:01:03 +00:00
Christophe Dumez
a83744289f - Web UI: Display selected filter as selected 2009-11-23 13:56:10 +00:00
Christophe Dumez
34ba69e319 - Fixed several issues with Web UI 2009-11-23 13:35:46 +00:00
Christophe Dumez
74f0737903 - Extended internationalization support in Web UI to the Javascript scripts 2009-11-23 13:11:09 +00:00