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
correct. When wYland 1.0 cones well try staying on that. Until then its alll experimental ;) Enlightenment SVN 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 > # include > > >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 > > 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
All mostly working mate ;) Some minors to deal with yet Dh Enlightenment SVN 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 > # include > > >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 > > 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-users] New EFL release cycle 1.0/1.2/1.6
On Thu, 26 Apr 2012 14:04:37 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 26 Apr 2012 14:02:26 +0900 Daniel Juyung Seo > 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년 4월 26일 오후 12:34, Carsten Haitzler 님의 말: > On Thu, 26 Apr 2012 01:43:56 +0200 Michaël Bouchaud 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) > > > -- > - 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
On 04/26/2012 03:15 PM, David Seikel wrote: > On Thu, 26 Apr 2012 14:04:37 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> On Thu, 26 Apr 2012 14:02:26 +0900 Daniel Juyung Seo >> 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
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
On Thu, Apr 26, 2012 at 4:43 PM, Carsten Haitzler 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
On Thu, 26 Apr 2012 15:40:17 +0800 P Purkayastha wrote: > On 04/26/2012 03:15 PM, David Seikel wrote: > > On Thu, 26 Apr 2012 14:04:37 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > >> On Thu, 26 Apr 2012 14:02:26 +0900 Daniel Juyung Seo > >> 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
On Thu, 26 Apr 2012 17:09:08 +0900 Cedric BAIL wrote: > On Thu, Apr 26, 2012 at 4:43 PM, Carsten Haitzler > 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
On Thu, 26 Apr 2012 17:09:08 +0900 Cedric BAIL wrote: > On Thu, Apr 26, 2012 at 4:43 PM, Carsten Haitzler > 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
On 04/26/2012 04:11 PM, David Seikel wrote: > On Thu, 26 Apr 2012 15:40:17 +0800 P Purkayastha > wrote: > >> On 04/26/2012 03:15 PM, David Seikel wrote: >>> On Thu, 26 Apr 2012 14:04:37 +0900 Carsten Haitzler (The Rasterman) >>>wrote: >>> On Thu, 26 Apr 2012 14:02:26 +0900 Daniel Juyung Seo 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
On Thu, 26 Apr 2012 16:45:36 +0800 P Purkayastha wrote: > On 04/26/2012 04:11 PM, David Seikel wrote: > > On Thu, 26 Apr 2012 15:40:17 +0800 P Purkayastha > > wrote: > > > >> On 04/26/2012 03:15 PM, David Seikel wrote: > >>> On Thu, 26 Apr 2012 14:04:37 +0900 Carsten Haitzler (The > >>> Rasterman)wrote: > >>> > On Thu, 26 Apr 2012 14:02:26 +0900 Daniel Juyung Seo > 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/2/14 Leif Middelschulte : > 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 : >> On 17/01/12 10:42, Vincent Torri wrote: >>> On Tue, Jan 17, 2012 at 9:39 AM, Carsten Haitzler >>> 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/4/26 Cedric BAIL : > On Thu, Apr 26, 2012 at 4:43 PM, Carsten Haitzler > 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
On Fri, 27 Apr 2012 00:54:15 +0200 Leif Middelschulte said: > 2012/4/26 Cedric BAIL : > > On Thu, Apr 26, 2012 at 4:43 PM, Carsten Haitzler > > 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
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
Re: [E-devel] [Patch] elm_diskselector, set icon to added item
Dear all, hello. I have tried to use the map with the diskselector. The attached patch is just draft version for using map. BUT.. just remind the Raster's comment "at least it can retain its api"... I removed number of letters feature.. when I had changed the diskselector... So.. even though an item of diskselector moves right or left side.. the item will keep its number of letters.. means... elm_diskselector_side_text_max_length_set does not work.. anyhow.. this is the draft version.. I would like to check that the map is used properly.. as the Raster's recommends "it really needs to use map" Please review the attached patch. Thanks. Sincerely, Shinwoo Kim. 2011/10/10 Carsten Haitzler > On Mon, 10 Oct 2011 22:45:56 +0900 Daniel Juyung Seo > > said: > > at least it can retain its api. :) > > > Wow this sounds like diskselector needs to be rewritten a lot. > > > > Daniel Juyung Seo (SeoZ) > > > > On Mon, Oct 10, 2011 at 6:45 PM, Carsten Haitzler > > wrote: > > > On Thu, 22 Sep 2011 18:39:53 +0900 cnook said: > > > > > >> Dear All, Hello! > > >> > > >> If the diskselector is round mode, the scroller of diskselector has > > >> additional items for its rounding(carousel) effect. > > >> Previously, elm_diskselector_item_icon_set(); did not care about > > >> theses additional items. > > >> Please review the attached patch that will care. Thanks. > > > > > > hmm ok - in svn. not giving this a lot of review. i was reviewing > > > diskselector about a week ago or so and realized.. this widget needs a > > > major overhaul in internal design and implementation. to implement a > > > rounded disk - it really needs to use map, and even then the amount of > > > rounding or if any at all should be configurable. it should almost > > > definitely implement this with a pan smart like genlist does to allow > for a > > > virtual pan area (we can make it almost infinite - well make it just > very > > > very very very large) and based on position int he virtual pan, > position > > > children (really just use a box with map used to duplicate it on the > curved > > > or visibile area). > > > > > > -- > > > - Codito, ergo sum - "I code, therefore I am" > -- > > > The Rasterman (Carsten Haitzler)ras...@rasterman.com > > > > > > > > > > -- > > > All the data continuously generated in your IT infrastructure contains > a > > > definitive record of customers, application performance, security > > > threats, fraudulent activity and more. Splunk takes this data and makes > > > sense of it. Business sense. IT sense. Common sense. > > > http://p.sf.net/sfu/splunk-d2dcopy1 > > > ___ > > > enlightenment-devel mailing list > > > enlightenment-devel@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > > > -- > > All the data continuously generated in your IT infrastructure contains a > > definitive record of customers, application performance, security > > threats, fraudulent activity and more. Splunk takes this data and makes > > sense of it. Business sense. IT sense. Common sense. > > http://p.sf.net/sfu/splunk-d2dcopy1 > > ___ > > enlightenment-devel mailing list > > enlightenment-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > -- > - Codito, ergo sum - "I code, therefore I am" -- > The Rasterman (Carsten Haitzler)ras...@rasterman.com > > diskselector.using.map.patch Description: Binary data -- 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