[E-devel] Visual changes to expedite

2010-01-14 Thread Tom Haste
Howdy!

After seeing the latest port using expedite as a demo, I decided it
was time to give it a bit of a graphical overhaul. Gone is the
blingness and whats left is a more modern looking expedite. I was
considering changing the icons too but left them in for the
historicalness.

For those that dont know, the handsome chap with the beer is
rasterman. (sorry raster! Was taken from my holiday photos to Sydney
:D) The reason why I used raster in it is because I needed
something/someone to fill in the splitting of the logo.png and the
e-logo.png. By dividing this up it becomes a snap to incorporate
company logos and whatever into the program, which gives it a bit more
of a pop when presenting the EFL to people.

I know by changing some images used in the test WILL CHANGE
PERFORMANCE FIGURES!!! If this is a non-issue, it can be released as a
new version (0.7.0) and have a note attached to the README. If it is a
huge issue, I wont commit these changes. You can diff it between my
current revision, 44902.

Would love some feedback and thumbs ups/downs on the look. (It is fairly minor.)

http://members.iinet.net.au/~haste/e17/expedite.tar.gz

Cheers,
Toma.

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Visual changes to expedite

2010-01-14 Thread Cedric BAIL
On Thu, Jan 14, 2010 at 1:55 PM, Tom Haste tomha...@gmail.com wrote:
 Howdy!

 After seeing the latest port using expedite as a demo, I decided it
 was time to give it a bit of a graphical overhaul. Gone is the
 blingness and whats left is a more modern looking expedite. I was
 considering changing the icons too but left them in for the
 historicalness.

 For those that dont know, the handsome chap with the beer is
 rasterman. (sorry raster! Was taken from my holiday photos to Sydney
 :D) The reason why I used raster in it is because I needed
 something/someone to fill in the splitting of the logo.png and the
 e-logo.png. By dividing this up it becomes a snap to incorporate
 company logos and whatever into the program, which gives it a bit more
 of a pop when presenting the EFL to people.

Excellent, that's funny to see Rasterman clipped, streched, blended
and tortured by it's own creation ! :-D

 I know by changing some images used in the test WILL CHANGE
 PERFORMANCE FIGURES!!! If this is a non-issue, it can be released as a
 new version (0.7.0) and have a note attached to the README. If it is a
 huge issue, I wont commit these changes. You can diff it between my
 current revision, 44902.

 Would love some feedback and thumbs ups/downs on the look. (It is fairly 
 minor.)

The BW theme, looks good to me. Much more in sync with the current E
theme. I have just some concern about two tests that I am not sure
reflect anymore what we want:
 * Image Blend Solid Middle Border
 * Image Blend Border
-- 
Cedric BAIL

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: quaker IN trunk: . entrance entrance/config entrance/config/init.d entrance/config/pam.d entrance/data entrance/data/config entrance/data/fonts entrance/data/images entrance/data/

2010-01-14 Thread Quaker
 For now, I have been making do with the older /etc/pam.d/entrance file on
 gentoo. It works as long as you remove the pam_console.so line (otherwise
 pam compilation fails on a fresh emerge of pam).

 In the above pam file, you refer to envfile=/etc/default/locale. No such file
 is present in both my x86 and amd64 gentoo systems.

Hi. Thanks for report. I'll fix it.
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: sachiel trunk/edje/src/lib

2010-01-14 Thread Michael 'Mickey' Lauer
Am Donnerstag, den 14.01.2010, 10:07 -0800 schrieb Enlightenment SVN:
 Log:
   Bunch of functions changed to return Eina_Bool.
 -   EAPI void edje_object_scale_set   (Evas_Object *obj, 
 double scale);
 +   EAPI Eina_Booledje_object_scale_set   (Evas_Object *obj, 
 double scale);

What's the semantics of that? Can scale_set go wrong?

-- 
:M:


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: sachiel trunk/edje/src/lib

2010-01-14 Thread Sachiel
On Thu, Jan 14, 2010 at 3:09 PM, Michael 'Mickey' Lauer
mic...@vanille-media.de wrote:
 Am Donnerstag, den 14.01.2010, 10:07 -0800 schrieb Enlightenment SVN:
 Log:
   Bunch of functions changed to return Eina_Bool.
 -   EAPI void         edje_object_scale_set           (Evas_Object *obj, 
 double scale);
 +   EAPI Eina_Bool    edje_object_scale_set           (Evas_Object *obj, 
 double scale);

 What's the semantics of that? Can scale_set go wrong?


It may be a non-edje Evas_Object, but that's mostly why I said I was
losing perspective.

 --
 :M:


 --
 Throughout its 18-year history, RSA Conference consistently attracts the
 world's best and brightest in the field, creating opportunities for Conference
 attendees to learn about information security's most important issues through
 interactions with peers, luminaries and emerging and established companies.
 http://p.sf.net/sfu/rsaconf-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: sachiel trunk/edje/src/lib

