[E-devel] mixer module segv patch

2012-12-18 Thread Jérémy Zurcher
Hi, - prevent segv while playing with controls when a card with empty channel list is selected (ie webcam) regards Jérémy diff --git a/e/src/modules/mixer/app_mixer.c b/e/src/modules/mixer/app_mixer.c index 2fb37d1..75cbdce 100644 --- a/e/src/modules/mixer/app_mixer.c +++ b/e/src/modules/mixer/a

Re: [E-devel] EFLs Broken in SVN?

2012-12-18 Thread daniel.za...@samsung.com
I think that all the errors are good except the last one with evas. It could be related to last changes made on evas_object_text. On 12/18/2012 07:59 PM, Jeff Hoogland wrote: > Anyone else getting this compile error with the EFL combined package? > http://paste.debian.net/217057/ >

Re: [E-devel] About eina_simple_xml_parse

2012-12-18 Thread thomasg
On Wed, Dec 19, 2012 at 5:18 AM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wednesday, December 19, 2012, thomasg wrote: > > > On Wed, Dec 19, 2012 at 4:38 AM, Gustavo Sverzut Barbieri < > > barbi...@profusion.mobi > wrote: > > > > > Hi Thomas, > > > > > > The standard way is

Re: [E-devel] About eina_simple_xml_parse

2012-12-18 Thread Gustavo Sverzut Barbieri
On Wednesday, December 19, 2012, thomasg wrote: > On Wed, Dec 19, 2012 at 4:38 AM, Gustavo Sverzut Barbieri < > barbi...@profusion.mobi > wrote: > > > Hi Thomas, > > > > The standard way is pretty fast and lean, but it is a SAX-like parser. > That > > mean you only get tokens, for the tags you nee

Re: [E-devel] About eina_simple_xml_parse

2012-12-18 Thread thomasg
On Wed, Dec 19, 2012 at 4:38 AM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > Hi Thomas, > > The standard way is pretty fast and lean, but it is a SAX-like parser. That > mean you only get tokens, for the tags you need to call yet another > function to split the tag and arguments.

Re: [E-devel] About eina_simple_xml_parse

2012-12-18 Thread Gustavo Sverzut Barbieri
Hi Thomas, The standard way is pretty fast and lean, but it is a SAX-like parser. That mean you only get tokens, for the tags you need to call yet another function to split the tag and arguments. It is good enough to parse svg, as done by Esvg. Should be also enough to parse config files and your

[E-devel] About eina_simple_xml_parse

2012-12-18 Thread thomasg
Hi everyone, I was just looking at Eina Simple XML which, at first sight seemed a nice tiny XML library. However after looking closer, it seems that it is only useful to create basic XML files, but NOT to read/parse them. I used the eina_simple_xml_parse function and realized, that this basically

Re: [E-devel] [Enlightenment-intl] [PATCH][E] Translate one more label

2012-12-18 Thread The Rasterman
On Sun, 16 Dec 2012 20:02:28 +0400 Igor Murzov said: > One more trivial patch: Translate the "Shelf " message. > I did it the same way as in src/modules/conf_shelves/e_int_config_shelf.c:189 > so there will be no new message in the pot. another 'ack' -- - Codito, ergo sum - "I co

Re: [E-devel] [PATCH][E] Some gettext usage corrections

2012-12-18 Thread The Rasterman
On Sun, 16 Dec 2012 17:34:06 +0400 Igor Murzov said: it would appear mixe put these in already... tho no ack on this list.. so 'ack' :) > Hi list > > Here are four patches: > > * Fix mismatching parameters for e_action_predef_name_{set,del}(). >This patch fixes mismatching parameters for

Re: [E-devel] mixer module alsa input and mono patch

2012-12-18 Thread The Rasterman
On Tue, 18 Dec 2012 15:31:36 +0100 Jérémy Zurcher said: > Hi, > > - fixes the input channel detection > - if channel is mono force right to 0, disable right slider and lock it's in svn! tnx! :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten

Re: [E-devel] mixer module alsa input and mono patch

2012-12-18 Thread The Rasterman
On Tue, 18 Dec 2012 19:01:34 +0100 Jérémy Zurcher said: > - add missing dummy implementation of e_mixer_system_is_mono in svn. tnx! :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ---

