Page 9 of 12

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

Posted: Fri Jan 02, 2015 4:57 am
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?

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

Posted: Fri Jan 02, 2015 6:49 am
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.

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

Posted: Sat Jan 03, 2015 6:27 am
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.

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

Posted: Sat Jan 03, 2015 2:47 pm
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.

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

Posted: Sat Jan 03, 2015 3:59 pm
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.

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

Posted: Sun Jan 04, 2015 10:21 am
by tekko
Is qbittorrent multithreaded?

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

Posted: Sun Jan 04, 2015 10:54 am
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

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

Posted: Sun Jan 04, 2015 9:22 pm
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...

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

Posted: Sun Jan 11, 2015 7:26 pm
by Nemo
Didn't knew that this was possible:

Image

Using ''Text alongside icons'' and it looks quite good.

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

Posted: Sun Jan 11, 2015 9:13 pm
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.

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

Posted: Thu Jan 15, 2015 12:39 am
by Nemo
Thanks sledge, it looks much better I must say.

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

Posted: Fri Jan 16, 2015 7:23 pm
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.

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

Posted: Mon Jan 19, 2015 1:23 pm
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?

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

Posted: Mon Jan 19, 2015 1:43 pm
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?

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

Posted: Mon Jan 19, 2015 2:25 pm
by PoMcku
[quote="sledgehammer_999"]
What OS are you using?
[/quote]
Win 7 SP1.
Qbt 3.1.11 works nice with this tooltip.