Re: [E-devel] New EFL release cycle 1.0/1.2/1.6

2012-04-26 Thread Jérôme Pinot
On 04/26/12 13:49, Carsten Haitzler wrote:
 We'd like to announce a new release of several Enlightenment components.
 This round we have added Eio, Ethumb, Emotion and Elementary. Please
 read the NEWS and README files in each release tarball for information
 on what has changed, fixed or added. This release also corresponds with
 SVN revision number 70490.
 
 Emotion is a library to handle video playback using Gstreamer, Xine or other
 external plugins (VLC) and display video in Evas as a standard object. It also
 can handle audio playback too. Eio is here to support Emotion with async IO
 API's.
 
 Ethumb is a thumbnail generator library that supports the freedesktop.org
 thumbnailing standards, and is implemented as a dbus service and a client-side
 library that handles dealing with that service for you.
 
 Elementary is our new widget set, built on top of the rest of EFL, to provide
 you with standard widgets and behaviour to make it easy to write GUI
 applications.

... and elementary/src/examples/layout_example.edc is missing from the
tarball too, makes the make doc fail.

Sorry, I should have check this before, I was too much focused on SVN
:-(

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk: ecore ecore/src/lib/ecore_wayland evas evas/src/modules/engines/wayland_egl evas/src/modules/engines/wayland_shm

2012-04-26 Thread Christopher Michael
correct. When wYland 1.0 cones well try staying on that. Until then its alll 
experimental  ;)

Enlightenment SVN no-re...@enlightenment.org wrote:

Log:
make notes about wayland stuff being experimental. we cant really back
  it until wayland itself is stable. warnings. lets hope it all works
  out fine in the end.
  
  

Author:   raster
Date: 2012-04-25 20:42:41 -0700 (Wed, 25 Apr 2012)
New Revision: 70486
Trac: http://trac.enlightenment.org/e/changeset/70486

Modified:
  trunk/ecore/README trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h 
 trunk/evas/README 
 trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h 
 trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h 

Modified: trunk/ecore/README
===
--- trunk/ecore/README 2012-04-26 03:32:18 UTC (rev 70485)
+++ trunk/ecore/README 2012-04-26 03:42:41 UTC (rev 70486)
@@ -91,3 +91,8 @@
 native dns resolver asynchronously by turning  --enable-threaded-resolver
 on during configure time. For older version, C-Ares is the way to solve that
 issue (see: http://c-ares.haxx.se/ ).
+
+Also the wayland supoprt (ecore_wayland) is considered experimental as
+wayland itself is still unstable and liable to change core protocol.
+If you use this api, it is possible it will break in future, until this
+notice is removed.

Modified: trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h
===
--- trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h  2012-04-26 03:32:18 UTC 
(rev 70485)
+++ trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h  2012-04-26 03:42:41 UTC 
(rev 70486)
@@ -1,6 +1,12 @@
 #ifndef _ECORE_WAYLAND_H_
 # define _ECORE_WAYLAND_H_
 
+/*
+ * Wayland supoprt is considered experimental as wayland itself is still
+ * unstable and liable to change core protocol. If you use this api, it is
+ * possible it will break in future, until this notice is removed.
+ */
+
 # include Eina.h
 # include wayland-client.h
 

Modified: trunk/evas/README
===
--- trunk/evas/README  2012-04-26 03:32:18 UTC (rev 70485)
+++ trunk/evas/README  2012-04-26 03:42:41 UTC (rev 70486)
@@ -80,6 +80,10 @@
 disables it, some being enabled or disabled by default or if
 dependencies are found):
 
+Also the wayland supoprt (EGL and SHM engines) is considered experimental as
+wayland itself is still unstable and liable to change core protocol.
+If you use this api, it is possible it will break in future, until this
+notice is removed.
 
 --
 SCALING:

Modified: trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h
===
--- trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h   
2012-04-26 03:32:18 UTC (rev 70485)
+++ trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h   
2012-04-26 03:42:41 UTC (rev 70486)
@@ -1,6 +1,12 @@
 #ifndef _EVAS_ENGINE_WAYLAND_EGL_H
 #define _EVAS_ENGINE_WAYLAND_EGL_H
 
+/*
+ * Wayland supoprt is considered experimental as wayland itself is still
+ * unstable and liable to change core protocol. If you use this api, it is
+ * possible it will break in future, until this notice is removed.
+ */
+
 #include wayland-client.h
 
 typedef struct _Evas_Engine_Info_Wayland_Egl Evas_Engine_Info_Wayland_Egl;

Modified: trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h
===
--- trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h   
2012-04-26 03:32:18 UTC (rev 70485)
+++ trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h   
2012-04-26 03:42:41 UTC (rev 70486)
@@ -1,6 +1,12 @@
 #ifndef _EVAS_ENGINE_WAYLAND_SHM_H
 # define _EVAS_ENGINE_WAYLAND_SHM_H
 
+/*
+ * Wayland supoprt is considered experimental as wayland itself is still
+ * unstable and liable to change core protocol. If you use this api, it is
+ * possible it will break in future, until this notice is removed.
+ */
+
 typedef struct _Evas_Engine_Info_Wayland_Shm Evas_Engine_Info_Wayland_Shm;
 struct _Evas_Engine_Info_Wayland_Shm 
 {


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-svn mailing list
enlightenment-...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
--

Re: [E-devel] E SVN: raster IN trunk: ecore ecore/src/lib/ecore_wayland evas evas/src/modules/engines/wayland_egl evas/src/modules/engines/wayland_shm

2012-04-26 Thread Christopher Michael
All mostly working mate ;) Some minors to deal with yet

Dh


Enlightenment SVN no-re...@enlightenment.org wrote:

Log:
make notes about wayland stuff being experimental. we cant really back
  it until wayland itself is stable. warnings. lets hope it all works
  out fine in the end.
  
  

Author:   raster
Date: 2012-04-25 20:42:41 -0700 (Wed, 25 Apr 2012)
New Revision: 70486
Trac: http://trac.enlightenment.org/e/changeset/70486

Modified:
  trunk/ecore/README trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h 
 trunk/evas/README 
 trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h 
 trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h 

Modified: trunk/ecore/README
===
--- trunk/ecore/README 2012-04-26 03:32:18 UTC (rev 70485)
+++ trunk/ecore/README 2012-04-26 03:42:41 UTC (rev 70486)
@@ -91,3 +91,8 @@
 native dns resolver asynchronously by turning  --enable-threaded-resolver
 on during configure time. For older version, C-Ares is the way to solve that
 issue (see: http://c-ares.haxx.se/ ).
+
+Also the wayland supoprt (ecore_wayland) is considered experimental as
+wayland itself is still unstable and liable to change core protocol.
+If you use this api, it is possible it will break in future, until this
+notice is removed.

Modified: trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h
===
--- trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h  2012-04-26 03:32:18 UTC 
(rev 70485)
+++ trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h  2012-04-26 03:42:41 UTC 
(rev 70486)
@@ -1,6 +1,12 @@
 #ifndef _ECORE_WAYLAND_H_
 # define _ECORE_WAYLAND_H_
 
+/*
+ * Wayland supoprt is considered experimental as wayland itself is still
+ * unstable and liable to change core protocol. If you use this api, it is
+ * possible it will break in future, until this notice is removed.
+ */
+
 # include Eina.h
 # include wayland-client.h
 

Modified: trunk/evas/README
===
--- trunk/evas/README  2012-04-26 03:32:18 UTC (rev 70485)
+++ trunk/evas/README  2012-04-26 03:42:41 UTC (rev 70486)
@@ -80,6 +80,10 @@
 disables it, some being enabled or disabled by default or if
 dependencies are found):
 
+Also the wayland supoprt (EGL and SHM engines) is considered experimental as
+wayland itself is still unstable and liable to change core protocol.
+If you use this api, it is possible it will break in future, until this
+notice is removed.
 
 --
 SCALING:

Modified: trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h
===
--- trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h   
2012-04-26 03:32:18 UTC (rev 70485)
+++ trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h   
2012-04-26 03:42:41 UTC (rev 70486)
@@ -1,6 +1,12 @@
 #ifndef _EVAS_ENGINE_WAYLAND_EGL_H
 #define _EVAS_ENGINE_WAYLAND_EGL_H
 
+/*
+ * Wayland supoprt is considered experimental as wayland itself is still
+ * unstable and liable to change core protocol. If you use this api, it is
+ * possible it will break in future, until this notice is removed.
+ */
+
 #include wayland-client.h
 
 typedef struct _Evas_Engine_Info_Wayland_Egl Evas_Engine_Info_Wayland_Egl;

Modified: trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h
===
--- trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h   
2012-04-26 03:32:18 UTC (rev 70485)
+++ trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h   
2012-04-26 03:42:41 UTC (rev 70486)
@@ -1,6 +1,12 @@
 #ifndef _EVAS_ENGINE_WAYLAND_SHM_H
 # define _EVAS_ENGINE_WAYLAND_SHM_H
 
+/*
+ * Wayland supoprt is considered experimental as wayland itself is still
+ * unstable and liable to change core protocol. If you use this api, it is
+ * possible it will break in future, until this notice is removed.
+ */
+
 typedef struct _Evas_Engine_Info_Wayland_Shm Evas_Engine_Info_Wayland_Shm;
 struct _Evas_Engine_Info_Wayland_Shm 
 {


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-svn mailing list
enlightenment-...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
--
Live Security Virtual Conference

Re: [E-devel] [e-users] New EFL release cycle 1.0/1.2/1.6

2012-04-26 Thread David Seikel
On Thu, 26 Apr 2012 14:04:37 +0900 Carsten Haitzler (The Rasterman)
ras...@rasterman.com wrote:

 On Thu, 26 Apr 2012 14:02:26 +0900 Daniel Juyung Seo
 seojuyu...@gmail.com said:
 
  yay! keep rocking.
  this is gonna be a memorial dot in the history :)
 
 a small dot... we need to do e17 now... :) bigger dot! :)

Is Duke Nukem Forever out yet?

Congratulations guys and gals.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] map issue

2012-04-26 Thread Bluezery
2012년 4월 26일 오후 12:34, Carsten Haitzler ras...@rasterman.com님의 말:
 On Thu, 26 Apr 2012 01:43:56 +0200 Michaël Bouchaud y...@efl.so said:

 flkoat thing should be fixed now - but scroller in scroller... THAT is an 
 issue
 always. it's nasty to make it work - there is code to try. right now i just
 suggest dont do it and if u do limit scrollers to dimensions - ie 1
 vertical, 1 horizontal only.

 Hi
 About elementary release, one of mine dev notice me some problem about map
 widget.
 Localization about atof... french separator is , (comma) but common is
 .(dot) in float string :)
 maybee, we could use eina_convert_atod here.
 secondly if you use one scroller with the map widget, you could encounter
 some problems.
 I explain me, zoom the map widget, move to some point... now drag the
 second scoller,
 you have the issue :P. Don't know where is the problem... maybee some
 events race.
 If you click somewhere after dragging, everything goes well.
 See attached file.

Both outer scroller  map scroller can get both mouse wheel events
when your mouse pointer is on the map widget.
|In map widget, mouse wheel event can be blocked by
elm_map_wheel_disabled_set().
But, there might be no way to block the outer scroller's wheel event.

 --
 Michaël Bouchaud (yoz) y...@efl.so


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)    ras...@rasterman.com


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
BRs,
Kim.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] New EFL release cycle 1.0/1.2/1.6

2012-04-26 Thread P Purkayastha
On 04/26/2012 03:15 PM, David Seikel wrote:
 On Thu, 26 Apr 2012 14:04:37 +0900 Carsten Haitzler (The Rasterman)
 ras...@rasterman.com  wrote:

 On Thu, 26 Apr 2012 14:02:26 +0900 Daniel Juyung Seo
 seojuyu...@gmail.com  said:

 yay! keep rocking.
 this is gonna be a memorial dot in the history :)

 a small dot... we need to do e17 now... :) bigger dot! :)

 Is Duke Nukem Forever out yet?

It was released last summer IIRC :D

 Congratulations guys and gals.

Congrats to our e devs :)

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] time to focus on e

2012-04-26 Thread The Rasterman
ok - efl release out. i'd really like to see peolpe focus on E (not EFL) for
the next little while until E is out. sure EFL needs bugfixes and work, but
let's focus on our flagship... shall we?

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] time to focus on e

2012-04-26 Thread Cedric BAIL
On Thu, Apr 26, 2012 at 4:43 PM, Carsten Haitzler ras...@rasterman.com wrote:
 ok - efl release out. i'd really like to see peolpe focus on E (not EFL) for
 the next little while until E is out. sure EFL needs bugfixes and work, but
 let's focus on our flagship... shall we?

As a side statement don't introduce anything in E that would require
us to release a new set of EFL libraries.
-- 
Cedric BAIL

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] New EFL release cycle 1.0/1.2/1.6

2012-04-26 Thread David Seikel
On Thu, 26 Apr 2012 15:40:17 +0800 P Purkayastha ppu...@gmail.com
wrote:

 On 04/26/2012 03:15 PM, David Seikel wrote:
  On Thu, 26 Apr 2012 14:04:37 +0900 Carsten Haitzler (The Rasterman)
  ras...@rasterman.com  wrote:
 
  On Thu, 26 Apr 2012 14:02:26 +0900 Daniel Juyung Seo
  seojuyu...@gmail.com  said:
 
  yay! keep rocking.
  this is gonna be a memorial dot in the history :)
 
  a small dot... we need to do e17 now... :) bigger dot! :)
 
  Is Duke Nukem Forever out yet?
 
 It was released last summer IIRC :D

Southern or Northern hemisphere summer?  Coz lots of us are in the
south, and last summer was not so long ago.  Or have all the aussies
moved to Korea now?  That's in the north.

We better pull our fingers out then.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] time to focus on e

2012-04-26 Thread Michael Blumenkrantz
On Thu, 26 Apr 2012 17:09:08 +0900
Cedric BAIL cedric.b...@free.fr wrote:

 On Thu, Apr 26, 2012 at 4:43 PM, Carsten Haitzler ras...@rasterman.com
 wrote:
  ok - efl release out. i'd really like to see peolpe focus on E (not EFL) for
  the next little while until E is out. sure EFL needs bugfixes and work, but
  let's focus on our flagship... shall we?
 
 As a side statement don't introduce anything in E that would require
 us to release a new set of EFL libraries.

so adding the birthday module back is okay ?

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] time to focus on e

2012-04-26 Thread David Seikel
On Thu, 26 Apr 2012 17:09:08 +0900 Cedric BAIL cedric.b...@free.fr
wrote:

 On Thu, Apr 26, 2012 at 4:43 PM, Carsten Haitzler
 ras...@rasterman.com wrote:
  ok - efl release out. i'd really like to see peolpe focus on E (not
  EFL) for the next little while until E is out. sure EFL needs
  bugfixes and work, but let's focus on our flagship... shall we?
 
 As a side statement don't introduce anything in E that would require
 us to release a new set of EFL libraries.

Hmm, I was gonna potter around Lua Edje a bit more, bring in some of
the stuff I've been working on for my script engine.  Not sure what I
can contribute to E17 off the top of my head.  My last major E17
contribution that still exists is obnoxious enough.  Even then, most of
that was just a UI wrapper around the ecore stuff I wrote.  I don't
think E17 needs any sort of Lua stuff.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] New EFL release cycle 1.0/1.2/1.6

2012-04-26 Thread P Purkayastha
On 04/26/2012 04:11 PM, David Seikel wrote:
 On Thu, 26 Apr 2012 15:40:17 +0800 P Purkayasthappu...@gmail.com
 wrote:

 On 04/26/2012 03:15 PM, David Seikel wrote:
 On Thu, 26 Apr 2012 14:04:37 +0900 Carsten Haitzler (The Rasterman)
 ras...@rasterman.com   wrote:

 On Thu, 26 Apr 2012 14:02:26 +0900 Daniel Juyung Seo
 seojuyu...@gmail.com   said:

 yay! keep rocking.
 this is gonna be a memorial dot in the history :)

 a small dot... we need to do e17 now... :) bigger dot! :)

 Is Duke Nukem Forever out yet?

 It was released last summer IIRC :D

 Southern or Northern hemisphere summer?  Coz lots of us are in the
 south, and last summer was not so long ago.  Or have all the aussies
 moved to Korea now?  That's in the north.

 We better pull our fingers out then.

Northern Hemisphere summer I think. It wasn't well received though. :)


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] New EFL release cycle 1.0/1.2/1.6

2012-04-26 Thread David Seikel
On Thu, 26 Apr 2012 16:45:36 +0800 P Purkayastha ppu...@gmail.com
wrote:

 On 04/26/2012 04:11 PM, David Seikel wrote:
  On Thu, 26 Apr 2012 15:40:17 +0800 P Purkayasthappu...@gmail.com
  wrote:
 
  On 04/26/2012 03:15 PM, David Seikel wrote:
  On Thu, 26 Apr 2012 14:04:37 +0900 Carsten Haitzler (The
  Rasterman) ras...@rasterman.com   wrote:
 
  On Thu, 26 Apr 2012 14:02:26 +0900 Daniel Juyung Seo
  seojuyu...@gmail.com   said:
 
  yay! keep rocking.
  this is gonna be a memorial dot in the history :)
 
  a small dot... we need to do e17 now... :) bigger dot! :)
 
  Is Duke Nukem Forever out yet?
 
  It was released last summer IIRC :D
 
  Southern or Northern hemisphere summer?  Coz lots of us are in the
  south, and last summer was not so long ago.  Or have all the aussies
  moved to Korea now?  That's in the north.
 
  We better pull our fingers out then.
 
 Northern Hemisphere summer I think. It wasn't well received though. :)

Let's hope we can do better.  B-)

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Add revision to e-svn commit mails' subject

2012-04-26 Thread Leif Middelschulte
2012/2/14 Leif Middelschulte leif.middelschu...@gmail.com:
 Hi all,

 Since there were no real objections, I figured I might come up with a
 patch for the commit hook script.
 Someone with sufficient rights please apply it, so gmail won't put
 sequal commits to the same stuff by the same author into the same
 thread anymore :-)

 Find it attached.

bump!

 2012/1/17 Tom Hacohen tom.haco...@partner.samsung.com:
 On 17/01/12 10:42, Vincent Torri wrote:
 On Tue, Jan 17, 2012 at 9:39 AM, Carsten Haitzlerras...@rasterman.com  
 wrote:
 i smell a gmail web ui bug that just dumbly uses subject line for 
 threading.

 or rather a feature than a bug.

 I believe it's a feature. Unfortunately, many clients/users (really
 don't know who) often break the required fields and that makes threading
 break. GMail solved it by doing what they do. Overall, their users get
 a better user experience, at least usually.

 There are a lot of broken things there, I've seen crazy threading in
 thunderbird because of users replying to an email and changing the title
 + recipients + body (i.e everything) just to keep one contact. This of
 course created a sub-thread for me. :|

 Annoying, but I think it's too late to fix it.

 --
 Tom.

 --
 Keep Your Developer Skills Current with LearnDevNow!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-d2d
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 --
 Leif



-- 
Leif

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] time to focus on e

