Re: [E-devel] E SVN: gastal IN trunk/ecore/src/lib: ecore_wayland ecore_x/xcb ecore_x/xlib

2012-04-24 Thread Jonas M. Gastal
On Tuesday 24 April 2012 03:20:16 Christopher Michael wrote: > Thanks for the dozy fixes :) > > dh Thanks Christopher! Those are actually not mine, I forgot to add the "Patch by: Thiago Thamada " line =/ -- Live Securit

Re: [E-devel] Doing some publicity

2012-05-09 Thread Jonas M. Gastal
On Wednesday 09 May 2012 14:35:50 Jeff Hoogland wrote: > Excellent. I'm in the middle of a finals week right now - so I will get > something shared early next week and hopefully have a post or two ready to > share soon after. Well, I'd say that the trac is actually not the best place to start as i

Re: [E-devel] Questions about initilization functions such as elm_init() and ecore_init(), etc.

2012-05-17 Thread Jonas M. Gastal
On Thursday 17 May 2012 23:51:34 Bluezery wrote: > Dear EFL developers, > > I have questions about initialization/unintialization functions in EFL > such as elm_init(), ecore_init(), elm_shutdown(), etc. > Those functions have interval static counter variables such as > _ecore_init_count. > And If

Re: [E-devel] [patch] elementary: doxygen doc fixes

2012-05-29 Thread Jonas M. Gastal
On Tuesday 29 May 2012 11:43:19 Jérôme Pinot wrote: > Hi, > > Here is a patch to fix elementary doxygen doc: > - #link on the beginning of a new line does give ugly output: > http://ngc891.blogdns.net/pub/projects/debug/doxygen-formating-eww.png > - some typos > - some missing @c > - in elm_web, c

[E-devel] Online documentation version

2012-05-29 Thread Jonas M. Gastal
Gentleman, Currently the online documentation is generated nightly from the latest code, while this is fine, it can also be a bit confusing for people using the releases since it might contain functions that they can't use. I propose we start providing 3 version of the documentation online, one

[E-devel] E2 update broken

2012-06-14 Thread Jonas M. Gastal
Hello everyone, So it seems that someone recently(over the past 7 days) updated E2, and in the process broke it. dpkg is not allowing any packages to be installed because it complains the init system has got broken scripts. This wouldn't be a big deal if not for the fact that the update include

Re: [E-devel] Ecore_exe is confusing

2012-07-19 Thread Jonas M. Gastal
On Thursday 19 July 2012 17:22:34 Anisse Astier wrote: > Hi, > > Here is some feedback regarding Ecore_exe callback when you want to read > a child process' stdout/stderr. > > - data is data. not a string, except if in buffered mode. It's somehow >in the doc of ecore_exe_pipe_run, but I saw

Re: [E-devel] [patch] Fix minor documentation fix in genlist

2012-08-31 Thread Jonas M. Gastal
On Friday 31 August 2012 20:01:11 Bluezery wrote: > Hello, > > This is minor fix (typo, nuance) for genlist documentation. > Please review this patch > > Thanks. In svn(r75922). Thanks. -- Live Security Virtual Confere

Re: [E-devel] E SVN: antognolli IN trunk/devs: . gastal

2011-06-09 Thread Jonas M. Gastal
On Thursday, June 09, 2011 15:34:43 Rafael Antognolli wrote: > On Thu, Jun 9, 2011 at 1:15 PM, Tom Hacohen > > wrote: > > On Fri, 2011-06-10 at 00:36 +0900, Daniel Juyung Seo wrote: > >> Hello, Jonas M. Gasta. > >> Welcome to enlightenment world :) > > > > +1, welcome Jonas. > > Hmm... and he's

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Jonas M. Gastal
On Thursday, June 23, 2011 00:45:14 Vincent Torri wrote: > it's not bizarre, it's just that i'm sure we'll have problems later. I'm > completely against circular dependencies > > and why do you need to compile the tests ? > > Vincent The reason to compile the examples is so that if changes break

[E-devel] elm_label

