Re: [E-devel] E SVN: jeffdameth IN trunk/THEMES/detourious: . bits

2011-08-20 Thread Alex-P. Natsios
On Sat, Aug 20, 2011 at 1:14 AM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 themes/dtrs:
  - started illume theming, needs to be enabled in main.edc
  - new evry browse transition


 Author:       jeffdameth
 Date:         2011-08-19 15:14:07 -0700 (Fri, 19 Aug 2011)
 New Revision: 62600
 Trac:         http://trac.enlightenment.org/e/changeset/62600

 Added:
  trunk/THEMES/detourious/bits/illume.edc
 Modified:
  trunk/THEMES/detourious/bits/border.edc 
 trunk/THEMES/detourious/bits/everything.edc 
 trunk/THEMES/detourious/bits/menu.edc trunk/THEMES/detourious/main.edc


 Modified: trunk/THEMES/detourious/main.edc
 ===
 --- trunk/THEMES/detourious/main.edc    2011-08-19 22:11:09 UTC (rev 62599)
 +++ trunk/THEMES/detourious/main.edc    2011-08-19 22:14:07 UTC (rev 62600)
 @@ -13,7 +13,8 @@
  #define VERSION_STRING 0.0.1
  #define LABEL_THEME_NAME dtrs

 -#define BUILD_FOR_COMPOSITE 1
 +#define BUILD_COMPOSITE 1
 +#define BUILD_ILLUME 0

  #define USE_BOLD_FONT 1

 @@ -148,5 +149,6 @@
     #include bits/evry-shotgun.edc
     #include bits/engage.edc         /* engage module */
     #include bits/bluez.edc /* bluez module */
 +    #include bits/illume.edc /* bluez module */
  }

Index: main.edc
===
--- main.edc(revision 62622)
+++ main.edc(working copy)
@@ -149,6 +149,6 @@
 #include bits/evry-shotgun.edc
 #include bits/engage.edc /* engage module */
 #include bits/bluez.edc /* bluez module */
-#include bits/illume.edc /* bluez module */
+#include bits/illume.edc /* illume module */
 }

typo/missed comment? :)

-- 
Regards,

Alex-P. Natsios
(a.k.a Drakevr)


illume.diff
Description: Binary data
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] ffi-efl ruby binding

2011-08-20 Thread Jérémy Zurcher
Hi everyone,

I wonder if there is a function somewhere in the efl that could return
the installation prefix path (say '/opt/e17' on my box) ?

btw https://github.com/jeremyz/ffi-efl seems pretty stable and usable right now.

it's tested on ruby 1.9 and 1.8,
uses ffi (foreign function interface) instead of C extensions,
thus should work on jruby, rubinius, etc.

it gives you access to eet, eina, ecore, evas, ecore_evas, edje and elementary.
you can work with native functions directly or use the thin layer above it
which brings a more rubyish way of coding.

I've written the skeleton of elementary_test and implemented bg_plain,
bg_image, bg_option and actionslider tests.

best regards

Jérémy Zurcher


!DSPAM:4e4ff87b309247180996063!



--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ffi-efl ruby binding

2011-08-20 Thread Boris Faure
Awesome job!
Thank you.
-- 
Boris Faure

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Introducing Picture widget

2011-08-20 Thread Quentin Gibeaux
Hi everyone,

Our student's project of making widgets for E17 is now over since couple of
weeks and we've got a quite functioning one which isn't present in the E17
project.
Here it is (it's free as in free speech) :
https://filex.insa-rouen.fr/get?k=ITT9f3ceMKv2NBXtJbX

It provides you a widget that allows you to display an image (from a local
filesystem or from the web), you can also refresh it a the rate you wish,
like for monitoring stuff.
The images downloaded from the web are stored in the /tmp folder (is that
linuxproof only?).

We'd like to include this widget in the E17 project, but we don't know the
procedure.

Anyway we'd like to get some feedbacks, so feel free to give yours
(features, bugs, optimizing code…).

Regards,
Quentin Gibeaux  Jean Creusefond.
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Introducing Picture widget

2011-08-20 Thread Christopher Michael
On 08/20/2011 05:13 PM, Quentin Gibeaux wrote:
 Hi everyone,

 Our student's project of making widgets for E17 is now over since couple of
 weeks and we've got a quite functioning one which isn't present in the E17
 project.
 Here it is (it's free as in free speech) :
 https://filex.insa-rouen.fr/get?k=ITT9f3ceMKv2NBXtJbX

 It provides you a widget that allows you to display an image (from a local
 filesystem or from the web), you can also refresh it a the rate you wish,
 like for monitoring stuff.
 The images downloaded from the web are stored in the /tmp folder (is that
 linuxproof only?).

 We'd like to include this widget in the E17 project, but we don't know the
 procedure.

 Anyway we'd like to get some feedbacks, so feel free to give yours
 (features, bugs, optimizing code…).

 Regards,
 Quentin Gibeaux  Jean Creusefond.

I noticed in your source code that you are using curl directly. Why not 
use ecore_con (which uses curl) to handle downloading ?

dh



--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Edje's TEXT fit/min is broken

2011-08-20 Thread Gustavo Sverzut Barbieri
Guys, particularly Tasn, could you please check the following EDC,
it's not working as you can see on your own (try with edje_player):

collections {
   group { name: main;
  parts {
 part { name: text;
type: TEXT;
description { state: default 0.0;
   text {
  font: Sans;
  size: 72;
  text: contents;
  fit: 0 1;
  min: 1 0;
   }
}
 }
  }
   }
}

as you see it tries to fit the font on height (fit: 0 1) and asks the
text to define the part's minimum size (min: 1 0) using that font.
This is a common usage pattern and I was using it to create
width-for-height in clock when I noticed this bug.

I'll investigate it myself, but if someone that knows the code could
check. Likely it's applying ellipsis while it shouldn't.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Edje's TEXT fit/min is broken

2011-08-20 Thread Gustavo Sverzut Barbieri
On Sat, Aug 20, 2011 at 8:37 PM, Gustavo Sverzut Barbieri
barbi...@profusion.mobi wrote:
 Guys, particularly Tasn, could you please check the following EDC,
 it's not working as you can see on your own (try with edje_player):

 collections {
   group { name: main;
      parts {
         part { name: text;
            type: TEXT;
            description { state: default 0.0;
               text {
                  font: Sans;
                  size: 72;
                  text: contents;
                  fit: 0 1;
                  min: 1 0;
               }
            }
         }
      }
   }
 }

 as you see it tries to fit the font on height (fit: 0 1) and asks the
 text to define the part's minimum size (min: 1 0) using that font.
 This is a common usage pattern and I was using it to create
 width-for-height in clock when I noticed this bug.

 I'll investigate it myself, but if someone that knows the code could
 check. Likely it's applying ellipsis while it shouldn't.

Likely revision 62639 fixes it, please check if it's the correct solution.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Edje's TEXT fit/min is broken

2011-08-20 Thread Gustavo Sverzut Barbieri
On Sat, Aug 20, 2011 at 8:48 PM, Gustavo Sverzut Barbieri
barbi...@profusion.mobi wrote:
 On Sat, Aug 20, 2011 at 8:37 PM, Gustavo Sverzut Barbieri
 barbi...@profusion.mobi wrote:
 Guys, particularly Tasn, could you please check the following EDC,
 it's not working as you can see on your own (try with edje_player):

 collections {
   group { name: main;
      parts {
         part { name: text;
            type: TEXT;
            description { state: default 0.0;
               text {
                  font: Sans;
                  size: 72;
                  text: contents;
                  fit: 0 1;
                  min: 1 0;
               }
            }
         }
      }
   }
 }

 as you see it tries to fit the font on height (fit: 0 1) and asks the
 text to define the part's minimum size (min: 1 0) using that font.
 This is a common usage pattern and I was using it to create
 width-for-height in clock when I noticed this bug.

 I'll investigate it myself, but if someone that knows the code could
 check. Likely it's applying ellipsis while it shouldn't.

 Likely revision 62639 fixes it, please check if it's the correct solution.

BTW, if you use edje_player and the above example, goes resizing pixel
by pixel you'll find some kind of bug in the fit algorithm... it goes
to a huge size, totally off, then goes back to normal...


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Edje's TEXT fit/min is broken

2011-08-20 Thread Gustavo Sverzut Barbieri
On Sat, Aug 20, 2011 at 8:58 PM, Gustavo Sverzut Barbieri
barbi...@profusion.mobi wrote:
 On Sat, Aug 20, 2011 at 8:48 PM, Gustavo Sverzut Barbieri
 barbi...@profusion.mobi wrote:
 On Sat, Aug 20, 2011 at 8:37 PM, Gustavo Sverzut Barbieri
 barbi...@profusion.mobi wrote:
 Guys, particularly Tasn, could you please check the following EDC,
 it's not working as you can see on your own (try with edje_player):

 collections {
   group { name: main;
      parts {
         part { name: text;
            type: TEXT;
            description { state: default 0.0;
               text {
                  font: Sans;
                  size: 72;
                  text: contents;
                  fit: 0 1;
                  min: 1 0;
               }
            }
         }
      }
   }
 }

 as you see it tries to fit the font on height (fit: 0 1) and asks the
 text to define the part's minimum size (min: 1 0) using that font.
 This is a common usage pattern and I was using it to create
 width-for-height in clock when I noticed this bug.

 I'll investigate it myself, but if someone that knows the code could
 check. Likely it's applying ellipsis while it shouldn't.

 Likely revision 62639 fixes it, please check if it's the correct solution.

 BTW, if you use edje_player and the above example, goes resizing pixel
 by pixel you'll find some kind of bug in the fit algorithm... it goes
 to a huge size, totally off, then goes back to normal...

OMG, damn... edje's text thing is completely broken! At least with
regards to calculate... as it will calculate one thing, but at apply
will do others!

I've noticed this because my patch 62639 will not have correct min
for min_calc. Checking the reason I've noticed that whenever the
actual font size was, during the min calculation it was always 72,
the original size! The text was also the current set, in the case will
ellipsis it should fail as well (although not matter here as I defined
min.x==1 - no-ellipsis).

I'll try to fix... but damn, it seems very wrong :-/

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [Patch] bug in elm_genlist_item_insert_after

2011-08-20 Thread Daniel Juyung Seo
Dear all, I forward Chanwook Jung's genlist patch.
Please welcome a new efl developer.

---

From: 정찬욱 [mailto:joey.j...@samsung.com] 
Sent: Friday, August 19, 2011 4:40 PM
Subject: [E-devel] [Patch] bug in elm_genlist_item_insert_after

 
Dear developers.
 
I found the problem when group item is added using
elm_genlist_item_insert_after in genlist.
The new group item is refer to the group item list not item list. Therefore
it is inserted in the wrong place. 
I modified that if the new group item is inserted, refer to the last item
of the after group item.  
Thanks.



elm_genlist.diff
Description: Binary data
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ffi-efl ruby binding

2011-08-20 Thread The Rasterman
On Sat, 20 Aug 2011 22:09:57 +0200 Jérémy Zurcher jer...@asynk.ch said:

eina_prefix_* calls... but its not a simple single call (because installation
is not a simple single prefix in all cases). you have to provide a slew of
input info (symbols, magic files, #defined compiled-in locations, argv[0] etc.)
and then from that it tires to figure out where you are installed. you can then
query it for lib/data/local/bin dirs etc. but this is made for your APP or LIb
to figure out where *IT* is installed. there is no need for an application to
figure out where a specific library is installed at runtime.

 Hi everyone,
 
 I wonder if there is a function somewhere in the efl that could return
 the installation prefix path (say '/opt/e17' on my box) ?
 
 btw https://github.com/jeremyz/ffi-efl seems pretty stable and usable right
 now.
 
 it's tested on ruby 1.9 and 1.8,
 uses ffi (foreign function interface) instead of C extensions,
 thus should work on jruby, rubinius, etc.
 
 it gives you access to eet, eina, ecore, evas, ecore_evas, edje and
 elementary. you can work with native functions directly or use the thin layer
 above it which brings a more rubyish way of coding.
 
 I've written the skeleton of elementary_test and implemented bg_plain,
 bg_image, bg_option and actionslider tests.
 
 best regards
 
 Jérémy Zurcher
 
 
 !DSPAM:4e4ff87b309247180996063!
 
 
 
 --
 Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
 user administration capabilities and model configuration. Take 
 the hassle out of deploying and managing Subversion and the 
 tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri trunk/THEMES/detourious/bits

2011-08-20 Thread Lucas De Marchi
On Sat, Aug 20, 2011 at 11:00 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:

 Log:
 THEME/detorious: better clock sizing.

  BIG FAT NOTE: This depends on up to date binaries:
   * Edje r62640
   * Enlightenment r62641


Very nice, thanks. I knew somebody else would come with a better
solution than setting the size like I did :-)



Lucas De Marchi

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] bug in elm_genlist_item_insert_after

2011-08-20 Thread Daniel Juyung Seo
Thanks in SVN!
Reviewed and committed. But I fixed some lines.
http://trac.enlightenment.org/e/changeset/62645

Daniel Juyung Seo (SeoZ)


2011/8/21 Daniel Juyung Seo juyung@samsung.com:
 Dear all, I forward Chanwook Jung's genlist patch.
 Please welcome a new efl developer.

 ---

 From: 정찬욱 [mailto:joey.j...@samsung.com]
 Sent: Friday, August 19, 2011 4:40 PM
 Subject: [E-devel] [Patch] bug in elm_genlist_item_insert_after


 Dear developers.

 I found the problem when group item is added using
 elm_genlist_item_insert_after in genlist.
 The new group item is refer to the group item list not item list. Therefore
 it is inserted in the wrong place.
 I modified that if the new group item is inserted, refer to the last item
 of the after group item.
 Thanks.


 --
 Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
 user administration capabilities and model configuration. Take
 the hassle out of deploying and managing Subversion and the
 tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel