RE: [E-devel] current cvs emblem get a buffer overflow in Fedora Core 4

2005-09-14 Thread dan sinclair
Following up on my last post, emblem still sucks on FC4. It gives a buffer overflow and terminates. I attached the required debug files. Please attach a GDB backtrace. dan --- SF.Net email is sponsored by: Tame your development

Re: [E-devel] Textbox in Ewl

2005-09-10 Thread dan sinclair
On Sat, 2005-09-10 at 10:37 -0500, Brian Mattern wrote: ALl of the text stuff in EWL is in a state of flux, as textblock2 support is being added. So, I doubt there will be any docs until its finished... -- rephorm I'm hoping that the api for ewl_text and ewl_entry should be pretty

Re: [E-devel] Ewl_Tree question

2005-09-08 Thread dan sinclair
I'm not sure what MODE_NONE does, but _SINGLE would be for single select and _MULTI would be for multi select of tree nodes. dan On Fri, 2005-09-09 at 00:49 +0100, Paulo Jorge de Oliveira Cantante de Matos wrote: Hi all, What's the difference between the modes: enum Ewl_Tree_Mode {

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

2005-09-06 Thread dan sinclair
On gcc 4 bool seems compatible with int, so return an int other then 0 or 1 will convert the return value to 1. So if we just change the return value from int to bool, people used to 0/1, TRUE/FALSE can still use it. Does this also mean we would have a minimum of gcc4 as a compiler? Is that

Re: [E-devel] Using anjuta

2005-08-29 Thread dan sinclair
Someone is taking this things in the TODO List?. I refer to see how to add support to some IDEs?. Not all like the jed+multiconsole enviroment to make a app :D Greetings. QliX=D! If you want support in Anjuta for EFL development you're free to add it. We don't use Anjuta for development so

RE: [E-devel] Hello!

2005-08-22 Thread dan sinclair
My goals with this calculator is to make it well intergrated with E, GTK-apps look so dull compared to E-apps.. See equate in the misc directory of CVS. dan --- SF.Net email is Sponsored by the Better Software Conference EXPO

Re: [E-devel] Double Image Append EWL problem

2005-08-18 Thread dan sinclair
On Thu, 2005-08-18 at 01:58 +0100, Paulo Jorge de Oliveira Cantante de Matos wrote: From the simple image viewer I tried to extend it to try to show the image twice, one on the left and one on the right separated by a ewl_separator but nothing happens. It shows exactly the same window as in

RE: Re: [E-devel] Double Image Append EWL problem

2005-08-18 Thread dan sinclair
Also, if you only want to show the images, rbox and lbox are useless. If you want these boxes, maybe Ewl_Table is better. I don't think the table has had much testing, so your results may vary in it's usage. Its probably easier to just pack into an hbox and go from there. (Or possibly a

RE: [E-devel] Frontend for enlightenment_remote

2005-08-18 Thread dan sinclair
Hi, I was wondering if there is a frontend for enlightenment_remote using ewl lib in developement. I know there is ebindings that use GTK and that is supposed to do the same thing, but it doesn't seem to work, and doesn't use ewls. So if there is such a project, I'd like to contribute,

Re: [E-devel] Entangle Issue

2005-08-16 Thread dan sinclair
On Mon, 2005-08-15 at 20:14 +, Christopher Michael wrote: Hi all, I found an issue with entangle where if the favorite/.order file was empty but sub directories existed under favorite (ie: favorite/Games) then the menu was not shown in entangle, but was displayed in the E menu. I

RE: Re: [E-devel] E17 crashes when moving for xinerama to a single screen

2005-08-15 Thread dan sinclair
fit in the screen, and if they can't, move them to (0,0)? Isn't it rather the work of the wm? If you're app is requesting a specific position i'd say your asking the wm to leave your initial position alone. It would have to make the assumption that you're doing the right thing, so it

Re: [E-devel] Other possible bugs

2005-08-07 Thread dan sinclair
On Sun, 2005-08-07 at 12:15 -0700, Enrique Figueroa wrote: Well, here's the result of autogen.sh and make. If you see something I'm not seeing let me know. Otherwise, compiling engrave is still a mystery for me. Neither flex nor bison seem to have run. Which is why your getting the problem.

Re: [E-devel] Other possible bugs

2005-08-05 Thread dan sinclair
On Thu, 2005-08-04 at 23:06 -0700, Enrique Figueroa wrote: I'm not so sure about this, but here is what I have installed: Flex 2.5.31-33 Bison 1:1.875d-1 Autotools-dev 20050422.1 Any other ideas? Yea, use automake 1.5 as I said before. dan

Re: [E-devel] Other possible bugs

2005-08-05 Thread dan sinclair
On Fri, 2005-08-05 at 10:32 -0700, Enrique Figueroa wrote: I think we are running out of ideas because I'm using automake 1.7 as decribed in: http://enlightenment.org/Enlightenment/Get_Enlightenment/Build_Notes.html And to make sure, I uninstalled 1.7 and installed 1.5 and tried recompiling

Re: [E-devel] Other possible bugs

2005-08-04 Thread dan sinclair
4. I have seen this before and I still yet to find a solution for compiling engrave. Here's the error that I get when compiling it: /usr/local/lib/libecore_file.so /usr/local/lib/libeet.so -lz /usr/lib/libjpeg.so -lm ../../src/lib/.libs/libengrave.so: undefined reference to `engrave_lnum'

Re: [E-devel] E_Lib Desktop Add/Del Background Patch

2005-07-29 Thread dan sinclair
I think they should run fine. There is no specific e_lib handling for calls into e itself. We just need to put in e_lib stuff when we are getting data back into e_lib. So, since these just modify e, the calls should just work, I think. dan On Fri, 2005-07-29 at 16:35 -0800, Aaron Luptak wrote:

Re: [E-devel] E_Lib Desktop Add/Del Background Patch

2005-07-28 Thread dan sinclair
I have a feeling that using chars will just make stuff harder to deal with in the long run. We'll be getting counts of containers and zones back from e and we have to change the numbers to chars to call the set functions? I think it would be better to make this work with ints, even if it has to

RE: [E-devel] change color of evasobject_textblock

2005-07-22 Thread dan sinclair
Hi. I tried making a test app for evas_object_textblock in order to see how code changes affected behavior. However, when I typed nothing showed up, so I added some inital text to the textblock with evas_object_textblock_text_insert(textblock, Initial text.), but that didn't show up

Re: [E-Devel] Question about using system() inside a module

2005-07-21 Thread dan sinclair
On Thu, 2005-07-21 at 17:30 -0700, Matthew Mullins wrote: Hello, I'm trying to come up with a better way to download (weather html in my case) than using wget through a system() function. Whenever system() is used, it hangs E completely until the function returns. For fast connections,

RE: [E-devel] Different text areas

2005-07-19 Thread dan sinclair
Hi all. I'm just curious... Why is there an EWL textblock, an evas_object_textblock, and an ESmart_Textarea? What's the difference between them? Also, what is (are) the difference(s) between an ESmart object and an EWL widget? It seems objects made from both (i.e. custom ESmart object

RE: [E-devel] Different text areas

2005-07-19 Thread dan sinclair
On Tue, 2005-07-19 at 23:19 -0500, Brian Sakal wrote: Thanks Hisham and Dan. But now my curiosity is further aroused :-). Since evas_object_textblock is the foundation for the other two, is there a reason not to fix the bugs/formatting features in that instead of fixing them in the EWL or

RE: [E-devel] Different text areas

2005-07-19 Thread dan sinclair
On Tue, 2005-07-19 at 23:55 -0500, Brian Sakal wrote: OK, I'll get to studying the evas_object_textblock code tomorrow. But one final question: is there anything I should avoid that might interfere with the code being done for EWL (i.e. if both have triggers, which will be used, etc.)? Thanks

RE: [E-devel] [Patch][e_border.c more macros and button_detail icons]

2005-07-14 Thread dan sinclair
Hi, _ new patch, don't apply the yesterday one, it's more complete. _ New and better organisation of e_border menu I hope so. _ Some more stock button_detail icons. -- Sébastien HOUZE [EMAIL PROTECTED] I don't see what the point of this is at all? Whats the point of wrapping an

Re: [E-devel] EWL Bugs

2005-07-14 Thread dan sinclair
On Fri, 2005-07-15 at 01:13 +0300, Hisham Mardam Bey wrote: Hello, I was taking a quick look at ewl_test and noticed the following bugs. I'm not sure if they are already accounted for, but here's a short list anyway. All this testing was done with the e17 theme for ewl. * tooltip is at

[E-devel] RE: E CVS: libs/emotion moom16

2005-07-08 Thread dan sinclair
This GPL code has to be removed as you can't just put GPL code into a BSD project. All code has to be GPL to link it in. You can't just say, 'this piece is GPL'. dan Enlightenment CVS committal Author : moom16 Project : e17 Module : libs/emotion Dir :

RE: Re: [E-devel] EWL entries

2005-06-20 Thread dan sinclair
with text entry every time I run e_util_eapp_edit :) mb On Jun 20, 2005, at 10:42 AM, dan sinclair wrote: I can't remeber seeing any patches for this specific bug. Other patches for the entry have come in and been commited. There are a lot of different issues

RE: Re: [E-devel] EWL button label theming

2005-06-15 Thread dan sinclair
I've created a simple ewl_label that does whats being talked about here. Shoudl be fully themeable. The theme only exists for default at the moment, and it isn't great. If I missed the mark, let me know. At least the infrastructre is in there dan Yep, text should be more themeable

RE: [E-devel] Engrave don't compile

2005-06-15 Thread dan sinclair
use a different automake. 1.5 works well for me. dan Hello I've just checked out some e17-modules from the cvs, and I'm having problems compiling engrave. ./autoconfig.sh --prefix=$HOME/e17 make When it comes to src/lib it gives me this: ... engrave.l:5:35:

Re: [E-devel] Where is the e wish list?

2005-06-11 Thread dan sinclair
Well there already exists lists and hashes in Ecore_Data and Ecore_File should handle the file handling. There are slightly separate list data structures in evas but that was done so evas dosen't depend on ecore. dan On Sat, 2005-06-11 at 08:10 -0400, Jose O Gonzalez wrote: I have a

RE: [E-devel] Merging IPC REPLYs

2005-06-07 Thread dan sinclair
But what does this gain you? I'd say it makes confusing code even more confusing. At least with separate blocks you know what is the REPLY and what is going out. Get the E_LIB_IN stuff mixed in there and its gunna make some big chunks. Seems more readable to have separate ops handling the

RE: [e-devel] ewl_progressbar, some new features

2005-06-06 Thread dan sinclair
Hello, Few comments on the patch. - Any reason why you commented out a bunch of the tests? - Should use const for the char * parameters. - if this does the same thing as the custom label, i'd be preferable to just use the custom label stuff instead of creating all new routines. - if you have

RE: [E-devel] e_utils in CVS doesn't compile-- It might be due to entangle!

2005-06-03 Thread dan sinclair
Well, if your missing Entangle.h then I'd assume your checkout is buggered. That file is in cvs. http://cvs.sourceforge.net/viewcvs.py/enlightenment/e17/apps/e_utils/src/bin/entangle/Entangle.h?rev=1.2view=log dan Hello there, The e_utils package in CVS doesn't compile.

RE: Re: [E-devel] Google's Summer of Code

2005-06-01 Thread dan sinclair
I'm also willing to act as a mentor if need be. (Tho I'd assume there are a lot of people more qualifed then me, heh). How does this work? Do the students present their thing to google or do we have to go to google and say we would like to mentor people? dan It seems like a good idea to

[E-devel] Announceing Extortion 0.05.01

2005-05-31 Thread dan sinclair
Announcing Extortion 0.05.01. So, what is extortion? Well, its a little programming contest for the EWL. There are four categories (bugs, feature, graphics and overall), with the winner in each category getting a prize. For the bugs, feature and graphics section the prize is a tshirt with the

RE: Re: [E-devel] EWL: how to set render_method?

2005-05-24 Thread dan sinclair
If you have compiled the software x11 engine in with HAVE_EVAS_ENGINE_SOFTWARE_X11_H it will try to use that by default. If that fails, and you have HAVE_EVAS_ENGINE_FB_H defined when you compile it will try to use the framebuffer. If that fails...well your boned. Your other option is to do

Re: [E-devel] Configuring paths through IPC

2005-05-16 Thread dan sinclair
in a list and when doing searches. Stafford On Sun, 2005-05-15 at 20:16 -0400, dan sinclair wrote: Except that if you want to write an app to switch themes its now going to have to check theme keys to determine if whats in the directory returned in the theme path is actually a theme or if its

Re: [E-devel] Configuring paths through IPC

2005-05-15 Thread dan sinclair
A background dir isn't a theme dir tho. dan On Sun, 2005-05-15 at 15:05 +0800, Stafford Horne wrote: Hello, I have done some work on exporting all of the paths through IPC. These are the current paths. E_Path *path_data= NULL; E_Path *path_images = NULL; E_Path *path_fonts =

Re: [E-devel] Configuring paths through IPC

2005-05-15 Thread dan sinclair
as the theme directory already serves a similar purpose. Stafford On Sun, 2005-05-15 at 11:35 -0400, dan sinclair wrote: A background dir isn't a theme dir tho. dan On Sun, 2005-05-15 at 15:05 +0800, Stafford Horne wrote: Hello, I have done some work on exporting all of the paths

[E-devel] E Summary 13-05-2005

2005-05-12 Thread dan sinclair
shouldn't be a problem anymore. If you enjoyed this summary or the Enlightenment project in general and have a few bucks lying around, donations are accepted. Take a look at: http://sourceforge.net/project/project_donations.php?group_id=2 for more information. This summary is done by dan

[E-devel] Entangle

2005-05-08 Thread dan sinclair
Hello, I just imported Entangle into e_utils. Entangle is a menu editor for e17. It will let you manage the ibar, favorites menu, start and restart directories. There are a few issues with the UI that need to be worked out, but it seems to work. If you want to use entangle, the control is off

Re: [E-devel] GPL on eclair?

2005-05-07 Thread dan sinclair
The only reason that eke is gpl is that I wasn't paying attention when I imported it and that was the license that autofoo stuck in there. I'll change it to BSD when I get my internet at home back up. dan On 5/7/2005, Mike Frysinger [EMAIL PROTECTED] wrote: On Saturday 07 May 2005 03:40 am,

Re: [E-devel] Entangle

2005-04-29 Thread dan sinclair
.html. If you have spare time, please check it out if I got everything right. If there's anything you want me to edit, let me know. cheers, valtteri (vrln) On 4/29/05, dan sinclair [EMAIL PROTECTED] wrote: Hello, I just imported Entangle into e_utils. Entangle is a menu

Re: [E-devel] Entangle

2005-04-29 Thread dan sinclair
check it out if I got everything right. If there's anything you want me to edit, let me know. cheers, valtteri (vrln) On 4/29/05, dan sinclair [EMAIL PROTECTED] wrote: Hello, I just imported Entangle into e_utils. Entangle is a menu editor for e17. It will let you

[E-devel] directories in menus

2005-04-28 Thread dan sinclair
Hello, I was just curious, if there is a directory in your favorite folder and it isn't listed in the .order file, the directory shows up anyway, just at the end of the menu. Is this the correct behaviour? Or should directories only show up if they're in the .order file (which I think makes more

RE: [E-devel] e_utils is cvs doesn't build!

2005-04-15 Thread dan sinclair
Update e17. Hi, Sorry to bug... I seem to have a little problem with e_utils in cvs: [SNIP] make[4]: Entering directory `/home/didier/rpmbuild/BUILD/e_utils-0.0.1/src/bin/e17setroot' if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../lib -I/usr/local/include -I../../../lib

Re: [E-devel] Fw: an article about EFL

2005-04-14 Thread dan sinclair
Hm, that sounds like an interesting offer. I might just have to start thinking about that. (Had a couple of differnent ideas rattling around for things)... dan On Fri, 2005-04-15 at 12:31 +0900, Carsten Haitzler wrote: Begin chunk 'o stuff: Date: Thu, 17 Mar 2005 19:52:26 +0100 From:

[E-devel] E Summary 30-03-2005

2005-03-31 Thread dan sinclair
part of E17. It currently contains snow and a new modules _notes_ (a sticky note type thing). --- This summary is done by dan sinclair, if you have any questions, comments, suggestions or things you'd like added to the next summary, send them to me: zero at everburning.com

RE: Re: [E-devel] libglade in EFL?

2005-03-23 Thread dan sinclair
Am Tue, 22 Mar 2005 13:23:46 +0100 (CET) schrieb Vincent Torri: There's ewler, that you can find in cvs. It's not finished, iirc. checking for exml-config... no where could I find exml in CVS? proto/exml dan regards Andreas

RE: Re: [E-devel] Strange SegFault on e17 startup

2005-03-21 Thread dan sinclair
If you attach gdb to a running program I believe you have to type 'cont' inside (Bgdb to get it to continue executing the program. I believe it pauses execution (Bby default. (B (Bdan (B (B (B Good time of day! (B (B Carsten Haitzler (The Rasterman) wrote: (B On Thu, 17 Mar 2005

RE: [E-devel] TODO or not TODO

2005-03-17 Thread dan sinclair
If your refering to the summary, I was talking about hte e17 todo, e17/apps/e/TODO. Other libs do differnet things, some have todos, some have entries in the code, some don't have anything. dan Hey! I can't find any 'general or top level' TODO file in CVS. And many TODO files are

[E-devel] E Summary 16-03-2005

2005-03-16 Thread dan sinclair
changes including adding the -o option to edje_decc to specify the output file name and adding the long options to edje_cc for --image_dir and --font_dir. This summary is done by dan sinclair, if you have any questions, comments, suggestions or things you'd like added to the next summary, send them

[E-devel] E Summary 05-03-2005

2005-03-05 Thread dan sinclair
sourceForge does the next sync. Ewl_Table API Breakage -- The API to ewl_table_add has changed slightly to take an Ewl_Widget instead of an Ewl_Cell. You'll have to update your code and cast as needed. This summary is done by dan sinclair, if you

[E-devel] E Summary 01-03-2005

2005-03-02 Thread dan sinclair
widely adopted. If you want to see some usage of textblock take a look at http://rasterman.com/files and find the current expedite tar ball. There is some example code in there. -- This summary is done by dan sinclair, if you have any questions, comments, suggestions

RE: RE: Re: [E-devel] Access evas for ewl_window

2005-02-14 Thread dan sinclair
Well, I took a look at EXML when I was doing EKE and found it was simpler just to go straight to libxml2 Heh, I'd even skip the editor part and just make it a webbrowser. Just adding a lot of complexity into a program when its not necessary. As far as I know Evas has no abilities to render

[E-devel] textblock formatted size

2005-02-13 Thread dan sinclair
Hello, I've been playing with the textblock in relation to EWL a bit lately and have run into an issue. In the textblock, until you evas_object_resize, the width is always 0 (I consistently seem to get height 3 back for some reason). Now, the problem with EWL is that it wants to get the size

[E-devel] textblock formatted size

2005-02-10 Thread dan sinclair
Hello, I've been playing with the textblock in relation to EWL a bit lately and have run into an issue. In the textblock, until you evas_object_resize, the width is always 0 (I consistently seem to get height 3 back for some reason). Now, the problem with EWL is that it wants to get the size

Re: [E-devel] eke 0.1.0 Window Size

2004-12-31 Thread dan sinclair
The edje gui is further along then the ewl one. There is currently no way to wrap text in the ewl_text area. This is being worked on, until then, eke will probably take up strange amounts of space. I may try putting it into a scrollpane to see what happens, but we'll see. The browser stuff is a

Re: [E-devel] missing libengrave_la-engrave.h

2004-12-29 Thread dan sinclair
That header file is generated by the build process. If its not there then either flex or bison didn't run, can't remember which. You should see some kind of error earlier in the build process. dan On Fri, 2004-12-24 at 08:51 +0100, Antonio Palladini wrote: Hello list, after a ./autogensh in

RE: [E-devel] EWL

2004-12-08 Thread dan sinclair
Hello, I found the same ewl_box bug last night, had the fix in my tree, just hadn't commited it yet. Its in now. I've also commited the new ewl_notebook code. This is basiclly a full re-write of the notebook to be a bit more sane. It uses the other widgets as a base. There are a couple of

RE: [E-devel] edje_cc weirdness

2004-12-01 Thread dan sinclair
Either you need to update your edje, or you need to update the ewl theme. (That every EDC with border fails implies you need to update edje) The border keyword was moved inside the image block a while ago. So if you don't have both pieces up to date stuff will break. dan Hi E17 developers!

RE: [E-devel] Program eet file formats

2004-11-30 Thread dan sinclair
I'm not sure how you dumped that, but there is a program edje_decc that will de-compile an eet file back to its sources. So your best bet is to run edje_decc eterm.eet and then in the eterm directory there is a file called main_edje_source.edc. You can then edit this file for your new app and

[E-devel] Ecore_Config default values

2004-08-22 Thread dan sinclair
Hello, I was trying to set the default EWL theme into the Ecore system.db and noticed that it dosen't seem to be working. As far as I can tell, the value is correctly read out of the system.db but when the call to ecore_config_theme_default() is made that default value over-rides what was

RE: [E-devel] Where is ewl_edb_ed on ewl???

2004-08-07 Thread dan sinclair
If you checked out from cvs try doing a 'cvs update -d' to get the new directories, ewl_edb_ed will be in the tools directory. I'm not even sure if ewl_config compiles anymore. dan hi, list users. I cannot find ewl_edb_ed on ewl. but, i found ewl_config directory. so, c below

RE: Re: [E-devel] Time to get started.

2004-08-04 Thread dan sinclair
Its really easy to do a text viewer with EWL at this point (This is the EWL intro in the cookbook). Making the text editable would be a bit more work as I don't think you can edit the text area at this point. dan Now, the question is: what can I do? =) Looking through MIME types...

RE: Re: [E-devel] esmart_trans error

2004-04-26 Thread dan sinclair
Yea, the display has always been correct. dan Am 3889. September 1993 schrieb dan sinclair: I've setup Esmart_Trans to work in my little app, but I've noticed an Imlib2 error message that appears when I switch virtual desktops. It appears if I move to a desktop other then the first one

[E-devel] ecore config

2004-04-25 Thread dan sinclair
Hello, In using ecore_config, I was wondering why it returns 0 on success. It seems that the general ecore way of doing things is to return 1 on success. Thanks, dan --- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek

[E-devel] Esmart

2004-04-25 Thread dan sinclair
Hello, It looks like the esmart headers also need to be wrapped to be usable from c++. Thanks, dan --- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of

Re: [E-devel] ecore config

2004-04-25 Thread dan sinclair
Should it be changed so that it is consistent with the rest of ecore? It is a little confusing when you can do if (!ecore_init()) for everything then suddenly you need to do if (ecore_config_init(foo) != 0) for config. dan On Sun, 2004-04-25 at 05:06, Cristalle Azundris Sabon wrote: In

[E-devel] esmart_trans error

2004-04-25 Thread dan sinclair
Hello, I've setup Esmart_Trans to work in my little app, but I've noticed an Imlib2 error message that appears when I switch virtual desktops. It appears if I move to a desktop other then the first one (top left). There are 4 error messages all talking about image being NULL, the calls are:

[E-devel] ecore_config with g++

2004-04-24 Thread dan sinclair
Hello, I've been trying to use ecore_config and g++ and I can't seem to make the program link. I created a simple program to test: #include Ecore.h #include Ecore_Config.h int main(int argc, char ** argv) { ecore_init(); ecore_config_init(foo); ecore_config_exit();

[E-devel] question about etox

2004-02-14 Thread dan sinclair
Hello, I've got a quick question about etox. Is it possible, after the etox has been created and the text set, to change the colour of the text in the etox? I've tried calling the colour_set functions, but there is no change in the displayed text. Is there some way I can force the etox to

[E-devel] ewl_scrollpane additions

2004-02-13 Thread dan sinclair
Hello, I wanted to be able to scroll a scroll pane by hitting the arrow keys on my keyboard, so I added the functions to allow me to update the scrollpane values. The attached patch adds: ewl_scrollpane_set_hscrollbar_value ewl_scrollpane_set_vscrollbar_value ewl_scrollpane_get_hscrollbar_step

[E-devel] etox get font

2004-02-13 Thread dan sinclair
Hello, This function etox_context_get_font was listed in the header file but wasn't implemented in code. The attached has an implementation of the function. Thanks, dan Index: etox_context.c === RCS file:

[E-devel] eplayer arguments

2004-02-12 Thread dan sinclair
Hello, I've changed the argument handling in eplayer (and some of the setup code) so users can pass theme, engine or output plugin on the command line and override the db values. I had to break the eplayer_new into a _new and a _setup and then call the handle_args after the _new call. The

[E-devel] eplayer segfault

2004-02-11 Thread dan sinclair
Hello, Eplayer would segfault if you tried to seek when there was no track selected. (Eg just run eplayer and hit the seek buttons) (gdb) run Starting program: /usr/local/bin/eplayer [New Thread 16384 (LWP 4139)] [New Thread 32769 (LWP 4140)] [New Thread 16386 (LWP 4141)] Program received

[E-devel] Ecore Text bug

2004-02-10 Thread dan sinclair
Hello, I was using Ecore_Txt and noticed that if my input string was corrupt it would loop continuously. The attached patch catches the two cases where iconv throws -1 and that were not already caught. In both cases it just returns NULL as the new string. I don't know if this the correct way

[E-devel] [patch] Ecore_Config

2004-01-30 Thread dan sinclair
Hello, I managed to track down my ecore config problem (I was missing the config.db file). The attached patch adds some extra error checking to keep the system from segfaulting. (I created the patch with cvs diff -u if that isn't right please let me know the correct way) Thanks dan Index:

<    1   2   3