Re: [E-devel] E SVN: acidx trunk/efl

2012-12-18 Thread The Rasterman
On Tue, 18 Dec 2012 14:49:48 -0200 Leandro Pereira said: > On 12/18/2012 02:30 PM, Enlightenment SVN wrote: > > + > > + * Add threaded renderer. > > + * Modify software_generic and gl_x11 to use threaded renderer. > > + > > This series of commits introduces threaded renderer in Evas. This ma

Re: [E-devel] [HEADS UP] EDBus lifecycle change

2012-12-18 Thread Michael Blumenkrantz
On Tue, 18 Dec 2012 15:51:15 -0200 Jose Souza wrote: > Gustavo Barbieri raised a concern about the lifecycle of objects and > proxies in edbus: if 2 e17 modules are using the same object path > or interface and one of them is unloaded, the object/proxy it's using > will end up being freed. > > S

Re: [E-devel] EpyMC first public annoucement

2012-12-18 Thread Tom Hacohen
Already got linux running, but I had to go and wasn't able to finish my work and get the efl (or any GUI for that matter) running. But that's just a matter of installing the right packages. :) Yeah, it took it a month and a half to arrive (including customs clearance) but it's a cool device noneth

Re: [E-devel] [Announce] Enlightenment DR 0.17 Omega

2012-12-18 Thread Tom Hacohen
Are you trying to show off your Greek skills? On Tue, Dec 18, 2012 at 5:32 PM, Steven Le Roux wrote: > Congrats for the amazing work ! > > And the more I use the new theme, the more I like it :) (finaly... :) ) > > > regards, > > > On Tue, Dec 18, 2012 at 6:23 PM, Michael Blumenkrantz < > mich

Re: [E-devel] EO_DEFINE_CLASS does really unlock _my_lock.mutex?

2012-12-18 Thread Tom Hacohen
Ulisses is completely right (we have talked about it on IRC, like he said). The reason we had to stick volatile in there is because it is actually volatile. Another thread could change it as we go and if we don't make it volatile the compiler could (and will) make optimisations that will make this

Re: [E-devel] E SVN: cedric trunk/e/src/modules/conf_randr

2012-12-18 Thread Leif Middelschulte
Am 18.12.2012 um 18:11 schrieb Michael Blumenkrantz : > this one is not supposed to be resizable since by spec you are only allowed > to move monitors within a certain area… I assume that you mean the max. screen size? If i recall correctly (lucky) the dialog doesn't scale the monitors to match

Re: [E-devel] EFLs Broken in SVN?

2012-12-18 Thread Rui Miguel Silva Seabra
On Tue, 18 Dec 2012 11:59:48 -0600 Jeff Hoogland wrote: > Anyone else getting this compile error with the EFL combined package? > http://paste.debian.net/217057/ I just updated my svn and did not find a compile error with the current rpm build setup. Rui ---

Re: [E-devel] E17 Crash with dual monitor setup

2012-12-18 Thread Leif Middelschulte
Am 18.12.2012 um 22:48 schrieb Edward Mann : > > > I have 2 HP LA2405wg monitors my video card is as below > > VGA > compatible controller: nVidia Corporation G98 [Quadro NVS 295] (rev a1) > (prog-if 00 [VGA controller]) > Subsystem: nVidia Corporation Device > 062e > Physical Slot: 1 > Flags:

Re: [E-devel] E SVN: cedric trunk/e/src/modules/conf_randr

2012-12-18 Thread Cedric BAIL
Cedric Bail On Dec 19, 2012 2:11 AM, "Michael Blumenkrantz" < michael.blumenkra...@gmail.com> wrote: > > this one is not supposed to be resizable since by spec you are only allowed > to move monitors within a certain area... Then the windows size was completely wrong as my second monitor was cut.

[E-devel] E17 Crash with dual monitor setup

2012-12-18 Thread Edward Mann
I have 2 HP LA2405wg monitors my video card is as below VGA compatible controller: nVidia Corporation G98 [Quadro NVS 295] (rev a1) (prog-if 00 [VGA controller]) Subsystem: nVidia Corporation Device 062e Physical Slot: 1 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at f100

Re: [E-devel] EpyMC first public annoucement

