Page 21 of 32

Re: qBittorrent 3.0.0 installer - Built with MSVC 2008 and uTP support

Posted: Tue Sep 18, 2012 4:42 pm
by Nemo
Thanks again for your time and effort sledge, all seems working correctly :).

Re: qBittorrent 3.0.0 installer - Built with MSVC 2008 and uTP support

Posted: Tue Sep 18, 2012 6:08 pm
by sledgehammer_999
I wanted to add the qbittorrent icon as the icon of the installer but NSIS doesn't recognize it as a valid icon. Finding a program that correctly outputed the *.ico file for NSIS would be more time consuming and I didn't want to delay the installer for such a minor cosmetic thing.

Also for anyone caring. I will make a pull request for the installer script to be included in the sources. I just hope that Chris doesn't object to including packaging scripts in the sources.

If you know how to use NSIS please have a look at it and commit improvements if you can.

Re: qBittorrent 3.0.0 installer - Built with MSVC 2008 and uTP support

Posted: Tue Sep 18, 2012 7:46 pm
by Tomaso
v3.0.4 is up already, with an important bugfix:
- BUGFIX: Fix issue with downloads starting from scratch on startup if temporary directory setting is enabled.
How about it, Sledge..
Do you feel up to the task again this soon? :)

Re: qBittorrent 3.0.0 installer - Built with MSVC 2008 and uTP support

Posted: Tue Sep 18, 2012 8:00 pm
by sledgehammer_999
oh snap.

Yeah sure. Downloading and compiling right now.

Re: qBittorrent 3.0.0 installer - Built with MSVC 2008 and uTP support

Posted: Tue Sep 18, 2012 8:18 pm
by Tomaso
[quote="sledgehammer_999"]Yeah sure. Downloading and compiling right now.[/quote]

Image

:)

Re: qBittorrent 3.0.0 installer - Built with MSVC 2008 and uTP support

Posted: Tue Sep 18, 2012 8:31 pm
by sledgehammer_999
Here is qBittorrent 3.0.4 built with MSVC 2008 express.

3.0.4 link-> http://sourceforge.net/projects/qbittor ... e/download

Libraries's version used:
Libtorrent: 0.16.3
Qt: 4.8.3
Boost: 1.51.0
Openssl: 1.0.1c

Re: qBittorrent 3.0.4 installer - Built with MSVC 2008 and uTP support

Posted: Tue Sep 18, 2012 8:33 pm
by Tomaso
Damn, that's some fast service!
Thanks!

Re: qBittorrent 3.0.4 installer - Built with MSVC 2008 and uTP support

Posted: Tue Sep 18, 2012 9:33 pm
by Nemo
Thanks sledge, indeed very fast service :D.

Re: qBittorrent 3.0.4 installer - Built with MSVC 2008 and uTP support

Posted: Sat Sep 22, 2012 12:00 am
by loki
Can you extract the ico from mkdib version that had a custom icon? (2.9.3)

I'm not sure why it turned blurry like that but if you download it and view it, it isn't blurry.

Re: qBittorrent 3.0.4 installer - Built with MSVC 2008 and uTP support

Posted: Mon Sep 24, 2012 1:12 am
by bwat47
Latest release working great, thanks sledge :)

Re: qBittorrent 3.0.4 installer - Built with MSVC 2008 and uTP support

Posted: Sat Sep 29, 2012 10:51 am
by skrech
I want only to report that torrents with cyrillic letters in the filename couldn't be opened.

Re: qBittorrent 3.0.4 installer - Built with MSVC 2008 and uTP support

Posted: Sat Sep 29, 2012 11:35 am
by sledgehammer_999
@loki
Since that icon isn't in the qbt source package, I will not touch it. I don't know if the previous author gives permission to use it. (I am assuming that this icon is his creation).


It seems that original qbittorrent icon works perfectly if I set to be the uninstaller icon too. NSIS complains only if I try to use the stock unistaller icon. :S

Re: qBittorrent 3.0.4 installer - Built with MSVC 2008 and uTP support

Posted: Sat Sep 29, 2012 11:41 am
by sledgehammer_999
[quote="skrech"]
I want only to report that torrents with cyrillic letters in the filename couldn't be opened.
[/quote]

There is an open bug report at the old bug tracker. https://bugs.launchpad.net/qbittorrent/+bug/1020168
I don't know what the qbt author intends to do with those reports...
I suggest that you file a bug report to the bug tracker and if you can attach an example torrent that shows the problem.

FYI, the test torrent provided in the old report works for me in Windows XP sp2 32bit. And I have enabled "east asian language support" too on my machine.

Re: qBittorrent 3.0.4 installer - Built with MSVC 2008 and uTP support

Posted: Sat Sep 29, 2012 2:17 pm
by ironcross
That's how looks the test torrent on my qBT 3.0.4:
Image
The cyrillic (??????) is normal. My regional setting is Bulgarian. Win 7 Pro SP1 32bit.

Re: qBittorrent 3.0.4 installer - Built with MSVC 2008 and uTP support

Posted: Sun Sep 30, 2012 11:08 am
by sledgehammer_999
Here is qBittorrent 3.0.5 built with MSVC 2008 express.

3.0.5 link-> http://sourceforge.net/projects/qbittor ... e/download

Libraries's version used:
Libtorrent: 0.16.4
Qt: 4.8.3
Boost: 1.51.0
Openssl: 1.0.1c

Libtorrent 0.16.4 seems to fix some problems with DHT that users reported on windows. Please test and report back.