[E-devel] xwayland monitor plug 'n play

2015-10-29 Thread S
I have got a question, will the multihead plug 'n play with xwayland not work till xorg 1.18 ?? greez J.T.K -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- _

Re: [E-devel] xwayland multihead plug 'n play

2015-10-29 Thread S
I have got a question, will the multihead plug 'n play with xwayland not work till xorg 1.18 ?? greez J.T.K Am 29. Oktober 2015 04:31:11 MEZ, schrieb Thiep Ha : >Thank you, my friends :) > >-- >Thiep Ha > >> On Oct 28, 2015, at 5:07 PM, Jean-Philippe André >wrote: >> >> +1 of course :)

Re: [E-devel] E20 Release

2015-09-27 Thread S
Hello three I have got a a question.. What's about compiling enlightenment with llvm & cpi safestack feature ? Will it work when the gcc check is fixed in the 'make' process ??? On September 23, 2015 10:29:21 PM CEST, Tom Hacohen wrote: >Thanks! > >On Wed, Sep 23, 2015 at 9:11 PM, Mike Blumenk

[EGIT] [core/efl] master 01/01: eo-cxx: Replace C++ throw with EFL_CXX_THROW.

2014-10-13 Thread Savio S. Machado
savio pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0ca819974c2ca369526cce3424b79116aa8b2d8c commit 0ca819974c2ca369526cce3424b79116aa8b2d8c Author: Savio S. Machado Date: Mon Oct 13 07:45:34 2014 -0300 eo-cxx: Replace C++ throw with EFL_CXX_THROW

[EGIT] [core/efl] master 01/01: eina-cxx: Replace throws with EFL_CXX_THROW.

2014-10-09 Thread Savio S. Machado
savio pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1bea2242030112b13442aa044e8b92daf4c26da3 commit 1bea2242030112b13442aa044e8b92daf4c26da3 Author: Savio S. Machado Date: Thu Oct 9 14:00:56 2014 -0300 eina-cxx: Replace throws with EFL_CXX_THROW

[EGIT] [core/efl] master 01/01: autotools: Fix Makefile_Eo.am.

2014-10-03 Thread Savio S. Machado
savio pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ba131c2dea4b74dcc76706dfc549e244e6f08f59 commit ba131c2dea4b74dcc76706dfc549e244e6f08f59 Author: Savio S. Machado Date: Sat Oct 4 04:40:15 2014 +0800 autotools: Fix Makefile_Eo.am

Re: [E-devel] [EGIT] [core/efl] master 02/29: autotools: Fix 'make distcheck'.

2014-09-12 Thread Savio S. Machado
On Fri, 2014-09-12 at 23:10 +0200, Cedric BAIL wrote: > On Fri, Sep 12, 2014 at 10:26 PM, Savio Sena > wrote: > > savio pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id=4341c8a4373fbfeb1a1879b25ca4a496ae214d85 > > > > commit 4341c8a4373fbfeb1a1879b25ca

Re: [E-devel] Disabling C++ bindings by default for the 1.12 development cycle

2014-08-28 Thread Savio S. Machado
On Thu, 2014-08-28 at 11:05 +0100, Daniel Kolesa wrote: > 2014-08-28 10:57 GMT+01:00 Tom Hacohen : > > > On 28/08/14 10:54, Stefan Schmidt wrote: > > > Hello. > > > > > > On 28/08/14 11:43, Daniel Kolesa wrote: > > >> Hello everybody, > > >> > > >> after some discussion we've decided to disable th

Re: [E-devel] Disabling C++ bindings by default for the 1.12 development cycle

2014-08-28 Thread Savio S. Machado
On Thu, 2014-08-28 at 10:43 +0100, Daniel Kolesa wrote: > Hello everybody, > > after some discussion we've decided to disable the C++ bindings during the > 1.12 development cycle. The reason for this step is frequent breakages of > the bindings because of changes and new features in Eolian. > > T

[E-devel] [python] elementary and notify

2011-01-23 Thread S. Bonnegent
Hi, I have a little problem with notify. My example script is here: http://sensia.homelinux.org/files/test_notify.py If I click on "Show notify with sleep", notify appears only after the end of the order sleep (and not at the "notify.show()"). Is this possible to force posting of the win

[E-devel] Running EWL applications

2009-11-10 Thread Muthukumar S
Hi All, I am trying to run sample EWL applications but failing again and again on same point. The Way in which i am running applications is like: Bottom layer is tinyx above to that is all EWL dependent libraries and i am running ewl_test (sample application) which is getting failed when ewl_con

[E-devel] Enlightenment development

2009-03-06 Thread Aswin S
Hi, I use Ubuntu 8.10 and I installed e16 from the repositories. I was really impressed by its simplicity,customisability and speed. I installed e17 from svn. I would like to do some development work for Enlightenment. Where should I start? -- http://www.aswinatgec.wordpress.com/ i would love

[E-devel] etk text_view key_down method does not handle the empty string.

2008-07-05 Thread kalyanasundaram s
Hi all, I heard from #e, i should send the patches to the devel-list. When the modifier keys are pressed, like ctrl, alt, shift, etk's event->string is coming as empty string. So if you select some text and press these keys actually it deletes those selec

Re: [E-devel] E17 coding funds: Who wants to get paid to fix bugs and finish off todo items for E17

2006-07-15 Thread Y I Y U S jgl
Id be really interested. I just finished my exams yesterday and were looking for something to do this summer. I can code and i can draw (i have played with edje before too). the problem is due to exams im not really very up to date with the e project. if somebody pointed out a non critical work wh

Re: [E-devel] Infinite looping inside e_actions.c

2006-06-17 Thread B S Srinidhi
On Fri, 2006-06-16 at 18:20 +0530, B S Srinidhi wrote: > There's a while loop over there which, I guess, is causing the problem. > > while (scr >= zone->num) scr -= zone->num; > Raster: Your commit has solved this problem. Thanks a lot. :) Srinidhi.

[E-devel] Infinite looping inside e_actions.c

2006-06-16 Thread B S Srinidhi
the window. Srinidhi. -- ASCII ribbon campaign ( ) B S Srinidhi - against HTML email X http://srinidhi.deeproot.co.in & vCards / \ DeepRoot Linux ___ enlightenment-devel mailing list [email protected]

Re: [E-devel] Enna HTPC/mediacenter program

2006-05-31 Thread B S Srinidhi
0) at ecore_main.c:639 #17 0xb7d3bbe5 in ecore_main_loop_begin () at ecore_main.c:79 #18 0x08049bfc in main (argc=138849456, argv=0x846acb0) at main.c:529 (gdb) Srinidhi. -- ASCII ribbon campaign ( ) B S Srinidhi - against HTML email X

RE: [E-devel] BUG: dEvian:RSS module crashes E

2006-05-17 Thread B S Srinidhi
On Mon, 2006-05-15 at 13:55 +0200, Laurent Ghigonis wrote: > Should be fixed now ... ? > Yep. Its fixed. Now I can read new items without any problems. Thanks a lot. :) Srinidhi. -- ASCII ribbon campaign ( ) B S Srinidhi - against HTML email X http://srinidhi.deeproot

Re: [E-devel] BUG: dEvian:RSS module crashes E

2006-05-16 Thread B S Srinidhi
e my mouse pointer inside the RSS gadget > 3. E crashes if one of the following 2 happens : >a) Mouse pointer is pointing a new (red) item >b) Mouse pointer just enter the RSS gadget box > Same here. :( I can't read new messages without crashing E... :'( Srinidhi. -

Re: [E-devel] CVS MUNCHKINS!!!! IMPORTANT!!!!

2006-04-03 Thread B S Srinidhi
On Tue, 2006-03-28 at 02:51 -0500, Mike Frysinger wrote: > for you lazy peeps, such as myself, run these small code snippets in your cvs > repo to update your current checkouts: > > > anon CVS: > > :pserver:[EMAIL PROTECTED]:/var/cvs/e > > find -name Root |

Re: [E-devel] imlib2: Cygwin build patch

2005-09-20 Thread Yaakov S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Frysinger wrote: > how about the attached patch ? Sorry, this doesn't work. Is it being fooled by the *.dll.a import libraries? Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Cygwin) Comment: Using GnuPG with Thunderbird - http:

Re: [E-devel] imlib2: Cygwin build patch

2005-08-31 Thread Yaakov S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Frysinger wrote: >>* src/lib/Makefile.am, src/modules/filters/Makefile.am, >>src/modules/loaders/Makefile.am: >> add '-no-undefined' to *_la_LDFLAGS; > > whats the point of this ? If this is absent, libtool refuses to build shared libraries

[E-devel] imlib2: Cygwin build patch

2005-08-30 Thread Yaakov S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm attaching a patch which fixes a few issues with building and running imlib2-1.2.1 on Cygwin. * src/lib/Makefile.am, src/modules/filters/Makefile.am, src/modules/loaders/Makefile.am: add '-no-undefined' to *_la_LDFLAGS; * src/lib/dynamic_f