Re: [E-devel] E SVN: nash IN trunk/eina/src: include lib

2010-07-30 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > Log: > Unicde strnlen, and a slight fix to the header so at least part can be read > by > humans. > > Also strlen/strnlen are pure. > > Author: nash > Date: 2010-07-29 20:39:12 -0700 (Thu, 29 Jul 2010) > New Revision: 50676 > > Modified: > t

Re: [E-devel] E SVN: discomfitor IN trunk/eina/src: include lib

2010-07-22 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > Log: > +eina_hash_modify_or_add to always add a value to the hash at the specified > key > Wouldn't eina_hash_set() be a better name for this job? Just my 2 cent Peter -- This SF.net e

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

2010-07-16 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > Modified: trunk/TMP/st/elementary/src/lib/elm_main.c > === > --- trunk/TMP/st/elementary/src/lib/elm_main.c2010-07-16 06:21:25 UTC > (rev 50276) > +++ trunk/TMP/st/elementary/src/lib/elm_main.c

Re: [E-devel] E SVN: maxerba IN trunk/e: po src/modules/everything src/modules/everything-apps src/modules/everything-aspell src/modules/everything-calc src/modules/everything-files src/modules/everyt

2010-04-18 Thread Peter Wehrfritz
Massimo Maiurana wrote: > hannes.janet...@gmail.com, il 18/04/2010 13:13, scrisse: > > >> EVRY_PLUGIN_NEW and EVRY_ACTION_NEW macros were intended to use the >> string one time as plugin id and one time as label. does this not >> work? >> >> #define EVRY_ACTION_NEW(_name, _in1, _in2, _icon, _act

Re: [E-devel] E SVN: tiago IN trunk/eina/src: include lib

2010-04-09 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri wrote: > Please check the -Wall -Wextra errors! U must check the return of > asprintf() variants And then you can use the optimized > append/insert that does not need to strlen() > Or you get the size first with snprintf(NULL, 0 ...) and than write it with snprintf

Re: [E-devel] [PATCH] Use casts when using cpp

2010-02-26 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri wrote: > On Fri, Feb 26, 2010 at 6:33 PM, Peter Wehrfritz > wrote: > >> Gustavo Sverzut Barbieri wrote: >> >>> On Fri, Feb 26, 2010 at 10:44 AM, Lucas De Marchi >>> wrote: >>> >>> >>>> C

Re: [E-devel] [PATCH] Use casts when using cpp

2010-02-26 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri wrote: > On Fri, Feb 26, 2010 at 10:44 AM, Lucas De Marchi > wrote: > >> C++ needs casts in order to assign a void* to another pointer type. As >> typeof operator is a gcc extension, we define EINA_TYPEOF(x) as "typeof" >> on gcc with c++ source and as nothing otherwise

Re: [E-devel] XUrgencyHint on focused window

2010-02-20 Thread Peter Wehrfritz
Boris 'billiob' Faure wrote: > Hi! > > I've got an annoying misfeature. I've got the pager settings to "Show > popup on urgent window". I've rxvt-unicode to set the UrgencyHint > whenever a bell occured in a terminal. This is great to get > notifications when i get pinged on irc... But it's really

Re: [E-devel] SVN cleanup for impending release

2010-02-08 Thread Peter Wehrfritz
Massimo Maiurana schrieb: > Carsten Haitzler (The Rasterman), il 07/02/2010 14:36, scrisse: > > >> there is no need. just move to BROKEN. its harmless being there. if its your >> local disk space - then just check out the dirs u care about. >> >> > > what about moving dirs like BROKEN and

Re: [E-devel] E SVN: englebass IN trunk/eina/src: include lib

2010-02-07 Thread Peter Wehrfritz
Enlightenment SVN wrote: > Log: > Add eina_strbuf_reset > > Function to reset the internal string, so we can reuse the allocated > mem. > Author: englebass > Date: 2010-02-06 13:43:22 -0800 (Sat, 06 Feb 2010) > New Revision: 45952 > > Modified: > trunk/eina/src/include/eina

Re: [E-devel] SVN cleanup for impending release

2010-02-02 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri wrote: > On Tue, Feb 2, 2010 at 6:53 PM, Eduardo Lima (Etrunko) > wrote: > >> On Tue, Feb 2, 2010 at 5:30 PM, Gustavo Sverzut Barbieri >> wrote: >> >>> Hi all, >>> >>> Our SVN is huge, a real pain to: >>>- checkout (for both newbies and core devs -- those tha

Re: [E-devel] merge ecore job and txt into ecore?

2010-01-23 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) wrote: > On Sat, 23 Jan 2010 00:58:26 +0100 Peter Wehrfritz > said: > > >> Albin Tonnerre wrote: >> >>> On Fri, 22 Jan 2010 23:19 +0100, Vincent Torri wrote : >>> >>> >>>> why not mov

Re: [E-devel] merge ecore job and txt into ecore?

2010-01-22 Thread Peter Wehrfritz
Albin Tonnerre wrote: > On Fri, 22 Jan 2010 23:19 +0100, Vincent Torri wrote : > >> why not moving ecore_txt to eina, btw ? >> > > As far as I understand it, eina is about providing data types. IMHO neither > ecore_str nor ecore_txt fit in that category. > Right, nor does ecore_file, bu

Re: [E-devel] E SVN: englebass trunk/ecore/src/lib/ecore_con

2010-01-15 Thread Peter Wehrfritz
Peter Wehrfritz wrote: > Enlightenment SVN wrote: > >> Log: >> make clang happy >> Author: englebass >> Date: 2010-01-14 15:47:26 -0800 (Thu, 14 Jan 2010) >> New Revision: 45146 >> >> Modified: >> trunk/ecore/src/lib/ecor

Re: [E-devel] E SVN: englebass trunk/ecore/src/lib/ecore_con

2010-01-15 Thread Peter Wehrfritz
Enlightenment SVN wrote: > Log: > make clang happy > Author: englebass > Date: 2010-01-14 15:47:26 -0800 (Thu, 14 Jan 2010) > New Revision: 45146 > > Modified: > trunk/ecore/src/lib/ecore_con/ecore_con.c > > Modified: trunk/ecore/src/lib/ecore_con/ecore_con.c > ==

Re: [E-devel] Running EWL applications

2009-11-13 Thread Peter Wehrfritz
Peter Wehrfritz wrote: > Sorry for the delay, I hadn't much time in the last days. I looked into > the config_init code, but there are some parts that I don't fully > understand yet. I hope I find the time to dig deeper into it the > weekend. Just to have the full

Re: [E-devel] Running EWL applications

2009-11-12 Thread Peter Wehrfritz
Sorry for the delay, I hadn't much time in the last days. I looked into the config_init code, but there are some parts that I don't fully understand yet. I hope I find the time to dig deeper into it the weekend. Just to have the full picture: Have you also installed the ewl config file? It sho

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

2009-11-07 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri wrote: > On Tue, Nov 3, 2009 at 7:26 AM, Enlightenment SVN > wrote: > >> Log: >> * rename _edje_strbuf_append to _edje_strbuf_append1 and >> _edje_strbuf_append2 in edje_util.c and edje_textblock_styles.c >> respectiveley (for amalgamation. See next commit) >>

Re: [E-devel] Evas Word-Wrapping and Long Chinese String

2009-10-28 Thread Peter Wehrfritz
Brian Wang schrieb: > Hello all, > > Evas's word-wrapping calculation does not work well with long Chinese strings. > This is how it looks (no wrapping): > http://cool-idea.com.tw/brian/edje-long-chinese-text-orig.png > > I made my effort to make it work with Chinese but it is certainly not > for t

[E-devel] What happened to bugzilla?

2009-10-13 Thread Peter Wehrfritz
Hi all, since some days bugs.enlightenment.org is down. Before someone complains that trac is the way to go, I know, but we still use bugzilla for ewl. So does anybody know what happen to it? Thanks Peter -- Come buil

Re: [E-devel] [eina] about amalgamation

2009-09-09 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > On Wed, Sep 9, 2009 at 4:34 AM, Vincent Torri wrote: > >> On Wed, 9 Sep 2009, Vincent Torri wrote: >> >> >>> Hey, >>> >>> CFLAGS: -O3 >>> LDFLAGS: -Wl,-s >>> >>> with amalgamation, the size of the .so is 141316 >>> without, it is 142216 >>> >>> is it nor

Re: [E-devel] eina segfaults after reinit

2009-09-08 Thread Peter Wehrfritz
Andre Dieb wrote: > I commited a fix, please try it. > I can confirm that it works now :) Peter -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integ

[E-devel] eina segfaults after reinit

2009-09-07 Thread Peter Wehrfritz
If you call eina_shutdown() and afterwards eina_init() eina segaults. Seems to have to do with the logging. This is the console output: CRI: eina_log.c:702 eina_log_domain_new() eina_log_print() unknown domain 0, original message format '%s' Segmentation fault Sure, it's a strange setup, but

Re: [E-devel] E SVN: raster IN trunk/ecore: po src/lib/ecore_evas src/lib/ecore_x/xlib

2009-09-02 Thread Peter Wehrfritz
Vincent Torri wrote: > >> Modified: trunk/ecore/po/Makefile.in.in >> === >> --- trunk/ecore/po/Makefile.in.in2009-09-02 12:48:00 UTC (rev 42181) >> +++ trunk/ecore/po/Makefile.in.in2009-09-02 12:48:56 UTC (rev 42182) >> @@ -

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

2009-08-17 Thread Peter Wehrfritz
Enlightenment SVN wrote: > Log: >* rename mem_strdup() to not clash (in the case of a static build) with > the one defined in bin/ > Author: davemds > Date: 2009-08-17 06:54:17 -0700 (Mon, 17 Aug 2009) > New Revision: 41839 > > Modified: > trunk/edje/src/lib/edje_edit.c > > M

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread Peter Wehrfritz
Christopher Michael wrote: > Well, IMO, ewl & etk are all but dead...worry about eml & E > > He should worry about edje, if there is a serious bug it has to be fixed. No matter if the bug is triggered by E, entrance or EWL. Peter P.S. Ewl is not dead :)

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

2009-08-06 Thread Peter Wehrfritz
Enlightenment SVN wrote: > Log: > eina list docs. > >* document undocumented functions. >* note order of magnitude of each function, try to avoid users > falling into traps. > > > Author: barbieri > Date: 2009-08-06 08:50:19 -0700 (Thu, 06 Aug 2009) > New Revis

Re: [E-devel] ploting data

2009-07-29 Thread Peter Wehrfritz
noma...@free.fr schrieb: > Hi guys > > I began to reflect on the problem of drawing a table of values following > the ideas given by Vincent and Gustavo. I wrote > something which is still archaic (I warned you, in terms of programming > I have the age of an infant) > > let me explain the procedur

Re: [E-devel] Evas and RAW images format

2009-06-16 Thread Peter Wehrfritz
Nicolas Aguirre schrieb: > 2009/6/16 Peter Wehrfritz : > >> Since lbraw seems to be GPL licensed, I'd prefer libopenraw. If libraw has >> features that libopenraw does not provided, we can maybe have both loaders, >> like it is in emotion with the

Re: [E-devel] Evas and RAW images format

2009-06-15 Thread Peter Wehrfritz
Raoul Hecky schrieb: > Great idea! And what about this one: http://www.libraw.org/about ? > Since lbraw seems to be GPL licensed, I'd prefer libopenraw. If libraw has features that libopenraw does not provided, we can maybe have both loaders, like it is in emotion with the gstreamer and the x

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-14 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) schrieb: > On Sat, 06 Jun 2009 19:42:52 +0200 Peter Wehrfritz > said: > > >> Cedric BAIL schrieb: >> >>> On Sat, Jun 6, 2009 at 5:48 PM, Albin Tonnerre >>> wrote: >>> >>>

Re: [E-devel] autotools "shave"

2009-06-10 Thread Peter Wehrfritz
Vincent Torri schrieb: > On Tue, 9 Jun 2009, Gustavo Sverzut Barbieri wrote: > > >> http://damien.lespiau.name/blog/2009/02/18/shave-making-the-autotools-output-sane/ >> >> I've seen some projects using it and actually looks nice! Vincent, are >> you willing to give it a try? >> > > I knew

Re: [E-devel] moving things to OLD/BROKEN

2009-06-09 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > Hi all, > > I want to move the following projects to BROKEN/OLD as they're one of them: > >- edje_viewer (edje_player/edje_editor work better) >- elicit (users of it? if so, remove imlib2, ecore-config and > probably esmart dependencies -- otherwise it wi

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Peter Wehrfritz
Cedric BAIL schrieb: > On Sat, Jun 6, 2009 at 5:48 PM, Albin Tonnerre > wrote: > >> On Sat, Jun 06, 2009 at 12:12:49PM -0300, Andre Dieb wrote : >> >>> This patch contains my other two previous patches: >>> >>>- [PATCH] Fix eina mempool leak, init error handling, remove consumed >>>

Re: [E-devel] E SVN: caro trunk/ecore/src/lib/ecore

2009-05-29 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > Log: >* on Windows, pipe() creates sockets and not file descriptoes, > hence we must use closesocket() to close a socket instead of > close(). In addition, we should improve the closing of the > socket (see http://tangentsoft.net/wskfaq/newbie.html#ho

Re: [E-devel] equivalent to XmNsensitive

2009-05-12 Thread Peter Wehrfritz
Nick Hughart schrieb: > On Fri, 08 May 2009 19:46:26 +0200 > Peter Wehrfritz wrote: > > >> noma...@free.fr schrieb: >> >>> Ok another question, >>> >>> what about the case whene we dont know the stat of the widget. So >>&g

Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-10 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) schrieb: > yes - its a translation problem. this is one of the problems with simple > string > mappings. 1 word in english may have multiple meanings. i think it is possible > in gettext to somehow mark such strings specially, but i don't know how. > The gette

Re: [E-devel] ewl not building because of missing po/Makefile....

2009-05-10 Thread Peter Wehrfritz
Klaus 'mrmoku' Kurzmann schrieb: > Hey all, > > I have problems building ewl. It fails with missing po/Makefile.in.in. > Am I doing something wrong here? > > configure: creating ./config.status > config.status: creating Makefile > config.status: creating ewl.spec > config.status: creating ewl.pc >

Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Peter Wehrfritz
Albin Tonnerre schrieb: > On Sat, May 09, 2009 at 02:27:28AM +0200, Peter Wehrfritz wrote : > >> Rodrigo Belem schrieb: >> >>> Hi all, >>> > > >>> I was building etk so I saw that etk depends on cvs. This dependenc

Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Peter Wehrfritz
Peter Wehrfritz schrieb: > Rodrigo Belem schrieb: > >> Hi all, >> >> I was building etk so I saw that etk depends on cvs. This dependency >> comes from autopoint that lives in autogen.sh. >> >> rodr...@sculptor:/tmp/etk$ ./autogen.sh >> Runnin

Re: [E-devel] CVS dependency on etk

2009-05-08 Thread Peter Wehrfritz
Rodrigo Belem schrieb: > Hi all, > > I was building etk so I saw that etk depends on cvs. This dependency > comes from autopoint that lives in autogen.sh. > > rodr...@sculptor:/tmp/etk$ ./autogen.sh > Running autopoint... > autopoint: *** cvs program not found > autopoint: *** Stop. > > Is it right

Re: [E-devel] equivalent to XmNsensitive

2009-05-08 Thread Peter Wehrfritz
noma...@free.fr schrieb: > Ok another question, > > what about the case whene we dont know the stat of the widget. So we must get > the stat first and then decide wether to call ewl_widget_enable or disable. > How can I do to obtain this stat? > if (DISABLED(w)) ewl_widget_enable(w); else

Re: [E-devel] equivalent to XmNsensitive

2009-05-08 Thread Peter Wehrfritz
noma...@free.fr schrieb: > Hi, > > I seek in EFL something like XmNsensitive (Motif) to make a button widget > insensitive. > > I know that EWL_FLAG_STATE_DISABLED does somthing equivalent but I don't khow > how can i code it!! > To disable a widget simply call ewl_widget_disable() and enabl

Re: [E-devel] Accessing the structure containing an Eina_Inlist

2009-05-01 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > On Fri, May 1, 2009 at 8:18 AM, Vincent Torri wrote: > >> On Fri, 1 May 2009, Gustavo Sverzut Barbieri wrote: >> >> >>> On Thu, Apr 30, 2009 at 9:13 PM, Carsten Haitzler >>> wrote: >>> On Thu, 30 Apr 2009 18:02:45 -0300 Gustavo Sverzut Barbi

Re: [E-devel] [PATCH] Replace Ecore_List2 with Eina_List

2009-04-27 Thread Peter Wehrfritz
Albin Tonnerre schrieb: >> But you can append fast (O(1)) since it >> will keep a pointer to last element. >> > > Eina_List too. > > Anyway, TBH I only did it this way because cedric advised me to do so. I'll > change it to Eina_Inlists if you think that really would have a benefit, > which I

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

2009-04-21 Thread Peter Wehrfritz
Massimiliano Calamelli schrieb: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, 21 Apr 2009 12:23:53 +0200 > Peter Wehrfritz wrote: > > >> I don't know if the warn_unused_result flag for this function is >> superfluid, but if such a flag

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

2009-04-21 Thread Peter Wehrfritz
I don't know if the warn_unused_result flag for this function is superfluid, but if such a flag is present you should check the result for error and not silently store the value somewhere. Regards Peter Enlightenment SVN schrieb: > Log: > Fix compiler warnings about attribute warn_unused_resu

Re: [E-devel] [PATCH] ecore pipe add close functions

2009-04-20 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > was this ever committed? should it be? It was marked as "pending" in my list. > Afaik, it wasn't committed. I think it looks reasonable, but I haven't actually tested it. I hoped someone how is more familar then me with pipes and forking is going to review

Re: [E-devel] Po files, something strange

2009-04-17 Thread Peter Wehrfritz
Atton Jonathan schrieb: > I ll fixed this pb today (or maybe tomorrow) :) > > And if you have something like: > char *= keyboard input > string = gettext(string) > print(string) > > if string = "", we will display the gettext header ? hum ... > That's not the normal use case of gettext. Why wou

Re: [E-devel] consistentness of the API

2009-04-01 Thread Peter Wehrfritz
Vincent Torri schrieb: > Hey, > > I think that, before the release, we should verify that the api is consistent. > > I think that, at least, we must verify that: > > 1) if a function has a _add sufix, the invert function must have the _del > sufix > > 2) if a function has a _new sufix, the invert

Re: [E-devel] [PATCH] ecore pipe add close functions

2009-03-25 Thread Peter Wehrfritz
Lars Munch schrieb: > Hi > > This patch adds two new functions, ecore_pipe_close_read and > ecore_pipe_close_write, to ecore_pipe. The purpose it to enable > ecore_pipe to be used together with fork (see example below). > > The patch also handles if the read or write end of the pipe closes. > I

Re: [E-devel] events on EWL framebuffer problem

2009-03-16 Thread Peter Wehrfritz
Tiziano Cappellari schrieb: > Hi, > > I'm developing a very base application with just one window and two > callbacks based to ewl on framebuffer. > The window is correctly displayed but callbacks events from > mouse/keyboard (like EWL_CALLBACK_MOUSE_DOWN / EWL_CALLBACK_KEY_DOWN) > are never called

Re: [E-devel] E SVN: cedric IN trunk: E-MODULES-EXTRA/...

2009-03-16 Thread Peter Wehrfritz
Cedric BAIL schrieb: > On Mon, Mar 16, 2009 at 6:16 PM, Peter Wehrfritz > wrote: > >> Enlightenment SVN schrieb: >> >>> Modified: trunk/ecore/src/lib/ecore_x/xlib/ecore_x_atoms.c >>>

Re: [E-devel] E SVN: cedric IN trunk: E-MODULES-EXTRA/...

2009-03-16 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > Modified: trunk/ecore/src/lib/ecore_x/xlib/ecore_x_atoms.c > === > --- trunk/ecore/src/lib/ecore_x/xlib/ecore_x_atoms.c 2009-03-16 13:46:16 UTC > (rev 39504) > +++ trunk/ecore/src/lib/ecore_x/xlib/ecore_x

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib

2009-03-13 Thread Peter Wehrfritz
Vincent Torri schrieb: > On Fri, 13 Mar 2009, Enlightenment SVN wrote: > > >> +EAPI unsigned int eina_inlist_count(const Eina_Inlist *list) >> EINA_WARN_UNUSED_RESULT; >> > > i think that the api must mention the action, that is, the function name > should be I this case the action is li

Re: [E-devel] Submit this EWL bug in tracker?

2009-02-25 Thread Peter Wehrfritz
Terseus schrieb: > Sorry, I forgot to mention one thing, when I create a page in a > notebook widget and destroy it, if I try now to destroy a page with > the notebook empty the function ewl_notebook_visible_page_get still > give me a not NULL widget (the same offset of the previously destroyed

Re: [E-devel] Submit this EWL bug in tracker?

2009-02-25 Thread Peter Wehrfritz
Terseus schrieb: > I have news about the notebook bug. > > The best would be a small test case to reproduce the bug, in most > cases this shouldn't be too hard to write and is for you easier, > then for us to figure out what you are doing in detail. > > > A great idea indeed, while doi

Re: [E-devel] E SVN: caro IN trunk/MISC/enthrall: . src

2009-02-22 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > + if (ecore_str_has_suffix (output_file, ".ogg")) { > Better use ecore_str_has_extension(), it does a case-insensitive compare. Peter -- Open Source Business Conference (OSBC), March 24

Re: [E-devel] Eterm and utf8

2009-02-20 Thread Peter Wehrfritz
Kim Woelders schrieb: > > Yes. UCS-2 is used as internal encoding in this patch. It is what I > found all in all seemed to give best results. > It might be considered to use UCS-2BE internally to avoid some byte > swapping, but I got in trouble with that somewhere. > > I have a similar patch wher

Re: [E-devel] Eterm and utf8

2009-02-20 Thread Peter Wehrfritz
Kim Woelders schrieb: > Hello, > > It is annoying that Eterm doesn't handle utf8. Here is a half-baked > patch that might inspire somebody (Michael? :) ) to do it properly. Or maybe one gsoc student :). > > Beware! This patch breaks things in non-utf8 locales, probably doesn't > work on big-endi

Re: [E-devel] Submit this EWL bug in tracker?

2009-02-20 Thread Peter Wehrfritz
Terseus schrieb: > Hi E-developers!! > > First of all, sorry for my possible-poor english, I write it very few. > > I have found a bug (at least I think it's a bug) in the EWL libraries, but > don't know if I must submit it, let me explain... > > I'm developing a text-editor using EWL, the app have

Re: [E-devel] E SVN: pfritz IN trunk/ewl/data/themes/e17: . groups

2009-01-14 Thread Peter Wehrfritz
Ravenlock schrieb: > On 01/13/2009 14:57, Enlightenment SVN wrote: > >> Log: >> grey out images if they are disable >> >> Author: pfritz >> Date: 2009-01-13 12:57:30 -0800 (Tue, 13 Jan 2009) >> New Revision: 38573 >> > > [snip] > > >> Modified: trunk/ewl/data/themes/e1

Re: [E-devel] Announcing EWL 0.5.3

2009-01-08 Thread Peter Wehrfritz
Peter Wehrfritz schrieb: I attached a small sample program As always, I forgot to ... #include void destroy_main_window(Ewl_Widget *main_win, void *ev_data, void *user_data) { ewl_widget_destroy(main_win); ewl_main_quit(); return; } int main(int argc, char **argv) { Ewl_Widget *w, *win

Re: [E-devel] Announcing EWL 0.5.3

2009-01-08 Thread Peter Wehrfritz
Hendrik Siedelmann schrieb: > 2009/1/5 Nathan Ingersoll : > >> I'm pleased to announce the release of EWL version 0.5.3. This release >> has some extensive changes, including the following highlights: >> >> * Version 0.5.3: >> > ... > >> - Allow the ewl_label widget to be t

Re: [E-devel] E SVN: sachiel trunk/ecore/src/lib/ecore_x/xlib

2009-01-03 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > +#ifdef X_HAVE_UTF8_STRING >e->key_compose = strdup(buf); > +#else > + e->key_compose = ecore_txt_convert(nl_langinfo(CODESET), "UTF-8", > buf); > +#endif > } > } > else > @@ -739,7 +751,7 @@ > { > char *str; > X

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2008-12-24 Thread Peter Wehrfritz
Peter Wehrfritz schrieb: > > 4 pixels sound like inset or padding pixels. Since the size request > happens before the realization some pixels for the inset will be added > later, when the theme data is loaded. I think for the framebuffer, > unlike to the x11 engine, the engine s

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2008-12-15 Thread Peter Wehrfritz
Graham Gower schrieb: > Peter Wehrfritz wrote: > >> Graham Gower schrieb: >> >>> Peter Wehrfritz wrote: >>> >>>> I committed it without the @EVAS_LIBS@, because Vincent told me that >>>> it is not needed. Can you che

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2008-12-14 Thread Peter Wehrfritz
Graham Gower schrieb: > Peter Wehrfritz wrote: >> I committed it without the @EVAS_LIBS@, because Vincent told me that >> it is not needed. Can you check please if it works now? Since I don't >> have ecore_fb installed, I cannot test it myself. > > Yes, this wo

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2008-12-10 Thread Peter Wehrfritz
Graham Gower schrieb: > Hi, > > When EWL is configured with --enable-fb, the EWL engine evas_fb.so > fails to be dlopen()able due to missing symbols. The missing symbols > can be found in -lecore_fb. > > -Graham > > > --- Makefile.am 2008-12-09 18:23:18.0 +1030 > +++ ewl/src/engines/e

Re: [E-devel] 2 modules translated to czech

2008-11-21 Thread Peter Wehrfritz
Josef Luštický <[EMAIL PROTECTED]> schrieb: > Hi, > I'm sending 2 modules .po files translated to czech. > It's not much, but I can send more if you will be interested and put them > into SVN.. It's up to you. > You forgot to attach the file(s), or they were filtered out, because they had a wrong

Re: [E-devel] E SVN: aron trunk/e/po

2008-11-09 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > Log: > Generated new pot files for translations. > Author: aron > Date: 2008-11-09 04:11:33 -0800 (Sun, 09 Nov 2008) > New Revision: 37563 > > Added: > trunk/e/po/enlightenment.pot > The .pot files are generated by autopoint, there is now point to

Re: [E-devel] E SVN: urandom IN trunk/elicit: . data/themes/winter data/themes/winter/fonts data/themes/winter/groups data/themes/winter/img data/themes/winter/macros data/themes/winter/parts data/the

2008-11-07 Thread Peter Wehrfritz
Viktor Kojouharov schrieb: > On Fri, 2008-11-07 at 16:52 +0100, Peter Wehrfritz wrote: > >> Enlightenment SVN schrieb: >> >>> Log: >>> add an on-screen ruler to elicit. only the winter theme supports it for >>> now >>> >>>

Re: [E-devel] E SVN: urandom IN trunk/elicit: . data/themes/winter data/themes/winter/fonts data/themes/winter/groups data/themes/winter/img data/themes/winter/macros data/themes/winter/parts data/the

2008-11-07 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > Log: > add an on-screen ruler to elicit. only the winter theme supports it for now > Really nice and useful feature! Some ideas for improvement: do some "mouse,in" and "mouse,out" animations on the unit selector. I noticed that you can have something different th

Re: [E-devel] E SVN: pfritz trunk/ecore/src/lib/ecore

2008-11-03 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: On Mon, Nov 3, 2008 at 11:57 AM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: + /* first write the len into the pipe */ + do + { + ret = pipe_write(p->fd_write, &nbytes, sizeof(nbytes)); + if (ret == sizeof(nbytes)) + { +

Re: [E-devel] EWL fb engine won't compile - patch

2008-11-03 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) schrieb: > On Wed, 29 Oct 2008 09:23:17 + Quaker <[EMAIL PROTECTED]> babbled: > > i don't see how it wouldn't work. code seems ok to me - builds for me too... > :/ > Sorry, my bad. I haven't answered to the list. I fixed it some days ago. So indeed it shou

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2008-11-03 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > On Mon, Nov 3, 2008 at 3:42 AM, Enlightenment SVN > <[EMAIL PROTECTED]> wrote: > >> Log: >> add patch to add a pipe handler for glueing threads to the core main loop >> via >> pipes - makes it save for a thread to send a message to the main loop and >> not

Re: [E-devel] Copyleft-style

2008-10-17 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > On Thu, Oct 16, 2008 at 7:53 PM, Michael Feiri <[EMAIL PROTECTED]> wrote: > >> Now, eCos is owned by the FSF and is licensed under the GPLv2 with a >> linking exception that makes it completely non-viral. This exception is >> more powerful than the LGPL, becau

Re: [E-devel] E SVN: cedric trunk/ecore/src/lib/ecore_con

2008-10-07 Thread Peter Wehrfritz
Arnaud de Turckheim schrieb: > On Tue, Oct 7, 2008 at 1:24 PM, Arnaud de Turckheim <[EMAIL PROTECTED]>wrote: > > >> On Mon, Oct 6, 2008 at 7:08 PM, Peter Wehrfritz <[EMAIL PROTECTED]>wrote: >> >> >>> Enlightenment SVN schrie

Re: [E-devel] E SVN: cedric trunk/ecore/src/lib/ecore_con

2008-10-06 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > Log: > Another step toward IPv6 support with more cleanup. > > Patch from Arnaud de Turckheim. > > > Author: cedric > Date: 2008-10-06 09:40:01 -0700 (Mon, 06 Oct 2008) > New Revision: 36483 > > Modified: > trunk/ecore/src/lib/ecore_con/ecore_c

Re: [E-devel] ecore_pipe again

2008-10-05 Thread Peter Wehrfritz
Sebastian Dransfeld schrieb: Peter Wehrfritz wrote: Peter Wehrfritz schrieb: Sebastian Dransfeld schrieb: 1. What shall we do if the return size is smaller (but > 0). If I understood it right, that can happen if the writing process writes more bytes then PIPE_BUF. Should we t

Re: [E-devel] configure.in files

2008-10-04 Thread Peter Wehrfritz
Kim Woelders schrieb: > On Tue, 30 Sep 2008 20:15:15 +0200, Peter Wehrfritz > <[EMAIL PROTECTED]> wrote: > > >> I committed the move for every package in the basedir, in MISC and >> PROTO. If I missed something please tell it me. Shall I also move the &g

Re: [E-devel] ecore_pipe again

2008-10-04 Thread Peter Wehrfritz
Peter Wehrfritz schrieb: > Sebastian Dransfeld schrieb: > >> Peter Wehrfritz wrote: >> >> >>> Hi all, >>> >>> I took Vincent's last ecore_pipe approach and changed ecore_pipe_write >>> to accept variable long data and not

Re: [E-devel] Auth checkout from svn?

2008-10-04 Thread Peter Wehrfritz
Viktor Kojouharov schrieb: > The following is a very silly question: > > How do I checkout the trunk, using my username (the public key is still > in devs, and I still have the private key)? > > I was out of the loop for a couple of months, so I missed the whole > cvs->svn migration thing. > ht

[E-devel] configure.ac

2008-10-04 Thread Peter Wehrfritz
Hi all, The filename "configure.in" is deprecated for a long time now. Since we are know using svn it'd be easy to move the files to the correct name "configure.ac". If there aren't any objections, I will do the rename. Regards Peter

Re: [E-devel] ecore_pipe again

2008-10-01 Thread Peter Wehrfritz
Peter Wehrfritz schrieb: > Sebastian Dransfeld schrieb: > >> Peter Wehrfritz wrote: >> >> >>> Hi all, >>> >>> I took Vincent's last ecore_pipe approach and changed ecore_pipe_write >>> to accept variable long data and not

Re: [E-devel] Enlightenment 17 from SVN requires CVS to configure

2008-09-30 Thread Peter Wehrfritz
Eric Sandall schrieb: > Quoting Ivan <[EMAIL PROTECTED]>: > > >> Is not E, but autopoint (a part of gettext) which requires cvs, so not >> much to do about it. >> > > Does E17 require autopoint? If not, can we remove it? As I mentioned, > other EFL packages build fine without cvs installe

Re: [E-devel] configure.in files

2008-09-30 Thread Peter Wehrfritz
I committed the move for every package in the basedir, in MISC and PROTO. If I missed something please tell it me. Shall I also move the E16 files and the eterm files? Regards Peter - This SF.Net email is sponsored by the M

Re: [E-devel] configure.in files

2008-09-28 Thread Peter Wehrfritz
Michael Jennings schrieb: > On Saturday, 27 September 2008, at 22:28:29 (+0200), > Peter Wehrfritz wrote: > > >> The filename "configure.in" is deprecated for a long time now. Since >> we are now using svn it'd be easy to move the files to the correct >

[E-devel] configure.in files

2008-09-27 Thread Peter Wehrfritz
Hi all, The filename "configure.in" is deprecated for a long time now. Since we are now using svn it'd be easy to move the files to the correct name "configure.ac". If there aren't any objections, I will do the rename. Regards Peter -

Re: [E-devel] always e17 on opensolaris

2008-09-16 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) schrieb: > On Thu, 14 Aug 2008 11:01:59 +0200 _doof <[EMAIL PROTECTED]> babbled: > > both of these are c99 issues... and yes - we require c99. thus.. i guess > opensolaris is unsupported until it vatches up to last millenium (1999) :) > (sorry we can go around patch

Re: [E-devel] ecore_pipe again

2008-09-03 Thread Peter Wehrfritz
Sebastian Dransfeld schrieb: > Peter Wehrfritz wrote: > >> Hi all, >> >> I took Vincent's last ecore_pipe approach and changed ecore_pipe_write >> to accept variable long data and not only a pointer. I also added the >> possibility to pass a data poi

[E-devel] ecore_pipe again

2008-09-02 Thread Peter Wehrfritz
Hi all, I took Vincent's last ecore_pipe approach and changed ecore_pipe_write to accept variable long data and not only a pointer. I also added the possibility to pass a data pointer to the handler callback to avoid the usage of globals. The win version does probably not work. Please read i

Re: [E-devel] Enlightenment.org redesign mockups needed!

2008-09-02 Thread Peter Wehrfritz
Mathieu Prevot schrieb: > I would like to suggest the use of a django framework: fast, simple to > maintain and with a clear separation of design and content. I also > prefer Django's site design to NetBSD's, but I think enlightenment > deserve something even better. > I personally don't like 3

Re: [E-devel] Things you consider broken or old in current repository

2008-08-17 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > Hi people, > > As now we're using SVN and it's easy to move things around I suggest > we moving things out of the main project if they're broken for some > time. Some projects like KDE, for example, move things into their > experimental/playground (our proto) and

Re: [E-devel] E CVS: proto/eina turran

2008-08-07 Thread Peter Wehrfritz
Vincent Torri schrieb: >> Actually I thought it was BSD licensed. I didn't expect that Trojan >> horse tactic. Only after Vincent has asked me if it is ok for me to >> switch to LGPL I realized that i contributed to a proprietary project. >> > > Can you develop why a project using LGPL is a pr

Re: [E-devel] E CVS: proto/eina turran

2008-08-07 Thread Peter Wehrfritz
Jorge Luis Zapata Muga schrieb: > > As i said too many times, there was edata, this arguments are refered > to edata, not eina, you can think of eina on just the same > conceptually lib but developed from the base code of edata. So i > wasn't expecting developers on eina, i was expecting them on ed

Re: [E-devel] moving things along - cvs -> svn and bugs (bugzilla->trac)

2008-08-04 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) schrieb: > On Mon, 04 Aug 2008 14:12:53 +0200 Peter Wehrfritz <[EMAIL PROTECTED]> > babbled: > > >> Carsten Haitzler (The Rasterman) schrieb: >> >>> c. continue development from there. >>> >>>

Re: [E-devel] moving things along - cvs -> svn and bugs (bugzilla->trac)

2008-08-04 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) schrieb: > c. continue development from there. > > i hope to get this done in the next few weeks (in august). > So for now, I use cvs, until the switch is done, right? > and > > 2. trac (bugzilla alternative). this integrates with svn - ticket numbers in > log c

Re: [E-devel] Eina

2008-08-03 Thread Peter Wehrfritz
Jorge Luis Zapata Muga schrieb: > Hi all, as you all (most) know, eina has hit proto cvs. I think > several things have to be explained, references to eina's license, > code and so have appeared on different threads and honestly following > them all is very complicated and is also hard to actually

Re: [E-devel] Icons and EFM

2008-07-28 Thread Peter Wehrfritz
Toma schrieb: > It would be nice to have a bit more unity when it comes to Icons in E > and in particular, EFM. Im not entirely sure what to file a bug on > here since its kind of splatter over a few files. Basically, the icons > for EFM need to be set in 3 different places to work as a single icon

  1   2   3   >