Christophe Dumez
2985fa921a
remember sorted columns in download list
18 years ago
Christophe Dumez
79253c76f1
- Now finished torrents are moved correctly to download tab if for some reason the files disapear from the hard-drive :)
18 years ago
Christophe Dumez
45d51e1d44
- The torrent size displayed now takes filtered files into consideration
18 years ago
Christophe Dumez
6428fd4ae0
- Added bandwidth allocation to the right click menu on torrents
18 years ago
Christophe Dumez
b198494900
- Code cleanup using autoconnect slots
18 years ago
Christophe Dumez
cd70dcc3ba
- Allow the user to display torrent properties in finished list
18 years ago
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
18 years ago
Christophe Dumez
13aa2cfa6e
- Added a new tab for finished torrents (WIP, not used yet)
18 years ago
Christophe Dumez
d90e4286e3
- Bring the window to foreround on exit when it was minimized
18 years ago
Christophe Dumez
5d0e466d6d
- Allow the user to disable systray integration
18 years ago
Arnaud Demaiziere
6c8f0bff13
- Added a rss tab (still not functional)
18 years ago
Christophe Dumez
4ca852c2b3
- Added a message log when an UPnP WAN service is detected
18 years ago
Christophe Dumez
3ff075c048
- Display more log messages
18 years ago
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
18 years ago
Christophe Dumez
fd2d2ddc0b
- Added UPnP support (experimental) - taken from aMule CVS
18 years ago
Christophe Dumez
e8adc74051
- removed unused function
18 years ago
Christophe Dumez
6d65ef067d
Create Options object only when necessary (to save memory)
18 years ago
Christophe Dumez
524540e63d
- Fixed downloadFromUrl() (still have to do some checking with the thread)
18 years ago
Christophe Dumez
aa6f6161c3
- Oups, sorry I forgot pause_all() & start_all() functions in last commit :)
...
- Updated version to v0.9.0beta4
18 years ago
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)
18 years ago
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
18 years ago
Christophe Dumez
a95b1d7589
- Fixed exit from trayicon when "close to systray" is enabled
18 years ago
Arnaud Demaiziere
8df90e2567
added autocompletion to search engine
18 years ago
Christophe Dumez
17d880189f
- Updated Translation files
...
- Use fileHash as ID instead of fileName so that different torrents can have the same name
- WARNING: Changed a lot of code and it may include new bugs, please report them as soon as possible.
18 years ago
Christophe Dumez
f4be28c014
- Move deletion from hard drive to a thread to avoid GUI freezing
18 years ago
Christophe Dumez
932df247b3
- Removed unused code
18 years ago
Christophe Dumez
4603d95e13
+ - FEATURE: Added a menu action to visit qBittorrent website
...
+ - FEATURE: Added a menu action to report a bug in qBittorrent
+ - FEATURE: User is warned when hard drive becomes full and downloads are paused
+ - FEATURE: Seeds / Leechers are displayed in download list as well as in torrent properties
+ - BUGFIX: Save directory was reset to default when filtering files in torrent
+ - BUGFIX: Force a refresh of download list when the window is shown (avoid delay)
18 years ago
Christophe Dumez
92277992d3
- Passing parameters between qBT instances in a better way (socket)
18 years ago
Christophe Dumez
b54c4ae028
- Replace QMap by QHash for faster lookups
18 years ago
Christophe Dumez
719ac93024
- Remember mainwindow position during last exec
18 years ago
Christophe Dumez
e4590ef431
- Added an action to delete downloads from download list and from hard drive too
18 years ago
Christophe Dumez
52f1463cb9
- Added a torrent addition dialog (Part 1: Still unperfect but working)
18 years ago
Christophe Dumez
14cd4de2c2
- Connection status is not a button anymore
18 years ago
Christophe Dumez
01c467c31a
- Replaced OSD messages by systray messages
18 years ago
Christophe Dumez
8b702ef622
- Based on Qt 4.2
...
- Brand new trayicon from Qt 4.2
- Updated Changelog
- Updated configure file
18 years ago
Christophe Dumez
86dfbecd2e
- Renamed some ambiguous functions
...
- Reload torrents only when we need to enable full allocation mode (not everytime we change files selection)
18 years ago
Christophe Dumez
117448fb0b
+ - FEATURE: Now remembers filtered pieces in a torrent on restart
...
+ - FEATURE: Now updating pieces progress in real time in torrent properties
+ - BUGFIX: Fixed memory leaks in torrent properties
Updated italian and German translation
18 years ago
Christophe Dumez
dd65bb7292
- COSMETIC: Now displaying the number of downloads in tab title
...
- BUGFIX: Fixed problems that could happen with delete selection action
18 years ago
Christophe Dumez
969a02b93e
- Moved everything to trunk to create a stable branch
18 years ago