Re: [E-devel] patch: max in textblocks

2008-01-18 Thread andres
El Sunday 13 January 2008 22:45:33 Carsten Haitzler escribió: > On Sun, 9 Dec 2007 19:36:03 -0300 andres <[EMAIL PROTECTED]> babbled: > > I had a problem with textblocks in Edje, even when text.max was set to > > true for both axis, on resize it was being ignored. > >

[E-devel] todo item: "Language Packs"

2008-02-12 Thread andres
I spent hundreds of hours learning and writing about the EFL and all this time will be wasted if the flagship product of the EFL, the dr17 window manager, is not released in a reasonable time frame. So I decided to solve one item from the "Essential Features" every day I dedicate to writing abo

[E-devel] SoC "Object Layout Library" was: "Ewl widget positioning"

2008-03-20 Thread andres
El Wednesday 19 March 2008 19:26:18 dan sinclair escribió: > Currently Ewl positions widgets based on absolute coordinates. This > works but isn't unnecessarily optional. Thoughts on changing the > internals of Ewl to use parent relative placement of widgets? > I have been giving this a lot of tho

Re: [E-devel] Evas Object Size Hints

2008-03-22 Thread andres
El Saturday 22 March 2008 10:24:11 Carsten Haitzler escribió: > well it already is relative - everything is, BUT it is not repeatably > relative. i.e. "put this button into this container, add another one, and > another one, and another... etc." so u have a hbox/vbox kind of setup, or > for that ma

Re: [E-devel] Gradient parts

2008-03-29 Thread andres
El Saturday 29 March 2008 12:38:19 Sevcsik András escribió: > Hi! > > How can I assign a spectrum to a gradient part? > > It displays the first spectrum defined in the spectra {} block. you must use the "spectrum" property in the "gradient" block. Example: part { type: GRA

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
@notdirectedtoanyoneinparticular: Using Edje to theme a constricted widget library like GTK or QT would be a complete waste of potential. The only way you will have E, EWL and ETK looking *the same* will be creating yet another bland constricted library. In web design consistency (or unity) amo

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
El Tuesday 01 April 2008 14:57:04 The DarkMaster escribió: > Andre's idea looks very interesting to me (I never mentioned, by the way, > that EWl or anything else should be reduced to something like GTK. Oh. I didn't meant to say you wanted that. My point was that complete unity among different

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
dj2 wrote: > Ewl themes don't have a 'label' text portion of the button. The button > has a child label widget which is the text. > well, that's not important, each theme file (theme_ewl.edj, theme_etk.edj) uses the elements as needed, the end result will be the same from the user's point of view

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
El Tuesday 01 April 2008 18:17:01 dan sinclair escribió: > The thing is, you aren't gaining anything. The themer still has to theme > everything twice. All you have is a basic set of images they reference. > Which they could have, and just copy into the themes anyway. > That depends on what the the

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
El Tuesday 01 April 2008 18:33:22 dan sinclair escribió: > I think this is a lot of effort to save the themer the extra 20 minutes > it will take to change the images in the 3 theme files instead of just one. > This covers much more than images. Textures are groups for a reason. Most textures will

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
@dan: Allow me start over. I made the mistake of being too specific beforehand. The original problem was E/EWL/ETK (and GTK/QT) applications appeareance being inconsistent in distributions like openGEU. My suggestion is to reuse some design elments, a font color here, a background texture there

Re: [E-devel] Unified theme for apps

2008-04-03 Thread andres
El Tuesday 01 April 2008 14:57:04 The DarkMaster escribió: > Andre's idea looks very interesting to me (I never mentioned, by the way, > that EWl or anything else should be reduced to something like GTK. In my > OpenGEU themes I just create GTk themes which look similar to certain E17 > themes to s

[E-devel] PATCH: new evas function

2008-04-08 Thread andres
See: http://bugs.enlightenment.org/show_bug.cgi?id=431 I needed a way to copy all the data pointers from one Evas Object to another to make changing themes at runtime possible in a didactic framework I'm working on for my devwithedje book, the full code of the framework code can be seen here:

[E-devel] evas_object_stack_above broken with clippers?

2008-04-14 Thread andres
http://bugs.enlightenment.org/show_bug.cgi?id=444 Steps to reproduce === 1 Download the source attached source code. 2 Compile with "gcc -g -o example `pkg-config --cflags --libs evas ecore-evas edje` main.c" 3 Execute ./example Actual results == Two rectangles are dra

[E-devel] I made a plain Edje viewer

2008-04-15 Thread andres
Hello, I created a plain edje viewer for this Edje book I'm writtng. If anyone has time to waste and feel like taking a look the url is http://andresblanc.googlepages.com/plain_edje_viewer.tar.gz thank you and good bye - Thi

[E-devel] checking a part's type?

2008-04-16 Thread andres
Hey, I want to check if a given part's type is SWALLOW before using it to swallow an object. I couldn't find a way to do it without using Edje_Edit.h. Sice this is for the Edje book I wouldn't want to encourage Edje_Edit for regular application development. Or is promoting the usage of Edje_E

Re: [E-devel] R: checking a part's type?

2008-04-16 Thread andres
El Wednesday 16 April 2008 18:05:40 Dave Andreoli escribió: > - "andres" <[EMAIL PROTECTED]> ha scritto: > > Hey, I want to check if a given part's type is SWALLOW before using it > > to swallow an object. > > Why you need to do this check? edje_obj

Re: [E-devel] R: Re: R: checking a part's type?

2008-04-18 Thread andres
> All ELFs are written in this way, without error checking and reporting, i think it's for performance reason and I like it :) > We can simply modify the function to return 1 on success or 0 on error *poker face* I see you rational, well measured idea and raise you a loony wiki article: http:/

Re: [E-devel] R: Re: R: checking a part's type?

2008-04-18 Thread andres
> EAPI unsigned char *** > edje_object_part_swallow(Evas_Object *obj, const char *part, Evas_Object > *obj_swallow) { >Edje *ed; >Edje_Real_Part *rp; > >ed = _edje_fetch(obj); >if ((!ed) || (!part)) return 0; * >rp = _edje_real_part_recursive_get(ed, (char *)part); >

[E-devel] patch: Evas fill policies

2008-04-30 Thread andres
Hello, in order to implement the layout objects for my SoC project I need to know if it would be possible to add size hints to Evas Objects. I attached a patch file with the required changes. I tried following the implementation of size hints since its a similar concept but I can't compile the

[E-devel] GSOC: opinions anyone?

2008-06-17 Thread andres
hello everybody, As some of you might know I'm implementing some layout objects in evas (then Edje). Right now I implemented a box/vbox/hbox layout object. My original plan was refactoring e_box.c but I ended up creating something from scratch instead. I think I covered all the necessary functi

Re: [E-devel] Google summer of code 2008 Midterms....

2008-07-03 Thread andres
El Thursday 03 July 2008 10:45:48 Ian C. escribió: > Attention all GSoC students and mentors, > > This is a reminder that midterm evaluation surveys open July 7th. > Information about the surveys can be found at the links below. > > http://groups.google.com/group/google-summer-of-code-announce/web/

[E-devel] requesting backup

2008-08-26 Thread andres
t;git checkout --track -b evas-object-vbox origin/evas-object-vbox" to fetch additional remote branches. Good bye, Andres - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the co

Re: [E-devel] learn efl

2008-10-12 Thread andres
El Sunday 12 October 2008 13:45:01 MALBROUKOU Karel escribió: > Hi Yassine ;) > > Look at the Enlightenment Wiki: > http://wiki.enlightenment.org/index.php/Category:Enlightenment_Foundation_L >ibraries > Don't forget about http://docs.enlightenment.org/ The beta manuals might be a little outdated

Re: [E-devel] Release and documentation

2008-11-11 Thread andres
El Tuesday 11 November 2008 14:28:56 Lionel ORRY escribió: > 2008/11/11 Stephane Bauland <[EMAIL PROTECTED]>: > > Toma wrote: > >> Ive always been a proponent of more docs and have always tried to make > >> docs. Im down with it. > >> > >> The 0th step is creating a roadmap of what needs more docum

Re: [E-devel] E17 widgets or GTK+

2007-04-09 Thread Andres
El Lunes 09 Abril 2007 17:04, Ahmed MANSOUR escribió: > hi, > i need to know which widgets are lighter/ more customisable, and if > the e17 gui library can be used in all > other projects that qt or gtk are normally used. > Check out the wiki (wiki.enlightenment.org) for a performance comparison b

[E-devel] Am I overdoing it?

2007-05-16 Thread Andres
I'm writing an Article intended to introduce and promote Edje usage among artists and designers. I describe the structures and methodologies alongside comparisons with existing technologies like CSS. After some clickety clicks, I have started to realize that what I'm witting might not reflect t

[E-devel] suggestion for the night build system

2007-09-05 Thread andres
I'm writting some Edje development documentation and realizing how many code examples all around the docs are broken over small details. Which is ok by me but it could be very discouraging to others. I think we should commit all code examples to a separate folder and setup the nightly build sys

[E-devel] New website design

2007-09-08 Thread andres
CVS module and send them to the mailing list in the form of a patchfile. Andres (z_en_coder) - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/v

Re: [E-devel] New website design

2007-09-08 Thread andres
El Saturday 08 September 2007 19:25:37 Kevin Brosius escribió: > andres wrote: > > I don't like the new website design too much, for some technical and > > aesthetic reasons that we can discuss if someone feels like it. > > > > But better than discussing is posti

Re: [E-devel] New website design

2007-09-09 Thread andres
Ok, here is a revised version with the menu at the left and with the menu at the right, both in a 800x600 canvas. I compromise to write down to code if there is interest in using it. Andres (z_en_coder) - This SF.net email

Re: [E-devel] New website design

2007-09-09 Thread andres
El Sunday 09 September 2007 07:40:52 Andreas Volz escribió: > Am Sun, 9 Sep 2007 09:01:07 -0500 schrieb andres: > > Ok, here is a revised version with the menu at the left and with the > > menu at the right, both in a 800x600 canvas. > > I compromise to write down to code if

Re: [E-devel] New website design

2007-09-09 Thread andres
El Sunday 09 September 2007 07:40:52 Andreas Volz escribió: > Am Sun, 9 Sep 2007 09:01:07 -0500 schrieb andres: > > Ok, here is a revised version with the menu at the left and with the > > menu at the right, both in a 800x600 canvas. > > I compromise to write down to code if

Re: [E-devel] New website design

2007-09-09 Thread andres
El Sunday 09 September 2007 11:36:53 Andreas Volz escribió: > Not bad. But the current design is also not bad. If I remember correct > the E website engine is very flexible. Perhaps you're able to create a > changeable stylesheet. Many websites have this. Nah, I don't think is worth it, I made anot

[E-devel] EDC Reference

2007-11-11 Thread andres
As some of you might know I'm writting a EDC reference as Doxygen formmated comments directly into edje_cc_handlers.c My theory is that having the reference flowing along the code will ease mantienance of the reference as the Edje specifications change. Here is the current state, http://pastebi

Re: [E-devel] EDC Reference

2007-11-13 Thread andres
s 139-142 and 1620 - 1694) > > If I'm not mistaken, they are moved (lines 128 and 1209) > > maybe the patch should be in 2 parts, code + doc. > > Vincent > > > On 13-Nov-07, at 1:08 AM, Ben Rockwood wrote: > >> Carsten Haitzler (The Rasterman) wrote: > >>>

Re: [E-devel] Themes (Was: News from the E stables)

2007-11-13 Thread andres
El Tuesday 13 November 2007 18:55:09 Simon TRENY escribió: > On Tue, 13 Nov 2007 23:36:52 +0100, > You can have a more recent screenshot of the Detour theme here: > http://mtreny.free.fr/detour.png Detour is the best looking theme I've seen for any toolkit with linux suport. It looks good, clean,

Re: [E-devel] EDC Reference

2007-11-23 Thread andres
Hello everybody, The reason for my inactivity is a combination of moving to a new house and a broken monitor. I revised all the comments of the EDC Reference and added new ones. The EDC Reference are around 80% complete, I won't be able of completing them any time soon (moving yet again), I was

[E-devel] authorship

2007-12-02 Thread andres
If I combine my two articles: http://wiki.enlightenment.org/index.php/Development_with_Edje:_Introduction http://wiki.enlightenment.org/index.php/Development_with_Edje:_C_API_Digest Into a more refined and complete (api digest...) book in the docbook format, would it be on the necessary level to

[E-devel] patch: max in textblocks

2007-12-09 Thread andres
I had a problem with textblocks in Edje, even when text.max was set to true for both axis, on resize it was being ignored. >From what I understood, _edje_part_recalc_single in edje_calc.c was the function that dealt with this. The "if" that dealt with TEXTBLOCKS between the lines 541 to 615 ha

Re: [E-devel] Edje doesn't seem to handle inheritance properly

2008-12-05 Thread andres
El Thursday 04 December 2008 09:46:13 Viktor Kojouharov escribió: > Lets say that a part has 3 states. The first defines the rels and a > color. The second inherits from the first, and defines a new color. If I > want the third part to inherit from the second (to make a smooth > transition from a s

Re: [E-devel] E SVN: davemds trunk/e/src/modules/conf_theme

2008-12-12 Thread andres
IMO a screenshot thumbnail is of little use to see how your desktop would look. I suggest using a close-up of the main elements shelf, menu, window border and some widgets. A mix of what get-e.org [1] and art.gnome.org [2] do. [1] http://www0.get-e.org/Themes/E17/_images/23oz.jpg [2] http://art

Re: [E-devel] Edje doesn't seem to handle inheritance properly

2009-01-02 Thread andres
On Wednesday 31 December 2008 23:36:16 Carsten Haitzler wrote: > On Fri, 5 Dec 2008 12:21:13 -0200 andres babbled: > > El Thursday 04 December 2008 09:46:13 Viktor Kojouharov escribió: > > > Lets say that a part has 3 states. The first defines the rels and a > > > colo

Re: [E-devel] E17 in Twitter...

2009-05-13 Thread andres
(not answering to anyone in particular) Planet E should be the "enlightenment blog". Currently it is usless because is filled with non-enlightenment news but I plan to fix that with some filters after finishing the website design, it should be simple enough. For users, eXchange has a RSS feed f

Re: [E-devel] Proposal: Enlightenment Weekly News

2009-05-20 Thread andres
On Monday 18 May 2009 02:49:58 Carsten Haitzler wrote: > On Sun, 17 May 2009 16:54:18 +0200 Thomas Gstädtner > said: > > this is odd... no one has disagreed. very strange... (note - complete > thumbs up from me!). i dont see it needs to be exactly weekly- but > "regularly" maybe every few days (1-

Re: [E-devel] doxygen template for new website?

2009-06-03 Thread andres
On Wednesday 03 June 2009 05:53:43 Vincent Torri wrote: > On Tue, 2 Jun 2009, Andreas Volz wrote: > > Hello, > > > > has someone yet created a doxygen template for the new website style? > > there is one in eina, i think > Please don't use that header. Use the one at http://enlightenment.org/dev/in

Re: [E-devel] Windows XP installer

2009-06-15 Thread andres
On Sunday 14 June 2009 04:52:40 Vincent Torri wrote: > Hi, > > I have created a Windows installer for the EFL. You can find it here: > > http://www.maths.univ-evry.fr/pages_perso/vtorri/files/Efl.exe > > What it can install: > > evil, eina, eet, evas, ecore, embryo, edje, elementary, ewl and expedi

Re: [E-devel] EnlightenmentCommunityNews - now ready for service

2009-06-15 Thread andres
On Monday 15 June 2009 13:51:26 Dave Andreoli wrote: > 2009/6/13 Thomas Gstädtner > > > Hey guys, > > > > Unfortunately I haven't got any feedback from the people responsible > > for www.enlightenment.org where I would like to see a section for the > > news, so new and irregular visitors can find

Re: [E-devel] enlightenment.org in IE7

2009-06-22 Thread andres
On Monday 22 June 2009 12:23:45 Dan Kronstal wrote: > Hey folks. Not sure if anyone knows or cares, but in IE7 e.org has looked > like this: http://img231.imageshack.us/img231/8599/e17inie.jpg since the > new design. > Does this happen with http://enlightenment.org/dev/? It does not in the ie7 ver

Re: [E-devel] enlightenment.org in IE7

2009-06-24 Thread andres
On Wednesday 24 June 2009 15:38:10 Kostis Kapelonis wrote: > O/H Dan Kronstal έγραψε: > > Hey folks. Not sure if anyone knows or cares, but in IE7 e.org has looked > > like this: http://img231.imageshack.us/img231/8599/e17inie.jpg since the > > new design. > > Well I also use IE7 and e.org seems to

Re: [E-devel] enlightenment.org in IE7

2009-07-02 Thread andres
> The dev site seems better (it at least has a doctype and validated > minus 1 simple error), but it's using an HTML doctype. Wake up people, > it's 2009, HTML is DEAD! No it isn't. Google.com, Apple.com and most other relevant business declare HTML in their doctypes. Except from Microsoft.com

Re: [E-devel] Enlightenment web site - please review

2010-12-17 Thread Andres Blanc
On Viernes 17 Diciembre 2010 04:15:40 Jesse Charbneau escribió: > Hello, > I’ve been working off list with Gustavo, and we’d like to get some > feedback on the design thats been worked out. > > http://e-www.thecharbneaus.com/p.php?p=about&l=en I like it. It might have too much text for my perso

Re: [E-devel] Continuing the website saga

2006-09-16 Thread Andres Blanc
I would recommend against Drupal for forums, they don't look good, they lack basic functionality in many browsers, the search function doesn't work very well, and yet remain complex to maintain. My recomendation would be RForum (http://rforum.andreas-s.net/rforum). That merges the froum with the

Re: [E-devel] Continuing the website saga

2006-09-22 Thread Andres Blanc
I honestly don't see the need of having *everything* integrated, except for a unified authentication system and maintenance I see the need of an agile way of update information on the website (a wiki), exchange opinions and support (a forum), and a formal channel for users to present problems t

Re: [E-devel] Help with website, trac and docs!

2009-12-14 Thread Andres Blanc
On Domingo 13 Diciembre 2009 04:42:56 Gustavo Sverzut Barbieri escribió: > On Sun, Dec 13, 2009 at 5:35 AM, Vincent Torri wrote: > >> that needs to go. trac news isnt used. > > > > are you sure ? I use it, Gustavo too. > > > > Planet is also used but it is not mentioned in the web site. > > trac

[E-devel] Website Organization

2010-01-02 Thread Andres Blanc
Before anyone else spends a second creating or editing existing website or wiki content we need to sort this project's face out. The current website(s) and wiki(s) are a mess, to continue to add content without sorting this out is simply a waste of time. As I see it we have three veins: 1. Project

Re: [E-devel] attachments/images in trac wiki

2010-02-22 Thread Andres Blanc
On Lunes 22 Febrero 2010 11:57:29 buergi escribió: > Hello, > i don't know if this is the right place to ask the following question, > but can anyone tell me why the trac wiki shows the attachments global on > every wiki page instead of only below the article to which I attached > them? > > I thou

[E-devel] I'm sorry and see you later

2010-04-25 Thread Andres Blanc
couldn't stop lying to myself thinking "this time will be different, this time it will work out". Sorry for the problems caused, Andres -- ___ enlightenment-de

Re: [E-devel] I'm sorry and see you later

2010-04-25 Thread Andres Blanc
I forgot to say, don't pay much attention to the README files scattered around. While they contain some nice ideas and some information/links (SITEMAP has some content that could be used as well) they are largely outdated in respect at what was my final goals were after talking with k-s and rast

Re: [E-devel] I'm sorry and see you later

2010-04-27 Thread Andres Blanc
unt of time. I DO intend to make the odd contribution here and there, just no more plans, promises or commitments. And certainly no more whiny mails, Thanks again and see yo

[E-devel] New website header

2010-07-27 Thread Andres Blanc
Hello there, the current site header always bottered me since it was based on something I half-did a long time ago and I've been wanting to fix it. Homepage with the mouse over about: http://i.imgur.com/IhjjZ.png The actual about page: http://i.imgur.com/MLGxv.png Tested in ie6 and ready to go a

Re: [E-devel] New website header

2010-07-27 Thread Andres Blanc
On Martes 27 Julio 2010 21:34:04 Carsten Haitzler escribió: > On Tue, 27 Jul 2010 14:09:14 -0300 Andres Blanc > said: > > you're back? :) hmm i quite like the old header... what do people think? > the black selection misses a shadow - it needs some depth. and the whole > b

Re: [E-devel] New website header

2010-07-29 Thread Andres Blanc
bug reports and so on we didnt get to fix for 1.0.0 and holding > off on major feature stuff... then we can begin the slid in of new things. > for 1.1 etc. etc. > > > On Martes 27 Julio 2010 21:34:04 Carsten Haitzler escribió: > > > On Tue, 27 Jul 2010 14:09:14 -0300 A

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

2010-08-02 Thread Andres Blanc
On Lunes 02 Agosto 2010 21:29:22 Gustavo Sverzut Barbieri escribió: > On Mon, Aug 2, 2010 at 9:17 PM, Mike McCormack wrote: > > Leif Middelschulte wrote: > >> The reason that led to this poll was the idea of an inofficial GIT > >> mirror of the SVN, discussed amongst some devs using GIT. It might

Re: [E-devel] COPYING & spec files

2010-08-16 Thread Andres Blanc
On Domingo 15 Agosto 2010 14:33:06 Joerg Sonnenberger escribió: > edje: > The second paragraph is non-OSI and some parts are weird, e.g. the file > doesn't actually contain a copyright notice. I think the 2-clause BSD > license covers the intention and is OSI approved, but that's your call. Edje's

Re: [E-devel] web site contents

2010-11-08 Thread Andres Blanc
Sorry Gustavo I know this is offtopic, I'll try to be brief. On Martes 09 Noviembre 2010 01:10:51 Ian Caldwell escribió: > here's what we in all honesty Have to do. We need to ignore all the current > date, better yet move to e.org/old and we need to recreate a completely > BRAND new website, don'

Re: [E-devel] help with web site

2010-11-14 Thread Andres Blanc
On Domingo 14 Noviembre 2010 04:24:21 Jesse Charbneau escribió: > Hello, > I have modified the contribute and support pages. Please review and let > me know if I’m heading in the right direction or not. Basically shifted > things to a single frame layout, removed some items others had proposed