2012-12-18 Thread Davide Andreoli
2012/12/18 Tom Hacohen > Thanks Daniel! > > I still need vids though ;P > sorry, but video will come once the theme will be complete > This project couldn't have come sooner, I just got my mele a2000 and I'm > playing with it. I'll try to give it a go sooner than later. > oooh, cool piece of

Re: [E-devel] E SVN: acidx trunk/efl

2012-12-18 Thread David Seikel
On Tue, 18 Dec 2012 14:49:48 -0200 Leandro Pereira wrote: > On 12/18/2012 02:30 PM, Enlightenment SVN wrote: > > + > > + * Add threaded renderer. > > + * Modify software_generic and gl_x11 to use threaded > > renderer. + > > This series of commits introduces threaded renderer in Evas. This >

Re: [E-devel] [Announce] Enlightenment DR 0.17 Omega

2012-12-18 Thread Steven Le Roux
Congrats for the amazing work ! And the more I use the new theme, the more I like it :) (finaly... :) ) regards, On Tue, Dec 18, 2012 at 6:23 PM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > Today's release candidate of E17, [OMEGA 12], is the last pre-release; > on Friday

[E-devel] EFLs Broken in SVN?

2012-12-18 Thread Jeff Hoogland
Anyone else getting this compile error with the EFL combined package? http://paste.debian.net/217057/ -- ~Jeff Hoogland Thoughts on Technology , Tech Blog Bodhi Linux , Enlightenment for your Desktop ---

Re: [E-devel] mixer module alsa input and mono patch

2012-12-18 Thread Jérémy Zurcher
- add missing dummy implementation of e_mixer_system_is_mono regards Jérémy diff --git a/e/src/modules/mixer/sys_dummy.c b/e/src/modules/mixer/sys_dummy.c index fffce07..fe6644a 100644 --- a/e/src/modules/mixer/sys_dummy.c +++ b/e/src/modules/mixer/sys_dummy.c @@ -179,6 +179,12 @@ e_mixer_system

[E-devel] [HEADS UP] EDBus lifecycle change

2012-12-18 Thread Jose Souza
Gustavo Barbieri raised a concern about the lifecycle of objects and proxies in edbus: if 2 e17 modules are using the same object path or interface and one of them is unloaded, the object/proxy it's using will end up being freed. So we changed edbus_object_get() and edbus_proxy_get() to always inc

[E-devel] [Announce] Enlightenment DR 0.17 Omega

2012-12-18 Thread Michael Blumenkrantz
Today's release candidate of E17, [OMEGA 12], is the last pre-release; on Friday we will see the final release of Enlightenment DR 0.17. Changelog: * Translation updates * Compile fixes on non-linux platforms * Restoring default keybindings now restores all of the default keybindings * Same as ab

Re: [E-devel] E SVN: cedric trunk/e/src/modules/conf_randr

2012-12-18 Thread Michael Blumenkrantz
this one is not supposed to be resizable since by spec you are only allowed to move monitors within a certain area... On Tue, Dec 18, 2012 at 3:25 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > e: seriously, WTF with all this non resizable config setting window, it's > insane

Re: [E-devel] [e] OpenBSD & shm_open()

2012-12-18 Thread Maxime Villard
Le 18/12/2012 17:51, Vincent Torri a écrit : >> Yes I know, and the last time I tried to compile branches/ I got a >> > mega-bug with ecore. No error message, just garbage characters. > during compilation ? > > Vincent yes, i'll retry soon

Re: [E-devel] [e] OpenBSD & shm_open()

2012-12-18 Thread Vincent Torri
On Tue, Dec 18, 2012 at 5:37 PM, Maxime Villard wrote: > Le 18/12/2012 17:21, Vincent Torri a écrit : >>> As far as I'm concerned, I already sent a lot of patches to support >>> > BSD's. >>> > >>> > I'm busy the week, but free the week-end. The w-e, I send patches and >>> > I have to wait, wait, w

Re: [E-devel] E SVN: acidx trunk/efl

2012-12-18 Thread Leandro Pereira
On 12/18/2012 02:30 PM, Enlightenment SVN wrote: > + > + * Add threaded renderer. > + * Modify software_generic and gl_x11 to use threaded renderer. > + This series of commits introduces threaded renderer in Evas. This makes the main thread (the application itself, IOW) asynchronous regar

