Christophe Dumez
ed1d75ecb1
- Also look in /var/lib/GeoIP/GeoIP.dat for GeoIP database (OpenSuse 11.2)
...
* Thanks to Mariusz Fik for his report and patch
15 years ago
Christophe Dumez
968a5f3017
- No longer ships GeoIP database since most distributions provide it in a separate package
...
- GeoIP database is no longer embedded in qBittorrent executable unless --with-geoip-database-embedded parameter is passed to configure (see src/geoip/REAME)
- Dropped "CONFIG += x11 network" in project file since it does not seem to be required
- Updated configure file to reflect Geoip changes
15 years ago
Christophe Dumez
893c5e6784
FEATURE: Display close tab button into the tabs in search engine (Qt >= 4.5 only)
15 years ago
Christophe Dumez
91efa0e2d4
- COSMETIC: Make use of libnotify if available for system notifications (Now default on Ubuntu) instead of the Qt notification system
15 years ago
Christophe Dumez
4ca2d060ea
- Make everything compile back with libtorrent v0.14
...
- Fix crash in search engine destructor if downloads are running
15 years ago
Christophe Dumez
2b5522e165
- Dropped dependency on libzzip
15 years ago
Christophe Dumez
7792b4f849
- Branched trunk in order to work on a major GUI remodeling. I will attempt to:
...
* Merge download and upload lists
* Display torrent properties in the same tab (horizontal split)
15 years ago
Christophe Dumez
bc308741b7
- FEATURE: Dropped dependency on libcurl (Using Qt >= 4.4 for downloads now)
...
- FEATURE: Dropped Qt 4.3 support (Qt >= 4.4 is required)
15 years ago
Christophe Dumez
c65bf303cf
- Force dependency on libtorrent-rasterbar v0.15
...
- Added Stephanos Antaris to contributors
15 years ago
Christophe Dumez
0b9c05d41b
- FEATURE: Make use of torrent enclosure in RSS feeds for direct download
...
- FEATURE: Implemented a RSS feed downloader with filter support
- FEATURE: Save old RSS item to hard disk to remember them on start up
- FEATURE: RSS Feeds can now be copied to the clipboard
15 years ago
Christophe Dumez
037a1875f9
- Use findPkg (pkg-config) to find libtorrent-rasterbar and detected if version is sufficient
...
- Cleaned up libMagick compilation flags detection
- Minor fixes to About dialog
- Updated language files
- Fixed French translation
16 years ago
Christophe Dumez
fc79b7dc56
- Removed no longer needed file
16 years ago
Christophe Dumez
68e30de763
BUGFIX: qBittorrent now prints backtrace in terminal when segfaulting
16 years ago
Christophe Dumez
764b4e72ca
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
16 years ago
Christophe Dumez
8dfc68e196
- Updated tranlsations
...
- Allow to run one instance of qBittorrent per user
- Moved button to close search tabs
17 years ago
Christophe Dumez
de334d32b1
- Removed useless copyright files
...
- Added libtorrent-rasterbar qcm for configure
17 years ago
Christophe Dumez
c9631c2a3f
- Patch from Cristian Greco to fix compilation against libtorrent 0.13.1. Big changes were made recently in libtorrent to allow integration in Debian.
17 years ago
Christophe Dumez
54bf7e61f7
- libmagick configure improvement
17 years ago
Christophe Dumez
61eb921e44
- Moved from libcommoncpp to libcurl for downloads from urls
...
- Added SOCKS5 proxy support when downloading from urls
17 years ago
Christophe Dumez
b47073901f
- Removed a fedora 7 workaround
17 years ago
Christophe Dumez
d45c44868e
- Removed Fedora workaround because Fedora 8 is working propery now
17 years ago
Christophe Dumez
b66be5b64b
- Removed build dependency on Python
17 years ago
Christophe Dumez
6099544da5
- BUGFIX: configure doesn't require paths with a terminal "/" anymore
17 years ago
Christophe Dumez
902116cbc8
- BUGFIX: configure looks for libraries in lib64 folders too
17 years ago
Christophe Dumez
0e81f3731f
- Dropped Qt4.2 support, it becomes too difficult to maintain for me and Trolltech broke backward compatibility for UI files...
17 years ago
Christophe Dumez
69fa916e26
- FEATURE: Added zip support in search plugins manager (can put .py & .png inside)
17 years ago
Christophe Dumez
6918aba90c
- Use "Magick++-config --libs" to get linking libs instead of pkg-config because some distros (like Mandriva) do not provide ImageMagick++.pc
17 years ago
Christophe Dumez
2ddcaf008b
- Improved ImageMagick detection and it should be able to build without it too now
17 years ago
Christophe Dumez
99268bfc06
- Added .ico support, which is really useful for RSS favicons. We use libMagick++ in order to convert ICO icons to PNG. If this library is not installed, qBittorrent will still compile but this feature will be disabled.
17 years ago
Christophe Dumez
03fae3953f
- Made error message clearer when libcommoncpp2 is not installed.
18 years ago
Christophe Dumez
5713af7375
- Workaround to build on fedora system (pkg-config problem)
18 years ago
Christophe Dumez
c8c53e2812
- Use pkgconfig for GNU common c++
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
c4b49a6d96
Added a way to build statically against libtorrent (see ./configure --help)
18 years ago
Christophe Dumez
658771612a
- Upgraded to libtorrent svn (0.13)
18 years ago
Christophe Dumez
59c6f469a0
- use PKGCONFIG again for libtorrent in configure
18 years ago
Christophe Dumez
732cc41be4
- qConf is buggy and the configure file was not working properly. I had to rewrite most of the configure code to get it working.
18 years ago
Christophe Dumez
fa2815df49
- Started to clean up upnp code
18 years ago
Christophe Dumez
fd2d2ddc0b
- Added UPnP support (experimental) - taken from aMule CVS
18 years ago
Christophe Dumez
43195b7ada
- Added configure parameter :
...
--with-libcurl-lib=[path] Path to libcurl library files
18 years ago
Christophe Dumez
8f9a37ee2f
- Added configure parameter :
...
--with-libtorrent-lib=[path] Path to libtorrent library files
18 years ago
Christophe Dumez
572d4013e7
Added a parameter to the configure file:
...
--with-libcurl-inc=[path] Path to libcurl include files
18 years ago
Christophe Dumez
3c28c04b40
Added a new parameter to configure file :
...
--with-libtorrent-inc=[path] Path to libtorrent include files
18 years ago
Christophe Dumez
931cfb6783
- Based on libtorrent v0.12 (still unreleased, use libtorrent cvs)
...
- Added Peer Exchange (PeX)
- Display number of complete/incomplete sources in download list for each torrent
- Updated version to v0.9.0beta1
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
969a02b93e
- Moved everything to trunk to create a stable branch
18 years ago