Christophe Dumez
c9925eddb6
- Big code cleanup
...
- Added a Qwrapper for torrent_handle to make code more readable
17 years ago
Christophe Dumez
31abae33a1
- Improved the way menu icons are installed to avoid problems on some systems (Thanks JanCR for reporting this)
...
- Fixed version in desktop file
18 years ago
Christophe Dumez
b702bea806
- beta4 release
18 years ago
Christophe Dumez
1a1219448a
- Beta 3 release
18 years ago
Christophe Dumez
c6285d8f67
- Improved start/Pause & start_all/pause_all functions
18 years ago
Christophe Dumez
c4a1f30b70
- Prepare for brazilian translation by Nick Manrinho
18 years ago
Christophe Dumez
4e4b0ed9ff
- Reverted a previous commit. Transfer lists refreshers aren't in separate threads anymore: too buggy
18 years ago
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.
18 years ago
Christophe Dumez
e4ab5ceb43
- Compile with -O2 optimization
...
- Added some media extensions supported
18 years ago
Christophe Dumez
c8c53e2812
- Use pkgconfig for GNU common c++
18 years ago
Christophe Dumez
a27e7e1b9e
- Lightened finished list code
...
- Fixed properties slots connects in finished list
- Fixed columns width in finished list
18 years ago
Christophe Dumez
59d35b9f8a
- beta2 release
18 years ago
Christophe Dumez
2fd0de082c
- Updated configure file to check for libcommoncpp2 instead of libcurl
...
- Used downloadThread in search plugin update instead of libcurl (no more gui freeze by the same occasion)
- Still need to handle download from urls errors and use fallback url in search plugin update (before beta2)
18 years ago
Christophe Dumez
7c8677d787
- Improved a lot downloading from url using libcommoncpp2 instead of libcurl
...
- TODO soon:
- Updated configure file
- Add url download error handling
18 years ago
Christophe Dumez
dda4ffed08
- Added hungarian translation
18 years ago
Christophe Dumez
97aed61fc8
** first beta **
18 years ago
Christophe Dumez
c11e5e8b12
- Blocked users (by ipfilter) are now logged in GUI
18 years ago
Christophe Dumez
611b9424ee
updated version
18 years ago
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
18 years ago
Christophe Dumez
85fd33a619
- Updated to v1.0.0alpha8 (not a v0.10 after all)
...
- Added a new splash screen by our graphist but still unfinished
18 years ago
Christophe Dumez
ec3f878372
- Updated alpha version
18 years ago
Christophe Dumez
36d073d597
- Removing our UPnP code because libtorrent svn does it
18 years ago
Christophe Dumez
658771612a
- Upgraded to libtorrent svn (0.13)
18 years ago
Christophe Dumez
3933d78da2
- Started to work on bandwidth allocation per torrent
18 years ago
Christophe Dumez
f3f71e5d14
- Added Japanese translation
18 years ago
Christophe Dumez
59c6f469a0
- use PKGCONFIG again for libtorrent in configure
18 years ago
Christophe Dumez
381ae195b9
- Fixed a bug in the number of finished torrents initial display
...
- Started to clean up rss.h
18 years ago
Arnaud Demaiziere
eddee2a0d5
some work on rss, refresh & autoopenbrowser
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
b3e6f341ff
- Added RSS icon on its tab
18 years ago
Arnaud Demaiziere
6c8f0bff13
- Added a rss tab (still not functional)
18 years ago
Christophe Dumez
fa2815df49
- Started to clean up upnp code
18 years ago
Christophe Dumez
682196543f
- Move our own UPnP to a branch because it is taking too long
18 years ago
Christophe Dumez
78916bba41
- Added debug in UPnP
...
- Started to rewrite qBT's own UPnP support instead of using aMule CVS code : (not usable yet)
18 years ago
Christophe Dumez
92f840519c
- Allow to change UPnP port while it is enabled
...
- Allow to change qBT style! (GTK people should like Cleanlooks style)
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
1d2d91d091
- Added a message saying if upnp is enabled or not
18 years ago
Christophe Dumez
fd2d2ddc0b
- Added UPnP support (experimental) - taken from aMule CVS
18 years ago
Christophe Dumez
f8e7687551
- Added CONFIG += thread
18 years ago
Christophe Dumez
a0e49f8162
- bump version to v0.10.0alpha1 because now there is a branch for v0.9.x
18 years ago
Christophe Dumez
398e121d2c
- Added some windows rules to src.pro
18 years ago
Christophe Dumez
d67f141571
- Improved makefile generation
18 years ago
Christophe Dumez
6dc77697f3
- Use the new doc directory
18 years ago
Christophe Dumez
46a8d992cf
- Moved include(conf.pri) to qbittorrent.pro (clearer)
18 years ago
Christophe Dumez
2aa0c5551c
- Removed some old stuff in project file (libqtxml + trayicon)
18 years ago
Christophe Dumez
20ab863b38
- Updated to beta7
18 years ago
Christophe Dumez
7fac73b76d
- Updated to beta6
...
- Updated Changelog
18 years ago
Christophe Dumez
af3384f748
- Now VERSION is defined in src.pro, avoid duplication, cleaner and more adapted.
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