Re: [E-devel] [EGIT] [core/enlightenment] enlightenment-0.17 02/02: e_sys - address security concerns with environment - more

2013-12-05 Thread Peter van de Werken
; +} + } + } +while (again); + } +# endif Cheers, Peter -- . ..: -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now

Re: [E-devel] Git, merges, and better work-flows

2013-10-03 Thread Peter Kjellerstedt
) -- Tom. The branching model Tom describes is a personal favorite of mine. Here is a description of it with some dos and don'ts and other tips: https://gist.github.com/jbenet/ee6c9ac48068889b0912 //Peter

Re: [E-devel] [EGIT] [core/elementary] master 02/02: Merge branch 'master' of ssh://git.enlightenment.org/core/elementary

2013-03-07 Thread Peter Kjellerstedt
to the starting point of each target branch, you can just merge the topic branch into each target branch where it is appropriate. //Peter -- Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM

[E-devel] One mail/commit (was: RE: [EGIT] [core/efl] branch master updated. 04e660c5c76fa9168be08de1f979a1684c464154)

2013-02-17 Thread Peter Kjellerstedt
reading the mail bodies, and then having to look for that first line in the subject is distracting. * Preferably, all references (branches and tags) where the commit is reachable after pushing should be listed in the subject. This, however, is a bit messy to determine... //Peter

Re: [E-devel] One mail/commit (was: RE: [EGIT] [core/efl] branch master updated. 04e660c5c76fa9168be08de1f979a1684c464154)

2013-02-17 Thread Peter Kjellerstedt
I will have to check with the company I work for if I may release the code. Won't happen till I'm back home from ELC though. //Peter -Original Message- From: Tom Hacohen [mailto:t...@stosb.com] Sent: 17 February 2013 14:29 To: e Subject: Re: [E-devel] One mail/commit (was: RE

Re: [E-devel] libefl is moving on Friday (15.02.2013)

2013-02-15 Thread Peter Kjellerstedt
? Will they still be sent to enlightenment-...@lists.sourceforge.net or will we get a new list that we need to subscribe to? //Peter -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end

[E-devel] [PATCH] eina_stringshare_dump output

