Re: [E-devel] Python bindings NOTICE: Getting things Python 3 compatible.

2012-06-12 Thread Tom Hacohen
On 10/06/12 15:13, Kai Huuhko wrote: Heads up, expect the unexpected. I've started getting the bindings ready for Py3. I'm going to add two functions, fruni and touni (see below), which will handle string conversions. Any *_set method taking in strings will need to wrap the value(s) in

Re: [E-devel] E SVN: tasn trunk/edje/src/lib

2012-06-12 Thread Tom Hacohen
On 12/06/12 02:54, Cedric BAIL wrote: On Sun, Jun 10, 2012 at 8:14 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Edje load: Although we don't use them that much, we have refcounts in evas. Don't assume an evas_object_del has to delete the object. Woot ? Why would the sub

Re: [E-devel] E SVN: tasn trunk/edje/src/lib

2012-06-12 Thread Cedric BAIL
On Tue, Jun 12, 2012 at 3:28 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 12/06/12 02:54, Cedric BAIL wrote: On Sun, Jun 10, 2012 at 8:14 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Edje load: Although we don't use them that much, we have refcounts in evas.  Don't

Re: [E-devel] E SVN: tasn trunk/edje/src/lib

2012-06-12 Thread Tom Hacohen
On 12/06/12 10:00, Cedric BAIL wrote: Why would he ? Seriously, nobody should refcount the child of Edje. If someone does that bad things are going to happen, like this child could be an external and trigger event in a dead parent for example. So refcounting the Edje object is fine,

[E-devel] Removal of the old tiling module in /E-MODULES-EXTRA/tiling

2012-06-12 Thread Stefan Schmidt
Hello. Now that we moved e-tiling into e17 core it is also time to remove his ancestor from the E-MODULES-EXTRA. It has no real activity since several years and the only one you did small changes on it over the last two years have been billiob and me. And we both no longer use it. Does

Re: [E-devel] Removal of the old tiling module in /E-MODULES-EXTRA/tiling

2012-06-12 Thread Christopher Michael
To quote a Monty Python movie Get On With It :P What are you waiting for ?? Come on already, remove it !!! :P dh On 06/12/2012 10:08 AM, Stefan Schmidt wrote: Hello. Now that we moved e-tiling into e17 core it is also time to remove his ancestor from the E-MODULES-EXTRA. It has no

Re: [E-devel] Removal of the old tiling module in /E-MODULES-EXTRA/tiling

2012-06-12 Thread Michael Blumenkrantz
do it On Tue, Jun 12, 2012 at 10:08 AM, Stefan Schmidt s.schm...@samsung.comwrote: Hello. Now that we moved e-tiling into e17 core it is also time to remove his ancestor from the E-MODULES-EXTRA. It has no real activity since several years and the only one you did small changes on it over

Re: [E-devel] Removal of the old tiling module in /E-MODULES-EXTRA/tiling

2012-06-12 Thread Christopher Michael
On 06/12/2012 10:08 AM, Stefan Schmidt wrote: Hello. Now that we moved e-tiling into e17 core it is also time to remove his ancestor from the E-MODULES-EXTRA. It has no real activity since several years and the only one you did small changes on it over the last two years have been billiob

Re: [E-devel] Removal of the old tiling module in /E-MODULES-EXTRA/tiling

2012-06-12 Thread Stefan Schmidt
On 06/12/2012 10:11 AM, Christopher Michael wrote: On 06/12/2012 10:08 AM, Stefan Schmidt wrote: Hello. Now that we moved e-tiling into e17 core it is also time to remove his ancestor from the E-MODULES-EXTRA. It has no real activity since several years and the only one you did small

Re: [E-devel] E SVN: stefan trunk/e/src/modules/cpufreq

2012-06-12 Thread Stefan Schmidt
Hello. Raster or anyone else worked with this code please review if this patch jumps to the right places for error handling. Especially if we want to continue reading other sources after a fgets error. I would think so but some other eyes would help. regards Stefan Schmidt On 06/12/2012 11:01

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread Vincent Torri
On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: finally a terminal emulator for efl! sure - uses a lot of text  objects. need evas textgrid obj and more, but this marks a first  usable state for terminology. more needs doing like underline and  

