Christophe Dumez
7bbb2f542b
- Slightly improved minimize to systray code (but still experiencing the virtual desktop switching bug)
2008-08-01 20:03:16 +00:00
Christophe Dumez
99e8ac3d36
- Moved priority buttons
2008-07-19 20:52:49 +00:00
Christophe Dumez
15ce9a7369
- Queueing systems now updates the number of active torrents in tab titles
2008-07-15 20:19:41 +00:00
Christophe Dumez
ca118697e9
- Added priority buttons
2008-07-14 20:01:21 +00:00
Christophe Dumez
4c5f349f49
- FEATURE: RSS can now be disabled from program preferences
...
- COSMETIC: RSS Tab is now hidden as a default
2008-07-11 17:43:57 +00:00
Christophe Dumez
77c97b5b43
- FEATURE: DHT is always ON (no longer used as fallback)
...
- FEATURE: The number of DHT nodes is displayed
- COSMETIC: Transfer speed, ratio and DHT nodes are displayed in status bar
2008-07-10 20:19:28 +00:00
Christophe Dumez
8dfc68e196
- Updated tranlsations
...
- Allow to run one instance of qBittorrent per user
- Moved button to close search tabs
2008-07-06 18:39:07 +00:00
Christophe Dumez
f143596b91
- COSMETIC: Global UP/DL speeds and ratio are displayed above tabs
2008-06-09 19:59:51 +00:00
Christophe Dumez
5af8bddc16
- Web interface by Ishan Arora
2008-05-16 07:10:50 +00:00
Christophe Dumez
5e86c8a14d
- Fixed systray integration when qbittorrent is launched on system startup
2008-01-04 20:09:37 +00:00
Christophe Dumez
3af23ae8a9
- Fixed compilation warning
2007-12-09 15:51:09 +00:00
Christophe Dumez
b2950afd5c
- FEATURE: Allow to buy downloads using ShareMonkey
2007-12-07 22:33:19 +00:00
Christophe Dumez
c580285fe8
- Allow to open destination folder on right click on a torrent
2007-11-16 18:53:21 +00:00
Christophe Dumez
5b6166ee15
- Simplified file preview using QDesktopServices
2007-11-16 18:36:57 +00:00
Arnaud Demaiziere
a329a59719
- Start minimized option in program preferences
...
*** - In finished list, replace "Seeds/Leechs" column by "Leechers"
because Seeds are always 0.
- Allow to change action on double-click
-> in download list
-> in seeding list
2007-11-06 21:11:09 +00:00
Christophe Dumez
c4d143c2c0
- Added some RSS preferences
2007-09-09 15:46:23 +00:00
Christophe Dumez
70beef9f94
- FEATURE: Added an option to display current transfer speeds in title bar
2007-09-09 09:35:30 +00:00
Christophe Dumez
862d24ac48
- FEATURE: Added an option to automatically delete torrents when they reach a given ratio (>= 1.0)
2007-09-09 09:09:24 +00:00
Christophe Dumez
9f36d521a4
- BUGFIX: Fixed deprecation warning with latest libtorrent svn
...
- FEATURE: Redesigned torrent creation dialog
- FEATURE: Allow to set piece size when creating a torrent
- improved new options dialog a little
2007-09-04 04:18:51 +00:00
Christophe Dumez
c064e5877c
- Optimised GUI class a little
2007-08-28 17:33:00 +00:00
Christophe Dumez
08a57d267b
- some optimizations
2007-08-28 17:03:55 +00:00
Christophe Dumez
3b03b385f3
- removed some useless includes
2007-08-27 13:34:41 +00:00
Christophe Dumez
32c330092a
- Merged splitGUI branch, GUI and download tab are now splitted. Code is a lot cleaner and easier to understand. I also fixed some bugs I found on the way :)
2007-08-26 16:25:22 +00:00
Christophe Dumez
c9925eddb6
- Big code cleanup
...
- Added a Qwrapper for torrent_handle to make code more readable
2007-08-20 06:29:18 +00:00
Christophe Dumez
2ce097ec77
- Fixed keyboard shortcuts for third tab ( closes #127942 )
2007-08-18 12:43:21 +00:00
Christophe Dumez
13f21ef6cd
- Make use of new torrent_checked_alert that was just included in libtorrent. This allowed to improve torrent that just finished checking handling and progress column sorting. Also allowed to optimize cpu/memory usage a little.
2007-08-17 02:03:13 +00:00
Christophe Dumez
99530728c5
Update torrent progress when its content changed (filtered files)
2007-07-31 09:25:54 +00:00
Christophe Dumez
c0e4b0bbff
removed a function that is not used anymore
2007-07-30 10:30:43 +00:00
Christophe Dumez
b0bbbf0305
- removed useless function (not used anymore)
2007-07-30 10:29:19 +00:00
Christophe Dumez
6dd78d33ab
- Improved download list popup menu code
...
- Added some asserts
- bit of code improvement/clean up
2007-07-30 10:27:56 +00:00
Christophe Dumez
6951619c04
- Improved updateDlList code
...
- Added some ASSERTS
2007-07-29 15:17:50 +00:00
Christophe Dumez
f839d6fe41
- Improved trackers errors code a lot and moved it to Bittorrent class
...
- When using startAll() command and when only some torrents are paused : already started torrents are not displayed as connecting untill next refresh anymore (they keep their current state).
2007-07-27 13:58:12 +00:00
Christophe Dumez
9cbab8d63e
-FEATURE: Url seeds are now displayed in torrent properties and are editable
...
- Broke compatibility with Qt4.2. Will fix this a bit later (in the meantime, edit properties.ui)
2007-07-27 09:53:55 +00:00
Christophe Dumez
4e4b0ed9ff
- Reverted a previous commit. Transfer lists refreshers aren't in separate threads anymore: too buggy
2007-07-25 14:14:38 +00:00
Christophe Dumez
2ab7f6f923
- Transfer lists refreshers were moved to separate threads to improve GUI responsiveness. Please report any problem (like mutex deadlocks in console output) or crashes.
2007-07-25 09:03:22 +00:00
Christophe Dumez
e493776a73
- User is now warned when fast resume data was rejected
2007-07-24 07:30:33 +00:00
Christophe Dumez
93938d8597
- still optimizing includes
2007-07-23 12:46:36 +00:00
Christophe Dumez
0db60065c0
- Removed useless mutex in GUI
...
- started to optimize headers includes for compilation speed
2007-07-23 12:12:55 +00:00
Christophe Dumez
325a588526
- Fixed some signals/slots (safer)
...
- Forgot to remove temp file when the file was downloaded from an url (rare occasions)
2007-07-22 09:47:27 +00:00
Christophe Dumez
1fb848e9ed
- Added download from url handling in GUI (still missing: search plugin update and rss)
2007-07-20 20:18:18 +00:00
Christophe Dumez
99959b1aa3
- Added keyboard shortcuts for main actions (thanks Alexander Kuzmenkov)
2007-07-19 12:58:45 +00:00
Christophe Dumez
8df61db644
- Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :(
2007-07-14 14:31:59 +00:00
Christophe Dumez
28ea505088
- qBittorrent is not exiting anymore when Main window is hidden and a dialog is closed (nasty long-standing bug...)
2007-07-14 12:35:04 +00:00
Christophe Dumez
8c5d38400a
- Allow to set global upload/download bandwidth limit from tray icon menu
...
- Fixed a bug in bandwidth limitation per torrent (confused bytes with kbytes)
- Fixed a bug with paused torrents still displayed as checking
2007-07-14 10:50:38 +00:00
Christophe Dumez
54f9375b32
- Update to GNU GPL v3
2007-07-13 06:55:51 +00:00
Christophe Dumez
18ec98c3fb
- Reloading a torrent only when necessary (properties, when files are filtered but full allocation mode is disabled)
2007-07-04 10:06:22 +00:00
Christophe Dumez
c8e4894d85
- Fixed size update when filtering files in a torrent (broken in svn)
2007-07-04 08:10:44 +00:00
Christophe Dumez
c11e5e8b12
- Blocked users (by ipfilter) are now logged in GUI
2007-07-04 06:42:36 +00:00
Christophe Dumez
dfa9965ed3
use a mutex for download list access (should fix sorting)
2007-06-29 14:00:17 +00:00
Christophe Dumez
55538934e0
A better fix for progress column sorting on restart (still untested, gtsoul please check)
2007-06-28 22:58:43 +00:00