Re: [E-devel] upcoming changes

2010-08-03 Thread Michael Blumenkrantz
On Wed, 4 Aug 2010 09:58:30 +0900 Carsten Haitzler (The Rasterman) wrote: >On Wed, 04 Aug 2010 09:28:01 +0900 Mike McCormack >said: > >hurry up and do it... stick the typedefs in :) it won't break api/abi. just >clean up .h's > >> On 08/04/2010 05:20 AM, Michael 'Mickey' Lauer wrote: >> > Am Die

Re: [E-devel] Ecore_X_Randr API patches

2010-08-03 Thread The Rasterman
On Tue, 3 Aug 2010 23:26:39 -0300 Leif Middelschulte said: > Thanks for quick review. > > 2010/8/3 Carsten Haitzler : > > On Tue, 3 Aug 2010 17:38:10 -0300 Leif Middelschulte > > said: > > > > review (the short and curt version - forgive the brevity. trying to save > > time). > > > > EAPI void

Re: [E-devel] Ecore_X_Randr API patches

2010-08-03 Thread Leif Middelschulte
2010/8/3 Iván Briano (Sachiel) : > On Tue, Aug 3, 2010 at 11:26 PM, Leif Middelschulte > wrote: >>> EINA_DEPRECATED EAPI const Ecore_X_Randr_Orientation >>> ecore_x_randr_screen_primary_output_orientation_get(Ecore_X_Window root); >>> >>>  dont even deprecate - remove entirely. same with all other

Re: [E-devel] Ecore_X_Randr API patches

2010-08-03 Thread Sachiel
On Tue, Aug 3, 2010 at 11:26 PM, Leif Middelschulte wrote: >> EINA_DEPRECATED EAPI const Ecore_X_Randr_Orientation >> ecore_x_randr_screen_primary_output_orientation_get(Ecore_X_Window root); >> >>  dont even deprecate - remove entirely. same with all other deprecated calls. > this is RandRR <= 1.

Re: [E-devel] Ecore_X_Randr API patches

2010-08-03 Thread Leif Middelschulte
Thanks for quick review. 2010/8/3 Carsten Haitzler : > On Tue, 3 Aug 2010 17:38:10 -0300 Leif Middelschulte > said: > > review (the short and curt version - forgive the brevity. trying to save > time). > > EAPI void ecore_x_randr_external_init(Ecore_X_Display *disp); >  why pass in the disp? all

Re: [E-devel] upcoming changes

2010-08-03 Thread Brett Nash
On Tue, 3 Aug 2010 13:32:58 -0400 Michael Blumenkrantz wrote: > Hi, > > In my continuing crusade for documentation and readability, I've found > one area which requires my assistance: function pointers. > Using ecore as an example, there are currently a LOT of different > types of function point

Re: [E-devel] Ecore_X_Randr API patches

2010-08-03 Thread The Rasterman
On Tue, 3 Aug 2010 17:38:10 -0300 Leif Middelschulte said: review (the short and curt version - forgive the brevity. trying to save time). EAPI void ecore_x_randr_external_init(Ecore_X_Display *disp); why pass in the disp? all ecore_x assumes a single display connection (its how its designed

Re: [E-devel] E SVN: nash trunk/TMP/st/elementary/src/lib

2010-08-03 Thread Christopher Michael
On 08/03/2010 09:46 PM, Enlightenment SVN wrote: > Log: >Doesn't anyone check their compiler output? > >Don't return random stack cruft on NULL pointer. > Author: nash > Date: 2010-08-03 18:46:41 -0700 (Tue, 03 Aug 2010) > New Revision: 50796 > > Modified: >trunk/TMP/st/el

Re: [E-devel] E SVN: discomfitor trunk/FORMATTING

2010-08-03 Thread The Rasterman
On Wed, 4 Aug 2010 02:56:32 +0200 Dave Andreoli said: yes it should be... once we are done with fixing up scripts and config to auto-fix as much formatting as we can. yes - examples of "this is correct" for a lot of cases of code usage is the right thing to do. > someone should really update the

Re: [E-devel] some small bugs with itask-ng, places and acpi

2010-08-03 Thread hannes.janet...@gmail.com
2010/8/4 Jochen Schröder : > Hi guys, > > there's a couple of small bugs which have been nagging me for a while, > mainly in modules. > > itask-ng: > At some point itask introduced reflections below the icons. Now these > look really cool if your bar is at the bottom and you have a background > box

Re: [E-devel] relative part moving wrongly on edje

2010-08-03 Thread Dave Andreoli
2010/8/3 Rafael Antognolli : > On Tue, Aug 3, 2010 at 2:52 PM, Rafael Antognolli > wrote: >> Hi guys, >> >> I have a simple test for edje that shows what seems to be a bug for >> me. If you open this .edc, you'll see that there's a rectangle over >> the background that gets resized when you left-c

Re: [E-devel] upcoming changes

2010-08-03 Thread The Rasterman
On Wed, 04 Aug 2010 09:28:01 +0900 Mike McCormack said: hurry up and do it... stick the typedefs in :) it won't break api/abi. just clean up .h's > On 08/04/2010 05:20 AM, Michael 'Mickey' Lauer wrote: > > Am Dienstag, den 03.08.2010, 13:32 -0400 schrieb Michael Blumenkrantz: > >> Short read: wi

Re: [E-devel] some small bugs with itask-ng, places and acpi

2010-08-03 Thread Christopher Michael
On 08/03/2010 08:31 PM, Jochen Schröder wrote: > Hi guys, > > there's a couple of small bugs which have been nagging me for a while, > mainly in modules. > > itask-ng: > At some point itask introduced reflections below the icons. Now these > look really cool if your bar is at the bottom and you hav

Re: [E-devel] E SVN: discomfitor trunk/FORMATTING

2010-08-03 Thread Dave Andreoli
someone should really update the wiki page at http://trac.enlightenment.org/e/wiki/ECoding The page explain the usage of (i think) old scripts and stuff. Also I think that this wiki page should be improved by writing example of indented code... note that reading the whole page don't tell you how y

[E-devel] some small bugs with itask-ng, places and acpi

2010-08-03 Thread Jochen Schröder
Hi guys, there's a couple of small bugs which have been nagging me for a while, mainly in modules. itask-ng: At some point itask introduced reflections below the icons. Now these look really cool if your bar is at the bottom and you have a background box. However I have one bar at the left sid

Re: [E-devel] upcoming changes

2010-08-03 Thread Mike McCormack
On 08/04/2010 05:20 AM, Michael 'Mickey' Lauer wrote: > Am Dienstag, den 03.08.2010, 13:32 -0400 schrieb Michael Blumenkrantz: >> Short read: within the next week, function pointers within function >> definitions will become typedefs when they are used repeatedly. > > Awesome. This is very welcome

Re: [E-devel] Eterm selection_send() and Opera 10.60

2010-08-03 Thread Michael Jennings
On Saturday, 31 July 2010, at 09:25:17 (+0200), Kim Woelders wrote: > It looks like many programs request UTF8_STRING and not STRING. > > I'm no expert on selections but if I'm not mistaken this change > would make us give a STRING regardless of what we were asked for. > It would then be up to th

Re: [E-devel] upcoming changes

2010-08-03 Thread Michael 'Mickey' Lauer
Am Dienstag, den 03.08.2010, 13:32 -0400 schrieb Michael Blumenkrantz: > Short read: within the next week, function pointers within function > definitions will become typedefs when they are used repeatedly. Awesome. This is very welcome for my Vala bindings, since Vala does not support anonymous d

Re: [E-devel] bad realloc

2010-08-03 Thread Lucas De Marchi
On Tue, Aug 3, 2010 at 3:02 PM, Lucas De Marchi wrote: > You can find the spatch used in trunk/SCRIPTS/coccinelle/ Of course, no attachments... :( Here it's: http://git.profusion.mobi/~lucas/bad-realloc.tar.bz2 Lucas De Marchi ---

Re: [E-devel] bad realloc

2010-08-03 Thread Mike
Maybe he meant that it was a metaphorical attachment? -- Mike Blumenkrantz Zentific: Our boolean values are huge. -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C+

Re: [E-devel] relative part moving wrongly on edje

2010-08-03 Thread Rafael Antognolli
On Tue, Aug 3, 2010 at 2:52 PM, Rafael Antognolli wrote: > Hi guys, > > I have a simple test for edje that shows what seems to be a bug for > me. If you open this .edc, you'll see that there's a rectangle over > the background that gets resized when you left-click it, and resized > again to its or

Re: [E-devel] bad realloc

2010-08-03 Thread Christopher Michael
No Attachment :( dh On 08/03/2010 02:02 PM, Lucas De Marchi wrote: > Hi guys. > > I'm attaching the output of realloc-spot-lost-pointer.cocci, showing > some places where realloc is used in a wrong manner. It's hard to fix > this issue in an automated way because there are various scenarios to >

[E-devel] bad realloc

2010-08-03 Thread Lucas De Marchi
Hi guys. I'm attaching the output of realloc-spot-lost-pointer.cocci, showing some places where realloc is used in a wrong manner. It's hard to fix this issue in an automated way because there are various scenarios to take into account (even one in which this usage is not totally wrong -- if you s

[E-devel] relative part moving wrongly on edje

2010-08-03 Thread Rafael Antognolli
Hi guys, I have a simple test for edje that shows what seems to be a bug for me. If you open this .edc, you'll see that there's a rectangle over the background that gets resized when you left-click it, and resized again to its original size when you right-click it. The problem is that at the botto

[E-devel] upcoming changes

2010-08-03 Thread Michael Blumenkrantz
Hi, In my continuing crusade for documentation and readability, I've found one area which requires my assistance: function pointers. Using ecore as an example, there are currently a LOT of different types of function pointers, and they make function definitions unnecessarily long, not to mention o

Re: [E-devel] E SVN: tiago IN trunk/THEMES/efenniht: . elm

2010-08-03 Thread Nicolas Aguirre
2010/8/3 Tiago Falcão : > On Tue, Aug 3, 2010 at 10:10 AM, William Keaney wrote: > >> On Tue, Jul 27, 2010 at 4:36 PM, Enlightenment SVN < >> no-re...@enlightenment.org> wrote: >> >> > Log: >> >  Created one file for elm.genlist theme, and moved the code >> > Author:       tiago >> > Date:        

Re: [E-devel] E SVN: tiago IN trunk/THEMES/efenniht: . elm

2010-08-03 Thread Tiago Falcão
On Tue, Aug 3, 2010 at 10:10 AM, William Keaney wrote: > On Tue, Jul 27, 2010 at 4:36 PM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > > > Log: > > Created one file for elm.genlist theme, and moved the code > > Author: tiago > > Date: 2010-07-27 13:36:23 -0700 (Tue, 2

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

2010-08-03 Thread Atton Jonathan
oki sorry, I will do this today, in a few hours ... 2010/8/3 Gustavo Sverzut Barbieri > On Sun, Aug 1, 2010 at 2:27 PM, Enlightenment SVN > wrote: > > Log: > > Edje: now we can refer to the content of a external type > > Author: watchwolf > > ... > > + Evas_Object *(*content_get) (void

Re: [E-devel] E SVN: tiago IN trunk/THEMES/efenniht: . elm

2010-08-03 Thread William Keaney
On Tue, Jul 27, 2010 at 4:36 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > Created one file for elm.genlist theme, and moved the code > Author: tiago > Date: 2010-07-27 13:36:23 -0700 (Tue, 27 Jul 2010) > New Revision: 50551 > > Added: > trunk/THEMES/efenniht/

Re: [E-devel] VCS usage poll, no discussion

2010-08-03 Thread Leif Middelschulte
Hey guys, thanks for your replies on this topic. It seems that there really is an interest for some kind of VCS alternative service. Cedric, thanks for the information and the offer. I'd like to forward this to nash, but it would be nice to have raster to comment on such a step beforehand. Tom,

Re: [E-devel] VCS usage poll, no discussion

2010-08-03 Thread Tom Hacohen
On Tue, 2010-08-03 at 13:50 +0200, Albin Tonnerre wrote: > Using git submodules might help here. >From git-submodules manual page: "...submodules are meant for different projects you would like to make part of your source tree, while the history of the two projects still stays completely independe

Re: [E-devel] VCS usage poll, no discussion

2010-08-03 Thread Albin Tonnerre
On Tue, Aug 3, 2010 at 12:43 PM, Tom Hacohen wrote: > Although I voted for GIT, there's one important thing to keep in mind. > Git does *not* support cloning only parts of a repository which means > you will have to create a lot of git repositories, this not a bad thing, > it's just something to r

Re: [E-devel] How can i display html text on Evas?

2010-08-03 Thread Tom Hacohen
EWebkit or whatever it's name is, is what you are looking for. -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or

Re: [E-devel] VCS usage poll, no discussion

2010-08-03 Thread Tom Hacohen
Although I voted for GIT, there's one important thing to keep in mind. Git does *not* support cloning only parts of a repository which means you will have to create a lot of git repositories, this not a bad thing, it's just something to remember if you ever want to automatically convert the history

[E-devel] How can i display html text on Evas?

2010-08-03 Thread Hyun Park
hi, all. i want to display some html texts on Evas view. i found a example from 'test_anchorview.c' in Elementary library, but it doesn't seem to be able to display full html text. how can i display html text on Evas? do you have any idea? BR - hyun -

Re: [E-devel] VCS usage poll, no discussion

2010-08-03 Thread Cedric BAIL
On Tue, Aug 3, 2010 at 4:42 AM, Leif Middelschulte wrote: > P.S.: There is git.enlightenment.org which seems to be out of order > these days. I know whether what happened nor if it's too 'official' to > use that domain. At some point in time I did setup a git svn repository on e3, but after a few