2010-01-14 Thread Gustavo Sverzut Barbieri
On Thu, Jan 14, 2010 at 4:35 PM, Iván Briano (Sachiel)
sachi...@gmail.com wrote:
 On Thu, Jan 14, 2010 at 3:09 PM, Michael 'Mickey' Lauer
 mic...@vanille-media.de wrote:
 Am Donnerstag, den 14.01.2010, 10:07 -0800 schrieb Enlightenment SVN:
 Log:
   Bunch of functions changed to return Eina_Bool.
 -   EAPI void         edje_object_scale_set           (Evas_Object *obj, 
 double scale);
 +   EAPI Eina_Bool    edje_object_scale_set           (Evas_Object *obj, 
 double scale);

 What's the semantics of that? Can scale_set go wrong?


 It may be a non-edje Evas_Object, but that's mostly why I said I was
 losing perspective.

Anyway, it won't hurt to let the paranoid check... however this is
VERY useful for part_swallow() and text_set() as often people don't
realize parts may not exist and they object will be dangling or their
text is not being really updated... and they take even more time to
use the slow part_exists() + action to check, so this makes it easy
and fast to check if it worked or not.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: caro trunk/edje/src/lib

2010-01-14 Thread Sachiel
On Thu, Jan 14, 2010 at 4:47 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
  use HUGE_VAL instead of a strange double/float numerical value

  do I have to add -lm to Libs in edje.pc ?


Wouldn't that be to link to the library? Shouldn't be needed if you
only use the header.

 Author:       caro
 Date:         2010-01-14 11:47:08 -0800 (Thu, 14 Jan 2010)
 New Revision: 45119

 Modified:
  trunk/edje/src/lib/Edje.h

 Modified: trunk/edje/src/lib/Edje.h
 ===
 --- trunk/edje/src/lib/Edje.h   2010-01-14 18:52:55 UTC (rev 45118)
 +++ trunk/edje/src/lib/Edje.h   2010-01-14 19:47:08 UTC (rev 45119)
 @@ -261,7 +261,7 @@
  typedef struct _Edje_External_Param Edje_External_Param;

  #define EDJE_EXTERNAL_INT_UNSET 0x
 -#define EDJE_EXTERNAL_DOUBLE_UNSET 0x1.0p255f
 +#define EDJE_EXTERNAL_DOUBLE_UNSET HUGE_VAL

  struct _Edje_External_Param_Info
  {


 --
 Throughout its 18-year history, RSA Conference consistently attracts the
 world's best and brightest in the field, creating opportunities for Conference
 attendees to learn about information security's most important issues through
 interactions with peers, luminaries and emerging and established companies.
 http://p.sf.net/sfu/rsaconf-dev2dev
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: caro trunk/edje/src/lib

2010-01-14 Thread Vincent Torri



On Thu, 14 Jan 2010, Iván Briano (Sachiel) wrote:


On Thu, Jan 14, 2010 at 4:47 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:

Log:
 use HUGE_VAL instead of a strange double/float numerical value

 do I have to add -lm to Libs in edje.pc ?



Wouldn't that be to link to the library? Shouldn't be needed if you
only use the header.


when I looked at the header, i saw some references to __builtin_*** 
stuff


Vincent--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: caro trunk/edje/src/lib

2010-01-14 Thread Sachiel
On Thu, Jan 14, 2010 at 5:05 PM, Vincent Torri vto...@univ-evry.fr wrote:


 On Thu, 14 Jan 2010, Iván Briano (Sachiel) wrote:

 On Thu, Jan 14, 2010 at 4:47 PM, Enlightenment SVN
 no-re...@enlightenment.org wrote:

 Log:
  use HUGE_VAL instead of a strange double/float numerical value

  do I have to add -lm to Libs in edje.pc ?


 Wouldn't that be to link to the library? Shouldn't be needed if you
 only use the header.

 when I looked at the header, i saw some references to __builtin_*** stuff


http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Other-Builtins.html#Other-Builtins
No mention of -lm, but I'm just guessing that means it's not needed.
We'll know for sure when someone complains.

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] how to make swallow part can be clicked sometimes, and can't be clicked the other sometimes

2010-01-14 Thread zhangze
hi,all, i swallow a etk scrolled_view widget into a swallow part in edc,
and i want to this scrolled_view can be clicked sometimes, while
sometimes it cann't. mouse_events: 0; this sentence can not be put
into description{}; 


EAPI void
edje_edit_part_mouse_events_set 
(
Evas_Object * 
obj, 


const char * 
part, 


Eina_Bool 
mouse_events
 

)
this API doesn't work thanks! 


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel