Re: [E-devel] efl documentation etc...

2012-08-01 Thread Stefan Schmidt
Hello. On 08/01/2012 11:05 AM, Donn Jeferson Atienza wrote: > bindings for vala are called vapi files, i have not much knowledge though... > check out gnome dev site for details... :) We have vala bindings in BINDINGS/vala in svn. regards Stefan S

Re: [E-devel] E SVN: stefan trunk/e_dbus/src/lib/dbus

2012-08-09 Thread Stefan Schmidt
dified: >>trunk/e_dbus/src/lib/dbus/E_DBus.h >> > > gonna have to ask you to split these into separate commits in the future, > Captain Carriage Return Spotted my laziness. Next time, you know... regards Stefan Schmidt --

Re: [E-devel] E SVN: stefan IN trunk/ecore: . m4 src/lib/ecore_cocoa src/lib/ecore_con src/lib/ecore_config src/lib/ecore_directfb src/lib/ecore_evas src/lib/ecore_fb src/lib/ecore_file src/tests

2012-08-12 Thread Stefan Schmidt
gt; aaah i see the problem... :) Yeah, I screwed that up badly. These cflags changes should not have gone in. Sorry, for that. Should not happen, especially not in preparation for the release. I just wanted us to be able to use coverage as ecore already

[E-devel] Fwd: Re: [e-users] Python-EFL 1.7.0 ALPHA

2012-08-13 Thread Stefan Schmidt
Report from e-user: Original Message Subject: Re: [e-users] Python-EFL 1.7.0 ALPHA Date: Mon, 13 Aug 2012 14:17:26 +0100 From: Andreas Martens Reply-To: Enlightenment users discussion & support To: Enlightenment users discussion & support CC: Enlightenment Development Hey

Re: [E-devel] New EFL release cycle 1.7 BETA

2012-08-17 Thread Stefan Schmidt
p;news_id=53 I used cython 0.15.1 for the tarballs regards Stefan Schmidt -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and ho

Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-28 Thread Stefan Schmidt
don't see the proper solution coming in the next > few days I was expecting to get the Wayland engines functional for the > 1.7. God knows what kinds of breakage will happen after the release. > :) Well, not much of a reason to bring in a API

Re: [E-devel] elev8: dbus_test.js is broken

2012-08-29 Thread Stefan Schmidt
elated to dbus in elev8. We'll not use any >> of that. > > Easier said than done. :-) > I've attached a patch that removes the dbus module as well as the > example. Any takers? Nobody complained so I took it, tested it and applied it. regards Stefan Schmidt --

Re: [E-devel] Documentation for e_dbus_init and e_dbus_shutdown

2012-09-11 Thread Stefan Schmidt
Hello. On 11/09/12 10:15, Zbigniew Kosinski wrote: > > I added some description for e_dbus_init and e_dbus_shutdown documentation. Looks good. Even we we are going maybe get edbus soon I applied this. regards Stefan S

Re: [E-devel] E SVN: stefan IN trunk/eeze: . src/bin src/lib

2012-09-19 Thread Stefan Schmidt
and not on the installed system, I guess. Putting eeze_sensor_{fake,tizen}.c into eeze/src/module instead of lib. I'm fine with that. The simple reason I did not do it is that only eeze_sensor uses modules. No other parts of eeze have them. No big deal to change. Mi

Re: [E-devel] E SVN: stefan IN trunk/eeze: . src/bin src/lib

2012-09-19 Thread Stefan Schmidt
Hello. On 19/09/12 08:27, Stefan Schmidt wrote: > Hello. > > On 18/09/12 16:38, Gustavo Sverzut Barbieri wrote: >> On Tuesday, September 18, 2012, Enlightenment SVN wrote: >> >>> Log: >>> eeze: Add sensor API >>> >>> Extend eeze t

[E-devel] trunk/evil source files are gone? (only in trunk/efl)

2012-09-21 Thread Stefan Schmidt
purpose and the rest is only there to be merged in. Just want to check. :) regards Stefan Schmidt -- Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics

Re: [E-devel] trunk/evil source files are gone? (only in trunk/efl)

2012-09-21 Thread Stefan Schmidt
Hello. On 21/09/12 09:23, Vincent Torri wrote: > On Fri, Sep 21, 2012 at 10:19 AM, Stefan Schmidt > wrote: >> >> Just want to check if this is intended. It seems only the directory >> structure is still there for trunk/evil. Well, some more files like m4 >> mac

Re: [E-devel] E SVN: stefan trunk/PROTO/elocation/src/bin

2012-09-26 Thread Stefan Schmidt
s exactly what edbus2 does. Allowing for other dbus implementations if needed. Playing with edbus2 for this is on my list but not done yet. This code is in an early state right now. Using dbus calls directly is a smaller issues in this state. Thats why it is in PROTO and not

Re: [E-devel] [Enlightenment-announce] EFL Developer Day ... FULL

2012-09-28 Thread Stefan Schmidt
we should give the people a chance. :) regards Stefan Schmidt -- Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.n

Re: [E-devel] E SVN: stefan IN trunk/eeze/src: bin modules

2012-10-02 Thread Stefan Schmidt
e last time you checked. A straight forward comparison of the time-stamps. Going with the unix epoch here sounds like a sane plan. We can switch the unsigned long long timestamp in the public struct to a double as we get it from ecore_time_unix_get() if you guys want. regards Stefan Schmidt -

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

2012-10-03 Thread Stefan Schmidt
safe side, but thats what the SAFE suffix in the macro name is for I suppose. :) regards Stefan Schmidt -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance

Re: [E-devel] E SVN: stefan trunk/SCRIPTS/coccinelle

2012-10-03 Thread Stefan Schmidt
t;> fi > > Could you change the "$a" to "$d" in: > $(ls PROTO | grep -v emote | while read d; do echo PROTO/$a; done) > > That way the whole PROTO directory is not scanned over and over again. :-) Nice catch. Fixed in svn now. regards Stefan Schmidt -

Re: [E-devel] E SVN: stefan trunk/PROTO/elocation/src/lib

2012-10-04 Thread Stefan Schmidt
xed. Will be in my next commit batch. regards Stefan Schmidt -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happeni

Re: [E-devel] E SVN: stefan trunk/PROTO/elocation/src/lib

2012-10-08 Thread Stefan Schmidt
printf("Key: %s, value: %s\n", key, value); >> > > REALLY asking for trouble... value is a pointer to the wire-message and > will be freed afterwards, so you may end pointing at some point with > invalid access.. Ups, good

Re: [E-devel] E SVN: stefan trunk/e/src/modules/connman

2012-10-08 Thread Stefan Schmidt
ges to get it working with spatch 1.0-rc needed to be done. While this double conditions check is often more cosmetic it did also found some memory corruptions problems Daniel and me patched last week. regards Stefan Schmidt -- D

Re: [E-devel] efl tree