[E-devel] [PATCH] elm: Make the max value displayed in progressbar configurable

2012-06-12 Thread Daniel Willmann
Hello, after playing around in Elementary for a while I noticed that the value displayed on the progress bar always goes from 0 to 100. I think that there are use cases where another maximum value would make sense, i.e. in a timer. Please review the attached patch that adds this functionality.

[E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-12 Thread Daniel Willmann
These functions change the range of the value displayed on the progress bar with elm_progressbar_unit_format_set. At the moment the value displayed is in the range of 0 to 100. These functions allow you to change the upper range to something else. This is useful if the value represented by the

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread Tom Hacohen
On 12/06/12 13:18, Vincent Torri wrote: strikethrough can be done in the textgrid object, no ? Yeah. -- Tom. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-12 Thread Stefan Schmidt
Hello. On 06/12/2012 11:24 AM, Daniel Willmann wrote: /** + * Set the range of the value displayed on a given progress bar + * widget + * + * @param obj The progress bar object + * @param scalemax The maximum value + * + * This sets the range of the value that is displayed on a progress

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread David Seikel
On Tue, 12 Jun 2012 12:18:52 +0200 Vincent Torri vincent.to...@gmail.com wrote: On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: finally a terminal emulator for efl! Enterminus is forgotten? Sure it bit rotted long ago, but it came first. -- A

Re: [E-devel] E SVN: ngc891 trunk/E-MODULES-EXTRA

2012-06-12 Thread Stefan Schmidt
Hello. On 06/12/2012 11:40 AM, Enlightenment SVN wrote: Log: Remove leftovers of the tiling module Ups, thanks for that. regards Stefan Schmidt -- Live Security Virtual Conference Exclusive live event will cover all

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread Vincent Torri
On Tue, Jun 12, 2012 at 12:46 PM, David Seikel onef...@gmail.com wrote: On Tue, 12 Jun 2012 12:18:52 +0200 Vincent Torri vincent.to...@gmail.com wrote: On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: finally a terminal emulator for efl!

Re: [E-devel] Python bindings NOTICE: Getting things Python 3 compatible.

2012-06-12 Thread Davide Andreoli
2012/6/12 Tom Hacohen tom.haco...@samsung.com: On 10/06/12 15:13, Kai Huuhko wrote: Heads up, expect the unexpected. I've started getting the bindings ready for Py3. I'm going to add two functions, fruni and touni (see below), which will handle string conversions. Any *_set method taking in

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-12 Thread Gustavo Lima Chaves
Hi, Daniel. + return sd-maxunit; +} + +EAPI void elm_progressbar_span_size_set(Evas_Object *obj, Evas_Coord size) { diff --git a/trunk/elementary/src/lib/elm_progressbar.h b/trunk/elementary/src/lib/elm_progressbar.h index 5ee2aff..49ee65a 100644 ---

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread The Rasterman
On Tue, 12 Jun 2012 12:18:52 +0200 Vincent Torri vincent.to...@gmail.com said: On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: finally a terminal emulator for efl! sure - uses a lot of text  objects. need evas textgrid obj and more, but this

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread The Rasterman
On Tue, 12 Jun 2012 20:46:48 +1000 David Seikel onef...@gmail.com said: On Tue, 12 Jun 2012 12:18:52 +0200 Vincent Torri vincent.to...@gmail.com wrote: On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: finally a terminal emulator for efl!

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread Stefan Schmidt
Hello. On 06/12/2012 02:27 PM, Carsten Haitzler (The Rasterman) wrote: On Tue, 12 Jun 2012 20:46:48 +1000 David Seikelonef...@gmail.com said: On Tue, 12 Jun 2012 12:18:52 +0200 Vincent Torri vincent.to...@gmail.com wrote: On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread David Seikel
On Tue, 12 Jun 2012 22:27:01 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Tue, 12 Jun 2012 20:46:48 +1000 David Seikel onef...@gmail.com said: On Tue, 12 Jun 2012 12:18:52 +0200 Vincent Torri vincent.to...@gmail.com wrote: On Tue, Jun 12, 2012 at 12:10 PM,

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread David Seikel
On Tue, 12 Jun 2012 14:35:17 +0100 Stefan Schmidt s.schm...@samsung.com wrote: Hello. On 06/12/2012 02:27 PM, Carsten Haitzler (The Rasterman) wrote: On Tue, 12 Jun 2012 20:46:48 +1000 David Seikelonef...@gmail.com said: On Tue, 12 Jun 2012 12:18:52 +0200 Vincent Torri

[E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-12 Thread Daniel Willmann
Hello, updated version. I added the @since 1.1 mentioned by Stefan and mentioned the default value. Regards, Daniel These functions change the range of the value displayed on the progress bar with elm_progressbar_unit_format_set. At the moment the value displayed is in the range of 0 to 100.

Re: [E-devel] Python bindings NOTICE: Getting things Python 3 compatible.

2012-06-12 Thread Kai Huuhko
2012/6/12 Davide Andreoli d...@gurumeditation.it: 2012/6/12 Tom Hacohen tom.haco...@samsung.com: On 10/06/12 15:13, Kai Huuhko wrote: Heads up, expect the unexpected. I've started getting the bindings ready for Py3. I'm going to add two functions, fruni and touni (see below), which will

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread Leandro Pereira
On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: finally a terminal emulator for efl! sure - uses a lot of text objects. need evas textgrid obj and more, but this marks a first usable state for terminology. more needs doing like underline and

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread Nick Hughart
On Tue, 12 Jun 2012 11:46:07 -0300 Leandro Pereira lean...@profusion.mobi wrote: Using ArchLinux x64 here and it works great for me. Running latest EFL from just a couple hours ago. On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: finally a

[E-devel] [PATCH] elev8: CElmActionSlider: Add callback for selected signal

2012-06-12 Thread Daniel Willmann
Hello, the elev8 bindings for the ActionSlider are missing the selected signal. This patch adds a handler for it. I have also updated the sample .js to demo the functionality (The label on the fourth button changes). Regards, Daniel Willmann Signed-off-by: Daniel Willmann d.willm...@samsung.com

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread The Rasterman
On Wed, 13 Jun 2012 00:17:15 +1000 David Seikel onef...@gmail.com said: On Tue, 12 Jun 2012 22:27:01 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Tue, 12 Jun 2012 20:46:48 +1000 David Seikel onef...@gmail.com said: On Tue, 12 Jun 2012 12:18:52 +0200 Vincent

Re: [E-devel] E SVN: tasn trunk/evas/src/lib/canvas

2012-06-12 Thread Daniel Juyung Seo
Hello Tom. This breaks eyelight. Can you check with eyelight? Please refer the following screenshot. http://www.flickr.com/photos/67308399@N05/718081/in/photostream When I run eyelight and move forward/backward fast, objects are not deleted correctly. howto) 1. build/install PROTO/eyelight

[E-devel] Eio: why Eio_Filter_Direct_Cb x Eio_Filter_Dir_Cb?

2012-06-12 Thread Gustavo Sverzut Barbieri
Cedric, Any reason why Eio_Filter_Direct_Cb and Eio_Filter_Dir_Cb are different given a 'const' on the last argument? It seems to make no sense. http://trac.enlightenment.org/e/browser/trunk/eio/src/lib/Eio.h#L128 My use case is to have a function with a parameter recursive, whenever it's true

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread The Rasterman
On Tue, 12 Jun 2012 18:59:12 -0300 Leandro Pereira lean...@profusion.mobi said: Raster, On 06/12/2012 12:58 PM, Carsten Haitzler (The Rasterman) wrote: On Tue, 12 Jun 2012 11:46:07 -0300 Leandro Pereira lean...@profusion.mobi said: On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread Sanjeev BA
Works for me. For a first version - it is awesome. However - I notice some delay in most application when compared to gnome-terminal. On Wed, Jun 13, 2012 at 8:42 AM, Carsten Haitzler ras...@rasterman.comwrote: On Tue, 12 Jun 2012 18:59:12 -0300 Leandro Pereira lean...@profusion.mobi

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread The Rasterman
On Wed, 13 Jun 2012 10:13:43 +0900 Sanjeev BA eflel...@gmail.com said: performance isn't something i'm worried about right now because i KNOW its horrible. it's an array of NxM (eg 80x24 or more if u resize it to be biggeR) text OBJECTs and rect objects. so thats by default at its normal size