Re: [E-devel] Single tree docs - missing files

2012-12-18 Thread Jonas Gastal
On Tuesday, December 18, 2012 14:33:34 Gustavo Lima Chaves wrote: > Cool! Nice work :) > Are # refs already working inter libs? Like in #EINA_FALSE? Well, the beauty of this unification is that as far as Doxygen knows there is no such thing as inter libs. Everything in the efl is a single project

Re: [E-devel] [e] OpenBSD & shm_open()

2012-12-18 Thread Maxime Villard
Le 18/12/2012 17:21, Vincent Torri a écrit : >> As far as I'm concerned, I already sent a lot of patches to support >> > BSD's. >> > >> > I'm busy the week, but free the week-end. The w-e, I send patches and >> > I have to wait, wait, wait, ... and to resend a mail two weeks later >> > only to know

Re: [E-devel] Single tree docs - missing files

2012-12-18 Thread Gustavo Lima Chaves
* Jonas Gastal [2012-12-18 14:28:34 -0200]: > On Monday, December 17, 2012 19:45:54 Vincent Torri wrote: > > i've not managed the doc except Doxyfile file and other file because i > > didn't make my mind when i did the merge. So I've purposely not copied > > those files, but they should be in :)

Re: [E-devel] [e] OpenBSD & shm_open()

2012-12-18 Thread Michael Blumenkrantz
On Tue, Dec 18, 2012 at 4:12 PM, Maxime Villard wrote: > Le 18/12/2012 00:15, Vincent Torri a écrit : > > On Mon, Dec 17, 2012 at 5:14 PM, Maxime Villard wrote: > >> > Le 17/12/2012 01:10, Carsten Haitzler (The Rasterman) a écrit : > >>> >> the reasons are many but here are some: > >>> >> > >>>

Re: [E-devel] Single tree docs - missing files

2012-12-18 Thread Jonas Gastal
On Monday, December 17, 2012 19:45:54 Vincent Torri wrote: > i've not managed the doc except Doxyfile file and other file because i > didn't make my mind when i did the merge. So I've purposely not copied > those files, but they should be in :) > > Vincent Ok, I just commited a number of fixes fo

Re: [E-devel] [e] OpenBSD & shm_open()

2012-12-18 Thread Vincent Torri
On Tue, Dec 18, 2012 at 5:12 PM, Maxime Villard wrote: > Le 18/12/2012 00:15, Vincent Torri a écrit : >> On Mon, Dec 17, 2012 at 5:14 PM, Maxime Villard wrote: >>> > Le 17/12/2012 01:10, Carsten Haitzler (The Rasterman) a écrit : >> the reasons are many but here are some: >> >> 1.

Re: [E-devel] [e] OpenBSD & shm_open()

2012-12-18 Thread Maxime Villard
Le 18/12/2012 00:15, Vincent Torri a écrit : > On Mon, Dec 17, 2012 at 5:14 PM, Maxime Villard wrote: >> > Le 17/12/2012 01:10, Carsten Haitzler (The Rasterman) a écrit : >>> >> the reasons are many but here are some: >>> >> >>> >> 1. devs are almost all on linux... so guess what? they support the

Re: [E-devel] EO_DEFINE_CLASS does really unlock _my_lock.mutex?

2012-12-18 Thread Ulisses Furquim
Hi Stefan, On Tue, Dec 18, 2012 at 12:40 PM, Stefan Schmidt wrote: > On 18/12/12 14:17, Ulisses Furquim wrote: >> Hi, >> >> On Tue, Dec 18, 2012 at 12:07 PM, Ulisses Furquim >> wrote: >>> Hi, >>> >>> On Tue, Dec 18, 2012 at 11:33 AM, Stefan Schmidt >>> wrote: Hello. On 18/12/12

Re: [E-devel] EpyMC first public annoucement

2012-12-18 Thread Tom Hacohen
Thanks Daniel! I still need vids though ;P This project couldn't have come sooner, I just got my mele a2000 and I'm playing with it. I'll try to give it a go sooner than later. On Mon, Dec 17, 2012 at 11:25 PM, Daniel Juyung Seo wrote: > Tom, you can go and see the screenshots on the website.

