Re: [E-devel] [patch] Exhibit supporting URLs....

2008-05-31 Thread Chady Kassouf
I think the options parsing for Exhibit should be revamped. argv[1 + fullscreen + slideshow] is because you want to be able to call exhibit with: $ exhibit -f -s /path/to/some/folder which is a hack and would probably be better fixed by correctly parsing the parameters. On Sat, May 31, 2008

Re: [E-devel] [Gsoc] the presentation tools

2008-05-23 Thread Chady Kassouf
On Fri, May 23, 2008 at 10:13 AM, Michael Stapelberg [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Atton, Thanks for your mail and thanks for working on the project. I'm very interested in it because it may be an easier solution than powerdot for LaTeX to create graphically beautiful

Re: [E-devel] [PATCH] more works and fixes for wallpaper fetcher

2008-04-20 Thread Chady Kassouf
On Sat, Apr 12, 2008 at 7:58 PM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: at first we could write a C app that php would execute to generate it, just generate and output it to STDOUT and it would do for web, but really, if someone take some time to write php bindings for eet basic,

Re: [E-devel] E CVS: libs/edje raster

2008-01-21 Thread Chady Kassouf
On Jan 21, 2008 3:03 AM, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : raster Project : e17 Module : libs/edje Dir : e17/libs/edje/src/bin Modified Files: edje_cc_handlers.c edje_main.h Log Message: edje data file patches in - not

Re: [E-devel] {Spam?} Re: E CVS: apps/e jeffdameth

2008-01-08 Thread Chady Kassouf
On Jan 8, 2008 10:17 AM, Ethan Grammatikidis [EMAIL PROTECTED] wrote: [snip] I find 80 columns essential for reading docs while working on code, and for working on one file while referencing one or more others. I keep my ttys and editors next to my browser window, or roll up the browser

Re: [E-devel] Evas_Event propagation

2007-12-19 Thread Chady Kassouf
On Dec 17, 2007 9:05 PM, Dave [EMAIL PROTECTED] wrote: Hi all, I'm in trouble with the evas event system :( Working on esmart_container to make an iphone-like scrolling list (with friction) this is the situation: I have a trasparent evas_object (big as all the container) used to grab mouse

Re: [E-devel] Nightly build log for E17 on 2007-11-30 18:22:26 -0800

2007-12-01 Thread Chady Kassouf
On Dec 1, 2007 4:05 PM, Andreas Volz [EMAIL PROTECTED] wrote: Am Sat, 1 Dec 2007 10:41:53 +0100 (CET) schrieb Vincent Torri: On Sat, 1 Dec 2007, Andreas Volz wrote: Am Fri, 30 Nov 2007 18:22:26 -0800 (PST) schrieb Nightly build system: Hello, Build log for

Re: [E-devel] What is the elipsis properties of text in edje / engrave?

2007-11-27 Thread Chady Kassouf
On Nov 27, 2007 4:22 PM, Dave [EMAIL PROTECTED] wrote: I found this function I didn't know about: EAPI void engrave_part_state_text_elipsis_set http://docs.enlightenment.org/api/engrave/html/group__Engrave__Part__State.html#g612f85f7247f6995df88c1f7b42ed359 (Engrave_Part_State

Re: [E-devel] edje_editor / engrave problem

2007-11-26 Thread Chady Kassouf
On Nov 26, 2007 10:09 AM, [EMAIL PROTECTED] wrote: Dave ha scritto: The same problem appear also in the loading of the edc files. Here's the second patch (not including the first) None seems contrary so I will commit the change to cvs. we can always keep back ;) And a stupid

Re: [E-devel] ETK ( or EWL ), GladeXML, Perl

2007-11-23 Thread Chady Kassouf
On Nov 15, 2007 2:18 AM, Daniel Kasak [EMAIL PROTECTED] wrote: On Wed, 2007-11-14 at 11:03 +0200, Chady Kassouf wrote: I haven't used Enhance before, but a quick look at the source shows that bindings for it are simple to do, I'll have something ready for it soon. Great. Just a quick

Re: [E-devel] ETK ( or EWL ), GladeXML, Perl

2007-11-14 Thread Chady Kassouf
On Nov 14, 2007 6:10 AM, Daniel Kasak [EMAIL PROTECTED] wrote: On Tue, 2007-11-13 at 21:33 -0500, Hisham Mardam Bey wrote: On Nov 13, 2007 9:19 PM, Daniel Kasak [EMAIL PROTECTED] wrote: Quite a while back, I remember reading about etk-server, that would create an ETK layout from a

Re: [E-devel] Exhibit Patches

2007-10-16 Thread Chady Kassouf
On 10/16/07, Brett Nash [EMAIL PROTECTED] wrote: Hello All, More random patches... The first is to update exhibit to use the current etk API. exhibit-etk-init-fix.patches I find it crashes a little be less frequently at startup now ;-) The second is to make the exhibit

Re: [E-devel] Exhibit Patches - Round #2

2007-10-16 Thread Chady Kassouf
On 10/16/07, nash [EMAIL PROTECTED] wrote: Hello Again, New version of the exhibit patches - against the latest anon-cvs source. This code compiles, but I haven't really tested it properly. However most should be innocuous. Changes: exhibit_image.c: - Don't call (void)

Re: [E-devel] Pin to desktop not working correct

2007-10-07 Thread Chady Kassouf
On 10/7/07, Andreas Volz [EMAIL PROTECTED] wrote: Another solution would be to implement a smart logic that displays only the items that are used 'often' and hides the advanced menus behind a '...' entry that unfolds if you press it. Like you know it from 'popular' windows products. But I'm

Re: [E-devel] E CVS: libs/etk cmarcelo

2007-10-04 Thread Chady Kassouf
On 10/4/07, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: [...snip...] As I said before, it would be great to have connect() as a method of object, not signal. That's actually what I have done in etk-perl the SignalConnect is a method of Etk::Object from a user's point of view, and it

Re: [E-devel] E CVS: libs/etk cmarcelo

2007-10-04 Thread Chady Kassouf
On 10/4/07, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On 10/4/07, Chady Kassouf [EMAIL PROTECTED] wrote: On 10/4/07, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: [...snip...] As I said before, it would be great to have connect() as a method of object, not signal

Re: [E-devel] E CVS: libs/etk barbieri

2007-09-30 Thread Chady Kassouf
On 9/30/07, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : barbieri Project : e17 Module : libs/etk Dir : e17/libs/etk/src/lib Modified Files: etk_signal.c etk_signal.h etk_type.c etk_type.h etk_types.h Log Message: Refinements to new

Re: [E-devel] E CVS: libs/etk-perl leviathan

2007-09-30 Thread Chady Kassouf
On 9/30/07, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: static void -callback_VOID__VOID(Etk_Object *object, void *data) +callback_VOID(Etk_Object *object, void *data) Every signal now should return Etk_Bool, these will have the same meaning as ecore_timer_add() callbacks: TRUE

Re: [E-devel] Nightly build log for E17 on 2007-09-29 07:03:24 -0700

2007-09-29 Thread Chady Kassouf
On 9/29/07, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: edvi http://download.enlightenment.org/tests/logs/edvi.log etk-perl http://download.enlightenment.org/tests/logs/etk-perl.log breaks introduced by Caio. He's traveling this weekend, but I'll try to fix later today. It's ok,

Re: [E-devel] Compile fix for Evolve?

2007-09-16 Thread Chady Kassouf
On 9/16/07, Marijn van Vliet [EMAIL PROTECTED] wrote: I was just wondering what the status was on evolve. It looks to me like a nice lib to play with, but it won't compile (known issue). Is anyone working on it? A change in the Etk lib introduced the need to be able to store unions in eet

[E-devel] Etk_Tree sorting issue

2007-09-11 Thread Chady Kassouf
Hi, Investigating some sorting weirdness in Exhibit revealed an issue in the way Etk handles the sorting of trees. We have: - etk_tree_col_sort_set: which sets a comparing function inside the tree structure - etk_tree_col_sort: which calls etk_tree_col_sort_full with the inner comparing function

Re: [E-devel] Etk_Tree sorting issue

2007-09-11 Thread Chady Kassouf
Attachements didn't go through, so bug filed in bugzilla with the attachements.. On 9/11/07, Chady Kassouf [EMAIL PROTECTED] wrote: Hi, Investigating some sorting weirdness in Exhibit revealed an issue in the way Etk handles the sorting of trees. We have: - etk_tree_col_sort_set: which

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Chady Kassouf
On 8/21/07, Peter Wehrfritz [EMAIL PROTECTED] wrote: Simon TRENY schrieb: Hi, I've seen in Evas.h that most of the methods of Evas_Smart_Class are marked as to-be-deleted in the future (FIXME: DELETE ME). This concerns show(), hide(), color_set(), clip_set() and clip_unset(). I

Re: [E-devel] Nightly build log for E17 on 2007-08-17 07:04:42 -0700

2007-08-17 Thread Chady Kassouf
On 8/17/07, Toma [EMAIL PROTECTED] wrote: /usr/bin/install: cannot create regular file `/usr/local/lib/libgevas.so.1.0.0': Permission denied Whats up with that? gevas is not honoring the --prefix and trying to install where it doesn't have permission. -- Chady 'Leviathan' Kassouf

[E-devel] [PATCH] etk_combobox and etk_combobox_entry field set

2007-08-06 Thread Chady Kassouf
Hello, This patch adds the ability to set an individual column's field for comboboxes. This will make it easier for language bindings to be implemented. -- Chady 'Leviathan' Kassouf http://chady.net/ - This SF.net email is

Re: [E-devel] proto/?

2007-08-06 Thread Chady Kassouf
On 8/6/07, Andreas Volz [EMAIL PROTECTED] wrote: Hello, is it possible to write which package in proto is modified into the email subject? It's hard to follow CVS changes currently. e.g. Subject: E CVS: apps/e raster Enlightenment CVS committal Author : raster Project : e17 Module :

Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-31 Thread Chady Kassouf
On 7/31/07, Dave [EMAIL PROTECTED] wrote: João Vale ha scritto: Two suggestions: - make the password field type=password Fixed But now you're gonna have to add a Confirm Password field so that the user doesn't type in a wrong password without knowing. -- Chady 'Leviathan' Kassouf

Re: [E-devel] Nightly build log for E17 on 2007-07-30 07:02:03 -0700

2007-07-30 Thread Chady Kassouf
On 7/30/07, Nightly build system [EMAIL PROTECTED] wrote: Build log for Enlightenment DR 0.17 on 2007-07-30 07:02:03 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: evolve http://download.enlightenment.org/tests/logs/evolve.log

Re: [E-devel] Nightly build log for E17 on 2007-07-28 21:49:45 -0700

2007-07-29 Thread Chady Kassouf
On 7/29/07, David Seikel [EMAIL PROTECTED] wrote: Evas_Perl http://download.enlightenment.org/tests/logs/Evas_Perl.log I'm not a perl coder, so I have no clue what is wrong. Does not look like a dependency issue though. This library seems very old, Evas has changed a lot ever since and

Re: [E-devel] Nightly build log for E17

2007-07-27 Thread Chady Kassouf
One request, Dunno if others agree too, but isn't it good to have the date in the subject of the email? gmail for one merges all these emails into one conversation, which makes it hard later on to find a certain build log. On 7/27/07, Nightly build system [EMAIL PROTECTED] wrote: Build log

Re: [E-devel] Nightly build log for E17

2007-07-25 Thread Chady Kassouf
On 7/25/07, David Seikel [EMAIL PROTECTED] wrote: Once again I had to cut and paste it, still haven't cracked the email to sf.net list problem. Formatting screwed up a bit as a result. A lot of these new failures are due to lack of dependencies on the build box. On Wed, 25 Jul 2007

Re: [E-devel] E CVS: libs/etk andrunko

2007-07-25 Thread Chady Kassouf
On 7/25/07, Vincent Torri [EMAIL PROTECTED] wrote: On Wed, 25 Jul 2007, Morten Nilsen wrote: imho, designing a gui with a mdi is useless. Better using several windows than one with several in it. Many users prefer photoshop over gimp, and I am sure some prefer photoshop due to the

Re: [E-devel] website url rewrite

2007-07-23 Thread Chady Kassouf
On 7/23/07, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Mon, 23 Jul 2007 08:49:03 +0300 Chady Kassouf [EMAIL PROTECTED] babbled: On 7/21/07, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Thu, 12 Jul 2007 11:16:05 +0300 Chady Kassouf [EMAIL PROTECTED

Re: [E-devel] website url rewrite

2007-07-23 Thread Chady Kassouf
On 7/23/07, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Mon, 23 Jul 2007 12:42:09 +0300 Chady Kassouf [EMAIL PROTECTED] babbled: On 7/23/07, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Mon, 23 Jul 2007 08:49:03 +0300 Chady Kassouf [EMAIL PROTECTED

Re: [E-devel] website url rewrite

2007-07-22 Thread Chady Kassouf
On 7/21/07, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Thu, 12 Jul 2007 11:16:05 +0300 Chady Kassouf [EMAIL PROTECTED] babbled: you READ the urls? and even type them in? i'm not sure it really matters unless you want to hide the fact that its php with parameters? Yes

Re: [E-devel] Nightly builds - Was: Is this a community project?

2007-07-19 Thread Chady Kassouf
On 7/19/07, Eugen Minciu [EMAIL PROTECTED] wrote: Stashing it all on a web page means that people will not bother to look at it. Sending a built/not built summary to this list means that people will actually read it. Stashing the full build logs on the web is good, it doesn't fill the

[E-devel] website url rewrite

2007-07-12 Thread Chady Kassouf
Hi, In order to make the new website's URLs easier to use, I'd like to propose using mod_rewrite and having some rewrite rules to make the URIs more readable. Something along the lines of: IfModule mod_rewrite.c #RewriteEngine On #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond

Re: [E-devel] website url rewrite

2007-07-12 Thread Chady Kassouf
On 7/12/07, Stéphane Bauland [EMAIL PROTECTED] wrote: Chady Kassouf wrote: Hi, In order to make the new website's URLs easier to use, I'd like to propose using mod_rewrite and having some rewrite rules to make the URIs more readable. Something along the lines of: IfModule

Re: [E-devel] {Spam?} Re: E CVS: libs/edje pfritz

2007-07-08 Thread Chady Kassouf
On 7/7/07, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On 7/7/07, Vincent Torri [EMAIL PROTECTED] wrote: On Sat, 7 Jul 2007, Dr. Michael 'Mickey' Lauer wrote: Vincent Torri wrote: On Fri, 6 Jul 2007, Enlightenment CVS wrote: style =

Re: [E-devel] [E-Mail] Hi dev, i need your help!

2007-06-12 Thread Chady Kassouf
On 6/12/07, Massimiliano Calamelli [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi dev, i'm working hard on E-Mail, my email client app ETK-based, and now i need your help. Atm E-Mail works with a preexisting ~/Mail folder in MH format (one file for a message), it

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

2007-05-31 Thread Chady Kassouf
On 5/31/07, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : mej Project : web Module : www Dir : web/www/p/news Modified Files: class.news.php latestnews.php Log Message: Wed May 30 20:03:24 2007Michael Jennings

Re: [E-devel] subsections in web/www/site

2007-04-24 Thread Chady Kassouf
Ah.. sorry about that I didn't look enough to see that there are subsections of subsections. I'll come up with a fix shortly. On 4/24/07, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Mon, 23 Apr 2007 20:39:42 +0200 Andreas Volz [EMAIL PROTECTED] babbled: Hello, the last

Re: [E-devel] E CVS: www devilhorns

2007-03-26 Thread Chady Kassouf
On 3/27/07, Nathan Ingersoll [EMAIL PROTECTED] wrote: The minimum size I've found that has a legible font across platforms is setting the main div to 0.9em. Anything below that causes severe shape loss on OS X with the Vera font. Actually, I think that the normal thing to do is to use 1em

Re: [E-devel] [PATCH] Etk combobox

2007-03-11 Thread Chady Kassouf
for Etk-Perl. I don't see any use for them since we already have etk_combobox_item_fields_set/get(). Regards, Simon On Fri, 9 Mar 2007 10:27:20 +0200, Chady Kassouf [EMAIL PROTECTED] wrote : Since there is work going on the combobox now, I thought this might go in (or something like

Re: [E-devel] edje_decc patch

2007-02-28 Thread Chady Kassouf
On 2/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: You think I have to open the edje file directy instead of decompile and parse? if so, where can I found info on edje files structure? Check out how edje does it in edje_cc_sources.c in edje/src/bin/ -- Chady 'Leviathan' Kassouf

Re: [E-devel] E17 cvs updater needs updates?

2007-01-29 Thread Chady Kassouf
Hi, Etk was moved from e17/proto/etk to e17/libs/etk and enhance was moved from e17/proto/enhance to e17/libs/enhance And here's a webcvs: http://e.kevb.net/cgi-bin/viewvc.cgi/ Regards, On 1/29/07, Alexander Griesser [EMAIL PROTECTED] wrote: Hi folks! I just wanted to ask if there areany

Re: [E-devel] Edje editor updates + engrave big patch

2007-01-14 Thread Chady Kassouf
On 1/14/07, DaveMDS [EMAIL PROTECTED] wrote: Hi all, some update for my work on the edje_editor: Tonight I have committed a new editor release. This version need the attached engrave patch that implement the following: * There is no more one evas object per part_state, but one per part.

Re: [E-devel] E CVS: proto davemds

2007-01-02 Thread Chady Kassouf
-- Forwarded message -- From: Enlightenment CVS [EMAIL PROTECTED] snip Log Message: * Some parser mod * Make the parser support ':' style EDC (instead of ',') * Make the preprocessor work better (not finish yet) Hi Dave, Instead of having to do your own parser, consider looking

Re: [E-devel] E CVS: libs/engrave leviathan

2007-01-02 Thread Chady Kassouf
On 1/2/07, dan sinclair [EMAIL PROTECTED] wrote: Thanks for picking this up. We've been kind of ignoring it as nothing has been using it. As an aside, engrave currently has problems with the e17.edj theme from EWL. It isn't able to find the main theme file. Okay I looked at the EWL e17

Re: [E-devel] Engrave will not compile .... patched.

2007-01-01 Thread Chady Kassouf
Fixed, thanx. It appears that bison BSD is less forgiving about missing semicolons, cause mine didn't complain about it, that's why I never spotted it. On 12/31/06, Ravenlock [EMAIL PROTECTED] wrote: Patch attached to allow engrave to compile on my system. No idea if this is a FreeBSD issue

[E-devel] Engrave patch

2006-12-25 Thread Chady Kassouf
Hi, here's the first of a series of patches for engrave to once again update it with edje. This adds the spectrum parts. I intend to continue updating all aspects of engrave, so I ask for permission to commit the changes directly (I already have dev access under the username leviathan) Regards

Re: [E-devel] exhibit fullscreen patch

2006-12-14 Thread Chady Kassouf
On 12/14/06, phriedrich [EMAIL PROTECTED] wrote: Hi, as I'm using gqview, I really like the exhibit image viewer. The attached patch allows you to toggle to fullscreen mode. A further improvement would be to have a black background in fullscreen instead of the one colored with the etk's

Re: [E-devel] Some TODO enlightenment please

2006-11-26 Thread Chady Kassouf
On 11/27/06, Alberto [EMAIL PROTECTED] wrote: 8--snip- Perhaps you are right, that it was silly to suggest it, but this is why I wanted to emphasize, making it an option within the theme's source code, but since we are dealing with E's internal windows its probably for the best that

Re: [E-devel] E CVS: proto leviathan

2006-10-17 Thread Chady Kassouf
On 10/17/06, Hisham Mardam Bey [EMAIL PROTECTED] wrote: Nice work Chady! Could you show us some examples of how this works? Thanx, I modified etk_test.pl to use this method throughout. You can see in the diff the changes. -- Chady 'Leviathan' Kassouf http://chady.net/

Re: [E-devel] Website Heated Discussions

2006-09-12 Thread Chady Kassouf
On 9/12/06, Andrew Williams [EMAIL PROTECTED] wrote: On Mon, 2006-09-11 at 16:45 -0500, [EMAIL PROTECTED] wrote:[snip] How does XSM store the page content internally? It seems like many people dislike editing files in a text box. Is there any way it could use files on the fs? Then just have a cmd

[E-devel] e17 hanging

2006-08-20 Thread Chady Kassouf
I'm not being able to reproduce this consistently, but sometimes E hangs on me, at first I thought this was the same issue I've been having with the nvidia driver causing a system lockdown, but I changed to the nv driver, and a different sort of hang started happening; I can still use the mouse,

Re: [E-devel] cvs, servers and stuff.

2006-08-17 Thread Chady Kassouf
On 8/17/06, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: personally i would have no problem in a server-side auto-build of tarballs.what do people think? should we perhaps have the anoncvs server do daily (ormaybe several times per day) builds of packages? not rpm or deb but make dist;

[E-devel] [PATCH] e_entry_dialog: remove space from entry

2006-08-07 Thread Chady Kassouf
This is minor, and is only used in ibarWhen you want to add a new bar source, the dialog has a space in the entry and you can't see that, so you end up creating a directory with a space as the first character. I checked e_entry but the space seems there for a reason, removing it makes the entry

[E-devel] [PATCH] add data set/get of specific columns of an Etk_Combobox_Item

2006-08-04 Thread Chady Kassouf
Hi,This is to allow people to get/set the widgets on specific columns of the combobox item.-- Chady 'Leviathan' Kassoufhttp://chady.net/ Index: etk_combobox.c === RCS file: /cvs/e/e17/proto/etk/src/lib/etk_combobox.c,v retrieving

Re: [E-devel] E17 'todo'

2006-07-31 Thread Chady Kassouf
On 7/31/06, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: for tweening transitions. this is tough. if start and end gradients dont havethe same control points (number, position) what do you do? do you try and mergecontrol points? or do you do a merged overlay of all control points so the

[E-devel] [PATCH] hide border menu if borders are locked

2006-07-20 Thread Chady Kassouf
This simple patch hides the borders menu if the borders are locked. -- Chady 'Leviathan' Kassoufhttp://chady.net/ Index: e_int_border_menu.c === RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_menu.c,v retrieving revision 1.35 diff

[E-devel] [BUG] ghost windows

2006-07-16 Thread Chady Kassouf
Hi, I'm not sure if this is the same problem that was talked about earlier, but I got accross a strange bug. Steps to reproduce: 1- open a window 2- make the window sticky 3- Send the window to another desktop. Now there will be a ghost window sticking around. -- Chady 'Leviathan'

Re: [E-devel] [BUG] ghost windows

2006-07-16 Thread Chady Kassouf
On 7/16/06, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Sun, 16 Jul 2006 09:43:03 -0200 Chady Kassouf [EMAIL PROTECTED]babbled: Hi, I'm not sure if this is the same problem that was talked about earlier, but I got accross a strange bug. Steps to reproduce: 1- open a window 2- make

[E-devel] Maximize loses border type bug

2006-07-16 Thread Chady Kassouf
Hi, I was tracking down the bug for maximize loses border type and found the following: The border name is being nulled at: e_border.c in the eval function around the line 5100 or so, and later down that function it's being reset to default. But I'm not familiar with X stuff, so I'm not sure why

[E-devel] [PATCH] a fix to engrave parsing of images

2006-02-08 Thread Chady Kassouf
Hello, Here's a patch that adds a list of temporary image structures that get created if the image they reference hasn't been parsed yet. If the .edc file is correct, at the end of parsing the temp list should be empty, if not, we free it and report errors.-- Chady 'Leviathan'

Re: [E-devel] [PATCH] engrave better patch

2006-02-07 Thread Chady Kassouf
On 2/7/06, dan sinclair [EMAIL PROTECTED] wrote: I noticed there was some semicolon_maybe stuff in there. Is this validedc? (Or, should edje be made stricter to not allow semicolons afterblocks?)It looks like it is looking for things likeimages { };is that correct?Yes, that's what it is there

Re: [E-devel] CTRL+ALT+D keybinding

2006-01-24 Thread Chady Kassouf
On 1/23/06, CGA [EMAIL PROTECTED] wrote: the action of this keybinding is to show/clean the desktop when you have many applications' windows open if pressed once and to brign the apps' windows back where they were if pressed again. I don't know about others, but I find that this operation is not

Re: [E-devel] [RFC] Edje GUI Editor

2006-01-18 Thread Chady Kassouf
On 1/17/06, Brian Mattern [EMAIL PROTECTED] wrote: I'll take the blame for the latest mention. I brought it up, because 1) peoplehave been asking, 2) CodeWarrior kept saying you were working on somethingand 3) over a year ago, I myself started playing around with ideas for a new GUI Edje

Re: [E-devel] [RFC] Edje GUI Editor

2006-01-18 Thread Chady Kassouf
On 1/18/06, dan sinclair [EMAIL PROTECTED] wrote: Engrave should _not_ be failing on macros. It should be runningeverything through cpp before starting the parse, and if it isn't it's abug. It will fail on redact files as it just won't understand them and it will fail on things like textblock or

Re: [E-devel] [RFC] Edje GUI Editor

2006-01-18 Thread Chady Kassouf
On 1/18/06, Morten Nilsen [EMAIL PROTECTED] wrote: well, one thing that immediately pops to mind for me, is creating agraphical anchor..just grab one part, select new anchor - click where to anchor the part..let me make a little mockup of that.. the anchor graphic should then have some options to

Re: [E-devel] e17 cvs - e_utils - build error

2005-12-28 Thread Chady Kassouf
Oops..I dunno why I was using evas_object_free, and now with symbol hiding it's breaking.Attached is the patch for the powers that be to apply it.On 12/29/05, Laurence Vanek [EMAIL PROTECTED] wrote: not sure if e_utils is even needed for anything anymore but if so gotthis error after attempt to

[E-devel] various patches and theme selector

2005-12-19 Thread Chady Kassouf
Again,The patch fixes various issues:* in e_thumb check if the object exists before trying to update it: this happens when dialogs are closed before their thumbnails have been generated. Also fixed the start button location in the thumbs. * in e_icon the smart data is never checked before being

[E-devel] background selector patch

2005-12-18 Thread Chady Kassouf
Yo, found the issue with the background selector segfaulting. also, found a couple of nulls too.-- Chady 'Leviathan' Kassoufhttp://chady.net/ Index: e_configure.c === RCS file:

Re: [E-devel] module configuration

2005-12-18 Thread Chady Kassouf
On 12/19/05, Morten Nilsen [EMAIL PROTECTED] wrote: I don't think the ok button should be disabled together with apply..apply should be if there are noe changes to commit, but clickingcancel when you don't want to undo anything (even though nothing gets undone) is contrary to instinct for most

[E-devel] Re: eThemes thumbnails patch

2005-11-10 Thread Chady Kassouf
Please discard that patch. this is a much cleaner one. On 11/9/05, Chady Kassouf [EMAIL PROTECTED] wrote: Hello, Following the new changes for the scrollbars, here's an updated eThemes that uses the new scrollframe. plus, the theme buttons are now thumbnails that are cached in the fileman cache

[E-devel] eThemes thumbnails patch

2005-11-10 Thread Chady Kassouf
Hello, Following the new changes for the scrollbars, here's an updated eThemes that uses the new scrollframe. plus, the theme buttons are now thumbnails that are cached in the fileman cache (I had to borrow some of the code) enjoy.-- Chady 'Leviathan' Kassoufhttp://chady.net/ Index: E_Preview.h

[E-devel] [PATCH] show/hide scrollbar as needed for eThemes

2005-10-19 Thread Chady Kassouf
Hey, here's a patch to show/hide the scrollbra as needed for ethemes. (If there are no objections for me having access on cvs, I can commit these patches myself) -- Chady 'Leviathan' Kassoufhttp://chady.net/ e_utils.diff Description: Binary data

[E-devel] [PATCH] scrolling for theme list in eThemes

2005-10-18 Thread Chady Kassouf
Hi, This change makes the theme list scrollable - for the time when themes start rushing in :) It also now uses the widgets/button and scrollbars from the default theme. If anyone can apply this it would be great :) Thanx, -- Chady 'Leviathan' Kassoufhttp://chady.net/ e_utils.diff Description:

Re: [E-devel] eThemes

2005-08-06 Thread Chady Kassouf
border needs text to show that, and to pad properly (try gant theme, colapses) and more padding on hte buttons I'm not sure why gant is not displaying correctly, I'm still looking into that.. any pointers are appreciated. do I need to mess around with parts? -- Chady Kassouf http://chady.net/

[E-devel] [patch] e_lib_theme_set

2005-08-01 Thread Chady Kassouf
Hi, this is the patch to add e_lib_theme_set(category, file) to E_Lib.h since the files changed, this is diffed against the latest CVS-- Chady Kassoufhttp://chady.net/ e_lib.diff Description: Binary data

[E-devel] eThemes

2005-08-01 Thread Chady Kassouf
Hi, Here's a small app I was working on. This is a theme selector that lets you preview the themes before applying them. It's a pre-release, and needs a lot of clean-ups, so any comments and pointers are much appreciated. download from: http://chady.net/code/e/ethemes.tar.bz2 P.S: you need the

[E-devel] [patch] add e_lib_theme_set

2005-07-20 Thread Chady Kassouf
Hi, Thanx for applying my previous patch, I should have included this with it, but here goes. This completes the previous patch by adding e_lib_theme_set(category, file) -- Chady Kassoufhttp://chady.net/ cvs diff: Diffing . Index: E_Lib.h

[E-devel] patch to add getting the current theme file with E_Lib.h

2005-07-18 Thread Chady Kassouf
Hi, In an app I'm writing, I needed to get what is the current theme used in e17, but that functionality is not available in E_Lib.h here's a patch that adds e_lib_theme_get() call. this is diffed from the src/ folder, hope this is fine.-- Chady Kassoufhttp://chady.net/ Index:

[E-devel] E17 possible shutdown bug?

2005-07-10 Thread Chady Kassouf
Hello, sometimes when I kill X with Ctrl+Alt+Backspace, e17 fails to shutdown properly and keeps writing errors into ~/.xsession-errors until the disk is full. Here's a part of the errors: ___ ___ |:| Enlightenment Error |:| ~~~ ~~~ Lost X connection. E17: Begin shutdown