[unofficial]qBittorrent git master builds: 3.2.0alpha_20150308_19b9a84

Testing the freshly baked, latest builds!
martinigm

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by martinigm »

How are you supposed to know what version you are currently using?

And another thing: in the version I am using now (might be from  October, that's the created date) the Boost version is 1.56.0. In the post above it says 1.55.0?
tekko

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by tekko »

[quote="martinigm"]
How are you supposed to know what version you are currently using?

And another thing: in the version I am using now (might be from  October, that's the created date) the Boost version is 1.56.0. In the post above it says 1.55.0?
[/quote]

You can check the modified date of qbittorrent.exe in windows explorer. That would give u some clues...
Yes, the new one is using 1.55.0, as shown in Help > about > libraries ...
From previous posts, I'm guessing an older version of boost is being used due to the freezing gui problem.
Last edited by tekko on Fri Jan 02, 2015 7:21 am, edited 1 time in total.
tekko

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by tekko »

Like the stable version, the alpha version suffer from high cpu usage when you sort by the progress or size column when the list has over 200 torrents. The numbers for size doesn't change much. Maybe the scanning happens too frequently? Athough the status changes all the time, sorting by the status column doesn't cost high cpu usage... I dunno how the code for sorting the size column is written... If it's checking those checkboxes all the time, then maybe there's too much scanning. Maybe have a varibale to keep track if those checkboxes have changed. If the variable is true, then scan the difference. If the code is already doing something similar, then....

I'll test some more when I have time. I'll report back if I find anything. Thanks for the active development.
ciaobaby

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by ciaobaby »

  sorting by the status column doesn't cost high cpu usage
Status column is a single FIXED value for each status, columns that are variable numerical values require calculation and a "bubble" sort algorithm.
tekko

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by tekko »

[quote="ciaobaby"]
Status column is a single FIXED value for each status, columns that are variable numerical values require calculation and a "bubble" sort algorithm.
[/quote]

Thanks for the info.
tekko

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by tekko »

Is qbittorrent multithreaded?
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by sledgehammer_999 »

@tekko you should post your 2 findings in the bug tracker creating a separate bug for each issue.
http://bugs.qbittorrent.org
tekko

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by tekko »

[quote="sledgehammer_999"]
@tekko you should post your 2 findings in the bug tracker creating a separate bug for each issue.
http://bugs.qbittorrent.org
[/quote]

https://github.com/qbittorrent/qBittorrent/issues/2365
https://github.com/qbittorrent/qBittorrent/issues/2366

Since I don't talk much, maybe I am not expressing myself correctly in those reports...
User avatar
Nemo
Administrator
Administrator
Posts: 1730
Joined: Sat Jul 24, 2010 6:24 pm

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by Nemo »

Didn't knew that this was possible:

Image

Using ''Text alongside icons'' and it looks quite good.
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by sledgehammer_999 »

[quote="Nemo"]
Didn't knew that this was possible:

Image

Using ''Text alongside icons'' and it looks quite good.
[/quote]

It's a new feature.
User avatar
Nemo
Administrator
Administrator
Posts: 1730
Joined: Sat Jul 24, 2010 6:24 pm

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by Nemo »

Thanks sledge, it looks much better I must say.
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by sledgehammer_999 »

Credit where is due: https://github.com/qbittorrent/qBittorrent/pull/2046
I posted this because the changelog already contains a shitload of changes/fixes/features.
PoMcku

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by PoMcku »

When I'm hovering over the qbt system tray icon, tooltip (with qbt version and dl/up speed) didn't appear. Was it removed in 3.2.0?
Last edited by PoMcku on Mon Jan 19, 2015 1:37 pm, edited 1 time in total.
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by sledgehammer_999 »

[quote="PoMcku"]
When I'm hovering over the qbt system tray icon, tooltip (with qbt version and dl/up speed) didn't appear. Was it removed in 3.2.0?
[/quote]

No it's still there. I didn't change anything. What OS are you using?
PoMcku

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20141229_ca2dc325

Post by PoMcku »

[quote="sledgehammer_999"]
What OS are you using?
[/quote]
Win 7 SP1.
Qbt 3.1.11 works nice with this tooltip.
Post Reply