2012-04-26 Thread Leif Middelschulte
2012/4/26 Cedric BAIL cedric.b...@free.fr:
 On Thu, Apr 26, 2012 at 4:43 PM, Carsten Haitzler ras...@rasterman.com 
 wrote:
 ok - efl release out. i'd really like to see peolpe focus on E (not EFL) for
 the next little while until E is out. sure EFL needs bugfixes and work, but
 let's focus on our flagship... shall we?

 As a side statement don't introduce anything in E that would require
 us to release a new set of EFL libraries.
That sucks, because a randr output policy for ask is(was, I have a
patch here) missing in ecore.
 --
 Cedric BAIL

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Leif

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] time to focus on e

2012-04-26 Thread The Rasterman
On Fri, 27 Apr 2012 00:54:15 +0200 Leif Middelschulte
leif.middelschu...@gmail.com said:

 2012/4/26 Cedric BAIL cedric.b...@free.fr:
  On Thu, Apr 26, 2012 at 4:43 PM, Carsten Haitzler ras...@rasterman.com
  wrote:
  ok - efl release out. i'd really like to see peolpe focus on E (not EFL)
  for the next little while until E is out. sure EFL needs bugfixes and
  work, but let's focus on our flagship... shall we?
 
  As a side statement don't introduce anything in E that would require
  us to release a new set of EFL libraries.
 That sucks, because a randr output policy for ask is(was, I have a
 patch here) missing in ecore.

then i guess we don't do it for e17. :(

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [patch] missing doxygen files in release tarballs

2012-04-26 Thread Jérôme Pinot
Hi,

This patch add to EXTRA_DIST essential files for doxygen
 ecore/doc/Makefile.am  |2 +-
 edje/doc/Makefile.am   |2 +-
 eet/doc/Makefile.am|3 ++-
 elementary/doc/Makefile.am |3 ++-
 emotion/doc/Makefile.am|2 +-
 evas/doc/Makefile.am   |3 ++-
 6 files changed, 9 insertions(+), 6 deletions(-)


-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: elementary/doc/Makefile.am
===
--- elementary/doc/Makefile.am  (revision 70512)
+++ elementary/doc/Makefile.am  (working copy)
@@ -129,4 +129,5 @@
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html shot.sh
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html shot.sh 
\
+DoxygenLayout.xml examples.dox index.doxy
Index: eet/doc/Makefile.am
===
--- eet/doc/Makefile.am (revision 70512)
+++ eet/doc/Makefile.am (working copy)
@@ -37,4 +37,5 @@
$(srcdir)/foot.html \
$(srcdir)/head.html \
$(wildcard $(srcdir)/img/*.*) \
-   $(srcdir)/eet.dox.in
+   $(srcdir)/eet.dox.in \
+   $(srcdir)/examples.dox
Index: ecore/doc/Makefile.am
===
--- ecore/doc/Makefile.am   (revision 70512)
+++ ecore/doc/Makefile.am   (working copy)
@@ -30,4 +30,4 @@
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html 
ecore.dox.in
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html 
ecore.dox.in examples.dox
Index: evas/doc/Makefile.am
===
--- evas/doc/Makefile.am(revision 70512)
+++ evas/doc/Makefile.am(working copy)
@@ -37,4 +37,5 @@
$(srcdir)/e.css \
$(srcdir)/head.html \
$(srcdir)/foot.html \
-   $(srcdir)/evas.dox.in
+   $(srcdir)/evas.dox.in \
+   $(srcdir)/examples.dox
Index: edje/doc/Makefile.am
===
--- edje/doc/Makefile.am(revision 70512)
+++ edje/doc/Makefile.am(working copy)
@@ -32,4 +32,4 @@
 endif
 
 EXTRA_DIST = Doxyfile e.css foot.html head.html $(wildcard img/*.*) \
- $(wildcard examples/*.*)
+ $(wildcard examples/*.*) examples.dox
Index: emotion/doc/Makefile.am
===
--- emotion/doc/Makefile.am (revision 70512)
+++ emotion/doc/Makefile.am (working copy)
@@ -30,4 +30,4 @@
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html 
examples.dox


signature.asc
Description: Digital signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel