Christophe Dumez
|
322e9e3ccf
|
- Bump to beta3
|
17 years ago |
Christophe Dumez
|
cecd1e11b1
|
- Tabbed search engine code cleanup (moved SearchTab class to different file)
|
17 years ago |
Christophe Dumez
|
a28de2fa21
|
- Bump version to beta2
|
17 years ago |
Christophe Dumez
|
7ced943b88
|
- Bump to v1.1.0beta1
|
17 years ago |
Christophe Dumez
|
cb7e48b2e8
|
- Allow to add several trackers at once
|
17 years ago |
Christophe Dumez
|
7463552dcd
|
- BUGFIX: Threadified IP filter file parser to avoid GUI freeze
|
17 years ago |
Christophe Dumez
|
5af8bddc16
|
- Web interface by Ishan Arora
|
17 years ago |
Christophe Dumez
|
71a92bbb63
|
- Fix from Cristian Greco about replacing hyphens by minus
|
17 years ago |
Christophe Dumez
|
c6abdacadd
|
- Threadified torrent creation
- Added a progress bar in torrent creation
- Display if UPnP/NAT-PMP was successful or not
|
17 years ago |
Christophe Dumez
|
1832d518d6
|
- Updated splash screen for v1.1.0
- Version Bump to v1.1.0alpha2
|
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
|
349e58fa22
|
- Fixed minor version number
|
17 years ago |
Christophe Dumez
|
58c78fa6f6
|
- FEATURE: Real progress bar in torrent properties that displays downloaded pieces (contribution by
Ishan Arora)
|
17 years ago |
Christophe Dumez
|
5bbdb9e119
|
- Renabled debug
- Bumped to v1.1.0alpha1
|
17 years ago |
Christophe Dumez
|
68cbcaeab9
|
- Fixed a little problem with 16x16px icon install
|
17 years ago |
Christophe Dumez
|
3c88657e0f
|
rc7 release
|
17 years ago |
Christophe Dumez
|
85fe900afe
|
- Disable debug mode
|
17 years ago |
Christophe Dumez
|
9ca02aad88
|
- BUGFIX: Fixed a bug in children update when changing files priorities
|
17 years ago |
Christophe Dumez
|
713474bc43
|
- Bump to rc6
|
17 years ago |
Christophe Dumez
|
6ed565a06b
|
- COSMETIC: Improved progress bar text rendering
|
17 years ago |
Christophe Dumez
|
f754e34e35
|
- BUGFIX: Fixed possible overflow in ETA calculation
|
17 years ago |
Christophe Dumez
|
9bb18e1a07
|
- reverted src.pro
|
17 years ago |
Christophe Dumez
|
0245bbf5ab
|
- BUGFIX: Fixed an ETA calculation problem when the torrent has filtered files
|
17 years ago |
Christophe Dumez
|
be94c86350
|
- Revert a change in src.pro I didn't mean to commit
|
17 years ago |
Christophe Dumez
|
a26333bc65
|
- BUGFIX: Now filtered don't appear on hard drive anymore (libtorrent >= r1659 REQUIRED)
- BUGFIX: AddInPause setting doesn't pause downloads on startup anymore
|
17 years ago |
Christophe Dumez
|
4c862597ae
|
- Updated Japanese translation
- rc4 release
|
17 years ago |
Christophe Dumez
|
ce3b8733d1
|
BUGFIX: Fixed a proxy problem causing connections to be rejected by trackers
|
17 years ago |
Christophe Dumez
|
f9998957cd
|
- attempt to fix compilation on FreeBSD
|
17 years ago |
Christophe Dumez
|
acb8d5679f
|
- rc2 release
|
17 years ago |
Christophe Dumez
|
3d04a944b6
|
- rc1 release
- disabled debug mode
|
17 years ago |
Christophe Dumez
|
3e350c5935
|
- Updated some translation
- Added -NDEBUG to src.pro to fix compilation problem with libtorrent svn
|
17 years ago |
Christophe Dumez
|
654497cd4a
|
- Disable debug in libtorrent when qBittorrent is in release mode
|
17 years ago |
Christophe Dumez
|
773064a081
|
- beta7 release
|
17 years ago |
Christophe Dumez
|
c478ba59ac
|
- new torrent content selection (as a tree). Merge from the new-torrent-selection branch
|
17 years ago |
Christophe Dumez
|
b7ea2fb51a
|
- Allow to download plugins from their url
|
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
|
98d91f7697
|
- beta6 release
|
17 years ago |
Christophe Dumez
|
ff4ab915a2
|
- Merged custom-search branch. New search plugins management system
|
17 years ago |
Christophe Dumez
|
db6180b737
|
- Little hint for windows
|
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
|
19c606e067
|
- Removed outdated define
|
17 years ago |
Christophe Dumez
|
057029787a
|
- Added some asserts to check for overflows
- Removed a useless functions (was used for debug)
- Fixed 2 warnings in createTorrent.ui
- Improved CXX_FLAGS in src.pro
|
17 years ago |
Christophe Dumez
|
21908e0a03
|
- Optimized function that transform a number of seconds to a duration(days, hours, minutes, secs)
- Improved ETA calculation to avoid overflows (Added asserts to make sure it doesn't happen)
|
17 years ago |
Christophe Dumez
|
6ecb45d661
|
- Code optimization using initialization lists
- Removed Traditional Chinese translation because we lost our translator and translation is outdated
|
17 years ago |
Christophe Dumez
|
89ecdca5e7
|
Compile with -O2 in release mode and -O1 in debug mode
|
17 years ago |
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 :)
|
17 years ago |
Christophe Dumez
|
680f6409d8
|
- beta5 release
|
17 years ago |
Christophe Dumez
|
c9925eddb6
|
- Big code cleanup
- Added a Qwrapper for torrent_handle to make code more readable
|
17 years ago |