PrivacyBar (Klassic skin) - Block animation
Posted by: Yogi
Date: March 26, 2009 09:44PM

In contrast to the Phoenity skin the privacy bar of the Klassic skin misses the "Block Image Animation" option.
On some sites animated images can be really annoying. I find it very convenient having the option on the privacy bar to quickly turn animated images off/on.
Therefore I replaced the "Block Images" item which I never use with the "Block Image Animation" item:



If anybody is using the Klassic skin + privacy bar and prefers the "Block Image Animation" option instead of the "Block Images", I can post the modified privacy bar bitmaps.
The code that has to be added to (Klassic skin) toolbar.cfg is already present in the toolbar.cfg located in the Phoenity skin folder.

It would be nice if some time the privacy bar of the Klassic skin would offer by default the "Block Image Animation" option like the Phoenity skin does.

Re: PrivacyBar (Klassic skin) - Block animation
Posted by: guenter
Date: March 26, 2009 10:58PM

Sorry, I do not really comprehend what is wrong?


p.s. Ich will nichts persönlich bemängeln.

Aber, Du kannst alle(s) selbst ändern. Nur Poenity ist default/standard.

Wir haben 2 devs und eine Hand voll, die zu helfen versuchen,
Ungeeignete wie ich , meist sad smiley

Wenn wir/du wollen/willzt, dass k-m weiter lebt - dann müssen wir ... selbst tun! **

Und die verbleibenden k-m devs motivieren!

Und das ist alte News von 2005. Sorry.


** nicht nur kko... einige aus Frankreich, ein paar Übersetzter, und Forum Regulars ... sind K-M; sondern alle sind & sollten nach Kräften versuchen zu sein !

Wir alle sind gefragt, bin ziemlich gefrustet,

Dein guenter.

p.s. Nur so als trunkene Idee tongue sticking out smiley sad smiley

Re: PrivacyBar (Klassic skin) - Block animation
Posted by: Yogi
Date: March 27, 2009 12:03AM

@ guenter

Nothing is wrong.
Could you please point to the offending part of my post?
I neither did demand something nor did I complain about something.
I already changed the image/animation items to fit my needs and also offered to post the modified bitmaps (even they are far from beeing perfect) for anyone who would find any use for them.
All I dared to say was: "it would be nice". Was this maybe the part that could offend or demotivate the handfull of developers working hard in their spare time to keep K-M alive?
I hope not and in case I'm wrong I beg them to ignore this thread.

Sincerely yours,
Yogi

Re: PrivacyBar (Klassic skin) - Block animation
Posted by: desga2
Date: March 27, 2009 12:51AM

Yes, Yogi is right, Klassic privacy bar bitmaps have less buttons than Phoenity privacy bar bitmaps. (guenter you can compare it)

This is due to Klassic skin is outdated, and weren't added this new buttons.

K-Meleon in Spanish

Re: PrivacyBar (Klassic skin) - Block animation
Posted by: Yogi
Date: March 27, 2009 02:05AM

Just in case anybody would be interested

PrivacyBar for Klassic skin with "Block Animated Images" added:

&Privacy Bar(54,10){

	%ifplugin macros

	Cookies{
	macros(pref_ToggleCookies)
	Block Cookies
	privbar_red.bmp[0]
	privbar_green.bmp[0]
	}

    Images{
	macros(pref_ToggleImages)
	Block Images. Press F9 to toggle.
	privbar_red.bmp[1]
	privbar_green.bmp[1]
	}

	Animation{
	macros(pref_ToggleAnimation)
	Block Image Animation
	privbar_red.bmp[2]
	privbar_green.bmp[2]
	}

#	Java{
#	macros(pref_ToggleJava)
#	Block Java Applets
#	privbar_red.bmp[3]
#	privbar_green.bmp[3]
#	}

	JavaScript{
	macros(pref_ToggleJavaScript)
	Block JavaScript. Press F7 to toggle.
	privbar_red.bmp[4]
	privbar_green.bmp[4]
	}

#	Popups{
#	macros(pref_TogglePopups)
#	Block Popups. Press F8 to toggle.
#	privbar_red.bmp[5]
#	privbar_green.bmp[5]
#	}

	Referer{
	macros(pref_ToggleReferer)
	Block HTTP Referer
	privbar_red.bmp[6]
	privbar_green.bmp[6]
	}

	%endif
	
	%ifplugin privacy

	Clear Cache{
	privacy(ClearCache)
	Clear Cache
	privbar_red.bmp[7]
	privbar_green.bmp[7]
	}

#	Clear Cookies{
#	privacy(ClearCookies)
#	Clear Cookies
#	privbar_red.bmp[8]
#	privbar_green.bmp[8]
#	}

	Clear History{
	privacy(ClearHistory)
	Clear History
	privbar_red.bmp[9]
	privbar_green.bmp[9]
	}

#	Clear Passwords{
#	privacy(ClearSignon)
#	Clear Passwords
#	privbar_red.bmp[10]
#	privbar_green.bmp[10]
#	}

	Clear URLBar{
	privacy(ClearMRU)
	Clear URL Bar History
	privbar_red.bmp[11]
	privbar_green.bmp[11]
	}

	%endif

#	%ifplugin macros & privacy
#	Clear All{
#	macros(kPrivacy_ClearAll)
#	Clear All
#	privbar_red.bmp[12]
#	privbar_green.bmp[12]
#	}
#	%endif
	
	%ifplugin macros

#	Kill Flash{
#	macros(JS_killFlash)
#	Kill Flash Objects
#	privbar_red.bmp[13]
#	privbar_green.bmp[13]
#	}

#	Kill Applets{
#	macros(JS_killApplets)
#	Kill Java Applets
#	privbar_red.bmp[14]
#	privbar_green.bmp[14]
#	}
	-
	User Agent{
	ID_APP_ABOUT|&User Agent
	Check Browser Identity. Right-click to choose different User Agent.
	privbar_red.bmp[15]
	privbar_green.bmp[15]
	}

	%endif

}

%endif

privbar_green.bmp


privbar_red.bmp


I increased the font size from 6 to 7 as suggested by desga2 and the bitmap blends now much better.



Edited 1 time(s). Last edit at 03/27/2009 03:42AM by Yogi.

Re: PrivacyBar (Klassic skin) - Block animation
Posted by: desga2
Date: March 27, 2009 02:29AM

The font for Phoenity is Tahoma in size 8.
For Klassic I don't found none font identical, but Arial and Tahoma in size 7 are similar.

K-Meleon in Spanish

Re: PrivacyBar (Klassic skin) - Block animation
Posted by: Yogi
Date: March 29, 2009 03:36PM

Quote
desga2
Yes, Yogi is right, Klassic privacy bar bitmaps have less buttons than Phoenity privacy bar bitmaps. (guenter you can compare it)

IMO Guenter's point was another.
K-Meleon can be customized in almost any ways (I would add, assuming the user has the skills to do so) in order to fit someones needs.
Instead of calling attention to the fact that the Klassic (native) skin doesn't got developed further, I should make the changes I like by myself instead of bothering the handful of developers engaged in much more important development tasks.
So far I would even agree with him.
Unfortunately I'm afraid he didn't understood my point namely:
I already made the changes for myself. It's only about making those changes available for the average user downloading the official K-M bundle as well(of course only in case the developers would consider the implementation to be reasonable), since the implentation itself would take only a few minutes of extra work.
----------------------------------
Your Proxy2 Extension should be available at K-Meleon Extensions site as well.
There might be some interested K-M users who never visit these forums.
IMO your extension should be made available to as many of the average K-M users as possible.

BTW, I made a very minor change to your Proxy-Extension and I hope you don't mind mentioning about it:

_Proxy2_SyncButtons{
pluginmsg(toolbars,"CheckButton","Proxy2,macros(_Proxy2_Toggle),".(getpref(INT,$_Proxy_Type)>0?0:1));
}

and I reversed the sequence of your bitmap:



Original look:



Resuling actual look:



I hope I didn't broke anything in the functionality of the macros, so far everything seems to work perfectly.



Edited 1 time(s). Last edit at 03/29/2009 03:40PM by Yogi.

Re: PrivacyBar (Klassic skin) - Block animation
Posted by: desga2
Date: March 29, 2009 06:25PM

@ Yogi:

No problem with your change in Proxy2 extension, this only change if you like the button pressed when the Proxy is ON or when the Proxy is OFF.

About the Extensions web page, Alain/JujuLand is his webmaster, he is the author/adapter of the first extensions for K-Meleon and the code needed for the Extensions installer.

Alain is working to port his Extesions page to other server with a new website better, but now he are busy to ended this work. sad smiley

K-Meleon in Spanish



Edited 1 time(s). Last edit at 03/29/2009 06:26PM by desga2.

Re: PrivacyBar (Klassic skin) - Block animation
Posted by: JujuLand
Date: March 30, 2009 08:10PM

And I hope to finish soon, ... no date for the moment:cool:

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



K-Meleon forum is powered by Phorum.