2012-08-06 Thread Peter van de Werken
Hi, I noticed that the output of eina_stringshare_dump contains rather strange strings (it clearly doesn't match with what is in stringshare). Attached is a patch that fixes the appropriate printf statement by using the node struct to get the string. cheers, Peter -- . ..: Index: src/lib

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Peter van de Werken
://github.com/ffi/ffi regards, Peter -- . ..: -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce

Re: [E-devel] E SVN: cedric IN trunk: BINDINGS/javascript/elixir PROTO/elsa e e_dbus ecore edje eet eeze efreet eina eio elementary embryo enki enlil ephoto evas exalt

2011-02-23 Thread Peter van de Werken
the autopoint line back? You broke building with a fresh checkout. regards, Peter -- . ..: signature.asc Description: Digital signature -- Free Software Download: Index, Search Analyze Logs and other IT data in Real-Time

[E-devel] [PATCH] Only add a separator if there is something to separate.

2010-12-29 Thread Peter van de Werken
diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index e413f33..d36a6c1 100644 --- a/e/src/bin/e_gadcon.c +++ b/e/src/bin/e_gadcon.c @@ -1365,9 +1365,11 @@ e_gadcon_client_util_menu_items_append(E_Gadcon_Client *gcc, E_Menu *menu_main, if ((gcc-gadcon-shelf) ||

[E-devel] [PATCH] Make illume2 indicator buttons square.

2010-12-29 Thread Peter van de Werken
It looks better and also the button edges no longer overlap. diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index adaf472..a807517 100644 --- a/e/data/themes/default.edc +++ b/e/data/themes/default.edc @@ -35726,7 +35726,8 @@ collections {

[E-devel] [PATCH] Make the compact gadcon menu the default.

2010-12-29 Thread Peter van de Werken
The illume indicator would also benefit of the less deep gadcon menu. Since there is no quick check for that situation, make the compact menu the default instead. diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index 2fb9f69..e413f33 100644 --- a/e/src/bin/e_gadcon.c +++

[E-devel] [PATCH] Remove double definition of system-restart icon.

2010-12-29 Thread Peter van de Werken
For some reason this caused the reboot button in the System Control popup to have the lock icon. --- e/data/themes/default.edc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index 3b9d752..adaf472 100644 ---

[E-devel] [PATCH] Make the compact gadcon menu the default.

2010-12-29 Thread Peter van de Werken
The illume indicator would also benefit of the less deep gadcon menu. Since there is no quick check for that situation, make the compact menu the default instead. --- e/src/bin/e_gadcon.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/e/src/bin/e_gadcon.c

[E-devel] [PATCH] Only add a separator if there is something to separate.

2010-12-29 Thread Peter van de Werken
--- e/src/bin/e_gadcon.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index e413f33..d36a6c1 100644 --- a/e/src/bin/e_gadcon.c +++ b/e/src/bin/e_gadcon.c @@ -1365,9 +1365,11 @@

[E-devel] [PATCH] Make illume2 indicator buttons square.

2010-12-29 Thread Peter van de Werken
It looks better and also the button edges no longer overlap. --- e/data/themes/default.edc | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index adaf472..a807517 100644 --- a/e/data/themes/default.edc +++

[E-devel] [PATCH] make distcheck

2010-10-14 Thread Peter van de Werken
Hi, Attached are three patches that fix 'make distcheck' for e17, elementary and the calendar module. regards, Peter diff --git a/e/src/bin/e_fm/Makefile.am b/e/src/bin/e_fm/Makefile.am --- a/src/bin/e_fm/Makefile.am +++ b/src/bin/e_fm/Makefile.am @@ -21,6 +21,9 @@ internal_bin_PROGRAMS

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

2010-07-30 Thread Peter Wehrfritz
; +} The function doesn't seem to respect n in any way Regards Peter -- 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

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

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
[] = { N_(blah), N_(foo)}; ... set_label(o, gettext(array[0])); Or in this cases you can call the macro like this: EVRY_ACTION_NEW(N_(the name), ...); Regards Peter -- Download Intel#174; Parallel Studio Eval Try the new

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

2010-04-09 Thread Peter Wehrfritz
is that you don't rely on gnu extensions. Regards Peter -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel

Re: [E-devel] E SVN: barbieri IN trunk/evas: . doc src src/examples src/lib src/lib/canvas src/lib/imaging

2010-03-18 Thread Peter Johnson
On Thu, Mar 18, 2010 at 06:13:43PM +0100, Cedric BAIL wrote: On Thu, Mar 18, 2010 at 6:04 PM, Dave Andreoli d...@gurumeditation.it wrote: 2010/3/18 Enlightenment SVN no-re...@enlightenment.org Log:  evas: mega documentation improving commit.  This commit moves Evas.h contents a lot,

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

2010-02-28 Thread Peter Johnson
Ping? Would it be more convenient to send the patch and test programs directly to the list? (I know people usually do this, but since it's a number of files, I figured it might be cumbersome.) pete On Thu, Feb 25, 2010 at 09:51:01PM -0500, Peter Johnson wrote: Here's a tarball containing

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

2010-02-26 Thread Peter Wehrfritz
++ since a while, but I think this should be portable. Regards Peter -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications

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 peter.wehrfr...@web.de wrote: Gustavo Sverzut Barbieri wrote: On Fri, Feb 26, 2010 at 10:44 AM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: C++ needs casts in order to assign a void

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

2010-02-25 Thread Peter Johnson
really, there is already logging infrastructure there in ecore-x, if he wants another domain, just create a new one and name macros differently, but use the standards and let's not require people to change private.h to define or not the debug :-/ Where is this documented?

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

2010-02-25 Thread Peter Johnson
and whatnot. pete (My apologies if this has already been discussed.) On Thu, Feb 25, 2010 at 07:48:29PM +0100, Vincent Torri wrote: On Thu, 25 Feb 2010, Peter Johnson wrote: really, there is already logging infrastructure there in ecore-x, if he wants another domain, just create a new one

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

2010-02-25 Thread Peter Johnson
on it. Thanks. pete On Thu, Feb 25, 2010 at 05:18:10PM -0300, Gustavo Sverzut Barbieri wrote: On Thu, Feb 25, 2010 at 5:00 PM, Peter Johnson t...@hiddenrock.com wrote: Cool, thanks. My reading of those pages indicates that, were I to follow the recommendations contained therein, I would always

Re: [E-devel] XUrgencyHint on focused window

2010-02-20 Thread Peter Wehrfritz
a wrong written word. A different situation is with _NET_WM_STATE_DEMANDS_ATTENTION, there it is up to the window manager to decide when the window got the demanded attention, e.g. when the window got the focus. Regards Peter

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

2010-02-07 Thread Peter Wehrfritz
the actual buffer size, i.e. you are using realloc, you shouldn't change the saved buf-size. Regards Peter -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers

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

2010-02-02 Thread Peter Wehrfritz
will check it out. And the archaeologists can still browse through it without taking some revision numbers out of a wiki page. Regards Peter -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online

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 peter.wehrfr...@web.de said: 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

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

2010-01-22 Thread Peter Wehrfritz
, but it seems that the tendency is to put everything into to eina which could be used by ecore and evas. Peter -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field

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

2010-01-15 Thread Peter Wehrfritz
); + bzero(incoming, size_in) The man page of bzero, that bzero is deprecated, better use memset. Peter -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest

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/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 picture: Have you also installed

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

2009-11-07 Thread Peter Wehrfritz
along time ago to ecore. I think his intention was to use it in efreet, but I don't think it is used anywhere. Peter -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your

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

2009-10-28 Thread Peter Wehrfritz
if this is a good solution. But it would work at least for European languages and Chinese more or less. Regards Peter Here is the simple patch: Index: canvas/evas_object_textblock.c === --- canvas/evas_object_textblock.c(revision 43223

[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

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

2009-09-09 Thread Peter Wehrfritz
... thinking of it, for these cases we could have an EAPI-like macro to say EINTERNA Not that the name is very important, but wouldn't IAPI more consistent. I think the E in EAPI stands for external, so EINTERNA would be somewhat odd. Peter

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

[E-devel] eina segfaults after reinit

2009-09-07 Thread Peter Wehrfritz
, but it shouldn't happen never the less. Find the attached file to reproduce it. Peter #include Eina.h int main() { Eina_List *list = NULL; eina_init(); list = eina_list_append(list, bla); list = eina_list_remove_list(list, list); eina_shutdown(); eina_init(); list = eina_list_append

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) @@ -1,5 +1,5

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

2009-08-17 Thread Peter Wehrfritz
. Peter -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's

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
to not accidentally fool some inexperienced users. Peter -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best

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 procedure:

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

2009-06-16 Thread Peter Wehrfritz
Nicolas Aguirre schrieb: 2009/6/16 Peter Wehrfritz peter.wehrfr...@web.de: 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 xine plugin

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

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 peter.wehrfr...@web.de said: Cedric BAIL schrieb: On Sat, Jun 6, 2009 at 5:48 PM, Albin Tonnerrealbin.tonne...@gmail.com wrote: On Sat, Jun 06, 2009 at 12:12:49PM -0300, Andre

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 that stuff

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 will be

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 Tonnerrealbin.tonne...@gmail.com 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

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

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 peter.wehrfr...@web.de wrote: 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

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

2009-05-10 Thread Peter Wehrfritz
config.status: error: cannot find input file: po/Makefile.in.in The file po/Makefile.in.in should be created by autopoint. Have you maybe missed to call ./autogen.sh before? Peter -- The NEW KODAK i700 Series Scanners

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

2009-05-10 Thread Peter Wehrfritz
msgval; } Peter -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done

Re: [E-devel] equivalent to XmNsensitive

2009-05-08 Thread Peter Wehrfritz
it wit ewl_widget_enable(). Regards Peter -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner

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] CVS dependency on etk

2009-05-08 Thread Peter Wehrfritz
need this? Yes, autopoint has cvs as dep. And yes we need autopoint. At least I don't know a better way to setup gettext support. And it isn't a hard limitation, on the long run -- once e17 is released -- only packagers and developers need it. Regards Peter

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 Running autopoint... autopoint: *** cvs program not found autopoint

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 dependency comes from autopoint that lives in autogen.sh. So do all the core EFL

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 vto...@univ-evry.fr wrote: On Fri, 1 May 2009, Gustavo Sverzut Barbieri wrote: On Thu, Apr 30, 2009 at 9:13 PM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 30 Apr 2009 18:02:45 -0300

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

2009-04-27 Thread Peter Wehrfritz
. Imho, the main benefit of Ecore_List2/Eina_Inlist is that you can remove an element with O(1) where as the same operation is O(n) for Eina_List, because you have to search the node for it first. Peter -- Crystal

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 peter.wehrfr...@web.de wrote: 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

Re: [E-devel] consistentness of the API

2009-04-01 Thread Peter Wehrfritz
destroying child objects, freeing or closing other resources, etc. Peter -- ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net

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

2009-03-16 Thread Peter Wehrfritz
that (or probably previous) date? Peter -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder

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 peter.wehrfr...@web.de wrote: Enlightenment SVN schrieb: Modified: trunk/ecore/src/lib/ecore_x/xlib/ecore_x_atoms.c === --- trunk/ecore/src/lib

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: 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 literally

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

2009-02-25 Thread Peter Wehrfritz
get from ewl_notebook_visible_page_get() is simply wrong. Peter -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise

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-25

Re: [E-devel] Eterm and utf8

2009-02-20 Thread Peter Wehrfritz
character set, even if it is only for the sake of completeness? Peter -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing

Re: [E-devel] Eterm and utf8

2009-02-20 Thread Peter Wehrfritz
to choose between impossible and works for everyone, you should take the latter. :) Peter -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open

[E-devel] [PATCH] Favorite Applications menu

2009-02-01 Thread Peter van de Werken
patch make E use the .menu file. Regards, Peter van de Werken Index: e/src/bin/e_main.c === --- e/src/bin/e_main.c (revision 38865) +++ e/src/bin/e_main.c (working copy) @@ -1167,7 +1167,6 @@ %s/.e/e/backgrounds, %s/.e/e/applications

Re: [E-devel] [PATCH] Favorite Applications menu

2009-02-01 Thread Peter van de Werken
away solved the problem, should have tried that earlier. Sorry to have bothered you all. Regards, Peter van de Werken signature.asc Description: Digital signature -- This SF.net email is sponsored by: SourcForge Community

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

2009-01-14 Thread Peter Wehrfritz
\ highlight.edc \ +image.edc \ Are we missing this file? Indeed, I forgot to add the file. Thanks Peter -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http

Re: [E-devel] Announcing EWL 0.5.3

2009-01-08 Thread Peter Wehrfritz
that now, in current svn (i.e. it's not in the release). I attached a small sample program. Thanks for the remark Peter -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just

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 Ewl.h 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

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

2009-01-03 Thread Peter Wehrfritz
? Peter -- ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

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 should take care

Re: [E-devel] [PATCH] Illume keyboard

2008-12-22 Thread Peter van de Werken
has the wrong (non-existent) function in it. Attached patch fixes the typo and the .h file. regards, Peter van de Werken -- Everything fears time, but time fears the pyramids -- ancient Egyptian proverb Index: e/src/modules/illume/e_mod_win.c

Re: [E-devel] [PATCH] Illume keyboard

2008-12-21 Thread Peter van de Werken
, now I made them from the root of the trunk (instead of from the illume dir as I did earlier). kind regards, Peter van de Werken -- Everything fears time, but time fears the pyramids -- ancient Egyptian proverb Index: e/src/modules/illume/e_mod_win.c

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 check please if it works now? Since I don't have ecore_fb installed, I cannot test

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 works fine. Nice :) One other issue which

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2008-12-10 Thread Peter Wehrfritz
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. Thanks Peter -- SF.Net email is Sponsored by MIX09, March 18

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

2008-11-21 Thread Peter Wehrfritz
-type. Please, send translation to the intl mailing list: https://lists.sourceforge.net/lists/listinfo/enlightenment-intl Regards, Peter - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

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 put

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
, first, when I read the code. And show somewhere the size (height or width) of the ruler window in the given unit, so you don't have to count the tiny tics. I know I'm lazy :). Thanks Peter - This SF.Net email is sponsored

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 Really nice and useful feature! Some ideas for improvement: do some mouse

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 should

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] 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 need lots

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, because the

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 schrieb: + +# define INIT_SSL(svr) _ecore_con_init_ssl(svr) +# define

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

2008-10-06 Thread Peter Wehrfritz
{} while(0) in macros, fades away if you append a semicolon. +#else +# define INIT_SSL(svr) 0 +# define SHUTDOWN_SSL(svr) 0 +# define FREE_SSL(svr) 0 #endi I haven't read the full code, but I think you are missing the UNSET_SSL() for the !OPENSSL case. Peter

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

[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] 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.

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 only a pointer. I also added the possibility to pass a data pointer to the handler

  1   2   3   4   >