Re: [E-devel] EO_DEFINE_CLASS does really unlock _my_lock.mutex?

2012-12-18 Thread Stefan Schmidt
On 18/12/12 14:17, Ulisses Furquim wrote: > Hi, > > On Tue, Dec 18, 2012 at 12:07 PM, Ulisses Furquim > wrote: >> Hi, >> >> On Tue, Dec 18, 2012 at 11:33 AM, Stefan Schmidt >> wrote: >>> Hello. >>> >>> On 18/12/12 13:09, Ulisses Furquim wrote: Hi, On Tue, Dec 18, 2012 at 7:49 AM,

[E-devel] mixer module alsa input and mono patch

2012-12-18 Thread Jérémy Zurcher
Hi, - fixes the input channel detection - if channel is mono force right to 0, disable right slider and lock regards Jérémy diff --git a/e/src/modules/mixer/app_mixer.c b/e/src/modules/mixer/app_mixer.c index 737bf86..2fb37d1 100644 --- a/e/src/modules/mixer/app_mixer.c +++ b/e/src/modules/mixer/

Re: [E-devel] Potential NULL derefs in elm_widget

2012-12-18 Thread daniel.za...@samsung.com
Hi Stefan, Don't worry, I didn't take it for me ;-) Daniel On 12/18/2012 04:09 PM, Stefan Schmidt wrote: > Hello. > > On 18/12/12 13:52, daniel.za...@samsung.com wrote: >> On 12/18/2012 03:22 PM, Stefan Schmidt wrote: >>> Hello. >>> >>> On 18/12/12 12:41, daniel.za...@samsung.com wrote: I r

Re: [E-devel] EO_DEFINE_CLASS does really unlock _my_lock.mutex?

2012-12-18 Thread Ulisses Furquim
Hi, On Tue, Dec 18, 2012 at 12:07 PM, Ulisses Furquim wrote: > Hi, > > On Tue, Dec 18, 2012 at 11:33 AM, Stefan Schmidt > wrote: >> Hello. >> >> On 18/12/12 13:09, Ulisses Furquim wrote: >>> Hi, >>> >>> On Tue, Dec 18, 2012 at 7:49 AM, Stefan Schmidt >>> wrote: Hello. On 17/12/

Re: [E-devel] Potential NULL derefs in elm_widget

2012-12-18 Thread Stefan Schmidt
Hello. On 18/12/12 13:52, daniel.za...@samsung.com wrote: > On 12/18/2012 03:22 PM, Stefan Schmidt wrote: >> Hello. >> >> On 18/12/12 12:41, daniel.za...@samsung.com wrote: >>> I removed this macro already and committed. >>> Btw, DATA_GET was already defined ... just two lines after ;-) >> But tha

Re: [E-devel] EO_DEFINE_CLASS does really unlock _my_lock.mutex?

2012-12-18 Thread Ulisses Furquim
Hi, On Tue, Dec 18, 2012 at 11:33 AM, Stefan Schmidt wrote: > Hello. > > On 18/12/12 13:09, Ulisses Furquim wrote: >> Hi, >> >> On Tue, Dec 18, 2012 at 7:49 AM, Stefan Schmidt >> wrote: >>> Hello. >>> >>> On 17/12/12 10:07, Tom Hacohen wrote: Well. The code creates a lock per class and use

Re: [E-devel] Potential NULL derefs in elm_widget

2012-12-18 Thread daniel.za...@samsung.com
On 12/18/2012 03:22 PM, Stefan Schmidt wrote: > Hello. > > On 18/12/12 12:41, daniel.za...@samsung.com wrote: >> I removed this macro already and committed. >> Btw, DATA_GET was already defined ... just two lines after ;-) > But that still could deliver NULL so the part to check for NULL before > d

Re: [E-devel] EO_DEFINE_CLASS does really unlock _my_lock.mutex?

2012-12-18 Thread Stefan Schmidt
Hello. On 18/12/12 13:09, Ulisses Furquim wrote: > Hi, > > On Tue, Dec 18, 2012 at 7:49 AM, Stefan Schmidt wrote: >> Hello. >> >> On 17/12/12 10:07, Tom Hacohen wrote: >>> Well. The code creates a lock per class and uses a global lock to handle >>> the lock per class creation. It's needed because

