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
Christophe Dumez
ee4a4c81bf
Attempt to fix the sorting of the progress column on restart (anyone can confirm? my Qt4.3 is buggy and columns won't sort)
2007-06-28 22:13:01 +00:00
Christophe Dumez
e6fca96d0d
- Added Documentation entry in Help menu
2007-06-17 15:09:00 +00:00
Christophe Dumez
c39da36cca
- Added Encryption support!
...
- Removed old UPnP code
- Removed UPnP in options since libtorrent doesn't allow to disable it. Thus, UPnP is always enabled
- Made options window a bit larger
- Added Arnaud Demaiziere to developpers list
- Updated TODO & Changelog
2007-06-15 20:35:07 +00:00
Christophe Dumez
2985fa921a
remember sorted columns in download list
2007-05-07 21:20:35 +00:00
Christophe Dumez
79253c76f1
- Now finished torrents are moved correctly to download tab if for some reason the files disapear from the hard-drive :)
2007-04-15 17:42:43 +00:00
Christophe Dumez
45d51e1d44
- The torrent size displayed now takes filtered files into consideration
2007-04-12 21:28:15 +00:00
Christophe Dumez
6428fd4ae0
- Added bandwidth allocation to the right click menu on torrents
2007-04-10 10:05:04 +00:00
Christophe Dumez
b198494900
- Code cleanup using autoconnect slots
2007-04-10 07:54:06 +00:00
Christophe Dumez
cd70dcc3ba
- Allow the user to display torrent properties in finished list
2007-04-04 12:52:50 +00:00
Christophe Dumez
37027c0480
- A lot of work on "Finished torrents are moved to a new tab". It still needs improvements but most of it is working
...
- Fixed pressing return in search field to launch search
2007-04-04 12:01:32 +00:00
Christophe Dumez
13aa2cfa6e
- Added a new tab for finished torrents (WIP, not used yet)
2007-04-04 01:36:55 +00:00
Christophe Dumez
d90e4286e3
- Bring the window to foreround on exit when it was minimized
2007-03-29 20:21:17 +00:00
Christophe Dumez
5d0e466d6d
- Allow the user to disable systray integration
2007-03-29 19:54:45 +00:00
Arnaud Demaiziere
6c8f0bff13
- Added a rss tab (still not functional)
2007-03-29 15:43:08 +00:00
Christophe Dumez
4ca852c2b3
- Added a message log when an UPnP WAN service is detected
2007-03-29 14:49:01 +00:00
Christophe Dumez
3ff075c048
- Display more log messages
2007-03-29 14:31:43 +00:00
Christophe Dumez
e8cc751f22
- Splitted search engine code from MainWindow part because GUI.cpp was getting too big and we are going to add a RSS tab soon
...
- Removed some unnecessary includes
2007-03-27 18:49:29 +00:00
Christophe Dumez
fd2d2ddc0b
- Added UPnP support (experimental) - taken from aMule CVS
2007-03-19 21:15:29 +00:00
Christophe Dumez
e8adc74051
- removed unused function
2007-03-11 19:07:08 +00:00
Christophe Dumez
6d65ef067d
Create Options object only when necessary (to save memory)
2007-03-10 18:14:53 +00:00
Christophe Dumez
524540e63d
- Fixed downloadFromUrl() (still have to do some checking with the thread)
2007-03-08 17:00:12 +00:00
Christophe Dumez
aa6f6161c3
- Oups, sorry I forgot pause_all() & start_all() functions in last commit :)
...
- Updated version to v0.9.0beta4
2007-03-08 16:40:02 +00:00
Christophe Dumez
bd3bde919d
** BIG COMMIT **
...
- Fixed a bug in options (scan dir widget were not initialized well, still disabled when they shouldn't)
- Fixed a bug in scan dir (doesn't display torrent addition dialog several times for the same torrent if we don't close the dialog before next scan refresh
- Splitted GUI from Bittorrent, lot of code rewritten and optimized. Code changed so much that we will spend the next few days squashing eventual new bugs ;)
- We don't use the hash table to store the torrent handles anymore because libtorrent is already doing it for us (save memory)
2007-03-07 22:36:01 +00:00
Christophe Dumez
dc89c5d381
- A lot of fixes/improvements in bittorrent class (now compiling)
...
- Half way, now I need to rewrite the GUI class to use the bittorrent class
2007-03-05 17:35:38 +00:00