2011-07-11 Thread Jonas M. Gastal
Hey all, I've been trying to write documentation for elm_label, however there are a number of things that seem to not work: - elm_label_ellipsis_set() is only respected for ELM_WRAP_CHAR - elm_label_slide_set() doesn't work(no change setting it to true or false) - elm_object_style_set(label, "

Re: [E-devel] elm_label

2011-07-12 Thread Jonas M. Gastal
On Tuesday, July 12, 2011 09:56:45 Tom Hacohen wrote: > On 12/07/11 00:14, Jonas M. Gastal wrote: > > Hey all, > > > > I've been trying to write documentation for elm_label, however there are > > a > > > > number of things that seem to not work: > &

[E-devel] PDF documentation

2011-08-19 Thread Jonas M. Gastal
Hey all, There have just been 3 commits that fix links in the PDF documentation for Eet, Edje and Emotion. They are very simple(one line), so before anyone is tempted to do that to other libs I think I should warn you I already tried it, and for them(Elementary, Ecore, Evas, Eina) this causes p

[E-devel] Elementary Edje_External support for disabling objects

2011-12-13 Thread Jonas M. Gastal
The attached patch adds a edje property called "disabled" to every elm object that calls elm_object_disabled_set() on it. Any thoughts on it? Can I commit it? Regards, Gastaldiff --git a/src/edje_externals/elm.c b/src/edje_externals/elm.c index 185ec3b..b777ad3 100644 --- a/src/edje_externals/el

[E-devel] EFL documentation

2012-02-17 Thread Jonas M. Gastal
Hello all, ProFUSION, sponsored by Samsung, is starting a documentation project(yes, another one =). This means we'll be going over any pieces of documentation we fell are incomplete or that could use some improvement and give it some work. The EFL though is huge and we could use everyone's hel

Re: [E-devel] E SVN: gastal trunk/elementary/doc

2012-02-24 Thread Jonas M. Gastal
On Friday 24 February 2012 17:18:41 Carsten Haitzler wrote: > On Thu, 23 Feb 2012 23:55:55 +0900 Daniel Juyung Seo > said: > > yeah. imho containers are objects whose PRIMARY purpose is to hold child > widgets. list and genlist can hold icons.. but the primary content is list > items which are pa

Re: [E-devel] [Patch] Add new API in Index widget (elm_index_indicator_disabled_set/get())

2012-02-27 Thread Jonas M. Gastal
On Monday 27 February 2012 09:05:08 GoUn Lee wrote: > Dear Developers, > > First of all, sorry for that I sent a patch without any message before. I > have no idea why e-mail was empty even I wrote something.. I hope, this > time will work fine. > > I've attached patch file about new API in Ind

Re: [E-devel] E SVN: gastal trunk/elementary/doc

2012-02-27 Thread Jonas M. Gastal
On Friday 24 February 2012 17:54:38 Michael Blumenkrantz wrote: > I wish the "API Reference" (which, btw, is completely wrong in that it links > to what is the "Modules" section for every other library) was at least > alphabetically ordered since I never bother with the > containers/infrastructure

Re: [E-devel] E SVN: gastal trunk/elementary/doc

2012-02-27 Thread Jonas M. Gastal
On Saturday 25 February 2012 09:35:01 Carsten Haitzler wrote: > well logical for a user would be that list AND genlist are in the same > section - genlist is just a more flexible/powerful/extendable list - that's > all. to a user they are pretty much exactly the same - just genlist will be > more e

Re: [E-devel] E SVN: gastal trunk/elementary/doc

2012-02-27 Thread Jonas M. Gastal
On Monday 27 February 2012 11:11:55 Iván Briano wrote: > Can't we have categories and have widgets show up in more than > one of them? I'm not sure what you mean by categories, but the current widget/container list are manually created so the only reason not to put something in both lists is dup

Re: [E-devel] [Patch] Add new API in Index widget (elm_index_indicator_disabled_set/get())

2012-02-28 Thread Jonas M. Gastal
On Monday 27 February 2012 22:46:27 ChunEon Park wrote: > What documentation? > It looks documentation attached already. > > -Regards, Hermet- My apologies, I hadn't seen the included documentation. /me must pay more attention when reviewing patches. Gastal

Re: [E-devel] Docs on site out of date.

2012-03-27 Thread Jonas M. Gastal
On Tuesday 27 March 2012 20:42:46 David Seikel wrote: > I'm looking at the edje docs on the web site, they are from 15 or 16 > months ago. WTF? Says on the bottom right corner of the page: "Docs generated Mon Mar 26 2012 00:28:07" What makes you say the docs are old? Gastal

Re: [E-devel] Docs on site out of date.

2012-03-27 Thread Jonas M. Gastal
On Wednesday 28 March 2012 00:36:18 David Seikel wrote: > The point I'm making is that it used to show the generated docs from > the About page, at least I'm pretty sure it did. Now it's showing the > old wiki docs. Something changed? If so, it should get changed back. Well, I'm not aware that i

Re: [E-devel] [patch] evas doxygen doc (2)

2012-03-29 Thread Jonas M. Gastal
On Thursday 29 March 2012 22:33:36 Jérôme Pinot wrote: > Other part of the obvious fixes. > > Comment: there is a reference to evas-load-error-str.c in > the evas_load_error_str doc, but this file doesn't exist > anymore so I made the doc link to evas-images.c which use > several times this functi

Re: [E-devel] can not compile examples if deps are missing

2012-03-29 Thread Jonas M. Gastal
On Thursday 29 March 2012 11:10:19 Vincent Torri wrote: > hey > > as an example, on Windows, no Ethumb (but can be the case on linux too), > hence: > > thumb_example_01.c:30:4: error: unknown type name ‘Ethumb_Client’ > > I can fix that but I don't know what you prefer : no compilation (i.e. > M

Re: [E-devel] E SVN: gastal trunk/elementary/src/examples

2012-03-30 Thread Jonas M. Gastal
On Thursday 29 March 2012 22:59:43 Vincent Torri wrote: > does it even exist ??? I don't see it there : > > http://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html > > Vincent Yes it exists, the reason you don't it see there, it's because they don't list the "no" variants of the options, you'll n

Re: [E-devel] About the merge

2012-09-19 Thread Jonas M. Gastal
On Wednesday 19 September 2012 22:43:37 Vincent Torri wrote: > head.html must also be fixed. It should add in the horizontal menu a > link for each EFL, each link pointing to the main page of the EFL doc > > Vincent I don't think just adding each lib to the top bar gives it enough visibility we'