Re: [E-devel] E SVN: billiob trunk/terminology/src/bin

2012-12-10 Thread Cedric BAIL
On Tue, Dec 11, 2012 at 6:52 AM, Enlightenment SVN wrote: > Log: > terminology: ' ' can be underlined or striken through > > Commit on rev 78285 got wrongly removed. > > Please, use svn revert (or git revert) instead of pushing some old working > code you had. I do hate wasting my time twice

Re: [E-devel] E SVN: raster trunk/e/src/modules/shot

2012-12-10 Thread Cedric BAIL
On Tue, Dec 11, 2012 at 4:05 AM, Gustavo Sverzut Barbieri wrote: > Wouldn't be nice to expose this in eina as this is a common problem? > We use mktemps() when possible, or use some other technique like ou > did if not? After having gone over our use of mkstemp and it's broken usage, it make sens

Re: [E-devel] my e is broken :(

2012-12-10 Thread Thanatermesis
I just switched to releases (instead of svn, for libs and e17), and i have got problems with the composite on my laptop, let's say after 10 startups of e17 it freezed 2 times (no segfault, and the mouse still having e17 effects). Then I tried ctrl + alt + shift + home and noticed that e17 worked g

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

2012-12-10 Thread Rui Miguel Silva Seabra
Done! On Mon, 10 Dec 2012 16:57:51 -0200 Gustavo Sverzut Barbieri wrote: > Hi Rui, > > Thank you for insisting, I also look up and it indeed works :-) > Thank (now you can also remove the rule to generate?) > > On Sun, Dec 9, 2012 at 8:30 PM, Rui Miguel Silva Seabra > wrote: > > > >> > Al

Re: [E-devel] Eo debug helper

2012-12-10 Thread Tom Hacohen
Hey Daniel, I found this in python.c in the gdb source tree: /* Implementation of gdb.solib_name (Long) -> String. Returns the name of the shared library holding a given address, or None. */ static PyObject * gdbpy_solib_name (PyObject *self, PyObject *args) So just use gdb.solib_name... I

[E-devel] freezes and crashes

2012-12-10 Thread Massimo Maiurana
yesterday I rebuilt all efl+e17 using released tarballs (efl 1.7.3 and e17 beta), just to see if my problems are related to current svn... well, looks like they're not :( here is what happens: - on first attempt to run e, right after machine boot, e always freezes showing the splash screen with fa

Re: [E-devel] Ecore_Getopt NEW FEATURE! MOST_WANTED

2012-12-10 Thread Deon Thomas
thanks for fixing and putting it into svn :) Thank You. --- --- --- --- --- --- --- --- --- Deon Thomas [ http://www.elivecd.org ] Programmer / Network Admin / Microsoft Certified Technology Specialist On Mon, Dec 10, 2012 at 2:57 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote:

Re: [E-devel] E SVN: raster trunk/e/src/modules/shot

2012-12-10 Thread Gustavo Sverzut Barbieri
Raster, Wouldn't be nice to expose this in eina as this is a common problem? We use mktemps() when possible, or use some other technique like ou did if not? Also would be nice to use $XDG_RUNTIME_DIR if possible. This envvar is set with an user-scope, then it's safe by nature to store stuff in th

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

2012-12-10 Thread Gustavo Sverzut Barbieri
Hi Rui, Thank you for insisting, I also look up and it indeed works :-) Thank (now you can also remove the rule to generate?) On Sun, Dec 9, 2012 at 8:30 PM, Rui Miguel Silva Seabra wrote: > >> > All in all just revert your commit before it hurt other people (as >> > file will exist without

Re: [E-devel] Ecore_Getopt NEW FEATURE! MOST_WANTED

2012-12-10 Thread Gustavo Sverzut Barbieri
both in svn with some changes. Your terminology patch was leaking both the strbuf and the string. On Fri, Dec 7, 2012 at 5:18 PM, Deon Thomas wrote: > updated terminology patch remove commented things > > Thank You. > --- --- --- --- --- --- --- --- --- > Deon Thomas [ http://www.elivecd.org ] >

Re: [E-devel] site

2012-12-10 Thread Steven Le Roux
F**k ! http://www.whois.net/whois/e.org On Mon, Dec 10, 2012 at 3:34 PM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > Hi, > > I've been unable to load anything on e.org for the past 3-4 hours today, > and it seems to be similar for everyone else in the world. It would be > gre

Re: [E-devel] Memory Leak in Eet + OpenSSL

2012-12-10 Thread Leandro Santiago
Yes, I can. I will do it tomorrow at work, as soon the svn server returns working. 2012/12/10 Luis Felipe Strano Moraes > Could you please re-run the test either with the latest stable or with > current SVN HEAD? Would make it much easier for people to test it. > > BR, > --lf > > > On Mon, Dec

Re: [E-devel] Memory Leak in Eet + OpenSSL

2012-12-10 Thread Luis Felipe Strano Moraes
Could you please re-run the test either with the latest stable or with current SVN HEAD? Would make it much easier for people to test it. BR, --lf On Mon, Dec 10, 2012 at 12:56 PM, Leandro Santiago < leandrosansi...@gmail.com> wrote: > Ops,I forgot to say. I'm using ubuntu 12.04 amd64. > > > 20

Re: [E-devel] Memory Leak in Eet + OpenSSL

2012-12-10 Thread Leandro Santiago
Ops,I forgot to say. I'm using ubuntu 12.04 amd64. 2012/12/10 Leandro Santiago > Hello to all. As the e server is down, I'm sending this report to this > mailing list. > > I think there's a memory leak in eet when openssl is used as cipher engine. > > I wrote a small test case, which is attache

[E-devel] Memory Leak in Eet + OpenSSL

2012-12-10 Thread Leandro Santiago
Hello to all. As the e server is down, I'm sending this report to this mailing list. I think there's a memory leak in eet when openssl is used as cipher engine. I wrote a small test case, which is attached, as well the output of the executable in valgrind (--tool=memcheck and --leak-check=full).

[E-devel] site

2012-12-10 Thread Michael Blumenkrantz
Hi, I've been unable to load anything on e.org for the past 3-4 hours today, and it seems to be similar for everyone else in the world. It would be great if this were not the case. -- LogMeIn Rescue: Anywhere, Anytime Remo

Re: [E-devel] E SVN: hermet trunk/elementary/src/lib

2012-12-10 Thread ChunEon Park
ok. may be fixed when elm_layout is applied. -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: ; Cc: ; Sent: 2012-12-10 (월)

Re: [E-devel] E SVN: raster trunk/e/src/modules/xkbswitch

2012-12-10 Thread Daniel Juyung Seo
haha nice team work! Daniel Juyung Seo (SeoZ) On Dec 10, 2012 9:01 PM, "Carsten Haitzler" wrote: > On Mon, 10 Dec 2012 11:10:03 + Michael Blumenkrantz > said: > > > On Mon, Dec 10, 2012 at 11:00 AM, Enlightenment SVN < > > no-re...@enlightenment.org> wrote: > > > > > Log: > > > xkb keyboard

Re: [E-devel] E SVN: raster trunk/e/src/modules/xkbswitch

2012-12-10 Thread The Rasterman
On Mon, 10 Dec 2012 11:10:03 + Michael Blumenkrantz said: > On Mon, Dec 10, 2012 at 11:00 AM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > > > Log: > > xkb keyboard list add dialog resizable++ > > > > > > > > Author: raster > > Date: 2012-12-10 03:00:57 -0800 (Mon

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

2012-12-10 Thread Bruno Dilly
On Sat, Dec 8, 2012 at 7:21 AM, Enlightenment SVN wrote: > Log: > edje: use eo more. > > > Author: cedric > Date: 2012-12-08 01:21:10 -0800 (Sat, 08 Dec 2012) > New Revision: 80519 > Trac: http://trac.enlightenment.org/e/changeset/80519 > > Modified: > trunk/edje/src/lib/ed

Re: [E-devel] PROPOSAL: Support physics on Edje

2012-12-10 Thread Bruno Dilly
On Mon, Dec 10, 2012 at 4:48 AM, Carsten Haitzler wrote: > On Tue, 27 Nov 2012 08:52:14 -0200 Gustavo Sverzut Barbieri > said: > >> On Tuesday, November 27, 2012, Carsten Haitzler wrote: >> >> > On Mon, 26 Nov 2012 12:47:16 -0200 Bruno Dilly >> > > said: >> > >> > > Hey folks, >> > > >> > > we're

Re: [E-devel] E SVN: raster trunk/e/src/modules/xkbswitch

2012-12-10 Thread Michael Blumenkrantz
On Mon, Dec 10, 2012 at 11:00 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > xkb keyboard list add dialog resizable++ > > > > Author: raster > Date: 2012-12-10 03:00:57 -0800 (Mon, 10 Dec 2012) > New Revision: 80592 > Trac: http://trac.enlightenment.org/e

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4

2012-12-10 Thread Gustavo Sverzut Barbieri
On Monday, December 10, 2012, Stefan Schmidt wrote: > Hello. > > On 07/12/12 23:17, Enlightenment SVN wrote: > > Log: > > efl: almost final ecore/evas/ecore-evas options integration. > > > >Many changes in this commit, but overall it should work. If not let me > >know. > > > > * ECORE_

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4

2012-12-10 Thread Stefan Schmidt
Hello. On 07/12/12 23:17, Enlightenment SVN wrote: > Log: > efl: almost final ecore/evas/ecore-evas options integration. > >Many changes in this commit, but overall it should work. If not let me >know. > > * ECORE_CHECK_X_EXTENSION() will now fail if Xlib extension is not found. It se

Re: [E-devel] Eo debug helper

2012-12-10 Thread daniel.za...@samsung.com
Hi Tom, 1. I will check it, maybe just print line and which file 2. I don't find how to get the library name. Sure it will be easier with the library. 3. I understand the point but for the moment I don't have a solution. I will investigate when time is with me (not so english, this sentence). I

Re: [E-devel] [Patch] Some trivial patches

2012-12-10 Thread The Rasterman
On Mon, 10 Dec 2012 17:35:25 +1000 David Seikel said: > On Mon, 10 Dec 2012 16:26:51 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 15 Nov 2012 21:30:27 +0100 thomasg > > said: > > > > > On Thu, Nov 15, 2012 at 5:15 PM, David Seikel > > > wrote: > > > > On Thu, 15 Nov 2012 19:

Re: [E-devel] Enlightenment E17 Lost Windows Fix for Ticket #1680

2012-12-10 Thread The Rasterman
On Mon, 10 Dec 2012 03:33:10 -0400 Deon Thomas said: > fixed long ago splendiferous marmosets on a stick. :) > Thank You. > --- --- --- --- --- --- --- --- --- > Deon Thomas [ http://www.elivecd.org ] > Programmer / Network Admin / Microsoft Certified Technology Specialist > > > > On Sun, D