[E-devel] [PATCH] elm: Make the max value displayed in progressbar configurable

2012-06-12 Thread Daniel Willmann
. Regards, Daniel Willmann (1): elementary: Add elm_progressbar_maxunit_{set,get} functions trunk/elementary/src/lib/elm_progressbar.c | 27 ++- trunk/elementary/src/lib/elm_progressbar.h | 26 ++ 2 files changed, 52 insertions(+), 1 deletion

[E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-12 Thread Daniel Willmann
progress bar is something else than percent, such as hours left. Signed-off-by: Daniel Willmann --- trunk/elementary/src/lib/elm_progressbar.c | 27 ++- trunk/elementary/src/lib/elm_progressbar.h | 26 ++ 2 files changed, 52 insertions(+), 1

[E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-12 Thread Daniel Willmann
. These functions allow you to change the upper range to something else. This is useful if the value represented by the progress bar is something else than percent, such as hours left. Signed-off-by: Daniel Willmann --- trunk/elementary/ChangeLog |3 +++ trunk/elementary/src/lib

[E-devel] [PATCH] elev8: CElmActionSlider: Add callback for "selected" signal

2012-06-12 Thread Daniel Willmann
Hello, the elev8 bindings for the ActionSlider are missing the "selected" signal. This patch adds a handler for it. I have also updated the sample .js to demo the functionality (The label on the fourth button changes). Regards, Daniel Willmann Signed-off-by: Daniel Willmann --- t

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-14 Thread Daniel Willmann
ere I also updated the progress bar example. Regards, Daniel Willmann 2012/6/12 Daniel Willmann Hello, updated version. I added the @since 1.1 mentioned by Stefan and mentioned the default value. Regards, Daniel These functions change the range of the value displayed on the progress bar

[E-devel] Broken links on http://www.enlightenment.org/p.php?p=docs

2012-06-14 Thread Daniel Willmann
Hello, I just noticed that the links for epdf docs and all application documentation (exalt, ephoto manager and eyelight) lead to an HTTP 404 error. Since I can generate the epdf and exalt documentation on my machine, I would guess it is a server issue. Regards, Daniel Willmann

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

2012-06-14 Thread Daniel Willmann
In that case you should probably change some of the ENGINE_COMPARE(name) definitions in there. Some of them have a safeguard against a NULL pointer while some don't. Regards, Daniel Willmann > Modified: >trunk/elementary/src/lib/elm_win.c > > Modified:

Re: [E-devel] Broken links on http://www.enlightenment.org/p.php?p=docs

2012-06-15 Thread Daniel Willmann
>> eio emotion ethumb elementary e" > > i removed them because they broke and thus all docs were not re-generating. So maybe we should remove the links to the docs then as well? Having 404 errors looks bad. :-) >> untested >> >> D'ar yaou 14 a viz Mez

[E-devel] Example for elm_progressbar_unit_format_function

2012-06-15 Thread Daniel Willmann
Hello, I have added an example for the unit format function to the progress bar example. Please see the attached patch. Regards, Daniel Willmann >From 976579166f3328aa7398916d31d700bba6cbab2a Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 14 Jun 2012 10:15:49 +0100 Subject: [PA

[E-devel] [PATCH] elev8: Add CElmThumb thumbnail widget

2012-06-15 Thread Daniel Willmann
Hello, this patch adds basic support for the elm_thumb widget to elev8. A demo script can be found in data/javascript/. Not yet implemented are the ethumb_client_* calls. I'm not sure if that should be its own class or if the functions should be included in here. Regards, Signed-off-by: D

[E-devel] [PATCH] elementary: Fix typo preventing examples to be compiled

2012-06-19 Thread Daniel Willmann
Just a quick fix. Seems like this was not compile tested. Regards, Signed-off-by: Daniel Willmann --- .../elementary/src/examples/progressbar_example.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/elementary/src/examples/progressbar_example.c b/trunk/elementary

[E-devel] [PATCH] CElmProgressBar: Add binding and example for "changed" signal

2012-06-19 Thread Daniel Willmann
This just got in Elementary, support it here as well. Signed-off-by: Daniel Willmann --- trunk/PROTO/elev8/data/javascript/progressbar.js | 29 +-- .../PROTO/elev8/src/modules/elm/CElmProgressBar.cc | 38 .../PROTO/elev8/src/modules/elm/CElmProgressBar.h

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-20 Thread Daniel Willmann
ges the background, an icon, etc. I think it would make sense to have both features side-by-side, each for their own use case. Regards, Daniel > 2012/6/19 Carsten Haitzler > >> On Thu, 14 Jun 2012 15:04:40 +0100 Daniel Willmann>> >> said: >> >> thanks! i

Re: [E-devel] enlightenment-devel Digest, Vol 74, Issue 116

2012-06-21 Thread Daniel Willmann
Hello, On 06/21/2012 03:19 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Jun 21, 2012 at 10:46 AM, PRINCE KUMAR DUBEY > wrote: > Also, don't just patch Edje. Raster now wants a ecore_audio to > abstract audio from multisense and later be usable from outside it > (I've heard Stefan is working o

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/modules/elm

2012-06-21 Thread Daniel Willmann
Hi, On Thu, June 21, 2012 22:03, Enlightenment SVN wrote: > Log: > elev8: Implemented Enabled Pos in CElmActionSlider > +GENERATE_PROPERTY_CALLBACKS(CElmActionSlider, enabled); enabled is already a property in CElmObject, maybe enabled_pos is a better name? Regards, Daniel

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-22 Thread Daniel Willmann
on depending on the speed, progress, ...). That said, I'm not going to follow up on this as it seems that your mind is set. Regards, Daniel > 2012/6/20 Daniel Willmann > >> Hello, >> >> >> On 06/19/2012 11:57 PM, Michaël Bouchaud wrote: >> >>> Damn !!!

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-27 Thread Daniel Willmann
also attached a patch to add the since keyword to the signal documentation. This does not seem to have the intended effect, maybe someone with more knowledge about doxygen can look into this? Regards, Daniel 2012/6/22 Daniel Willmann On 06/21/2012 11:34 PM, Michaël Bouchaud wrote: Sorry,

[E-devel] [PATCH] elementary: deprecated-- in examples

2012-06-27 Thread Daniel Willmann
Hello, it seems that the elementary examples still use some deprecated functions, most notably elm_icon_* that has been replaced by elm_image_*. This patch fixes that. Regards, Signed-off-by: Daniel Willmann --- .../elementary/src/examples/calendar_example_04.c |2 +- .../elementary/src

Re: [E-devel] [PATCH] elementary: deprecated-- in examples

2012-06-29 Thread Daniel Willmann
Hi Bruno, On 06/27/2012 07:21 PM, Bruno Dilly wrote: On Wed, Jun 27, 2012 at 3:11 PM, Bruno Dilly wrote: On Wed, Jun 27, 2012 at 1:43 PM, Daniel Willmann wrote: it seems that the elementary examples still use some deprecated functions, most notably elm_icon_* that has been replaced by

Re: [E-devel] Usage of @ref on docs

2012-07-03 Thread Daniel Willmann
On 07/01/2012 08:42 AM, Daniel Juyung Seo wrote: > +1 here. This looks quite useful. I agree and will try to use it in future documentation. Not sure if it is worth the trouble going through all the docs and changing it, though. Regards, Daniel --

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

2012-07-03 Thread Daniel Willmann
quot; @li. Other variations, such as putting since in front of the changed @li did weird things to the formatting as well. I tried to contain it with the grouping symbols, but that didn't seem to work, either. Regards, Daniel Willmann --

[E-devel] Progress bar documentation update (was: Re: [PATCH] elementary: deprecated-- in examples)

2012-07-03 Thread Daniel Willmann
On 06/29/2012 07:50 PM, Bruno Dilly wrote: On Fri, Jun 29, 2012 at 12:10 PM, Daniel Willmann wrote: I've attached a patch to fix the example documentation. I'm in the process of updating the progressbar example doc as well - to explain the format function and changed signal. But that

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

2012-07-04 Thread Daniel Willmann
On 07/03/2012 02:33 PM, Daniel Juyung Seo wrote: > I found the same indent problem with edc reference doc. The doxygen > looked ok but indent was broken on the doc. Okay, so more problems with doxygen. If I find something out I'll let you know. Regards, Dani

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-08-15 Thread Daniel Willmann
Hello, On 08/14/2012 08:04 PM, Enlightenment SVN wrote: > Log: > elev8: Flush stdout when printing debug message > > Author: acidx > Modified: trunk/PROTO/elev8/src/bin/main.cc > === > --- trunk/PROTO/elev8/src/bin/main.cc 201

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

2012-08-15 Thread Daniel Willmann
vail. Regards, Daniel >From 5ced21d389bf4a9a22a2af0ca34c8d66cb5bd366 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 15 Aug 2012 17:27:47 +0100 Subject: [PATCH] elev8: Fix the UI logic of dbus_test.js With this patch the dbus_test UI shows again. However, the dbus functions are sti

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

2012-08-15 Thread Daniel Willmann
On 08/15/2012 06:27 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Aug 15, 2012 at 2:15 PM, Daniel Willmann > wrote: >> while trying to figure out how the dbus support in elev8 works I noticed >> that the example is out of date. I've attached a patch that fixes the UI >&

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

2012-08-17 Thread Daniel Willmann
On 08/15/2012 06:59 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Aug 15, 2012 at 2:55 PM, Daniel Willmann > wrote: > >> On 08/15/2012 06:27 PM, Gustavo Sverzut Barbieri wrote: >>> That dbus support is horrible and we'll replace it with a proper version >>&g

Re: [E-devel] E SVN: barbieri IN trunk/terminology: . src/bin

2012-08-22 Thread Daniel Willmann
On 08/22/2012 11:57 AM, Enlightenment SVN wrote: > Author: barbieri > Date: 2012-08-22 03:57:51 -0700 (Wed, 22 Aug 2012) > New Revision: 75539 > Trac: http://trac.enlightenment.org/e/changeset/75539 > > Modified: > trunk/terminology/README trunk/terminology/src/bin/termcmd.

Re: [E-devel] E SVN: barbieri IN trunk/terminology: . src/bin

2012-08-22 Thread Daniel Willmann
On 08/22/2012 02:41 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Aug 22, 2012 at 9:23 AM, Daniel Willmann > wrote: >> On 08/22/2012 11:57 AM, Enlightenment SVN wrote: >>> + g0=80x40; g1=80x40; g2=80x60; g3=80x80; g4=120x24; g5=120x40; >>> g6=120x60; >>

Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-24 Thread Daniel Willmann
Hello, On 08/24/2012 02:03 PM, Rajeev Ranjan wrote: > [Root cause]: >Some locales don't have AM/PM string since they strictly follow 24 HR > format and the this case is not handled in datetime widget. > > [Change Description]: >Datetime widget is modified to display default AM/PM strings

Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-24 Thread Daniel Willmann
Hello Rajeev, On 08/24/2012 02:51 PM, Rajeev Ranjan wrote: > Hi Daniel, >Following is my reply to your queries. > --- Original Message --- > Sender : Daniel Willmann Engineer/SERI-Samsung Linux > Platform (SLP)/Samsung Electronics > Date : Aug 24, 2012 19:06 (GMT+0

Re: [E-devel] Add Null Chekcing Routine in eet_lib

2012-09-05 Thread Daniel Willmann
Hi, On 09/05/2012 02:12 PM, Tom Hacohen wrote: > free, strlen and strcpy are just a few of the many examples that don't > accept NULL. Having sanity checks everywhere is not "safer", it just I agree with most things you said, just one note from the free() man page: "Otherwise, or if free(ptr) h

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

2012-09-10 Thread Daniel Willmann
ge because I actually spent time fixing the other possibility. Regards, Daniel Willmann From 056e2ce0d76205861351c78aca69b1ce56401362 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Mon, 10 Sep 2012 15:25:19 +0100 Subject: [PATCH] eina_module: Fix eina_module_load() error handling dlsym

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

2012-09-11 Thread Daniel Willmann
Hello again, On 09/10/2012 03:59 PM, Daniel Willmann wrote: > On 09/10/2012 03:09 PM, Enlightenment SVN wrote: >> Log: >> eina/module: Rephrase warnings message on module init. >> >> Thsi will also fail if the symbol is there but the init function just fails >&

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

2012-09-12 Thread Daniel Willmann
Hi, from the looks of this patch you can probably save yourself some time and compares by checking for pl->u.ep->name at the beginning of this hunk and skipping it entirely if it's NULL. Regards, Daniel Willmann On 09/11/2012 09:15 AM, Enlightenment SVN wrote: > Log: > edje:

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

2012-09-28 Thread Daniel Willmann
takes to much time. as Stefan said I have the same problem. It would be sad to miss this. Regards, Daniel Willmann -- Got visibility? Most devs has no idea what their production app looks like. Find out ho

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

2012-09-28 Thread Daniel Willmann
Hello, On 09/28/2012 11:28 AM, rustyBSD wrote: > Le 28/09/2012 09:04, Carsten Haitzler (The Rasterman) a écrit : > You fucking don't understand what i told. > > I told that > > I HAVE ALREADY MADE A PATCH WHICH DOES A BETTER JOB > THAN YOURS, AND THAT I'M JUST WAITING FOR VTORRI > > Isn't that

[E-devel] Memory corruption in ecore_thread_feedback

2012-10-02 Thread Daniel Willmann
Hello, I have attached a patch (and a backport patch) with a fix for ecore. I tried to achieve vtorri compliance (AUTHORS, NEWS, ChangeLog, backport). Regards, Daniel Willmann From a0b95925bc397293f6d94ae5d58172d24309d737 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 2 Oct 2012 16

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

2012-10-03 Thread Daniel Willmann
Cool stuff, thanks for updating this. Just one thing I noticed while playing around with it. On 10/03/2012 09:45 AM, Enlightenment SVN wrote: > Modified: trunk/SCRIPTS/coccinelle/spatchall.sh > === > --- trunk/SCRIPTS/coccinelle/spatc

[E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-03 Thread Daniel Willmann
than the actual type) * eio - Problem using sizeof(type *) instead of sizeof(type) for allocation * elmdentica - Same problem as with eio, but implemented less cunningly Regards, Daniel Willmann From 5e3e3b16d1d32e3d5ed3d3383e5d51cb3a4d7abe Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed

Re: [E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-04 Thread Daniel Willmann
On 10/03/2012 05:28 PM, Igor Murzov wrote: > All patches are > Reviewed-by: Igor Murzov > > I have just prepared the very same patch for Eio, but you were > faster submitting it :) Hehe, it happens. But I see you had enough patches that no-one beat you to.:-) Regards,

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

2012-10-15 Thread Daniel Willmann
them running once I get access. I used a Jenkins setup in my university's diploma thesis so I know how useful a CI tool can be. I don't know buildbot yet, but how hard can it be? :-) > IMO the only way to make it work is if bot mail e-devel/e-svn and send > issues to #ede

[E-devel] spatchall dry run option

2012-10-18 Thread Daniel Willmann
Hello, attached is a small patch that adds an option to perform a dry run with spatchall.pl. The diff with the changes that would be made is printed out, but the changes are not actually applied. Useful for testing new scripts. Regards, Daniel Willmann >F

Re: [E-devel] E SVN: devilhorns IN trunk/devs: . asdfuser

2012-10-19 Thread Daniel Willmann
Hello, On 10/19/2012 10:07 AM, Enlightenment SVN wrote: > Log: > Devs: Please welcome Daniel Willmann to the development community. He > writes great code and has already provided many excellent patches. > > Signed-off-by: Christopher Michael thank you for the kind words,

Re: [E-devel] E SVN: devilhorns IN trunk/devs: . asdfuser

2012-10-19 Thread Daniel Willmann
On 10/19/2012 10:53 AM, Vincent Torri wrote: > On Fri, Oct 19, 2012 at 11:49 AM, Christopher Michael > wrote: >> On 19/10/12 10:47, Daniel Willmann wrote: >>> On 10/19/2012 10:07 AM, Enlightenment SVN wrote: >>>> Log: >>>> Devs: Please welcome Dan

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

2012-10-25 Thread Daniel Willmann
Hello, we made some more progress. > o Got access to e3 again and installed fribidi, lcov and check. > o Addded the merged efl tree and removed evil, eina and eet deps > o Kicked e3 and e4 until they started building again > o Removed some of the configure options that got removed. * Added edbus

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

2012-10-25 Thread Daniel Willmann
Hello, short update On 10/25/2012 11:32 AM, Daniel Willmann wrote: > One issue we're seeing, which seems to be a problem and strain on SVN is > that if an update fails for some reason (i.e. due to server load) > buildbot deletes the complete checkout and checks out /trunk from SVN

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

2012-10-25 Thread Daniel Willmann
On 10/25/2012 11:58 AM, Vincent Torri wrote: > On Thu, Oct 25, 2012 at 12:32 PM, Daniel Willmann > wrote: >> buildbot deletes the complete checkout and checks out /trunk from SVN again. >> This doesn't help if the update failed due to high load in the first >> place

[E-devel] [RFC] Add embryo function get_image_id

2012-10-30 Thread Daniel Willmann
Hello, please see attached patch which adds a function to get an image ID from a name (similar to get_part_id). I updated examples/embryo_custom_state.edc to show how to use it. Please tell me whether I need to change anything or if this patch is okay to commit. Regards, Daniel Willmann >F

Re: [E-devel] [PATCH][EET] Add missing UNLOCK_CACHE in eet_open function.

2012-11-14 Thread Daniel Willmann
On 11/14/2012 01:16 PM, Carsten Haitzler (The Rasterman) wrote: > On Wed, 14 Nov 2012 11:54:02 + Christopher Michael > > said: > >> Patch looks good :) Nice catch ;) >> >> I have applied this to the efl/src/lib/eet tree also, and am Downloading >> the older eet tree now to apply it there. >

Re: [E-devel] merge status: ecore added

2012-12-05 Thread Daniel Willmann
Hi, On 12/02/2012 10:45 PM, Vincent Torri wrote: > i've aded ecore in efl/ I'm pretty sure that there are plenty if bugs. > Please report them here thanks for the merge. I see you have recently also added the examples and tests back and noticed two problems. I have fixed the examples as they we

Re: [E-devel] ephysics / edje circular dependency

2012-12-12 Thread Daniel Willmann
On 12/12/2012 11:34 AM, Bruno Dilly wrote: > On Wed, Dec 12, 2012 at 8:29 AM, Andrea Suisani wrote: >> >> commit 80749 fix the problem. > > Yeah, I saw Daniel disabled the tests by default (what depends on edje). > Not necessary, you could have just disabled it in this build using > --disable-bui

Re: [E-devel] E SVN: asdfuser branches/eet-1.7 branches/eet-1.7/src/lib trunk/efl trunk/efl/src/lib/eet

2012-12-12 Thread Daniel Willmann
n't this an API break ? >> >> On Wed, Dec 12, 2012 at 3:49 PM, Enlightenment SVN >> wrote: >>> Log: >>> eet: Fix possible buffer overflow in functions relying on EET_T_LAST. >>> >>> Issue reported by Klocwork. Backport, ChangeL

Re: [E-devel] E SVN: asdfuser branches/eet-1.7 branches/eet-1.7/src/lib trunk/efl trunk/efl/src/lib/eet

2012-12-12 Thread Daniel Willmann
Hey, just thought about it some more. On 12/12/2012 03:18 PM, Michael Blumenkrantz wrote: > On Wed, 12 Dec 2012 15:08:49 + > Daniel Willmann wrote: > >> On 12/12/2012 03:02 PM, Michael Blumenkrantz wrote: >>> stupid though it may seem, released #defines indeed c

Re: [E-devel] E SVN: asdfuser IN trunk/efl/src/lib: . ecore_audio

2012-12-17 Thread Daniel Willmann
On 12/15/2012 03:26 AM, David Seikel wrote: > On Fri, 14 Dec 2012 15:38:02 -0800 "Enlightenment SVN" > wrote: > >> Log: >> efl: Introducing ecore_audio - the audio API for efl > > How does this relate to multisense? As I understand it edje multisense is the framework that lets you do more than

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

2012-12-20 Thread Daniel Willmann
It would be mighty fine if these kind of changes are communicated beforehand or if you update the buildbot Makefiles as well (you did write them once, didn't you?). If I hadn't noticed this commit at the same time Stefan noticed that the tests on buildbot are not run anymore you would have sent us

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

2012-12-21 Thread Daniel Willmann
thomasg wrote: > (P.S. You should fix your name setting in the company mail client Daneil > :P) Ha, fixed - thank you. For corporate mail I am on Windows only at the moment because I can't seem to login to the Exchange IMAP Gateway anymore. I can not tell you how my hatred of all things Windows h

[E-devel] Dedicated SVN VM for release

2012-12-21 Thread Daniel Willmann
Hi guys, with all the trouble everyone is having with SVN and web I thought it would be a good idea to at least migrate SVN off to a different server before the release. I am going to spend some time setting this up and hopefully it will be done. As I'm only thinking about SVN at the moment it sho

Re: [E-devel] Dedicated SVN VM for release

2012-12-21 Thread Daniel Willmann
On Fri, December 21, 2012 14:58, Tom Hacohen wrote: > SVN? Why? Because that will take the load off of the webserver, hopefully leaving us with less spank, spank errors on the e website for the release... > Mirroring the tarballs should be more than enough. Don't worry, it's not going to happen.

Re: [E-devel] Dedicated SVN VM for release

2012-12-21 Thread Daniel Willmann
On Fri, December 21, 2012 15:34, Carsten Haitzler wrote: > On Fri, 21 Dec 2012 15:29:09 +0100 "Daniel Willmann" > said: > >> On Fri, December 21, 2012 14:58, Tom Hacohen wrote: >> > SVN? Why? >> >> Because that will take the load off of the webserv

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

2013-01-17 Thread Daniel Willmann
Hello, flamewar++; On 01/17/2013 03:19 AM, David Seikel wrote: > > The debate will rage on once more. The people that thought they where > licensing their code under BSD will mewl ineffectively about their > rights being taken away. The GPL people will smugly and effectively say the trouble I

[E-devel] Git repository layout - RFC

2013-01-21 Thread Daniel Willmann
Hello, as you may have heard, Tom and I have been working on the SVN->Git migration. We now have a somewhat-working conversion of the merged efl tree. The goal was to keep the history across the different individual projects that make up efl and that got merged into it at some point. We solved th

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

2013-01-21 Thread Daniel Willmann
On 01/21/2013 07:29 PM, David Seikel wrote: > On Mon, 21 Jan 2013 18:30:57 +0000 Daniel Willmann > wrote: > >> We also started fixing the commit names (since Git uses real-name + >> email instead of username). Please review the list at: >> >> htt

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

2013-01-21 Thread Daniel Willmann
On Mon, 21 Jan 2013 21:03:24 + Tom Hacohen wrote: > I believe the reason is that Github probably censores emails when > being viewed but unauthenticated people. I bet that if you log in it > will be fine. If not, when you clone the repo, it should be fine. It > is correct here. Go to http:/

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

2013-01-22 Thread Daniel Willmann
On 01/22/2013 01:24 AM, Daniel Willmann wrote: > On Mon, 21 Jan 2013 21:03:24 + > Tom Hacohen wrote: > >> I believe the reason is that Github probably censores emails when >> being viewed but unauthenticated people. I bet that if you log in it >> will be fine. If n

Re: [E-devel] Git and Phabricator

2013-01-22 Thread Daniel Willmann
On 01/18/2013 02:05 PM, Cedric BAIL wrote: > On Fri, Jan 18, 2013 at 10:53 PM, Christopher Michael > wrote: >> Oh, I agree that it is not mandatory for someone to work in the "right" >> way in order to do the switch...However, after the switch is done and >> you are expecting people to change thei

Re: [E-devel] Phabricator test environment

2013-01-28 Thread Daniel Willmann
On 28/01/13 06:17, Carsten Haitzler (The Rasterman) wrote: >> On 01/25/13 16:46, Tom Hacohen wrote: >>> Address is https://phab.enlightenment.org (ignore the cert for the time >>> being). >>> >>> Please try to test features, tell us what you think, and maybe even read >>> a bit about phabricator to

Re: [E-devel] Phabricator test environment

2013-01-28 Thread Daniel Willmann
Hello, On 26/01/13 16:26, David Seikel wrote: > On Sun, 27 Jan 2013 01:31:54 +1000 David Seikel > wrote: > > I don't normally use blame, but this is the sort of thing where blame > might become more important. Looking at a file that I know well, coz I > wrote most of it, efl/src/lib/edje/edje_l

Re: [E-devel] Merge of Edje - hurry Ecore_Audio multisense!

2013-01-28 Thread Daniel Willmann
Hello, it's now in SVN. What still needs implementing is the speed option. Other than that tone and samples work. On 04/01/13 12:49, Gustavo Sverzut Barbieri wrote: > On Fri, Jan 4, 2013 at 10:37 AM, Rafael Fonseca wrote: > >> On Fri, Jan 4, 2013 at 12:55 AM, Gustavo Sverzut Barbieri >> wrote:

Re: [E-devel] Futur access to e5 ressources

2013-01-29 Thread Daniel Willmann
On 29/01/13 10:32, Cedric BAIL wrote: > Hello, > > On Tue, Jan 29, 2013 at 7:15 PM, Bertrand Jacquin > wrote: >> At the moment we have different solution to let you access to all >> theses VMs : >> >> - Using multiple TCP port, one for each VM. >> >> - Forcing client to use a special SSH client

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

2013-01-30 Thread Daniel Willmann
On 29/01/13 23:40, Bertrand Jacquin wrote: > Hi, > > The public URL for buildbot is now http://build.enlightenment.org > > While it's still hosted by e4 for the moment, you are redirected > internally by e5 to e4 until we haven't move buildbot master to e5. It's > transparent. The waterfall give

Re: [E-devel] Phabricator test environment

2013-01-30 Thread Daniel Willmann
On 29/01/13 08:49, Carsten Haitzler (The Rasterman) wrote: > On Tue, 29 Jan 2013 16:16:33 +0900 Cedric BAIL said: > >> On Tue, Jan 29, 2013 at 3:52 PM, Jérémy Zurcher wrote: >>> cgit.enlightenment.org is a really cheap and nice complementary tool to >>> have, usable by non-registred users too.

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

2013-01-30 Thread Daniel Willmann
>> > We'll take a look at solving that. Very annoying that you guys did it >> like that, but OK. :) >> >> svn doesn't differentiate author and comitter. So I'd blame svn rather >> than us. > > I'm blaming you because git-svn does it automatically when there's a > "From:" line or a Signed-off-by

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

2013-01-30 Thread Daniel Willmann
Hey, (this mail might not be of interest to those not familiar with Git) On 30/01/13 01:00, Lucas De Marchi wrote: > On Tue, Jan 29, 2013 at 7:33 PM, Tom Hacohen wrote: >> Well, we aren't doing the switch yet. Probably early next week. But we > are >> prepping the git repos now (it takes time, a

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

2013-01-31 Thread Daniel Willmann
On 30/01/13 23:34, Jérémy Zurcher wrote: > On Wednesday 30 January 2013 11:29, Tom Hacohen wrote : >> Ok, we did the "Patch by: thing, it works. We'll do some other things >> and upload it when we are done. > > maybe you could also process the (maybe aleady part of the other things?) > > "From:

Re: [E-devel] fosdem 2013

2013-01-31 Thread Daniel Willmann
On 31/01/13 09:44, Carsten Haitzler (The Rasterman) wrote: > point... they have food, beer and milk (for cedric). so if you want to Cool, milk! -- Everyone hates slow websites. So do we. Make your web apps faster with Ap

Re: [E-devel] GIT Migration Update - Everything is up and running (but still not used)

2013-02-03 Thread Daniel Willmann
On Sat, 2 Feb 2013 19:00:24 +1000 David Seikel wrote: > On Thu, 31 Jan 2013 17:35:03 + Tom Hacohen > wrote: > > > Hey guys, > > > > So as you know, Daniel (in cc) and I have been working hard on > > migrating SVN to git. We believe that we are done, at least when it > > comes to E17, EFL a

Re: [E-devel] GIT Migration Update - Everything is up and running (but still not used)

2013-02-04 Thread Daniel Willmann
On 04/02/13 00:40, David Seikel wrote: > On Mon, 4 Feb 2013 00:29:38 +0000 Daniel Willmann > wrote: >> On Sat, 2 Feb 2013 19:00:24 +1000 >> David Seikel wrote: >>> Can we get write access to these? >> >> They are not kept in sync and will become writab

Re: [E-devel] GIT Migration Update - Everything is up and running (but still not used)

2013-02-04 Thread Daniel Willmann
On 04/02/13 14:29, Tom Hacohen wrote: > And we also need to set up the hooks to send mails to e-svn. e-git? :-) e-changes? Keep the name to remind us of our roots (I know that would be e-cvs or e-patches-sent-by-mail-and-managed-by-hand)? --

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

2013-02-05 Thread Daniel Willmann
On 05/02/13 09:28, Stefan Schmidt wrote: > I have this this twice now. But can't reproduce. Yakov has also seen it. > It vanished after doing another make. :( That makes three as I have also seen it (though with a different trace) earlier today. Daniel

[E-devel] (no subject)

2013-02-11 Thread Daniel Willmann
Hello, beware, the switch to Git will be happening soon! We will migrate efl, elementary and enlightenment one-by-one and send mails with specific details when each will happen. For the time when we are using Git here is a really small list of what you need to change: First setup Git as it will

[E-devel] SVN->Git migration guide

2013-02-11 Thread Daniel Willmann
Apologies for the double send, but someone forgot to set the subject correctly (at all)... Hello, beware, the switch to Git will be happening soon! We will migrate efl, elementary and enlightenment one-by-one and send mails with specific details when each will happen. For the time when we are us

Re: [E-devel] SVN->Git migration guide

2013-02-12 Thread Daniel Willmann
On 12/02/13 08:37, Stefan Schmidt wrote: > Hello. > > On 12/02/13 05:39, Carsten Haitzler (The Rasterman) wrote: >> On Tue, 12 Feb 2013 13:46:47 +0900 Daniel Juyung Seo >> >> said: >> >>> Great! Thanks a lot for your effort. >>> Btw, non-committers can clone git in the same way? >>> How they clon

Re: [E-devel] SVN->Git migration guide

2013-02-12 Thread Daniel Willmann
Hi, On 12/02/13 13:22, Daniel Juyung Seo wrote: > On Tue, Feb 12, 2013 at 5:37 PM, Stefan Schmidt > wrote: >> Correct. Git protocol is working fine: >> git://phab.enlightenment.org/core/efl.git >> git://phab.enlightenment.org/core/enlightenment.git >> git://phab.enlightenment.org/core/elementary.

[E-devel] SVN->Git Migration (was: (no subject))

2013-02-13 Thread Daniel Willmann
On 13/02/13 00:36, Bruno Dilly wrote: > On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann > wrote: >> >> Topic branches: >> * In each repository every developer with commit access will be able to >> push/update branches in their own namespace (devs//*). Thes

[E-devel] libefl is moving on Friday (15.02.2013)

2013-02-13 Thread Daniel Willmann
Hello, this Friday (15/02/2013) libefl will be moving from SVN to Git. Timeframe is as follows: 09:00 UTC: Final warning mail. You should stop committing to /trunk/efl in SVN 10:00 UTC: Raster will lock the directory /trunk/efl so nobody accidentally commits there. When that is done I will updat

Re: [E-devel] libefl is moving on Friday (15.02.2013)

2013-02-13 Thread Daniel Willmann
On Wed, 13 Feb 2013 20:26:32 +0100 Andreas Volz wrote: > Am Wed, 13 Feb 2013 12:47:55 + schrieb Daniel Willmann: > > > Hello, > > > > this Friday (15/02/2013) libefl will be moving from SVN to Git. > > > > Timeframe is as follows: > > > >

[E-devel] libefl is moving to Git today

2013-02-15 Thread Daniel Willmann
Hello, as promised this is your one hour notice. Please finish what you are doing and commit what you have to. The directory trunk/efl will be locked for further commits at 10:00 UTC (that is roughly in an hour). I will let you know when commit access has been restored to Git. The new web fron

[E-devel] Git repository for libefl is live

2013-02-15 Thread Daniel Willmann
Hello, everything was migrated to git and should be working now. If you have problems, speak now. The new web frontend is here: https://git.enlightenment.org/core/efl.git/ Phabricator: https://phab.enlightenment.org/ Mailinglist for commits: https://lists.sourceforge.net/lists/listinfo/enlighten

Re: [E-devel] EFL svnversion call

2013-02-15 Thread Daniel Willmann
On 15/02/13 12:54, Tom Hacohen wrote: > On 15/02/13 12:27, Doug Newgard wrote: >>> On 2013-02-15 13:18, Bertrand Jacquin wrote: On 2013-02-15 13:00, Tom Hacohen wrote: > On 15/02/13 11:49, Doug Newgard wrote: >> m4/efl.m4 is still trying to call svnversion or git-svn-id to get >> t

Re: [E-devel] SVN->Git Migration

2013-02-18 Thread Daniel Willmann
On 18/02/13 01:14, ChunEon Park wrote: > Could it possible to make git mail title messages to be more meaningful? > > i.e) [core/efl] xxxmaster updated. f27ff2fbf31a01c2f8d98e773bed6cc4298749bd > -> [core/efl/evas] xxxmaster updated. > f27ff2fbf31a01c2f8d98e773bed6cc4298749bd I think after some

Re: [E-devel] SVN->Git Migration

2013-02-18 Thread Daniel Willmann
On 18/02/13 10:07, Ivan Briano wrote: > On Mon, Feb 18, 2013 at 6:58 AM, Daniel Willmann > wrote: >> Are we in favour of sending mails for all branches or just for master? >> Anything else I missed? > Once we have backporting branches in git too it might be useful to hav

Re: [E-devel] SVN->Git Migration

2013-02-18 Thread Daniel Willmann
On 16/02/13 06:42, Jérôme Pinot wrote: >> On Fri, 15 Feb 2013 11:56:06 -0200 Rafael Antognolli >> wrote: >>> I know that this is not a poll, but I particularly prefer rebased >>> branches/commits too. > > LWN has a neat article about the git rebase thing: > http://lwn.net/Articles/328436/ > > "T

[E-devel] edbus

2013-02-18 Thread Daniel Willmann
Hello, could someone with knowledge please take a look at method_close() in src/bin/edbus/parser.c It seems like the method->cb_name = strdup("NULL"); before free(method); leaks memory. I know too little about where/how the global var method is being used to decide here. Regards, Daniel -

Re: [E-devel] edbus

2013-02-18 Thread Daniel Willmann
l be freed when > object_free()->inteface_free()->method_free() is called. Method is set to NULL at the end of method_close(), but I guess there must be some other reference to that pointer that still exists somewhere? Otherwise you're doing method->cb_name = strdup("NULL"); me

[E-devel] User-generated "wild" git repositories

2013-02-18 Thread Daniel Willmann
s type: $ ssh g...@git.enlightenment.org list-trash devs/asdfuser/test/2013-02-18_09:48:08 And to restore a repository again: $ ssh g...@git.enlightenment.org restore devs/asdfuser/test/2013-02-18_09:48:08 Regards, Daniel Willmann --

Re: [E-devel] User-generated "wild" git repositories

2013-02-18 Thread Daniel Willmann
On 18/02/13 17:52, Daniel Willmann wrote: > Hello, > > this is a heads up that user-controlled repositories are now visible > through cgit (as was the intention all along). > > So remove all embarrassing stuff there. :-) > > > For everyone who didn't know

[E-devel] elementary and enlightenment are moving on Friday (22.02.2013)

2013-02-18 Thread Daniel Willmann
Hello, this Friday (22/02/2013) we will be moving both elementary and enlightenment to Git. The schedule is the same a last week: 09:00 UTC: Final warning mail. You should stop committing to /trunk/{e,elementary} in SVN 10:00 UTC: Raster will lock the directories so nobody accidentally commits t

Re: [E-devel] [PATCH] elm_index: add omit feature

2013-02-19 Thread Daniel Willmann
On 19/02/13 07:59, David Seikel wrote: > On Tue, 19 Feb 2013 16:25:43 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> i've clowncopertized this: >> >> https://phab.enlightenment.org/D1 >> >> (errr apparently that is phab-speak for having reviewed/commented >> on it). > > Clowncopertized

Re: [E-devel] [PATCH] elm_index: add omit feature

2013-02-19 Thread Daniel Willmann
On 19/02/13 09:54, Carsten Haitzler (The Rasterman) wrote: > On Tue, 19 Feb 2013 09:13:47 +0000 Daniel Willmann > > said: >> I changed the config variable "serious-business" to true which should >> make the strings moretraditional. > > noo!~

  1   2   3   >