Re: [E-devel] Potential NULL derefs in elm_widget

2012-12-18 Thread Stefan Schmidt
Hello. On 18/12/12 12:41, daniel.za...@samsung.com wrote: > I removed this macro already and committed. > Btw, DATA_GET was already defined ... just two lines after ;-) But that still could deliver NULL so the part to check for NULL before dereferencing it and crash is still needed, right? Just

Re: [E-devel] EO_DEFINE_CLASS does really unlock _my_lock.mutex?

2012-12-18 Thread Ulisses Furquim
Hi, On Tue, Dec 18, 2012 at 7:49 AM, Stefan Schmidt wrote: > Hello. > > On 17/12/12 10:07, Tom Hacohen wrote: >> Well. The code creates a lock per class and uses a global lock to handle >> the lock per class creation. It's needed because classes are actually >> created on the fly. Just reading th

Re: [E-devel] Potential NULL derefs in elm_widget

2012-12-18 Thread daniel.za...@samsung.com
I removed this macro already and committed. Btw, DATA_GET was already defined ... just two lines after ;-) On 12/17/2012 04:45 PM, Tom Hacohen wrote: > ELM_WIDGET_DATA_GET? :) Why RETURN? You are not returning out of the > function... > > > On Mon, Dec 17, 2012 at 2:38 PM, daniel.za...@samsung.co

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-12-18 Thread Michael Blumenkrantz
On Tue, Dec 18, 2012 at 12:10 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Tue, Dec 18, 2012 at 10:01 AM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > > > Log: > > apparently efreet_menu_get() uses timers and such for some reason, sigh. > > back to threadless w

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-12-18 Thread Gustavo Sverzut Barbieri
On Tue, Dec 18, 2012 at 10:01 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > apparently efreet_menu_get() uses timers and such for some reason, sigh. > back to threadless we go for this > > ha ha (nelson style). Told you shit could happen with that ;-) efreet should support a

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/conf_intl

2012-12-18 Thread Michael Blumenkrantz
yes I do On Tue, Dec 18, 2012 at 11:04 AM, David Seikel wrote: > On Tue, 18 Dec 2012 02:41:11 -0800 "Enlightenment SVN" > wrote: > > > Log: > > add eo_US to language name list > > The USA is tired of fucking up English and now wants to fuck up > Esperanto as well? > > -- > A big old stinking pi

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/conf_intl

2012-12-18 Thread David Seikel
On Tue, 18 Dec 2012 02:41:11 -0800 "Enlightenment SVN" wrote: > Log: > add eo_US to language name list The USA is tired of fucking up English and now wants to fuck up Esperanto as well? -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the w

Re: [E-devel] E SVN: discomfitor trunk/web/www/p/index/d

2012-12-18 Thread Michael Blumenkrantz
this isn't great, but at least I can view the main page without sunglasses now On Tue, Dec 18, 2012 at 10:07 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > mild version of diagram-efl-simple-small.png because holy shit that burns > my eyes > > > Author: discomfitor > Da

Re: [E-devel] EO_DEFINE_CLASS does really unlock _my_lock.mutex?

2012-12-18 Thread Stefan Schmidt
Hello. On 17/12/12 10:07, Tom Hacohen wrote: > Well. The code creates a lock per class and uses a global lock to handle > the lock per class creation. It's needed because classes are actually > created on the fly. Just reading through the code and seeing where it > returns and when it's released a

Re: [E-devel] ecore-wayland: (version2) Fix monitoring ECORE_FD_WRITE defaultly on wayland display fd lead to 100% cpu usage

2012-12-18 Thread Chris Michael
Alex, Thank you for the patch :) Sadly I cannot take a look at it right now (busy with some other things), but I will place it in my queue and get to it probably after Christmas break. Cheers, dh -Original Message- From: Alex Wu [mailto:zhiwen...@linux.intel.com] Sent: 17 December 2012

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/comp

2012-12-18 Thread Michael Blumenkrantz
notifications can be hard to read I guess if you have a desktop bg that's EXACTLY the same color as the notification bg with comp enabled...maybe add a way to increase opacity from config? On Tue, Dec 18, 2012 at 8:33 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > in pursuit