[E-devel] const char * in ewl_label

2005-09-10 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi, Shouldn't ewl_label receive always a const char * instead of a char * in its functions just like ewl_text does? Cheers, -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Computer and Software Engineering INESC-ID - SAT Group -

Re: [E-devel] Textbox in Ewl

2005-09-10 Thread Paulo Jorge de Oliveira Cantante de Matos
Nice... What's textblock2??? Can't find that in the doxygen docs... Cheers, Paulo Matos dan sinclair said: > On Sat, 2005-09-10 at 10:37 -0500, Brian Mattern wrote: >> ALl of the text stuff in EWL is in a state of flux, as >> textblock2 >> support is being added. So, I doubt there will be any d

Re: [E-devel] Textbox in Ewl

2005-09-10 Thread Paulo Jorge de Oliveira Cantante de Matos
Brian Mattern said: > ALl of the text stuff in EWL is in a state of flux, as > textblock2 > support is being added. So, I doubt there will be any docs > until its > finished... I meant... doxygen documentation... ;) > -- > rephorm > > Paulo Jorge de Oliveira Cantant

Re: [E-devel] Textbox in Ewl

2005-09-10 Thread Paulo Jorge de Oliveira Cantante de Matos
Found it in the source sode. Seems to be EWL_ENTRY. Strange it is not documented. :) Paulo Jorge de Oliveira Cantante de Matos said: > How is the textbox widget called in ewl? > I can only find label and text but none seem to be able to > receive user input. > > Cheers, > -- &

[E-devel] Textbox in Ewl

2005-09-10 Thread Paulo Jorge de Oliveira Cantante de Matos
How is the textbox widget called in ewl? I can only find label and text but none seem to be able to receive user input. Cheers, -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Computer and Software Engineering INESC-ID - SAT Group --

[E-devel] Ecore warning

2005-09-09 Thread Paulo Jorge de Oliveira Cantante de Matos
I'm currently receiving: /usr/local/include/Ecore_Data.h:171: warning: inline function `void* ecore_list_goto_first(Ecore_List*)' used but never defined when I try to compile my program. I don't like it much but anyway, everything seems to work fine! Cheers, -- Paulo Jorge Matos - pocm at sat

[E-devel] ewl_row_column_get (TREE)

2005-09-09 Thread Paulo Jorge de Oliveira Cantante de Matos
This function receives a row and an int. What does that int means? Is it zero-based or 1-based? Thanks, -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Computer and Software Engineering INESC-ID - SAT Group

Re: [E-devel] Another tree question

2005-09-09 Thread Paulo Jorge de Oliveira Cantante de Matos
only happening because Ewl is in devel right? >> Hopefulle, after reaching stable, there will be no need for >> that, >> right? (since we will hopefully know in advance what we >> should >> get from ewl_row_column_get. >> >> Cheers, >> >> Paulo Matos

[E-devel] Another tree question

2005-09-08 Thread Paulo Jorge de Oliveira Cantante de Matos
Need to get the label of the tree row I just clicked on: char *treeheaders[] = {"Plugin Name"}; tree = ewl_tree_new(1); ewl_tree_headers_set(EWL_TREE(tree), treeheaders); ewl_container_child_append(EWL_CONTAINER(treecont), tree); void (*treecb)(Ewl_Widget *w, void *event, void *data) = &g

[E-devel] Ewl_Tree question

2005-09-08 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, What's the difference between the modes: enum Ewl_Tree_Mode { EWL_TREE_MODE_NONE, EWL_TREE_MODE_SINGLE, EWL_TREE_MODE_MULTI }; Couldn't find explanation in source of in docs. Cheers, -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm

Re: [E-devel] EWL issues (table inside border)

2005-09-05 Thread Paulo Jorge de Oliveira Cantante de Matos
OK, I'll try the tree widget then... thanks... Nathan Ingersoll said: > The table widget needs some updating. It doesn't correctly > setup it's > sizing, so if the tree widget is an option for you, I'd > recommend trying > that. It needs more work too, but it is a better supported > widget right n

Re: [E-devel] While running doxygen in ewl cvs

2005-08-18 Thread Paulo Jorge de Oliveira Cantante de Matos
Nathan Ingersoll said: > Looks like this has been fixed in CVS. > Indeed, it seems to be corrected... > On 8/17/05, Paulo Jorge de Oliveira Cantante de Matos > <[EMAIL PROTECTED]> wrote: >> >> Got: >> >> Generating directory documentation..

[E-devel] Double Image Append EWL problem

2005-08-17 Thread Paulo Jorge de Oliveira Cantante de Matos
>From the simple image viewer I tried to extend it to try to show the image twice, one on the left and one on the right separated by a ewl_separator but nothing happens. It shows exactly the same window as in the initial application. Here's the code: #include Ewl_Widget *main_win; Ewl_Widget *l

[E-devel] While running doxygen in ewl cvs

2005-08-17 Thread Paulo Jorge de Oliveira Cantante de Matos
Got: Generating directory documentation... :1: Warning: Found unknown command `\defgtroup' Cheers, Paulo Matos -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Computer and Software Engineering INESC-ID - SAT Group ---

Re: [E-devel] EWL hello example not working

2005-08-16 Thread Paulo Jorge de Oliveira Cantante de Matos
> On 8/16/05, Paulo Jorge de Oliveira Cantante de Matos > <[EMAIL PROTECTED]> wrote: >> Hi all, (not really sure if this fits better in this ML or in >> e-users but here it goes) >> >> I've just started reading ewl book and I tried ewl second >> example.

[E-devel] EWL hello example not working

2005-08-16 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, (not really sure if this fits better in this ML or in e-users but here it goes) I've just started reading ewl book and I tried ewl second example. The hello world one. Just copied pasted from the book section "Hello World". I tried to compile and got: $ gcc -o ewlhello ewlhello.c `ewl-con

Re: [E-devel] Entice segfaults

2005-08-07 Thread Paulo Jorge de Oliveira Cantante de Matos
know much about entice internals, however, it seems to happen before I do anything. I open entice and I just wait... SIGFAULT happens... Hope I can help further. Cheers, Paulo Matos Kirby Kuehl said: > export CFLAGS=-g > > On 7/31/05, Paulo Jorge de Oliveira Cantante de Matos > <

Re: [E-devel] Entice segfaults

2005-07-31 Thread Paulo Jorge de Oliveira Cantante de Matos
utomake tools E uses. Cheers, Paulo Matos Tilman Sauerbeck said: > Paulo Jorge de Oliveira Cantante de Matos > <[EMAIL PROTECTED]> [2005-07-29 21:43]: >> Hi all, > > Hi, > >> Anyway I've chosen a directory were I keep my images and >> entice >> se

[E-devel] Entice segfaults

2005-07-29 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Using latest cvs. Is there a way to open a directory of images IN entice (after opening entice)? Anyway I've chosen a directory were I keep my images and entice segfaults (probably trying to create thumbnail of a tar.bz2 file): $ entice fotos/ Segmentation fault * Imlib2 Developer Wa

Re: [E-devel] Translations

2005-04-20 Thread Paulo Jorge de Oliveira Cantante de Matos
Paulo Matos Nathan Ingersoll said: > Any objection to setting up a translations mailing list? This > is going > to be a continuous maintenance task, and not completely related > to > code development. > > > --- > This SF.Net email is sponsored

Re: [E-devel] pt.po is on cvs but it seems to be pt_br.po

2005-04-20 Thread Paulo Jorge de Oliveira Cantante de Matos
Carsten Haitzler said: > > definitely. basically the way i am doing things right now is: > the first translation for a language (es, pt etc.) becomes the > "default" until someone provides more specific translations (eg > pt_BR vs pt_PT). so that's why :) we are happy to accept > multiple translat

[E-devel] pt.po is on cvs but it seems to be pt_br.po

2005-04-19 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've translated E17 (as I said I would in the last days) to pt. However, when I checkout the cvs today, I notice a pt.po which seems to be by analyzing its contents a pt_br.po (Brazil Variant of Portuguese) as you can easily see by: #: src/modules/battery/e_mod_main.c:906 msgid "BAD DRIVE

[E-devel] Typo in enlightenment.pot

2005-04-17 Thread Paulo Jorge de Oliveira Cantante de Matos
#: src/modules/ibar/e_mod_main.c:775 msgid "Exteremely Large" msgstr "" Should be "Extremely" This is the version of cvs17.04.2005. I'll keep using this in my translation. Hope to finish tommorrow. Cheers, -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Compute

[E-devel] Translation Doubt

2005-04-17 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, In this string? #: src/bin/e_main.c:229 msgid "" "Enlightenment cannot initialize the File system.\n" "Perhaps you are out of memory?" in File system, you mean the filesystem, or a system (like Evas) called File? Cheers, -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.i

[E-devel] Imlib2 Bindings

2005-04-17 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've been doing and I'm almost finished with Imlib2 Bindings for PLT Scheme. I'm only having a problem with functions like void imlib_context_set_display(Display *display); which needs a Display* and I don't have one in Scheme. However, PLT Scheme has a graphical interface based on wxwind

Re: [E-devel] PT support

2005-04-15 Thread Paulo Jorge de Oliveira Cantante de Matos
>> Nice, I'll be doing that in the next couple of days and then >> I'll send a first version to the list. >> Is it possible to test e17 side-by-side with e16? Or are >> there >> any config/library files problems? > > yes. as long as you put e17 in a different prefix (/usr/local > instead of /usr o

Re: [E-devel] PT support

2005-04-15 Thread Paulo Jorge de Oliveira Cantante de Matos
> > Nice, I'll be doing that in the next couple of days and then > I'll send a first version to the list. > Is it possible to test e17 side-by-side with e16? Forget the question... I just had a 'stupid' moment here... ;) Cheers, Paulo Matos > Or are there > any config/library files problems? >

Re: [E-devel] PT support

2005-04-15 Thread Paulo Jorge de Oliveira Cantante de Matos
Carsten Haitzler said: > On Fri, 15 Apr 2005 05:08:36 +0100 (WEST) "Paulo Jorge de > Oliveira Cantante de Matos" <[EMAIL PROTECTED]> babbled: > >> >> Being a recent member and being eager to contribute with >> something would be a Portuguese translati

[E-devel] PT support

2005-04-14 Thread Paulo Jorge de Oliveira Cantante de Matos
Being a recent member and being eager to contribute with something would be a Portuguese translation of E17 a wanted feature? If yes, which file should I translate? Cheers, -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Computer and Software Engineering INESC-I