Page 8 of 8

Re: New status colours

Posted: Fri Sep 11, 2015 10:35 pm
by ciaobaby
One of the causes of 'resource bloat' is the Windows 'dumb' cache system, and by 'skinning' the GUI and making UI image objects external to the application, means that Windows has to reserve cache space for each file that the application has open. Thereby  increasing the running footprint significantly, and qBittorrent stands to lose far more by increasing the 'footprint' than the small 'benefit' of being "skinnable" will add.

Embedding the images in the application avoids the problem of additional cache overhead.

Re: New status colours

Posted: Fri Sep 11, 2015 11:25 pm
by skribb
I have successfully built a 3.2.3 with fixed colors and better, less confusing icons (for Windows anyway)

Image

Feel free to give it a  try:
https://www.dropbox.com/s/lyob35zhq6p40 ... e.rar?dl=0
http://www.filedropper.com/qbittorrentskribbifiedtheme

Re: New status colours

Posted: Sat Sep 12, 2015 1:47 pm
by dragons4life
Going to try it later, thanks for sharing.

Re: New status colours

Posted: Sat Sep 12, 2015 2:11 pm
by Nemo
Thats actually quite nice, like the icons. Thanks skribb.

The exe file seems a little bit bigger though.

Re: New status colours

Posted: Sat Sep 12, 2015 11:40 pm
by dragons4life
@skribb how do I install it? just run the .exe?

Re: New status colours

Posted: Sun Sep 13, 2015 2:07 am
by Nemo
I didn't tried yet but it seems you replace them with the originals in the installed dir.

Re: New status colours

Posted: Mon Sep 14, 2015 3:37 pm
by skribb
[quote="dragons4life"]
@skribb how do I install it? just run the .exe?
[/quote]

Just put the exe and pdb in your install/portable directory.

I saw that sledge uploaded a version where you could specify the colors yourself, and the exe and pdb was the only files in that dir (apart from the text file where qb looks for colors), so I figured that would be the right way to  do it.

ps: I also stole iLexx's logo redesign for the splash screen and tweaked the mascot a little  ;D

Re: New status colours

Posted: Mon Sep 14, 2015 7:30 pm
by ciaobaby
The .pdb file is Visual Studio's debugging database so is not 100% necessary

Re: New status colours

Posted: Wed Sep 16, 2015 5:40 pm
by skribb
Oh, ok. Noted  :)