Re: [E-devel] Window maximize behavior

2007-02-06 Thread David Stevenson
On 06/02/07, Nikolas Arend [EMAIL PROTECTED] wrote: Hi, I'm still struggling a bit with the way e17 maximizes windows. I should say that the current policies (e.g. smart) make perfect sense the way they work, what I'm missing is a possibility to define a definitive maximization that

Re: [E-devel] Misstyped word

2007-01-14 Thread David Stevenson
On 14/01/07, Massimo Maiurana [EMAIL PROTECTED] wrote: Ag. System Administrator, il 13/01/2007 21:41, scrisse: bah... After i've translated 95% of them i should stop? (Btw, wikipedia rulez!) And if it should not be translated, then it should not be _() What community thinks? I've

Re: [E-devel] [BUG] Remove pager from shelf..

2006-11-06 Thread David Stevenson
On 06/11/06, Anders Troback [EMAIL PROTECTED] wrote: Hi! If I create a new shelf it contains some default modules. The problem is that I can't remove the pager from the list! I think I have a similar kind of bug, but haven't bother to play around to try to find a way to reproduce it yet.

Re: [E-devel] Edje Messages Help

2006-10-09 Thread David Stevenson
On 09/10/06, Jason Melbye [EMAIL PROTECTED] wrote: I have been playing around with the edje library and have some questions. I am hoping to write a c program that sends an edje interface a message (a string for now) periodically. It's up to the edje interface to decide what to do with the

Re: [E-devel] E CVS: sebastid sebastid

2006-09-26 Thread David Stevenson
On 27/09/06, Michael Jennings [EMAIL PROTECTED] wrote: On Tuesday, 26 September 2006, at 10:59:51 (-0500), Brian Mattern wrote: Shit! Now who's going to clean up my typos? Raster? Seriously, this is a huge loss to the project. He was one of the few people who actually gave a shit about

Re: [E-devel] Maximize bug ( e17 current cvs )

2006-09-19 Thread David Stevenson
On 16/09/06, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: What I was going to do next (but as always, when!? and if someone doesn't beat me to it) was add an E_Maximize arg to this logic when calling from e_border_maximize, and then... a) if the arg is maximize vertically, only

Re: [E-devel] Maximize bug ( e17 current cvs )

2006-09-12 Thread David Stevenson
On 12/09/06, Daniel Kasak [EMAIL PROTECTED] wrote: Hi all. For about the past 2 weeks I've been having a bug with maximizing applications. When an app requests that a window get maximized, the window gets placed too high or low ( depending on whether the shelf is on the top or bottom ). I

Re: [E-devel] [Patch] e17 maximize actions

2006-07-14 Thread David Stevenson
On 15/07/06, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Thu, 13 Jul 2006 20:30:31 -0400 dan sinclair [EMAIL PROTECTED] babbled: All, I noticed a bug in the todo list:* BUG: Doing an action to vertically maximize/minimize a window results in in the window being horizontally

Re: [E-devel] libtool libXcursor.la and ewl

2006-06-23 Thread David Stevenson
On 17/06/06, Nathan Ingersoll [EMAIL PROTECTED] wrote: If you could post your build errors, we might be able to provide someuseful info.ThanksOn 6/15/06, Wang Xu [EMAIL PROTECTED] wrote: Hi e17 team, I update my source from the anonymous cvs at | anoncvs.enlightenment.org and try to compile it

[E-devel] segv in e_app.c

2006-06-10 Thread David Stevenson
Hello,I had a segv when dragging an Eterm from one desk to another - not sure exactly how to reproduce it, but the bt shows that the e_app win_name got a bogus value from somewhere. There were some changes in the source here a few days back. Regards!David(gdb) bt#0 0x403957e6 in poll () from

Re: [E-devel] Shelf crash

2006-05-17 Thread David Stevenson
On 17/05/06, Christopher Michael [EMAIL PROTECTED] wrote: Also found another issue...if we have 2 shelves with 1 ibar on eachshelf, changes to a config option on one ibar affect the other ibarmodule. So if I have labels checked on one, and I uncheck it, thenneither will have labels. With the moon

Re: [E-devel] Antigadget placement not working?

2006-05-06 Thread David Stevenson
On 07/05/06, Anders Troback [EMAIL PROTECTED] wrote: Hi,does enlightenment_remote -window-placement-policy-set ANTIGADGET workfor you?Not for me! It used to but not anymore!Please confirm!Thanks!!!Hi Anders,I imagine that this is because of the change from e_gadget based modules to e_gadcon based

Re: [E-devel] Efl High level documentation progress

2006-05-03 Thread David Stevenson
On 02/05/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Because of Easter, progress is not as fast as I want.First draft of EFL high level docs is online! Currently only the introduction andwhat _I_ want to write about Evas is ready. Browse as

Re: [E-devel] Desklock triggers crash...

2006-04-13 Thread David Stevenson
On 13/04/06, Ramkumar R [EMAIL PROTECTED] wrote: Hi!After returning from a locked desktop, any command executed as anaction (keyboard shortcut - exec cmd) seems to trigger a crash. Cananyone confirm this behaviour? I can't reproduce this here. my steps: 1) ctrlalt + L to lock the screen2) enter

[E-devel] ibox patch for click to focus

2006-04-13 Thread David Stevenson
There was a request from a click-to-focus user to have windows automatically focused when they are uniconified using the ibox module. This seems like a reasonable behavioural expectation, since we are clicking on the window - it's just in its iconified state when we do so. The patch below

Re: [E-devel] Efl High level documentation

2006-04-11 Thread David Stevenson
On 12/04/06, Kostis Kapelonis [EMAIL PROTECTED] wrote: [...] However there is not any high level documentation. I mean documentation which describes the concepts of efl. Most people think (I may be mistaken) that efl is another toolkit like gtk+ or qt. Of course this is not true.[...] I

Re: [E-devel] .eap files for modules

2006-03-13 Thread David Stevenson
On 3/12/06, Stafford Horne [EMAIL PROTECTED] wrote: On Sat, 11 Mar 2006 23:00:05 +0900David Stevenson [EMAIL PROTECTED] wrote: I'm not that familiar with locale aliasing, but for me (on Debian) it doesn't seem to be useful atm. I see the code is looking for locale.aliasfiles, which I do have, but

Re: [E-devel] .eap files for modules

2006-03-11 Thread David Stevenson
On 3/10/06, Stafford Horne [EMAIL PROTECTED] wrote: David,I see in your changes that the logic is now as follows in e_apps.c: * Get language from LANG environment variable * Get canonic form for language * Store localized propertyI have a few suggestions: 1. You could easily get the language from

Re: [E-devel] Re: [Enlightenment-intl] Bug?

2006-03-10 Thread David Stevenson
On 3/10/06, Aleksej Struk [EMAIL PROTECTED] wrote: Hi David,I tried to reproduce such behaviour on my sistem. Unfortunatelly Ifailed. I tried to make a swedish/japanese locale. But this did notcreate any effect. Still this bug is not reproducable on my sistem. What is your locale config ? maybe I

Re: [E-devel] Re: [Enlightenment-intl] Bug?

2006-03-09 Thread David Stevenson
Hi Aleksej, I can reproduce this too here (Japanese language). See my attachment. Maybe there is some issue with using strcasecmp with non ASCII? My initial guess. Regards! DavidOn 3/9/06, Aleksej Struk [EMAIL PROTECTED] wrote: On Thu, Mar 09, 2006 at 07:57:48AM +0100, Anders Troback wrote://

Re: [E-devel] .eap files for modules

2006-03-09 Thread David Stevenson
On 3/6/06, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Sun, 19 Feb 2006 16:04:09 +0900 David Stevenson [EMAIL PROTECTED]babbled: Greetings, I've been playing with some ideas for how modules might be able to have their own eaps (there is a TODO item for this + it would also fix some

Re: [E-devel] desklock and triple head issues

2006-02-25 Thread David Stevenson
On 2/25/06, Aleksej Struk [EMAIL PROTECTED] wrote: Hi,Thanks for the comments. The problems you listed are really known forme, since I'm actually writing this code.However, I only have a single monitor machine. So, I was not able totest it with xinerama yet. Now, I'm looking for this. Since the

[E-devel] Re: E CVS: apps/e e-taro

2006-02-21 Thread David Stevenson
The following commit was related to an email that came in from Jerome Pinot on the e-intl list - See the text of Jerome's email below. Regards! David Dir : e17/apps/e/data/input_methodsModified Files: Makefile.amAdded Files:iiimf.imcLog Message:Jerome Pinot's new iiimf.imc file for im-sdk Hi,

[E-devel] .eap files for modules

2006-02-18 Thread David Stevenson
Greetings, I've been playing with some ideas for how modules might be able to have their own eaps (there is a TODO item for this + it would also fix some minor issues with i18n in modules), and am looking for some comments. Here are two patches 1) (intleapp.patch) Minor fixes for localized eapps

Re: [E-devel] Re: context menu

2006-02-16 Thread David Stevenson
On 2/17/06, Stafford Horne [EMAIL PROTECTED] wrote: Hi David,This is a bit tricky.locale_path will be null for a few locales.en_US, C and en_US.utf8 and so on. This is because we always fall backto C for those translations. So textdomain will not be called for those as well.Do you see any problem

Re: [E-devel] Re: context menu

2006-02-15 Thread David Stevenson
On 2/15/06, David Stevenson [EMAIL PROTECTED] wrote: On 2/15/06, Martin Geisler [EMAIL PROTECTED] wrote: Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] writes: there's no documented call though to tell gettext to flush your mush :( I found this in the Gettext info pages, so for GNU Gettext

Re: [E-devel] Re: context menu

2006-02-15 Thread David Stevenson
On 2/15/06, David Stevenson [EMAIL PROTECTED] wrote: On 2/15/06, David Stevenson [EMAIL PROTECTED] wrote: On 2/15/06, Martin Geisler [EMAIL PROTECTED] wrote: Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] writes: there's no documented call though to tell gettext to flush your mush :( I

Re: [E-devel] context menu

2006-02-13 Thread David Stevenson
On 2/13/06, Massimo Maiurana [EMAIL PROTECTED] wrote: hi all,for some reason the rightclick menu on the following modules doesn'tget translated:pageribarclockdon't know about other modules, but on the following it works fine:iboxmount monitorI do not use other modules :) Over here it is definitely

Re: [E-devel] configure.in bug in e_modules monitor, mount, rain, screenshot, slideshow and snow?

2006-02-12 Thread David Stevenson
On 2/13/06, Gerald Dachs [EMAIL PROTECTED] wrote: can somebody explain me this part from configure.in?AC_PREFIX_DEFAULT(${HOME}/.e/e)if test x$prefix = xNONE; thendatarootdir=${ac_default_prefix} elsedatarootdir=${ac_default_prefix}/sharefilocaledir=${datarootdir}/localeAC_SUBST(LOCALEDIR,

Re: [E-devel] [Fwd: [Enlightenment-intl] updated ru.po for E]

2006-02-09 Thread David Stevenson
On 2/10/06, DM [EMAIL PROTECTED] wrote: Hi!forwarded to e-devel, because no one paying attention to e-intl...Please commit ;) I was paying attention... In the interests of saving some of raster's time I'm happy to handle any po updates that I see turn up on the e-intl list.

[E-devel] Re: E CVS: monitor mej

2006-01-30 Thread David Stevenson
On 1/30/06, enlightenment-cvs@lists.sourceforge.net enlightenment-cvs@lists.sourceforge.net wrote:Enlightenment CVS committal Author: mejProject : e_modulesModule: monitorDir : e_modules/monitorModified Files:e_mod_config.c e_mod_config.h e_mod_main.c e_mod_main.hLog Message:Sun Jan 29 22:16:32

[E-devel] Screenshot module i18n patch

2006-01-26 Thread David Stevenson
As was discussed on the e-intl list, and as I mentioned to devilhorns on IRC yesterday, I've started writing patches to support i18n in e_modules. The attached file is for screenshot. The following commands should do the trick $ cd e_modules/screenshot $ tar zxf screenshot_i18n.tar.gz $ patch

[E-devel] Re: [e-users] Anonymous CVS Servers - YOU CAN HELP!

2006-01-25 Thread David Stevenson
On 1/25/06, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: This mail is meant to do 3 things.1. Consider if this is a sane option at all (IMHO with a little work it is and opens up lots of future possibilities). I've not had that much trouble with sf anon access (sure, have to try a few

[E-devel] Re: E CVS: libs/ecore devilhorns

2006-01-25 Thread David Stevenson
On 1/25/06, enlightenment-cvs@lists.sourceforge.net enlightenment-cvs@lists.sourceforge.net wrote:+ //SizeID size_index; + //Rotation rotation;+ //size_index = XRRConfigCurrentConfiguration(sc, rotation); Thought you didn't like C++!! :) :) Well, // is apparently part of the C99 standard anyway

Re: [E-devel] Good article about E17

2006-01-23 Thread David Stevenson
On 1/23/06, Didier Casse [EMAIL PROTECTED] wrote: On 1/23/06, Hawkwind Cliff Wade [EMAIL PROTECTED] wrote:Where is it? Gmail is broken. http://marc.theaimsgroup.com/?l=enlightenment-develm=113794842824991w=2 And here is the article - you should be interested especially :)

[E-devel] Re: E CVS: apps/e onefang

2006-01-21 Thread David Stevenson
On 1/22/06, enlightenment-cvs@lists.sourceforge.net enlightenment-cvs@lists.sourceforge.net wrote:=== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps_error.c,vretrieving revision 1.1retrieving revision 1.2diff -u -3 -r1.1

Re: [E-devel] Gadget Themes

2006-01-14 Thread David Stevenson
On 1/14/06, Andrew Williams [EMAIL PROTECTED] wrote: On Sat, Jan 14, 2006 at 09:20:47AM +0100, Sebastian Dransfeld wrote:[snip] Doesn't it work that way for the core gadgets? The other gadgets should work that way, but not sure if they are all fixed. Think I saw a engage patch for it at least.

Re: [E-devel] [patch]: minor e_winlist functional change

2006-01-14 Thread David Stevenson
On 1/15/06, David Sharp [EMAIL PROTECTED] wrote: On 1/9/06, David Sharp [EMAIL PROTECTED] wrote: On 1/9/06, David Stevenson [EMAIL PROTECTED] wrote: On 1/10/06, David Sharp [EMAIL PROTECTED] wrote: On 1/6/06, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote:snip good point! well

Re: [E-devel] evolume-0.18

2006-01-09 Thread David Stevenson
On 1/10/06, Hawkwind Cliff Wade [EMAIL PROTECTED] wrote: Also, I was under theimpression that all modules on get-e.org had to use ./autogen.shinstead of ./configure ? The issue with using autogen.sh is that you are requiring your users to have a working set of autotools installed. Sure, most e

[E-devel] Re: E CVS: apps/e devilhorns

2006-01-05 Thread David Stevenson
On 1/5/06, enlightenment-cvs@lists.sourceforge.net enlightenment-cvs@lists.sourceforge.net wrote:=== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_configure.c,vretrieving revision 1.26retrieving revision 1.27diff -u -3 -r1.26

Re: [E-devel] Focus bug?

2006-01-05 Thread David Stevenson
On 1/5/06, Anders Troback [EMAIL PROTECTED] wrote: Hi,snipIt also have been nice if windows don't raise with alt-tab! My advice didn't seem to help last time but I'll try again for this question :-) Do these enlightenment_remote options help? -winlist-list-raise-while-selecting-set OPT1 Set

Re: [E-devel] Re: E CVS: apps/e devilhorns

2006-01-05 Thread David Stevenson
On 1/6/06, Michael Jennings [EMAIL PROTECTED] wrote: On Thursday, 05 January 2006, at 22:37:37 (+0900),David Stevenson wrote: Feel free to flame me down, but I'm wondering what users think about calling Window List Alt-Tab instead. No.That would be just as silly as renaming the exit dialog theCtrl

[E-devel] [patch]: minor e_winlist functional change

2006-01-03 Thread David Stevenson
Hi, When using the alttab winlist functionality, if your windows are more than half-way off a given edge of the screen (i know i know! but I only have a 15-inch display :-) it happens) when the mouse pointer warps, it warps so far as to cause an edge-flip to occur after the window is selected.

Re: [E-devel] Understanding Faces

2005-12-16 Thread David Stevenson
On 12/16/05, Essien Ita Essien [EMAIL PROTECTED] wrote: I was playing around with module faces yesterday, trying to understand themenuff to write about them, and now I have a few questions.So far, I see that E seems to keep a series of Managers. Each manager has a Container which has the evas

Re: [E-devel] Is there a library within E to parse .desktop type files?

2005-12-16 Thread David Stevenson
On 12/16/05, Morten Nilsen [EMAIL PROTECTED] wrote: Essien Ita Essien wrote: As for edc's being in XML format... I have one response *ugh*. XML is unnecessarily verbose for the kind of thing edje is trying to accomplish *IMOHO*, though, if someone wanted to write an edcML parser that allows

Re: [E-devel] Understanding Faces

2005-12-16 Thread David Stevenson
On 12/17/05, Brian Mattern [EMAIL PROTECTED] wrote: On Friday 16 December 2005 09:57, Essien Ita Essien wrote: About E_Gadget, have you added support for being able to load a theme from a name edje file yet? If not, I could send in a patch to do that... my current tree (checked out on Tuesday),

[E-devel] [PATCH]: SEGV fixes (Edje lib)

2005-12-16 Thread David Stevenson
Gidday, I've been messing around with textblock edje parts, edje_cc and the edje tool and found some ways to make the Edje lib segv, by setting empty values in the style attributes: styles { style { name: ; base: ; tag: ; } } collections { group { name: evil; parts { part { name:

Re: [E-devel] The emu has landed, again.

2005-12-09 Thread David Stevenson
Hey Dave, I think 3rd party modules can't yet use e_gadget_face_theme_set (rephorm or someone else can correct me if I'm wrong). I think you'll find your problem can be resolved in the meantime if you use edje_object_file_set Regards! David On 12/10/05, David Seikel [EMAIL PROTECTED] wrote: The

Re: [E-devel] eVolume 0.0.17a has been released

2005-12-05 Thread David Stevenson
On 12/6/05, Eric Sandall [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1On Sat, 3 Dec 2005, Pavel Boldin wrote: Evolume installed to /usr/lib/enlightenment/modules/evolume/linux-gnu-i686/module.so, from what I saw. are you sure? by default evolume installed in ~/.e/e/modules

Re: [E-devel] 3rd party Module Internationalization

2005-12-02 Thread David Stevenson
On 12/2/05, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Fri, 2 Dec 2005 01:37:34 +0900 David Stevenson [EMAIL PROTECTED]babbled: On 12/1/05, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Wed, 30 Nov 2005 00:18:37 +0900 David Stevenson [EMAIL PROTECTED] babbled

Re: [E-devel] e17 build error

2005-12-01 Thread David Stevenson
2005/12/1, Mike Russo [EMAIL PROTECTED]: I received the following autotools error regarding a missing Makefile.infile, and automake couldn't generate Makefile or configure. Files arebeing downloaded via emerge script via cvs. Hi Mike, Try making a change as follows: Index: Makefile.am

Re: [E-devel] 3rd party Module Internationalization

2005-12-01 Thread David Stevenson
On 12/1/05, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Wed, 30 Nov 2005 00:18:37 +0900 David Stevenson [EMAIL PROTECTED]babbled: Gidday all, I have posted a couple of blog entries about 3rd party module internationalization over at edevelop. 3rd party Module Internationalization

[E-devel] 3rd party Module Internationalization

2005-11-29 Thread David Stevenson
Gidday all, I have posted a couple of blog entries about 3rd party module internationalization over at edevelop. 3rd party Module Internationalization - Overview http://edevelop.org/node/1853 3rd party Module Internationalization - Proof of concept http://edevelop.org/node/1860 My autotools

Re: Re: [E-devel] Some basic contributing guidelins

2005-11-29 Thread David Stevenson
On that note, here is a resend for something I sent back at October (trivial and easily forgotten :-)) This wee one liner just centers the optional digital text string for e's clock module (instead of left aligning it). Index: apps/e/data/themes/default_clock.edc

Re: [E-devel] configure.in / configure.ac ?

2005-11-22 Thread David Stevenson
05/11/23 に The Rasterman Carsten Haitzler [EMAIL PROTECTED] さんは書きました: On Wed, 23 Nov 2005 08:48:50 +0900 David Stevenson [EMAIL PROTECTED]babbled: Hi, I was reading about Autoconf and found this: quote Previous versions of Autoconf promoted the name `configure.inhttp://configure.in', which

[E-devel] Moon module + eipc blog entry o(^_^)o

2005-11-05 Thread David Stevenson
Gidday again, I have just released an initial cut of a moon clock module (e16 E-MoonClock epplet port, if you like) for E17: Screenshot and tarball: http://www.geocities.jp/david_at_tokyo/e17/moon/index.html For anyone interested in writing modules, I have also just finished up a write-up of

Re: [E-devel] Module blogging, and a wee default_clock.edc suggestion

2005-10-22 Thread David Stevenson
On 10/22/05, Blake Barnett [EMAIL PROTECTED] wrote: David Stevenson wrote: So far I've got four basic entires on my not-oft-visited blog, and I'm going to add more as I progress (and gradually improve my writing style). I have also been working on a full creation of an e17 module article, which

Re: [E-devel] Menu usability.

2005-10-21 Thread David Stevenson
On 10/21/05, Jose O Gonzalez [EMAIL PROTECTED] wrote: On Thu, 20 Oct 2005 22:36:59 -0700 Ben Ford writes: David Seikel wrote: Alternatively we could always have menus re arrange themselves based on frequent usage.That would make everybody happy.B-) NO.I disagree, that sounds like a great idea!

[E-devel] Module blogging, and a wee default_clock.edc suggestion

2005-10-21 Thread David Stevenson
Gidday, First, the left alignment of the default clock's digital text display doesn't suit me too well, so I learnt how to change it (as per the diff at the bottom). Maybe others prefer the text centered too? Second, I've been enjoying the module writing learning experience lately, and have been

[E-devel] segv when opening Files

2005-10-18 Thread David Stevenson
Hi, I updated on the weekend, and on my first attempt to open Files I got a segv. When I tried a second time I couldn't reproduce (it displayed the window full of icons), but after updating and rebuilding again tonight I've again hit the segv, and I now have a backtrace. I'll be away from the

Re: [E-devel] Remember broken. Was: e17 menu crash.

2005-10-03 Thread David Stevenson
On 10/3/05, David Seikel [EMAIL PROTECTED] wrote: On Mon, 3 Oct 2005 13:00:23 +0900 Carsten Haitzler (The Rasterman)[EMAIL PROTECTED] wrote: 200mb! WTF! thats atrocious. i do that much before i go to work in the morning! :)Truth be told, I usually blow that much in a day or two.After thatthe

[E-devel] PATCH: A wee shading fix

2005-09-21 Thread David Stevenson
Gidday, I noticed a minor glitch with the shading animation. When you do a shade (both double-click on border / ctrl-alt-r will do), and then do another before the first shade animation finishes, the partially shaded window completely unshades then starts shading again. Then when the second

[E-devel] Re: E CVS: apps/e troback

2005-08-22 Thread David Stevenson
On 8/22/05, enlightenment-cvs@lists.sourceforge.net enlightenment-cvs@lists.sourceforge.net wrote:Enlightenment CVS committal Author: trobackProject : e17Module: apps/eDir : e17/apps/eModified Files:configure.inLog Message:Swedish translation added. Changes are also required in

Re: [E-devel] eWeather module for E17

2005-06-12 Thread David Stevenson
Cool! Hi Johnathon, Do you have future plans / a TODO list? It would be nice if I could select multiple locations to monitor. Then after a time interval, the module could do a nice smooth text warp to display the next location. Or, one group of locations - for example, I live in Japan, but come

Re: [E-devel] Ecore LDFLAGS - handle them like Esmart?

2005-04-19 Thread David Stevenson
On 4/20/05, Tilman Sauerbeck [EMAIL PROTECTED] wrote: Hi, IMHO it sucks that if you want to link your application to Ecore, you have to link in all of its subsystems. This isn't much of an issue for the generic app that uses ecore_evas, but it sucks if all you need is the E-ecore and the

[E-devel] i18n support questions and issues

2005-04-13 Thread David Stevenson
Some observations after discussions on #edevelop... 1) dj2 and I were wondering why e_main_dirs_init call e_intl_shutdown. anybody? The shutdown frees the list of languages, pretty much straight away after it is initialized. Is this right? 2) the LANG environment variable seems to be getting

[E-devel] evas_object_list.c

2005-04-04 Thread David Stevenson
Hi, 1) Saw some changes in evas_object_list.c yesterday and spotted some minor stuff that could be tidied up... (see attached file tidyup.diff) 2) Also, I was wondering if the idea behind the for (l = list; l; l = l-next) is to avoid deferencing pointers in the condition each time through the

Re: [E-devel] E17 users guide complete

2005-03-23 Thread David Stevenson
Hi Valtteri, Unless there are any Japanese natives interested, I'm pretty interested in driving more Japanese interest at E17, so I'll try to get a Japanese version together as well. I won't rest until E17 is featured in Nikkei Linux magazine (^_^) While I'm not a Japanese native speaker, I am