Commit graph

58 commits

Author SHA1 Message Date
Christophe Dumez
7f12bbb783 - Added "Skip file checking and start seeding immediately" option to torrent addition dialog (patch by Stephanos Antaris).
- Updated French translation
2009-11-05 18:39:27 +00:00
Christophe Dumez
cfa4edd140 - Updated Korean and Italian translations
- Fixes to about dialog
2009-08-02 01:08:14 +00:00
Christophe Dumez
7dfdebd593 - License fix due to problems with OpenSSL 2009-04-05 17:00:55 +00:00
Christophe Dumez
3894452840 - COSMETIC: Redesigned program preferences
- COSMETIC: Updated icons set
2009-03-08 10:28:58 +00:00
Christophe Dumez
1fbf7d42a1 - Added last Finnish translator 2009-01-26 15:03:02 +00:00
Christophe Dumez
ab46f11af2 - Added name name of new turkish translator to about dialog 2008-11-28 14:30:07 +00:00
Christophe Dumez
443567486e - Updated traditional chinese translator's mail 2008-08-25 11:24:02 +00:00
Christophe Dumez
c10ebc3086 - Added traditional Chinese locale 2008-08-25 10:54:14 +00:00
Christophe Dumez
ef51fabf63 - Added czech translation 2008-08-18 10:38:40 +00:00
Christophe Dumez
a4318cc060 - Added peerkoel to Dutch translators 2008-07-29 09:57:07 +00:00
Christophe Dumez
e428489ebc - Added new Russian translator's name 2008-07-29 07:47:23 +00:00
Christophe Dumez
39749620a4 - Added new spanish translator's name 2008-07-28 13:22:34 +00:00
Christophe Dumez
d29cc3325b - Started to work on queueuing 2008-07-14 19:20:18 +00:00
Christophe Dumez
7b8be9e15c - Forgot Ishan in About 2008-07-08 08:51:00 +00:00
Christophe Dumez
a597f067e2 - Updated french and dutch translations
- Fixed some typos in engineSelect
- Made search engine plugin install more reliable
- Added some comments
2007-09-01 10:23:39 +00:00
Christophe Dumez
0f34a98350 - Updated dutch translator 2007-08-30 13:36:47 +00:00
Christophe Dumez
6ecb45d661 - Code optimization using initialization lists
- Removed Traditional Chinese translation because we lost our translator and translation is outdated
2007-08-28 16:17:32 +00:00
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 :) 2007-08-26 16:25:22 +00:00
Christophe Dumez
c9925eddb6 - Big code cleanup
- Added a Qwrapper for torrent_handle to make code more readable
2007-08-20 06:29:18 +00:00
Christophe Dumez
eda115249a - Updated Italian translator 2007-08-09 06:43:42 +00:00
Christophe Dumez
2589d4e682 - Fixed layout again for about 2007-08-02 18:20:13 +00:00
Christophe Dumez
e569fdd2c0 - Added arnaud to thanks page 2007-08-02 18:03:47 +00:00
Arnaud Demaiziere
fff4ad529c port properties.ui to qt 4.2 2007-08-02 17:51:45 +00:00
Christophe Dumez
30fef7d1fc - A fix for the thanks page 2007-08-02 15:34:35 +00:00
Christophe Dumez
6d7c15aa33 - Improved about dialog a lot. (broke compatibility with Qt4.2, arnaud will fix this soon)
- Added a missing file for brazilian translation
2007-08-02 15:24:52 +00:00
Christophe Dumez
be11acb31b - Fixed scrolling problem in about window 2007-08-02 14:52:38 +00:00
Christophe Dumez
a9cd4fd3f4 - Fixed a utf8 problem in our dear graphist's name 2007-08-02 14:23:15 +00:00
Christophe Dumez
c4a1f30b70 - Prepare for brazilian translation by Nick Manrinho 2007-07-29 03:51:42 +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
dda4ffed08 - Added hungarian translation 2007-07-13 12:28:18 +00:00
Christophe Dumez
54f9375b32 - Update to GNU GPL v3 2007-07-13 06:55:51 +00:00
Christophe Dumez
faaa700270 Updated polish translator 2007-06-28 23:10:57 +00:00
Christophe Dumez
c627c9b540 - Fixed the name of the protuguese translator 2007-04-09 19:01:56 +00:00
Christophe Dumez
359dcd3b99 - Added Japanese translator 2007-04-09 17:12:36 +00:00
Christophe Dumez
95844ce045 - Added option entry to select new Danish translation 2007-03-23 14:24:36 +00:00
Christophe Dumez
85a5041a35 - Updated simplified chinese translation & translator 2007-03-19 21:21:01 +00:00
Christophe Dumez
af3384f748 - Now VERSION is defined in src.pro, avoid duplication, cleaner and more adapted. 2007-03-08 23:32:54 +00:00
Christophe Dumez
87f440aa9e ** I18N Commit **
- Better i18n thanks to dynamic text support
- Some typos fixed in translatable texts
- Provide exemples to make translators' task easier
- Update translation files
2007-03-08 22:51:52 +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
0aad431da6 - Fixed segfault after sorting the columns (bug recently introduced in svn) 2007-02-24 18:48:19 +00:00
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.
2007-02-23 22:52:24 +00:00
Christophe Dumez
de7e284690 - BACK TO DEVEL (finally!)
- Just a small commit to change the way qBT identifies its version with the tracker
2007-02-19 13:14:55 +00:00
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
2006-12-27 23:56:30 +00:00
Christophe Dumez
d16dd52841 - Changed the name of the italian translator 2006-11-29 11:47:51 +00:00
Christophe Dumez
4c4d4dd3b8 - Added Finnish translator's name to thanks page 2006-11-12 17:13:13 +00:00
Christophe Dumez
b9c7d34532 - trunk is now v0.9.0alpha (because stable branche is now v0.8.0) 2006-10-25 21:21:02 +00:00
Christophe Dumez
affafd5dbf - some cosmetic changes 2006-10-21 23:15:23 +00:00
Christophe Dumez
8b702ef622 - Based on Qt 4.2
- Brand new trayicon from Qt 4.2
- Updated Changelog
- Updated configure file
2006-10-18 19:53:54 +00:00
Christophe Dumez
80d090cd1f - updated splash screen 2006-10-16 19:33:25 +00:00