2012-10-10 Thread Stefan Schmidt
see what libs distros ship in a default installation so we can decide if we have a hard dep on these libs or not. That should clear things up a lot. (Yes, I left out engines here on purpose. Don't wanted to fight over them :)) regards Stefan Schmidt ---

Re: [E-devel] efl tree

2012-10-10 Thread Stefan Schmidt
Hello. On 10/10/12 09:50, David Seikel wrote: > On Wed, 10 Oct 2012 09:37:00 +0100 Stefan Schmidt > wrote: >> Image loaders are way more complicated sadly as we drag in >> dependencies here. I would vote for making jpeg, png, gif, bmp, eet >> on by default. >> >

Re: [E-devel] efl tree

2012-10-10 Thread Stefan Schmidt
Hello. On 10/10/12 09:56, Christopher Michael wrote: > On 10/10/12 09:46, Tom Hacohen wrote: >> On 10/10/12 10:37, Stefan Schmidt wrote: >>> Image loaders are way more complicated sadly as we drag in dependencies >>> here. I would vote for making jpeg, png, gif, bmp, e

Re: [E-devel] efl tree

2012-10-10 Thread Stefan Schmidt
Hello. On 10/10/12 10:17, David Seikel wrote: > On Wed, 10 Oct 2012 10:00:54 +0100 Stefan Schmidt > wrote: >> >> On 10/10/12 09:50, David Seikel wrote: >>> On Wed, 10 Oct 2012 09:37:00 +0100 Stefan Schmidt >>> wrote: > >> But I disagree here. Au

Re: [E-devel] efl tree

2012-10-10 Thread Stefan Schmidt
ou the guy who builds every single component for his project from hand. Tweaking all bits to squeeze out all deps and remove all unused code form your project? I think the gentoo folks would certainly welcome you. :P regards Stefan Schmidt

Re: [E-devel] efl tree

2012-10-10 Thread Stefan Schmidt
Hello. On 10/10/12 10:40, David Seikel wrote: > On Wed, 10 Oct 2012 10:33:30 +0100 Stefan Schmidt > wrote: > >> On 10/10/12 10:17, David Seikel wrote: >>> On Wed, 10 Oct 2012 10:00:54 +0100 Stefan Schmidt >>> wrote: >>>> >>>> On 10/10/1

Re: [E-devel] buildbot: what's the status ?

2012-10-15 Thread Stefan Schmidt
regards Stefan Schmidt -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, an

Re: [E-devel] [PATCH] elocation: edbus improvements

2012-10-17 Thread Stefan Schmidt
- you can use a single edbus_message_iter_arguments_get(sub, > "iiddd(idd)"... Two really nice tips. As you have seen in the code I already wondered about the last one. I applied the patch and also removed all other signature checks in another one. Will be in my next push

Re: [E-devel] buildbot: what's the status ?

2012-10-17 Thread Stefan Schmidt
Hello. On 15/10/12 13:05, Gustavo Sverzut Barbieri wrote: > On Mon, Oct 15, 2012 at 5:45 AM, Stefan Schmidt wrote: >> Hello. >> >> On 14/10/12 17:25, Vincent Torri wrote: >>> >>> i would like to know what the status of buildbot is. It seems just not &

Re: [E-devel] [PATCH] elocation: Remove unnecessary calls of edbus_signal_handler_unref

2012-10-18 Thread Stefan Schmidt
ch. Thanks. I had another look at the documentation and this time I found the note about the children of the connection being invalidated on the connection unref. Missed it the first time. Also thanks for the other cleanups in the patch. Applied and tested. Will be in my next push. regards

Re: [E-devel] E SVN: cedric IN trunk/devs: . kimcinoo

2012-10-19 Thread Stefan Schmidt
ere are > still lots of things to ENLIGHTEN me. > i just put one small spoon on dinner table you made. i will run and play > here to be an asset to you. > and i'm not pregnant, so beer would be fine. thank you again. Nice writing. :)

Re: [E-devel] spatchall dry run option

2012-10-19 Thread Stefan Schmidt
some problems on its own. :) regards Stefan Schmidt -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf

Re: [E-devel] About the new dark theme

2012-10-19 Thread Stefan Schmidt
ww.joehallock.com/edu/COM498/associations.html According to this one we should use red as it implies speed. :) regards Stefan Schmidt -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynami

Re: [E-devel] E SVN: stefan trunk/PROTO/elocation/src/lib

2012-10-22 Thread Stefan Schmidt
_arguments_set(entry, "ss", "timezone", >> address_shadow->timezone); >> +edbus_message_iter_container_close(array, entry); >> + } >> + >> + edbus_message_iter_container_close(iter, array); >>

Re: [E-devel] buildbot: what's the status ?

2012-10-23 Thread Stefan Schmidt
aken some time to figure it all out. But Daniel and me will both work on this. regards Stefan Schmidt -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for f

[E-devel] E3 default python version

2012-10-29 Thread Stefan Schmidt
problems we are not aware of? I switched it back to 2.7 now. If you changed it to 3.2 please let us know why so we an work out a solution that works for all of us. :) regards Stefan Schmidt -- The Windows 8 Center - In

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-02 Thread Stefan Schmidt
Hello. On 02/11/12 12:20, Sebastian Dransfeld wrote: > Well, edbus2 is required now, so you need it anyway. So we will release it until or with the next efreet release then? regards Stefan Schmidt -- LogMeIn Cent

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-02 Thread Stefan Schmidt
Hello. On 02/11/12 13:42, Sebastian Dransfeld wrote: > On 11/02/2012 02:17 PM, Stefan Schmidt wrote: >> Hello. >> >> On 02/11/12 12:20, Sebastian Dransfeld wrote: >>> Well, edbus2 is required now, so you need it anyway. >> >> So we will release it

Re: [E-devel] E SVN: mike_m trunk/devs/mike_m

2012-11-06 Thread Stefan Schmidt
ll e_dbus users over but that has not landed yet. Pending the e17 release IIRC. So just keep both for now. :) regards Stefan Schmidt -- LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control,

[E-devel] e distcheck failing in i18n

2012-11-12 Thread Stefan Schmidt
i18n setup we use here. I just know that src/bin/e_sys_main.c is in po/POTFILES.in Can anyone with more clue about this have a look? regards Stefan Schmidt -- Everyone hates slow websites. So do we. Make your web apps f

Re: [E-devel] e distcheck failing in i18n

2012-11-13 Thread Stefan Schmidt
Hello. On 12/11/12 14:22, Stefan Schmidt wrote: > Hello. > > After fixing some bits e distcheck is no failing in i18n like this: > > make[5]: *** No rule to make target `.deps/enlightenment_sys > e_sys_main.Po'. Stop. > > Full log at: > http://build.enlightenmen

[E-devel] Recent wizard and e config woes

2012-11-13 Thread Stefan Schmidt
x27;t thank him enozgh for hunting and fixing this. Really a big deal when on the way to the e17 release. I would like to nominate him to hero of the week. :) Make sure you update to 79212 to avoid this. regards Stefan Sc

Re: [E-devel] E SVN: stefan trunk/eina/src/lib

2012-11-13 Thread Stefan Schmidt
is right now to do this? regards Stefan Schmidt -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastruct

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

2012-11-13 Thread Stefan Schmidt
me Using to Identifiers to be more obvious > 2: border locks: deengrishify > 3: wallpaper: more sane dialog title > 4: physics: fix typo > 5: e_fm: fix typo All of them are looking fine to me. In svn. Thanks. regards Stefan Schmidt --

Re: [E-devel] Recent wizard and e config woes

2012-11-13 Thread Stefan Schmidt
ems quite obvious to me that people do that. As a developer I can't stop using it and only update e17 from svn. There is always stuff to do. :) Distributions are also likely to go with the last efl release 1.7.x for the e17 release. And for users this should indeed be a safer bet right

Re: [E-devel] Dark theme digital clock woes

2012-11-14 Thread Stefan Schmidt
ser choose them. regards Stefan Schmidt -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30

Re: [E-devel] Automake 1.11

2012-11-15 Thread Stefan Schmidt
oot for >> example), you can do it. > > I did not mention root. Could be "locked down" based on the boss > saying "Thou shalt use version X, and only version X, on pain of being > fired.". He would have been fired for using E17 then to begin with. :) regards S

Re: [E-devel] E SVN: mike_m trunk/efl/src/modules/evas/engines/gl_x11

2012-11-19 Thread Stefan Schmidt
n the list) that we should just skip -Wshadow I'm fine with changing the buildbot builds that way. regards Stefan Schmidt -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get

Re: [E-devel] E SVN: mike_m trunk/efl/src/modules/evas/engines/gl_x11

2012-11-19 Thread Stefan Schmidt
Hello. On 19/11/12 14:22, Lucas De Marchi wrote: > On Mon, Nov 19, 2012 at 11:22 AM, Stefan Schmidt > wrote: >> Hello. >> >> On 19/11/12 13:10, Enlightenment SVN wrote: >>> Log: >>> evas: Fix shadow warnings >>> >>> x1, x2 shadow

Re: [E-devel] E SVN: mike_m trunk/efl/src/modules/evas/engines/gl_x11

2012-11-20 Thread Stefan Schmidt
Hello. On 19/11/12 14:53, Stefan Schmidt wrote: > Hello. > > On 19/11/12 14:22, Lucas De Marchi wrote: >> On Mon, Nov 19, 2012 at 11:22 AM, Stefan Schmidt >> wrote: >>> Hello. >>> >>> On 19/11/12 13:10, Enlightenment SVN wrote: >>>&g

[E-devel] Warnings in python bindings compilation

2012-11-20 Thread Stefan Schmidt
%20%286%29 http://build.enlightenment.fr/builders/full-linux/builds/696/steps/compile%20python-edje/logs/warnings%20%284%29 Anyone interested in having a look? regards Stefan Schmidt -- Monitor your physical, virtual and

Re: [E-devel] E SVN: caro IN trunk/efl: . m4 src src/tests src/tests/eet src/tests/eina src/tests/eo src/tests/eo/access src/tests/eo/composite_objects src/tests/eo/constructors src/tests/eo/function_

2012-11-20 Thread Stefan Schmidt
#x27;!k' occured I already had a look at the stuff moved from the tests/eet/Makefile.am but I was not able to spot the problem. regards Stefan Schmidt -- Monitor your physical, virtual and cloud infrastructure from a

Re: [E-devel] Warnings in python bindings compilation

2012-11-20 Thread Stefan Schmidt
d in python-ecore and python-edje. There was also a unreachable return statement I just seen due to the warnings and removed it 79477. Python bindings should be all green now in buildbot. regards Stefan Schmidt -- Moni

Re: [E-devel] Warnings in python bindings compilation

2012-11-20 Thread Stefan Schmidt
t now. :) regards Stefan Schmidt -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download

Re: [E-devel] eve depending on edbus2

2012-11-22 Thread Stefan Schmidt
E17. You can use it *with* E17 > > Yes I can use it with E17 but as packager I would like to build it > against the same EFL libs as E17, and I cannot now, because it depends > on edbus2. I haven't checked if I can install edbus2 in parallel to > e_dbus without

[E-devel] Buildbot update

2012-12-04 Thread Stefan Schmidt
x the current problems to make the build solid. I will keep working on this as motivation and time permits. It just means that new stuff will be added way later. :) regards Stefan Schmidt -- LogMeIn Rescue: Anywhere

Re: [E-devel] Buildbot update

2012-12-05 Thread Stefan Schmidt
d to the move. They only show on the buildbot as far as I have seen. Don't really know what the difference might be here. regards Stefan Schmidt -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free T

Re: [E-devel] Buildbot update

2012-12-05 Thread Stefan Schmidt
Hello. On 04/12/12 10:42, Vincent Torri wrote: > On Tue, Dec 4, 2012 at 10:48 AM, Stefan Schmidt wrote: >> Hello. >> >> Small updates from the buildbot front. We are following the merge tree >> closely to find all kinds of problems with it. The current list of

Re: [E-devel] efl single tree configure.ac review

2012-12-05 Thread Stefan Schmidt
t) regards Stefan Schmidt -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering mor

Re: [E-devel] E SVN: jypark trunk/efl/src/modules/evas/loaders/bmp

2012-12-05 Thread Stefan Schmidt
27;: ../../src/modules/evas/loaders/bmp/evas_image_load_bmp.c:138:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ../../src/modules/evas/loaders/bmp/evas_image_load_bmp.c: In function 'evas_image_load_file_data_bmp':

Re: [E-devel] Buildbot update

2012-12-05 Thread Stefan Schmidt
Hello. On 05/12/12 10:18, Stefan Schmidt wrote: > I just installed the directfb headers on my local system and it builds > the directfb part without problems. Seems another buildbot-only problem. > maybe another instance of out of tree builds. Sadly my trick with > passing disable-d

[E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Stefan Schmidt
Hello. Either during the merge of ecore into efl or during Gustavos changes the std=c99 passing to ecore_con got missing. I just found it while compiling with clang. No time right now to dig into this so only the report here. Added it to my local cflags for now. regards Stefan Schmidt

Re: [E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Stefan Schmidt
Hello. On 06/12/12 10:34, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 11:28 AM, Stefan Schmidt wrote: >> Hello. >> >> Either during the merge of ecore into efl or during Gustavos changes the >> std=c99 passing to ecore_con got missing. > > adding

Re: [E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Stefan Schmidt
Hello. On 06/12/12 11:57, Vincent Torri wrote: > so it's a problem with clang. Fix your CC, then Thanks, its not my CC. I have a way to build it for my cases. regards Stefan Schmidt -- LogMeIn Rescue:

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

2012-12-10 Thread Stefan Schmidt
t feels kinda like a regression as it did work fine without them before. regards Stefan Schmidt -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide in

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

2012-12-11 Thread Stefan Schmidt
On 10/12/12 09:45, Gustavo Sverzut Barbieri wrote: > 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. >>>

Re: [E-devel] efl and --x-includes

2012-12-13 Thread Stefan Schmidt
because additional >> `/usr/include' is present on command line. >> >> Patch makes it `-I/usr/include' which seems to be intended, but not >> implemented. >> >> I verified

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

2012-12-14 Thread Stefan Schmidt
o_class_creation_lock); \ return _my_class; \ } regards Stefan Schmidt -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve

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

2012-12-17 Thread Stefan Schmidt
cked. That is the same statement everywhere. It could be a false positive. But as I did not really understand the code and cedric was also having issues understanding it I figured I may ask. :) regards Stefan Schmidt -- L

[E-devel] Potential NULL derefs in elm_widget

2012-12-17 Thread Stefan Schmidt
uggestions of fixing this is attached. Please be aware that we already check for as output of this macro in other places. It might just be that have not done it here so far as nobody got hit by a NULL dereference. :) regards Stefan Schmidt diff --git a/trunk/elementary/src/lib/elm_widget.c b/trunk/e

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

2012-12-18 Thread Stefan Schmidt
analyser seem to have a valid case here as it can't understand what will happen to lk_init. The real question now is if we can guarantee that lk_init will be <2 also in the unlock case. I have no idea what tricks eo is playing here with the volatile variable so that is where you guys come

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

2012-12-18 Thread Stefan Schmidt
? Just wondering. regards Stefan Schmidt -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on deli

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 >>

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 defi

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 Fu

Re: [E-devel] E SVN: raster trunk/web/www/p/about/e17

2012-12-20 Thread Stefan Schmidt
Hello. On 20/12/12 07:41, Vincent Torri wrote: > on http://enlightenment.org/p.php?p=about&l=en the Enesim link should > be changed to http://code.google.com/p/enesim/ Done. Should be available with the next update on the site. regards Stef

[E-devel] Changed /tmp size on e4 to 512mb

2012-12-20 Thread Stefan Schmidt
Hello. Subject says it all. 64mb was to low for the generated docs uploaded from the build slave. Seems this only hit us now that we have the docs generated for all efl and not small chunks going through the temp dir. Kudos to Daniel for fixing it. regards Stefan Schmidt

Re: [E-devel] E SVN: raster trunk/web/www/p/about/e17

2012-12-20 Thread Stefan Schmidt
sed packages. > In a ideal would openSUSE would point to > http://en.opensuse.org/Portal:Enlightenment (Our landing page) and the > others to > http://download.opensuse.org/repositories/X11:/Enlightenment:/Factory/ I have done that for you. regards Stefan Schmidt -

Re: [E-devel] E SVN: stefan trunk/efl/src

2012-12-20 Thread Stefan Schmidt
/") I changed it with various tests to get something that works for all cases. Getting tired of it. As you did work on all the autotools stuff in the merged tree you might have a good idea how to fix it. Be my guest. As far as I can see the cert files are in the src dir and also in the ta

[E-devel] Buildbot offline for the release weekend

2012-12-21 Thread Stefan Schmidt
Hello. To help a little bit with our to be overloaded servers over the release weekend buildbot will be offline. Trying to avoid all svn http checkout it does which brings down apache. Normal service should be restored back from Monday. regards Stefan Schmidt

Re: [E-devel] E SVN: barbieri trunk

2013-01-14 Thread Stefan Schmidt
ttp://trac.enlightenment.org/e/changeset/82684 > > Modified: >trunk/Makefile.linux trunk/Makefile.win Could you also commit your changes to desc.py that comes with this? ONly having the generated files is ki

Re: [E-devel] E SVN: stefan trunk/efl/src

2013-01-16 Thread Stefan Schmidt
ib_ecore_input_evas_libecore_input_evas_la_SOURCES = \ >> lib/ecore_input_evas/ecore_input_evas.c \ >> -lib/ecore_input_evas/ecore_input_evas_private.h >> +lib/ecore_input/ecore_input_evas_private.h > > > I'd fix this when I arrive at the office, but the fix is wrong: the > Makefile.am

Re: [E-devel] E SVN: barbieri trunk/efl/src/tests/eina

2013-01-18 Thread Stefan Schmidt
bcheck 0.9.8-1.1ubuntu1. Seems to got added in version 0.9.9 which is available on the buildbot and thus it passes there. regards Stefan Schmidt -- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much mo

Re: [E-devel] E SVN: barbieri trunk/efl/src/tests/eina

2013-01-18 Thread Stefan Schmidt
Hello. On 18/01/13 11:32, Gustavo Sverzut Barbieri wrote: > On Friday, January 18, 2013, Stefan Schmidt wrote: > >> Hello. >> >> On 17/01/13 19:13, Enlightenment SVN wrote: >>> Log: >>> eina/tests: fix some warnings and use better ck macros. &

Re: [E-devel] E SVN: raster IN branches/ecore-1.7: . po src/lib/ecore_x/xlib

2013-01-21 Thread Stefan Schmidt
nches/ecore-1.7/po/sl.po > branches/ecore-1.7/po/zh_CN.po > branches/ecore-1.7/src/lib/ecore_x/xlib/ecore_x_image.c Did you intend to commit these po changes here as well? regards Stefan Schmidt -- Master Visual Stud

Re: [E-devel] E SVN: cedric IN trunk/efl/src: . lib/eina

2013-01-22 Thread Stefan Schmidt
7;Eina_Unicode' is invalid in C [-Wtypedef-redefinition] typedef wchar_t Eina_Unicode; ^ ../src/lib/eina/eina_unicode.h:30:17: note: previous definition is here typedef wchar_t Eina_Unicode;

Re: [E-devel] Git repository layout - RFC

2013-01-22 Thread Stefan Schmidt
r the git migration Tom and Daniel want to know if they should just use the real one (the one you are using right now) or some kind of fake address. The real one would be preferred obviously. And as you are using gmail you don't seem to have any privacy concerns anyway. :) Sorry, I could

Re: [E-devel] Git repository layout - RFC

2013-01-22 Thread Stefan Schmidt
Hello. On 22/01/13 12:13, David Seikel wrote: > On Tue, 22 Jan 2013 11:59:54 +0000 Stefan Schmidt > wrote: > >> Hello. >> >> On 22/01/13 11:50, David Seikel wrote: >>> On Tue, 22 Jan 2013 10:09:33 + Daniel Willmann >>> wrote: >>> >&g

Re: [E-devel] Git repository layout - RFC

2013-01-22 Thread Stefan Schmidt
and efl to >> show: "SVN revision: 435435" instead of the "git-svn: ..." tag at the >> bottom of the commits, so it's cleaner and nicer. >> >> Anyhow, elementary and efl are good examples of what we plan on doin

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

2013-01-23 Thread Stefan Schmidt
Hello. On 23/01/13 10:09, Michael Blumenkrantz wrote: > you breaky my 1.7 compile I breaky your face! You stay on old versions We laugh about you! regards Stefan Schmidt -- Master Visual Studio, SharePoint,

Re: [E-devel] Naviframe looses current pushed Item when creating an inner window

2013-01-29 Thread Stefan Schmidt
p and the rest of the thread fully quoted below? :) Mailing list etiquette is nothing EFL as a project has. :) regards Stefan Schmidt -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windo

Re: [E-devel] e5: Buildbot slave migration

2013-01-30 Thread Stefan Schmidt
or both as they can handle slaves fine. Ready for flames now. regards Stefan Schmidt -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Down

Re: [E-devel] e5: Buildbot slave migration

2013-02-04 Thread Stefan Schmidt
enkins setup for E? regards Stefan Schmidt -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/ap

Re: [E-devel] e5: Call for VM

2013-02-04 Thread Stefan Schmidt
o Cross compile for ARM o gcc and clang builds o Cross builds for Windows with mingw if it turns out to be easy enough So my needs for VMs are down to 2 or 3. regards Stefan Schmidt -- Everyone hates slow websites. So do we.

Re: [E-devel] e5: Buildbot slave migration

2013-02-04 Thread Stefan Schmidt
Hello. On 04/02/13 15:58, Lionel Orry wrote: > > On Mon, Feb 4, 2013 at 3:57 PM, Stefan Schmidt > wrote: >> Hello. >> >> On 31/01/13 20:08, Lionel Orry wrote: >>> I know my voice does not count much, but I talked about jenkins too a >>> wh

[E-devel] Edje_cc sometimes gets a parsing error

2013-02-05 Thread Stefan Schmidt
es/widgets/border.edc:198 got 1 arguments, but expected 2 edje_cc: Error. PARSE STACK: collections.group.parts.part.description.text.font edje_cc: Error. PARAMS: edje_cc: Error. Sans:style=Bold make[3]: *** [default.edj] Error 255 make[3]: *** Waiting for unfinished jobs... regards Stef

Re: [E-devel] Edje_cc sometimes gets a parsing error

2013-02-06 Thread Stefan Schmidt
Hello. On 06/02/13 02:48, Cedric BAIL wrote: > On Wed, Feb 6, 2013 at 10:59 AM, Sanjeev BA wrote: >> +1 >> On Feb 5, 2013 8:47 PM, "Daniel Willmann" > wrote: >> >>> On 05/02/13 09:28, Stefan Schmidt wrote: >>> >>>> I have th

Re: [E-devel] Edje_cc sometimes gets a parsing error

2013-02-06 Thread Stefan Schmidt
Hello. On 06/02/13 09:42, Cedric BAIL wrote: > On Wed, Feb 6, 2013 at 6:30 PM, Stefan Schmidt > wrote: >> Hello. >> >> On 06/02/13 02:48, Cedric BAIL wrote: >>> On Wed, Feb 6, 2013 at 10:59 AM, Sanjeev BA wrote: >>>> +1 >>>> On Feb 5, 201

Re: [E-devel] Edje_cc sometimes gets a parsing error

2013-02-06 Thread Stefan Schmidt
Stefan Schmidt -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb

Re: [E-devel] Edje_cc sometimes gets a parsing error

2013-02-07 Thread Stefan Schmidt
Hello. On 07/02/13 03:10, Cedric BAIL wrote: > On Wed, Feb 6, 2013 at 2:16 PM, Stefan Schmidt > wrote: >> Hello. >> >> Valgrinding it did not seem to have brought us anywhere. Cedric >> suggested that it could be related to the new eina_seed. I was running >>

  1   2   3   4   5   6   7   8   9   10   >