Re: [E-devel] [EGIT] [themes/dark] master 01/01: progress done - rotate the text as a solution for vert progress status

2013-08-10 Thread Daniel Juyung Seo
Hehe good idea. It looks good :) Daniel Juyung Seo (SeoZ) On Sun, Aug 11, 2013 at 1:22 AM, Carsten Haitzler - Enlightenment Git < no-re...@enlightenment.org> wrote: > raster pushed a commit to branch master. > > commit 5bba801af516fd80e25c779d5191a1f01a83936a > Author: Carsten Haitzler (Rasterm

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 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 i

Re: [E-devel] Simple question about Evas Map object

2013-08-10 Thread Daniel Juyung Seo
As Gustavo Sverzut Barbieri and Carsten Haitzler(raster) mentioned, you can't manipulate edje part(including swallowed object) manually. Like raster suggested, you can create your own smart object for this usage. But if you just want to change the swallowed object's geometry, I hope you could try o

Re: [E-devel] Simple question about Evas Map object

2013-08-10 Thread 이준호
Thank you for your advice !!! On Sat, Aug 10, 2013 at 10:28 PM, Carsten Haitzler wrote: > On Sat, 10 Aug 2013 16:57:30 +0900 이준호 said: > >> Sorry, not IMAGE, but SWALLOW. >> I use SWALLOW part and put Evas object (image widget) >> >> Here are real codes... >> I defined a group, like below. >> >>

Re: [E-devel] RFC Enlightenment For Mobile

2013-08-10 Thread The Rasterman
On Fri, 9 Aug 2013 19:20:31 -0300 Gustavo Sverzut Barbieri said: i added some comments about more support for things like inhibiting suspend, requesting a hibernate etc. etc. too. > Hey guys, > > I'm trying to improve enlightenment so it's less patched when used by > mobile systems. Currently I

Re: [E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-10 Thread The Rasterman
On Sat, 10 Aug 2013 10:06:35 -0300 Gustavo Sverzut Barbieri said: > > On 10/08/2013, at 02:18, Carsten Haitzler (The Rasterman) > wrote: > > > On Sat, 10 Aug 2013 01:15:00 -0300 Gustavo Sverzut Barbieri > > said: > > > >> > >> On 10/08/2013, at 00:54, Carsten Haitzler (The Rasterman) > >>

Re: [E-devel] Simple question about Evas Map object

2013-08-10 Thread The Rasterman
On Sat, 10 Aug 2013 16:57:30 +0900 이준호 said: > Sorry, not IMAGE, but SWALLOW. > I use SWALLOW part and put Evas object (image widget) > > Here are real codes... > I defined a group, like below. > > group { > name: "group"; > ...(blah)... > part { >

Re: [E-devel] RFC: Add some system-wide ecore events and module loading

2013-08-10 Thread Gustavo Sverzut Barbieri
On 10/08/2013, at 02:18, Carsten Haitzler (The Rasterman) wrote: > On Sat, 10 Aug 2013 01:15:00 -0300 Gustavo Sverzut Barbieri > said: > >> >> On 10/08/2013, at 00:54, Carsten Haitzler (The Rasterman) >> wrote: >> >>> On Sat, 10 Aug 2013 00:48:24 -0300 Gustavo Sverzut Barbieri >>> said: >

Re: [E-devel] Simple question about Evas Map object

2013-08-10 Thread Gustavo Sverzut Barbieri
You can't set map in a swallowed object. Edje handles map automatically and will reset your values when a recalc is needed (object resized, shown, moved, text set...) It is similar when you set visibility, color or geometry from outside. Edje manages that and resets, conflicting with you. --G

Re: [E-devel] profiles

2013-08-10 Thread P Purkayastha
On 08/10/2013 07:52 PM, Vasiliy Tolstov wrote: > суббота, 10 августа 2013 г. пользователь P Purkayastha писал: > >> >> >> 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

Re: [E-devel] profiles

2013-08-10 Thread Vasiliy Tolstov
суббота, 10 августа 2013 г. пользователь P Purkayastha писал: > > > 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 comm

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

[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

Re: [E-devel] Simple question about Evas Map object

2013-08-10 Thread 이준호
Sorry, not IMAGE, but SWALLOW. I use SWALLOW part and put Evas object (image widget) Here are real codes... I defined a group, like below. group { name: "group"; ...(blah)... part { name: "hbox";

Re: [E-devel] Simple question about Evas Map object

2013-08-10 Thread The Rasterman
On Sat, 10 Aug 2013 16:41:35 +0900 이준호 said: the image object is part of the edje obj? like a part {} ? are you using evas_map apis to move it? you are GETTING the object handle from edje (via part name) and then manipulating it via map in your code? > Sorry, I attached image file, please refer

Re: [E-devel] Simple question about Evas Map object

2013-08-10 Thread 이준호
Sorry, I attached image file, please refer it. On Sat, Aug 10, 2013 at 4:29 PM, Carsten Haitzler wrote: > On Sat, 10 Aug 2013 16:21:06 +0900 이준호 said: > > ummm.. your ascii diagram... doesnt seem to come out well at all. :( > >> Hello Guys, >> Here are some questions about Evas Map object. >> >>

Re: [E-devel] Simple question about Evas Map object

2013-08-10 Thread The Rasterman
On Sat, 10 Aug 2013 16:21:06 +0900 이준호 said: ummm.. your ascii diagram... doesnt seem to come out well at all. :( > Hello Guys, > Here are some questions about Evas Map object. > > When I control geometry values of Evas object using Evas Map to show > transition effect, > after transition has b

[E-devel] Simple question about Evas Map object

2013-08-10 Thread 이준호
Hello Guys, Here are some questions about Evas Map object. When I control geometry values of Evas object using Evas Map to show transition effect, after transition has been done, If I update any object (such as TEXT or SWALLOW part) in same layout tree(?), that geometry values to be reset. For e