[E-devel] speed Simple question about Evas Map object Efl× 이준호profiles

2013-08-10 Thread Vasiliy Tolstov
Hello.
Some time after sing e17 on my working notebook i nees simple feature -
All the time i need minimal speed for powersaving, but very rarely i need
to see full screen video and it very slow on minimal speed. I need to
increase speed via speed cpu plugin.
Is that possible to create app like on android - i create profile that
contains brightness, sound, speed , wifi and other stuff stettings. And i
able to chouse needed profile and apply all settings?

I think it very useful.. What dou you think?

P.S. If nobody can write such app, can you provide me links to docs, that i
need to use to write such app?
P.P.S. After creating econnman package for ubuntu and massively using it i
see , that it have many missing features.
What is the future for connman applet for e17/e18?
Some time ago i see that  mailing list have emails about elev8 and simle
conman applet writing in javascript.
If i need fully functional connman applet what is the best method to writ
it - use elev8 or python bindings?

Very big thanks for E.



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] speed Simple question about Evas Map object Efl× 이준호profiles

2013-08-10 Thread P Purkayastha
On 08/10/2013 05:22 PM, Vasiliy Tolstov wrote:
 Hello.
 Some time after sing e17 on my working notebook i nees simple feature -
 All the time i need minimal speed for powersaving, but very rarely i need
 to see full screen video and it very slow on minimal speed. I need to
 increase speed via speed cpu plugin.
 Is that possible to create app like on android - i create profile that
 contains brightness, sound, speed , wifi and other stuff stettings. And i
 able to chouse needed profile and apply all settings?

 I think it very useful.. What dou you think?

 P.S. If nobody can write such app, can you provide me links to docs, that i
 need to use to write such app?
 P.P.S. After creating econnman package for ubuntu and massively using it i
 see , that it have many missing features.
 What is the future for connman applet for e17/e18?
 Some time ago i see that  mailing list have emails about elev8 and simle
 conman applet writing in javascript.
 If i need fully functional connman applet what is the best method to writ
 it - use elev8 or python bindings?

 Very big thanks for E.

E already has support for profiles. Settings - Settings - Profiles. 
You can create a new profile that contains the settings you want. Then 
you can change your profile on the fly either via that Profiles dialog, 
or via command line:

enlightenment_remote -defalut-profile-set profile name

P.S. Try to create your own thread next time :-)



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] speed Simple question about Evas Map object Efl× 이준호profiles

2013-08-10 Thread thomasg
On Sat, Aug 10, 2013 at 1:01 PM, P Purkayastha ppu...@gmail.com wrote:
 On 08/10/2013 05:22 PM, Vasiliy Tolstov wrote:
 Hello.
 Some time after sing e17 on my working notebook i nees simple feature -
 All the time i need minimal speed for powersaving, but very rarely i need
 to see full screen video and it very slow on minimal speed. I need to
 increase speed via speed cpu plugin.
 Is that possible to create app like on android - i create profile that
 contains brightness, sound, speed , wifi and other stuff stettings. And i
 able to chouse needed profile and apply all settings?

 I think it very useful.. What dou you think?

 P.S. If nobody can write such app, can you provide me links to docs, that i
 need to use to write such app?
 P.P.S. After creating econnman package for ubuntu and massively using it i
 see , that it have many missing features.
 What is the future for connman applet for e17/e18?
 Some time ago i see that  mailing list have emails about elev8 and simle
 conman applet writing in javascript.
 If i need fully functional connman applet what is the best method to writ
 it - use elev8 or python bindings?

 Very big thanks for E.

 E already has support for profiles. Settings - Settings - Profiles.
 You can create a new profile that contains the settings you want. Then
 you can change your profile on the fly either via that Profiles dialog,
 or via command line:

 enlightenment_remote -defalut-profile-set profile name

 P.S. Try to create your own thread next time :-)


Actually, profiles are not designed for this and shouldn't be used in
this case, nobody should have to maintain an extra full profile just
for some settings.

E however has proper infrastructure for this, it just isn't really
used and very unpolished: Modes.
This is currently a part of the Conf module and can be accessd via
Menu - Settings - Modes. Right now it has Offline and Presentation
presets which are hardcoded in the module.
I don't think anyone has worked on it in a while and I'm pretty sure
this feature should be added as a separate module, because sooner or
later Conf is going to be replaced by Conf2 which does not support
this.

But I agree with the OP, this feature is useful and should get some love :)

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel