Re: [E-devel] {Spam?} Re: win32 patch for eet

2007-09-11 Thread Vincent Torri
On Tue, 11 Sep 2007, Carsten Haitzler (The Rasterman) wrote: On Tue, 28 Aug 2007 15:53:27 +0200 (CEST) Vincent Torri [EMAIL PROTECTED] babbled: Hey, The edje bug I was hunting on the windows platform comes from eet. the %a modifier, used to get the float or double values, is not

[E-devel] [e_fm_main] mounting as non root user

2007-09-11 Thread Stark, Thomas
Hi, I enabled the uncommented code in the file e_fm_main.c and it works for me like expected. $ mount | grep -i media /dev/sda1 on /media/ECD7-0F5F type vfat (rw,noexec,nosuid,nodev,uid=1000) $ cat /etc/debian_version 4.0 ii hal 0.5.8.1-9 ii libhal-storage1 0.5.8.1-9 ii

[E-devel] Nightly build log for E17 on 2007-09-11 07:02:57 -0700

2007-09-11 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2007-09-11 07:02:57 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: engage http://download.enlightenment.org/tests/logs/engage.log entropy

[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

[E-devel] Patch for Ecore_Config ARGB parsing glitch

2007-09-11 Thread Dylan Shell
ecore_config in CVS head has an error in its handling of ARGB colours. Currently the ecore_config_typed_val function assumes that colours are strings, whereas the __ecore_argbstr_to_long means that its actually a long. Attached is a patch which seems to fix the glitch. Dylan.

Re: [E-devel] eet text file config...

2007-09-11 Thread Michel BRIAND
Hi Raster, Very smart you are :) Was there so many crazy people like me ? As I were very busy (buried under a thousand of dully mails at work) I went home very tired theses days... But I used a few moment to think of your edc scheme and now it seems to me more powerfull that text files ;) Anyway

[E-devel] edje_object_part_unswallow question

2007-09-11 Thread Nicolas Aguirre
Hi all, I have a litle question about edje and his way to swallow/unswallow evas objects. After doing some test I think that when I called edje_object_unswallow, this object is shown after calling edje_object_part_unswallow. If this object is always visible they are no problem, but what I must do

Re: [E-devel] edje_object_part_unswallow question

2007-09-11 Thread Gustavo Sverzut Barbieri
On 9/11/07, Nicolas Aguirre [EMAIL PROTECTED] wrote: Hi all, I have a litle question about edje and his way to swallow/unswallow evas objects. After doing some test I think that when I called edje_object_unswallow, this object is shown after calling edje_object_part_unswallow. If this object

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] edje_object_part_unswallow question

2007-09-11 Thread Nicolas Aguirre
Le mardi 11 septembre 2007 à 15:44 -0300, Gustavo Sverzut Barbieri a écrit : Sorry, I have no time to read your code yet, but when you unswallow, you also loose your clippers and thus modifiers. Usually you can have objects visible, but they're clipped to a hidden clipper, then it will be

Re: [E-devel] edje_object_part_unswallow question

2007-09-11 Thread Nicolas Aguirre
Le mardi 11 septembre 2007 à 21:10 +0200, Nicolas Aguirre a écrit : Le mardi 11 septembre 2007 à 15:44 -0300, Gustavo Sverzut Barbieri a écrit : Sorry, I have no time to read your code yet, but when you unswallow, you also loose your clippers and thus modifiers. Usually you can have

[E-devel] edje_object_size_min_calc() behavior

2007-09-11 Thread Gustavo Sverzut Barbieri
Hi guys, I'm trying to implement an edje group that will act as an icon-label pair, label being a TEXTBLOCK that I want to restrict to maximum of 2 lines. This is being done with label's part providing min/max and testing with hard-coded text values it works (in edje_editor). However, I want to

Re: [E-devel] eet text file config...

2007-09-11 Thread The Rasterman
On Tue, 11 Sep 2007 00:02:25 +0200 Michel BRIAND [EMAIL PROTECTED] babbled: Hi Raster, Very smart you are :) Was there so many crazy people like me ? As I were very busy (buried under a thousand of dully mails at work) I went home very tired theses days... But I used a few moment to think

[E-devel] Window Management

2007-09-11 Thread Daniel Kasak
Time to get back to basics for a second. I've just migrated about 10 desktops back to Gnome ( and Compiz ) from E17, and the most common comment is NOT about the flashy effects and such, but about very simple window management that E17 does very poorly. Basically, E17 is sloppy with regards to

Re: [E-devel] Window Management

2007-09-11 Thread Diogo Dutra
Also, I'd like to take this opportunity to say that something is also bothering me in E17 concerning windows.. I'm used to middle click a window's title to shade/unshade it. But maximized windows don't allow this There's an option for this. I can't tell you precisely where ( I'm on

Re: [E-devel] Window Management

2007-09-11 Thread Ross Vandegrift
On Wed, Sep 12, 2007 at 10:42:26AM +1000, Daniel Kasak wrote: - Some windows ( usually ones that were previously maximized before being closed, examples are firefox, evolution, nautilus, openoffice ) open covering the entire screen. These need to be resized back down so we can see the shelf.

Re: [E-devel] Window Management

2007-09-11 Thread Diogo Dutra
On 9/12/07, Diogo Dutra [EMAIL PROTECTED] wrote: Also, I'd like to take this opportunity to say that something is also bothering me in E17 concerning windows.. I'm used to middle click a window's title to shade/unshade it. But maximized windows don't allow this There's an option

Re: [E-devel] Window Management

2007-09-11 Thread Daniel Kasak
On Tue, 2007-09-11 at 23:06 -0400, Ross Vandegrift wrote: There's a preference to draw a shelf on top windows. I prefer this mode for precisely this reason - it lets you access the shelf despite a window being maximized. Add in shelf autohiding and you haven't even lost screen space. Yes