Commit graph

2011 commits

Author SHA1 Message Date
Christophe Dumez
63e5339690 - Added ASSERT for make sure our progress values are always possible 2009-11-29 14:37:33 +00:00
Christophe Dumez
d8c27ac8c4 - Fix crash when a torrent contains empty files 2009-11-29 14:34:39 +00:00
Christophe Dumez
925597c43a - Hide piece availability and pieces downloaded bars when the shown torrent gets complete 2009-11-29 14:29:48 +00:00
Christophe Dumez
ba8fd62900 - Bump to rc3 2009-11-29 10:27:29 +00:00
Christophe Dumez
3f61e176f0 - Updated Romanian translation 2009-11-29 10:11:28 +00:00
Christophe Dumez
542338972a - Explicitely delete "unread" RSS item although Qt should be taking care of it 2009-11-29 09:17:55 +00:00
Christophe Dumez
fe91599eb4 - Skip file checking in "start seeding immediately after torrent creation" feature (libtorrent v0.15 only) 2009-11-29 09:11:39 +00:00
Christophe Dumez
d9817795ed - Fix "start seeding immediately after torrent creation" feature (save path was not set right) 2009-11-29 09:01:33 +00:00
Christophe Dumez
6ede368f63 - Fix right click menu in tracker list and in peer list (Thanks Heavyjoost) 2009-11-29 08:16:58 +00:00
Christophe Dumez
6885f46f4b - Restore compatiblity with recent libboost (broken by last commit) 2009-11-28 22:22:35 +00:00
Christophe Dumez
9323660c79 - Fix compilation with Qt 4.4
- Fix compilation with older boost libraries
2009-11-28 21:46:46 +00:00
Christophe Dumez
88b77a63ed - Qt 4.4 fix 2009-11-28 21:30:26 +00:00
Christophe Dumez
4d1ef40f6e - Qt 4.4 fix 2009-11-28 21:23:06 +00:00
Christophe Dumez
9a68e0cc25 - Fix compilation error on some systems 2009-11-28 20:23:17 +00:00
Christophe Dumez
396427e3b6 FEATURE: Fall back to a random port if qBittorrent could not listen on the chosen port 2009-11-28 18:23:17 +00:00
Christophe Dumez
e460f1c365 - Attempt to speed up exit 2009-11-28 15:03:27 +00:00
Christophe Dumez
b9531c8245 - Updated slovak translation 2009-11-28 13:54:14 +00:00
Christophe Dumez
27aff04f11 - Catch invalid_handle exception in savefastresume data 2009-11-28 13:50:16 +00:00
Christophe Dumez
08fe5814c5 - Switch download / uploads icons color to match colors in qBittorrent < 2.0 2009-11-28 12:26:05 +00:00
Christophe Dumez
5af8b7c0e2 FEATURE: Enabled lazy bitfield as a counter-measure for ISP speed throttling 2009-11-28 10:36:34 +00:00
Christophe Dumez
c1acbda38f - Updated traditional Chinese translation 2009-11-28 10:01:29 +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
17b8ba27b3 - FEATURE: Search engine plugins now handle HTTP protocol gzip compression 2009-11-27 23:46:40 +00:00
Christophe Dumez
3f9b74430a - Made PrettyPrinter function more robust (one can pass it sizes in bytes) 2009-11-27 23:01:16 +00:00
Christophe Dumez
efed943366 - Bump to rc2 2009-11-27 16:31:17 +00:00
Christophe Dumez
1784c5cecb - Updated Danish translation 2009-11-27 16:17:42 +00:00
Christophe Dumez
62fad5df87 - Display the right icon for active uploads in UI transfer list (Web UI was ok) 2009-11-27 16:11:22 +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
3c6635cdbe - Folder Scanning: initial import of the torrents inside is fixed 2009-11-27 11:50:30 +00:00
Christophe Dumez
90207020f2 - Fix for media file preview 2009-11-27 11:38:42 +00:00
Christophe Dumez
d22d6468c7 - Updated documentation URL to doc.qbittorrent.org 2009-11-26 21:27:06 +00:00
Christophe Dumez
893c5e6784 FEATURE: Display close tab button into the tabs in search engine (Qt >= 4.5 only) 2009-11-26 21:11:37 +00:00
Christophe Dumez
77ded75613 - Display the maximum number of connections per torrents only when it is enabled (torrent properties) 2009-11-26 13:52:05 +00:00
Christophe Dumez
ce31bef2cf - Make sure the torrent is valid before saving fast resume data 2009-11-26 11:59:40 +00:00
Christophe Dumez
45e56c02ee - Bump to rc1 (qBittorrent v2.0.0 is now officially in FEATURE FREEZE) 2009-11-26 11:06:46 +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
d99dc65b19 - Updated French translation 2009-11-26 10:26:05 +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
672a83cfc4 - Added qBittorrent icon to libnotify notifications 2009-11-26 07:00:18 +00:00
Christophe Dumez
5d33e3033b - Fix download icon in peer list popup menu (Thanks Heavyjoost) 2009-11-26 06:56:38 +00:00
Christophe Dumez
80a721fd36 - Updated Finnish translation. 2009-11-26 06:15:05 +00:00
Christophe Dumez
058430d2cd - Updated swedish translation 2009-11-25 23:00:31 +00:00
Christophe Dumez
d227e744d9 - Use standard Qt notification as fallback if libnotify failed 2009-11-25 22:36:42 +00:00
Christophe Dumez
17f712e3e0 - Made search engine use libnotify instead of qt notification when available. Note that a notification is displayed when a search request has finished and the search tab is not currently displayed (other tab is displayed or window is minimized/iconified) 2009-11-25 22:03:05 +00:00
Christophe Dumez
507b9b149e - No need for systray integration to be enabled to use libnotify 2009-11-25 21:36:51 +00:00
Christophe Dumez
d55553c53f - Bump to beta10 2009-11-25 20:38:20 +00:00
Christophe Dumez
01f38b05eb - Fix download icon in systray icon popup 2009-11-25 20:34:34 +00:00
Christophe Dumez
91efa0e2d4 - COSMETIC: Make use of libnotify if available for system notifications (Now default on Ubuntu) instead of the Qt notification system 2009-11-25 20:32:18 +00:00
Christophe Dumez
b80843c602 - Scroll to current torrent when it changes (Transfer list) 2009-11-25 18:20:42 +00:00
Christophe Dumez
9fa0ff78bc - Made Torrent filters column collapsible (can be hidden) 2009-11-25 18:13:20 +00:00
Christophe Dumez
5d566bba86 - Fix "global download limit" icon in tray icon menu 2009-11-25 17:54:12 +00:00
Christophe Dumez
5ef888d142 - Right-aligned pieces downloaded and availability labels (they were the last one left-aligned) 2009-11-25 17:50:49 +00:00
Christophe Dumez
92b04b66c7 - Increase ratio difference to make availability more readable 2009-11-25 15:38:33 +00:00
Christophe Dumez
f15973f2c8 - Update torrent progress after checking (especially useful for paused torrents that are not updated otherwise) 2009-11-25 14:02:54 +00:00
Christophe Dumez
c075016b51 - Fix Web UI fields being disabled in program preferences 2009-11-25 13:58:48 +00:00
Christophe Dumez
9708b335d8 - bump to beta9 2009-11-25 12:38:33 +00:00
Christophe Dumez
950aa497c6 - Fix typo in the code 2009-11-25 12:33:01 +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
c48a3b55d6 - Make sure properties panel is disabled as a default (on startup) 2009-11-24 21:38:11 +00:00
Christophe Dumez
6f69ab2b6d - Fix a crash when hitting "change save path" button and no torrent is selected 2009-11-24 21:35:22 +00:00
Christophe Dumez
aff7824b8d - Updated language files 2009-11-24 20:27:13 +00:00
Christophe Dumez
6206befbec - Bump to beta8 2009-11-24 20:25:16 +00:00
Christophe Dumez
ac2473da6d - Fix compilation error on some machines 2009-11-24 19:47:23 +00:00
Christophe Dumez
11fd99e2de - Commit those by mistake 2009-11-24 19:45:26 +00:00
Christophe Dumez
d42ab6120e - Added right-click menu to transfer list 2009-11-24 19:41:31 +00:00
Christophe Dumez
7c1d3dea86 - Fixed download limit icon 2009-11-24 18:15:08 +00:00
Christophe Dumez
e7f6ae3110 - Bump to beta7 2009-11-24 17:51:37 +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
d4524993ee - Fix translation in files list (both UI and Web UI) 2009-11-24 13:25:11 +00:00
Christophe Dumez
bf77b186c1 - Updated french translation 2009-11-24 13:16:19 +00:00
Christophe Dumez
d1072afb89 - Updated language files 2009-11-24 13:13:32 +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
f04b19ddfa - Remove verbose debug info 2009-11-24 08:53:47 +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
3eeeb73af4 - New torrent status icons by Mateusz Tobola 2009-11-23 16:33:43 +00:00
Christophe Dumez
cad6228ae0 - Updated translatable string regex to support ':' in it 2009-11-23 14:27:56 +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
68092f3b5c - Make sure the torrent is not already in the list before trying to add it 2009-11-23 14:17:47 +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
Christophe Dumez
b1bbbd79c4 - Initial support for Web UI internationalization !
- Updated french translation
2009-11-23 12:57:16 +00:00
Christophe Dumez
87f93a7a1d - Display ratio in Web UI 2009-11-23 10:40:16 +00:00
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)
2009-11-23 10:37:55 +00:00
Christophe Dumez
13e22aef51 - started to remodel the UI to match the new qBT UI 2009-11-23 09:16:32 +00:00
Christophe Dumez
08710ed822 - Do not delete selected torrents when hitting delete button unless the transfer tab is actually shown 2009-11-23 07:43:17 +00:00
Christophe Dumez
5fc4ff22d9 - Use ∞ instead of "Unlimited" for speed limits 2009-11-23 07:37:06 +00:00
Christophe Dumez
8b41d1973c COSMETIC: Display speeds with more user friendly units instead of always using KiB/s 2009-11-23 07:34:14 +00:00
Christophe Dumez
c52e0cf841 - Improve tracker status detection when using libtorrent v0.14 2009-11-23 07:18:28 +00:00
Christophe Dumez
2f4d27b422 - Changed text from "Console" to "Log window" 2009-11-22 22:35:04 +00:00
Christophe Dumez
508c765991 - Fix property buttons style on Mac OS by Stephanos Antaris. 2009-11-22 21:50:05 +00:00
Christophe Dumez
f9399714cc - Fix DHT settings 2009-11-22 21:42:16 +00:00
Christophe Dumez
d25128e0b3 - Do not hide separator in status bar when DHT is disabled. Looks better IMHO 2009-11-22 21:22:18 +00:00
Christophe Dumez
072200c5f9 - Bump to beta6 2009-11-22 21:15:44 +00:00
Christophe Dumez
72d82af147 - Force repainting of the transfer list after it is updated 2009-11-22 19:26:13 +00:00
Christophe Dumez
581efd0afd - Remember sorted column in peer list 2009-11-22 18:20:47 +00:00
Christophe Dumez
8b78096366 - Set refresh list interval to 30ms min (instead of 10ms) 2009-11-22 18:08:05 +00:00
Christophe Dumez
573a18c20f - Fix folder scanning in program preferences (closes #486712) 2009-11-22 16:35:11 +00:00
Christophe Dumez
b460f67cc4 - Fix up/down speed limit display 2009-11-22 16:28:42 +00:00
Christophe Dumez
823da52d18 - Updated russian translation 2009-11-22 16:16:01 +00:00
Christophe Dumez
690215e2b0 - Align text on the right in properties 2009-11-22 11:25:17 +00:00
Christophe Dumez
8fe448d35f - Fixed compilation with libtorrent v0.14 2009-11-22 11:16:30 +00:00
Christophe Dumez
5544f2a138 - Another compilation fix for libtorrent v0.14 2009-11-22 10:40:54 +00:00
Christophe Dumez
c1d3f719df - Compilation fix for libtorrent v0.14 2009-11-22 10:35:16 +00:00
Christophe Dumez
f5fc1884b2 - Show official documentation when pressing F1 key 2009-11-22 10:08:03 +00:00
Christophe Dumez
002faac042 - Update documentation links to point to the actual documentation articles (in french or english depending on the current locale) instead of the wiki main page 2009-11-22 10:03:40 +00:00
Christophe Dumez
03552c9a1f - Clean up search engine plugins code
- Update plugins from sourceforge SVN/trunk now to avoid maintenance of another update server
2009-11-22 09:37:16 +00:00
Christophe Dumez
d267d65e57 - Remove html tags from torrent names in mininova search plugin 2009-11-21 20:49:09 +00:00
Christophe Dumez
cdce77962a - Display piece availability average next to the bar 2009-11-21 20:01:09 +00:00
Christophe Dumez
0c617f0a03 - show piece related bar only for downloading torrents (no use for completed ones) 2009-11-21 19:47:54 +00:00
Christophe Dumez
47d545633d - Graphically display piece availability in torrent preferences 2009-11-21 19:40:24 +00:00
Christophe Dumez
fb6b40ccd1 - Rewrote the bar to display the downloaded piece as the one we had was overly complicated 2009-11-21 18:36:12 +00:00
Christophe Dumez
ac021aaecb - Bump to beta5 2009-11-21 15:33:22 +00:00
Christophe Dumez
a4cfc77531 - Improve LSD/DHT/PeX display in tracker list 2009-11-21 15:23:27 +00:00
Christophe Dumez
480d1b18db - Display in tracker list the number of peers gotten from LSD/PeX/DHT 2009-11-21 15:18:09 +00:00
Christophe Dumez
3827a66a3a - Optimized transfer list refresh 2009-11-21 14:42:58 +00:00
Christophe Dumez
eb3d7f31e8 - Updated language files 2009-11-21 14:38:26 +00:00
Christophe Dumez
62f57862e5 - Properly report paused torrents from Bittorrent session to GUI (closes #86293)
- Removed some verbose debug
2009-11-21 14:25:07 +00:00
Christophe Dumez
70c62f6294 - Refresh torrent properties and transfer list only when they are visible in order to save CPU :) 2009-11-21 14:16:54 +00:00
Christophe Dumez
d6e1dc9020 - Make torrent status filters behave as in µTorrent 2009-11-21 13:51:15 +00:00
Christophe Dumez
46f081d888 - Made sure the file priorities in torrent properties don't overwrite "download first/last pieces first" option 2009-11-21 12:43:08 +00:00
Christophe Dumez
ef4c320af7 - Made "download first and last piece first" option smarter. It now detects the main file in the torrent and download the first/last pieces of this file. (Thanks Attila Olah for this suggestion). 2009-11-21 12:35:26 +00:00
Christophe Dumez
6673273830 - Change qBittorrent parameter in desktop file because it does not seem to work 2009-11-21 11:05:26 +00:00
Christophe Dumez
154673a99b - Force torrentfilesmodel list repaint when progress and priorities are updated 2009-11-21 10:38:45 +00:00
Christophe Dumez
62604e32c0 FEATURE: Added option to download first and last piece of a torrent first (for preview) 2009-11-21 10:17:57 +00:00