[E-devel] widget concept: elm_viewedit discussion

2011-11-03 Thread SHILPAONKAR SINGH
Hi All, There is a plan to make elm_viewedit widget. The concept of this widget is shifting between light weight viewable widget to heavy weight editor widget basically for performance optimization. If a screen has to be launched with multiple heavy weight editing widgets [ like elm_entry

Re: [E-devel] How to insert rupee symbol into edje textblock

2011-11-03 Thread Tom Hacohen
On 04/11/11 01:31, Carsten Haitzler (The Rasterman) wrote: > use an input method - like most asians do. scim for example, that's used for > chinese, japanese, korean etc... these input methods allow you to have a "type > in unicode hex value" mode for doing just this kind of stuff. > > frankly - i

Re: [E-devel] How to insert rupee symbol into edje textblock

2011-11-03 Thread The Rasterman
On Thu, 03 Nov 2011 17:33:35 +0200 Tom Hacohen said: > On 03/11/11 17:24, Mohammed Azharudin wrote: > > Hi Tom, > > > > There is no Key for rupee symbol in my keyboard. More over I need to > > insert more symbols which cannot be inserted through keyboard. > > > Unfortunately, escaping characte

Re: [E-devel] Ecore_processing mtdev events

2011-11-03 Thread The Rasterman
On Thu, 3 Nov 2011 19:36:11 +0530 HariHara Sudhan said: > Mouse gives events on a minimum of 8ms gap, but i get 2-3 touch events > within a ms. > So that is a lot of events. > But some events generated on ecore side, which are pushed into event > queue using _ecore_mouse_move are not reflected as

Re: [E-devel] [Build on Windows] edje_cc problem

2011-11-03 Thread The Rasterman
On Thu, 3 Nov 2011 21:12:08 +0900 cnook said: > Dear All, Hello! > > When I tried to "make install" for elementary, some errors occurred as > following > > C:\MinGW\msys\1.0\local\share/edje/include/edje.inc(166) : error 070: > rational number support was not enabled > ... > C:/Users/???/AppDat

Re: [E-devel] E SVN: yoz trunk/elementary/src/edje_externals

2011-11-03 Thread The Rasterman
On Thu, 3 Nov 2011 13:00:42 +0100 michael bouchaud said: > fixed sorry I'm really blind. I wasn't looking into the macro. Sorry ! cool - tho i had a fix.. somehow i forgot to commit it too :) > 2011/11/3 Carsten Haitzler > > > On Tue, 1 Nov 2011 15:52:32 -0200 Gustavo Sverzut Barbieri > > sa

Re: [E-devel] E SVN: jeffdameth trunk/e/src/bin

2011-11-03 Thread Mike Blumenkrantz
On Thu, 3 Nov 2011 14:22:23 -0700 "Enlightenment SVN" wrote: > Log: > e17/xsettings: fix theme option > - started to provide dpi setting, not enabled yet > > > Author: jeffdameth > Date: 2011-11-03 14:22:23 -0700 (Thu, 03 Nov 2011) > New Revision: 64711 > Trac: http:/

Re: [E-devel] Shot Module Photo Upload Busted

2011-11-03 Thread Jeff Hoogland
As a heads up I just rolled back my packages to revision 63667 and shot module is working fine here again. Wish I had more time to help you pin point the exact cause of the issue. On Sun, Oct 30, 2011 at 2:47 PM, Jeff Hoogland wrote: > How do I perform an strace -s 1024? Got a link to a wiki > a

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/notification

2011-11-03 Thread Mike Blumenkrantz
On Thu, 3 Nov 2011 09:03:23 -0700 "Enlightenment SVN" wrote: > Log: > BY YOUR POWERS COMBINED, I AM CAPTAIN FEATURES! > > add option (disabled by default) to simulate previous notification module > behavior of placing notification based on full multiple monitor geometry when > not checked,

Re: [E-devel] How to insert rupee symbol into edje textblock

2011-11-03 Thread Tom Hacohen
On 03/11/11 17:24, Mohammed Azharudin wrote: > Hi Tom, > > There is no Key for rupee symbol in my keyboard. More over I need to > insert more symbols which cannot be inserted through keyboard. Unfortunately, escaping characters in strings is not yet supported in edc (not that I'm aware of anywa

Re: [E-devel] How to insert rupee symbol into edje textblock

2011-11-03 Thread Mohammed Azharudin
Hi Tom, There is no Key for rupee symbol in my keyboard. More over I need to insert more symbols which cannot be inserted through keyboard. Sent from my iPhone On 03-Nov-2011, at 8:50 PM, Tom Hacohen wrote: > On 03/11/11 15:11, Mohammed Azharudin wrote: >> Hi, >> >> I'm trying to insert rupee

Re: [E-devel] How to insert rupee symbol into edje textblock

2011-11-03 Thread Tom Hacohen
On 03/11/11 15:11, Mohammed Azharudin wrote: > Hi, > > I'm trying to insert rupee symbol (hex code is 0x20B9) into edje > textblock from a TTF font. > > Can anyone help me on how to do this. > > Thanks in advance. > Choose the font like you would any other font. Insert the rupee symbol using your

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/notification

2011-11-03 Thread Mike Blumenkrantz
On Thu, 3 Nov 2011 07:32:55 -0700 "Enlightenment SVN" wrote: > Log: > rewrite image handler to work more like notification-daemon (aka correctly) > > > Author: discomfitor > Date: 2011-11-03 07:32:55 -0700 (Thu, 03 Nov 2011) > New Revision: 64701 > Trac: http://trac.enl

[E-devel] How to insert rupee symbol into edje textblock

2011-11-03 Thread Mohammed Azharudin
Hi, I'm trying to insert rupee symbol (hex code is 0x20B9) into edje textblock from a TTF font. Can anyone help me on how to do this. Thanks in advance. Sent from my iPhone -- RSA(R) Conference 2012 Save $700 by Nov 18

Re: [E-devel] Ecore_processing mtdev events

2011-11-03 Thread HariHara Sudhan
Mouse gives events on a minimum of 8ms gap, but i get 2-3 touch events within a ms. So that is a lot of events. But some events generated on ecore side, which are pushed into event queue using _ecore_mouse_move are not reflected as evas_callbacks. Some times it generates 3-4 events on ecore side bu

Re: [E-devel] E SVN: tasn trunk/web/www/p/contact

2011-11-03 Thread Tom Hacohen
On 03/11/11 14:30, Mike Blumenkrantz wrote: > wtf is a 'concating' Concatenating for the lazy. -- Tom. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___

Re: [E-devel] E SVN: tasn trunk/web/www/p/contact

2011-11-03 Thread Mike Blumenkrantz
On Thu, 3 Nov 2011 05:23:41 -0700 "Enlightenment SVN" wrote: > Log: > Web contact: Fixed concating of Managing and Contributing. > > Spank Spank Hermet for 64669 (who made me fix it). > > Author: tasn > Date: 2011-11-03 05:23:41 -0700 (Thu, 03 Nov 2011) > New Revision: 64687

[E-devel] [Build on Windows] edje_cc problem

2011-11-03 Thread cnook
Dear All, Hello! When I tried to "make install" for elementary, some errors occurred as following C:\MinGW\msys\1.0\local\share/edje/include/edje.inc(166) : error 070: rational number support was not enabled ... C:/Users/???/AppData/Local/Temp/edje_cc.sma-tmp-Q1Jpia(31) : error 017: undefined sym

Re: [E-devel] E SVN: hermet trunk/devs/hermet

2011-11-03 Thread Mike Blumenkrantz
On Thu, 3 Nov 2011 20:42:56 +0900 Daniel Juyung Seo wrote: > yay! this needs to be fixed someday... like when i come back from my > honeymoon. so...monday afternoon? > > Daniel Juyung Seo (SeoZ) > On Nov 3, 2011 8:52 AM, "Enlightenment SVN" > wrote: > > > Log: > > devs/hermet - trick? > > > >

Re: [E-devel] E SVN: yoz trunk/elementary/src/edje_externals

2011-11-03 Thread michael bouchaud
fixed sorry I'm really blind. I wasn't looking into the macro. Sorry ! 2011/11/3 Carsten Haitzler > On Tue, 1 Nov 2011 15:52:32 -0200 Gustavo Sverzut Barbieri > said: > > > On Mon, Oct 31, 2011 at 12:41 PM, Enlightenment SVN > > wrote: > > > Log: > > > elementary: more option in edje for elm_

Re: [E-devel] E SVN: hermet trunk/devs/hermet

2011-11-03 Thread Daniel Juyung Seo
yay! this needs to be fixed someday... like when i come back from my honeymoon. Daniel Juyung Seo (SeoZ) On Nov 3, 2011 8:52 AM, "Enlightenment SVN" wrote: > Log: > devs/hermet - trick? > > > > Author: hermet > Date: 2011-11-02 16:52:28 -0700 (Wed, 02 Nov 2011) > New Revision: 6466

Re: [E-devel] E SVN: sanjeev trunk/devs/sanjeev

2011-11-03 Thread Daniel Juyung Seo
i think disabled_set is more general in efl than disable_set. thanks. Daniel Juyung Seo (SeoZ) On Nov 3, 2011 8:58 AM, "Enlightenment SVN" wrote: > Log: > Inconsistent API name. > > Signed-off-by: Sanjeev BA > > Author: sanjeev > Date: 2011-11-02 16:58:02 -0700 (Wed, 02 Nov 2011)

Re: [E-devel] edje_cc segfault when compiling and edj with a SVG image

2011-11-03 Thread Stefan Schmidt
Hello. On Thu, 2011-11-03 at 17:41, Carsten Haitzler wrote: > On Mon, 31 Oct 2011 20:51:37 +0100 Stefan Schmidt > said: > > this smells of a problem i used to see with librsvg - but not these days I downgraded to 2.32.1, same as raster and cedric are using, but still faced the same problem. Dis

Re: [E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-03 Thread The Rasterman
On Tue, 1 Nov 2011 18:11:29 +0900 Kim Yunhan said: reviewed - changes don't seem bad. they're good. in svn! :) tnx! > Hello. > > Currently, elm_map requests all visible map image tile to map server at the > same time. > If the scene is turned off while panning or zooming, it will be aborted on

Re: [E-devel] [ANNOUNCEMENT] ElementaryChanges wiki page

2011-11-03 Thread Martin Jansa
On Thu, Nov 03, 2011 at 11:51:24AM +0100, Cedric BAIL wrote: > Hi, > > On Thu, Nov 3, 2011 at 12:16 AM, Daniel Juyung Seo > wrote: > > Dear all e devs, this is Daniel Juyung Seo. > > > > Recently elementary has been changed dramatically. And applications > > also had to be changed accordingly. >

Re: [E-devel] [ANNOUNCEMENT] ElementaryChanges wiki page

2011-11-03 Thread Tom Hacohen
On 03/11/11 12:51, Cedric BAIL wrote: > It's nice to setup that page, but it would also be nice to put an hint > in the doc of the deprecated function to where we should be looking. > At the same time, it would also be nice to do at the same time a grep > -r on all svn project and fix them when peo

Re: [E-devel] [Patch] e_config config save patch

2011-11-03 Thread The Rasterman
On Thu, 03 Nov 2011 10:13:10 +0900 Doyoun Kang said: > Dear all, > > I found a problem in e_config. There is no code to check file size when the > e makes the configuration backup files. > Even if the file size is 0, the e copies it to backup file. So, I added code > to check the size of the fil

Re: [E-devel] [ANNOUNCEMENT] ElementaryChanges wiki page

2011-11-03 Thread Cedric BAIL
Hi, On Thu, Nov 3, 2011 at 12:16 AM, Daniel Juyung Seo wrote: > Dear all e devs, this is Daniel Juyung Seo. > > Recently elementary has been changed dramatically. And applications > also had to be changed accordingly. > Due to the huge amount of changes, application developers have hard > time fo

Re: [E-devel] Ecore_processing mtdev events

2011-11-03 Thread The Rasterman
On Wed, 2 Nov 2011 19:38:09 +0530 HariHara Sudhan said: > Hi all, > I've lately added mtdev to receive touch events and process them as > ecore mouse events( as mpx). > i get the window id by the original mouse movements and use that id > for passing touch events for that window. > > i get the s

Re: [E-devel] cocoa engines

2011-11-03 Thread The Rasterman
On Wed, 2 Nov 2011 21:39:11 +0100 Nicolas Aguirre said: > Hi, > > I finally commited evas gl_cocoa engine, ecore_cocoa and ecore_evas_cocoa. > Evas gl_cocoa is based on gl_common code, and works with native cocoa > opengl view. > > I added ecore_evas_cocoa to create evas view inside an ecore_co

Re: [E-devel] E SVN: yoz trunk/elementary/src/edje_externals

2011-11-03 Thread The Rasterman
On Tue, 1 Nov 2011 15:52:32 -0200 Gustavo Sverzut Barbieri said: > On Mon, Oct 31, 2011 at 12:41 PM, Enlightenment SVN > wrote: > > Log: > > elementary: more option in edje for elm_toolbar > > > > Author:       yoz > > Date:         2011-10-31 07:41:12 -0700 (Mon, 31 Oct 2011) > > New Revision:

Re: [E-devel] next EFL release cycle

2011-11-03 Thread The Rasterman
On Thu, 03 Nov 2011 11:44:18 +0200 Tom Hacohen said: > On 20/10/11 08:51, Carsten Haitzler (The Rasterman) wrote: > > Hey guys. time to talk of our next release cycle. this meant 1.1 of most efl > > libs (and 1.5 for eet). this means we have lots of bug fixes and new > > features here. i'm curren

Re: [E-devel] next EFL release cycle

2011-11-03 Thread Tom Hacohen
On 20/10/11 08:51, Carsten Haitzler (The Rasterman) wrote: > Hey guys. time to talk of our next release cycle. this meant 1.1 of most efl > libs (and 1.5 for eet). this means we have lots of bug fixes and new features > here. i'm currently talking about: > > eina > evas > ecore > embryo > edje > ef

Re: [E-devel] edje_cc segfault when compiling and edj with a SVG image

2011-11-03 Thread The Rasterman
On Mon, 31 Oct 2011 20:51:37 +0100 Stefan Schmidt said: this smells of a problem i used to see with librsvg - but not these days > Hello. > > While testing the conf_randr patch I noticed a problem with edje_cc. > > It segfault when the edc contains a SVG image. Minimal test case looks > like t

Re: [E-devel] EFL 1.1 freeze

2011-11-03 Thread David Seikel
On Thu, 3 Nov 2011 09:25:10 +0100 Cedric BAIL wrote: > On Thu, Nov 3, 2011 at 9:15 AM, David Seikel > wrote: > > On Thu, 03 Nov 2011 03:01:17 -0400 Christopher Michael > > wrote: > >> On 11/02/11 22:42, David Seikel wrote: > >> > On Thu, 3 Nov 2011 08:49:46 +0900 Carsten Haitzler (The > >> > Ra

Re: [E-devel] EFL 1.1 freeze

2011-11-03 Thread The Rasterman
On Thu, 3 Nov 2011 18:15:35 +1000 David Seikel said: > On Thu, 03 Nov 2011 03:01:17 -0400 Christopher Michael > wrote: > > > On 11/02/11 22:42, David Seikel wrote: > > > On Thu, 3 Nov 2011 08:49:46 +0900 Carsten Haitzler (The Rasterman) > > > wrote: > > > > > >> On Wed, 2 Nov 2011 12:14:07 -0

Re: [E-devel] E SVN: jaehwan IN trunk/edje/src: bin lib

2011-11-03 Thread Vincent Torri
i forgot that the patch must include ChangeLog update too (in addition to the doc (with @since) mentioned in the previous mail) Vincent On Thu, 3 Nov 2011, Cedric BAIL wrote: On Thu, Nov 3, 2011 at 5:43 AM, Enlightenment SVN wrote: Log: Add CURRENT option which edje object moves from cur

Re: [E-devel] EFL 1.1 freeze

2011-11-03 Thread David Seikel
On Thu, 03 Nov 2011 10:15:21 +0200 Tom Hacohen wrote: > On 03/11/11 10:09, David Seikel wrote: > > All those except line and polygon are TODO'd in the lua2 source code > > from before. I added line and polygon, since they would be trivial. > > They only got two functions each. lol > > ... > >

Re: [E-devel] EFL 1.1 freeze

2011-11-03 Thread Cedric BAIL
On Thu, Nov 3, 2011 at 9:15 AM, David Seikel wrote: > On Thu, 03 Nov 2011 03:01:17 -0400 Christopher Michael > wrote: >> On 11/02/11 22:42, David Seikel wrote: >> > On Thu, 3 Nov 2011 08:49:46 +0900 Carsten Haitzler (The Rasterman) >> >  wrote: >> > >> >> On Wed, 2 Nov 2011 12:14:07 -0400 Mike B

Re: [E-devel] E SVN: jaehwan IN trunk/edje/src: bin lib

2011-11-03 Thread Vincent Torri
On Thu, 3 Nov 2011, Cedric BAIL wrote: On Thu, Nov 3, 2011 at 5:43 AM, Enlightenment SVN wrote: Log: Add CURRENT option which edje object moves from current position.  Currently, when the part in edc move by transition, it moves from the  one of the states to another of the states even if it

Re: [E-devel] ELFE Error with Current SVN Pull

2011-11-03 Thread Cedric BAIL
On Thu, Nov 3, 2011 at 7:55 AM, Tom Hacohen wrote: > On 03/11/11 07:10, Jeff Hoogland wrote: >> Nicolas, >> >> Trying to build the latest ELFE module from source and it appears something >> in it or ELM is causing an issue. The error I am getting here is "undefined >> symbol: elm_button_content_se

Re: [E-devel] E SVN: jaehwan IN trunk/edje/src: bin lib

2011-11-03 Thread Cedric BAIL
On Thu, Nov 3, 2011 at 5:43 AM, Enlightenment SVN wrote: > Log: > Add CURRENT option which edje object moves from current position. >  Currently, when the part in edc move by transition, it moves from the >  one of the states to another of the states even if it is ainimating. >  We need it to move

Re: [E-devel] EFL 1.1 freeze

2011-11-03 Thread The Rasterman
On Thu, 03 Nov 2011 02:58:35 -0400 Christopher Michael said: > On 11/02/11 19:49, Carsten Haitzler (The Rasterman) wrote: > > On Wed, 2 Nov 2011 12:14:07 -0400 Mike Blumenkrantz > > said: > > > >> Hi, > >> > >> It has been two weeks since the "git 'er done" mail from raster, so I am > >> calling

Re: [E-devel] EFL 1.1 freeze

2011-11-03 Thread David Seikel
On Thu, 03 Nov 2011 03:01:17 -0400 Christopher Michael wrote: > On 11/02/11 22:42, David Seikel wrote: > > On Thu, 3 Nov 2011 08:49:46 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > >> On Wed, 2 Nov 2011 12:14:07 -0400 Mike Blumenkrantz > >> said: > >> > >>> Hi, > >>> > >>> It has be

Re: [E-devel] EFL 1.1 freeze

2011-11-03 Thread Tom Hacohen
On 03/11/11 10:09, David Seikel wrote: > All those except line and polygon are TODO'd in the lua2 source code > from before. I added line and polygon, since they would be trivial. > They only got two functions each. lol > ... > ... > ... > I said that was the worst that could happen. If I fuck

Re: [E-devel] EFL 1.1 freeze

2011-11-03 Thread David Seikel
On Thu, 03 Nov 2011 03:01:17 -0400 Christopher Michael wrote: > On 11/02/11 22:42, David Seikel wrote: > > On Thu, 3 Nov 2011 08:49:46 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > >> On Wed, 2 Nov 2011 12:14:07 -0400 Mike Blumenkrantz > >> said: > >> > >>> Hi, > >>> > >>> It has be

Re: [E-devel] E SVN: discomfitor trunk/E-MODULES-EXTRA/elfe/src

2011-11-03 Thread Christopher Michael
On 11/03/11 03:32, Mike Blumenkrantz wrote: > On Thu, 03 Nov 2011 03:30:05 -0400 > Christopher Michael wrote: > >> On 11/03/11 03:14, Mike Blumenkrantz wrote: >>> On Thu, 03 Nov 2011 03:02:47 -0400 >>> Christopher Michael wrote: >>> On 11/03/11 01:43, Enlightenment SVN wrote: > Log: >>>

Re: [E-devel] E SVN: discomfitor trunk/E-MODULES-EXTRA/elfe/src

2011-11-03 Thread Mike Blumenkrantz
On Thu, 03 Nov 2011 03:30:05 -0400 Christopher Michael wrote: > On 11/03/11 03:14, Mike Blumenkrantz wrote: > > On Thu, 03 Nov 2011 03:02:47 -0400 > > Christopher Michael wrote: > > > >> On 11/03/11 01:43, Enlightenment SVN wrote: > >>> Log: > >>> update to latest elm api > >>> captainigloo!

Re: [E-devel] E SVN: discomfitor trunk/E-MODULES-EXTRA/elfe/src

2011-11-03 Thread Christopher Michael
On 11/03/11 03:14, Mike Blumenkrantz wrote: > On Thu, 03 Nov 2011 03:02:47 -0400 > Christopher Michael wrote: > >> On 11/03/11 01:43, Enlightenment SVN wrote: >>> Log: >>> update to latest elm api >>> captainigloo! try to keep up!!! >>> >>> >>> Author: discomfitor >>> Date: 2011-

Re: [E-devel] E SVN: discomfitor trunk/E-MODULES-EXTRA/elfe/src

2011-11-03 Thread Mike Blumenkrantz
On Thu, 03 Nov 2011 03:02:47 -0400 Christopher Michael wrote: > On 11/03/11 01:43, Enlightenment SVN wrote: > > Log: > > update to latest elm api > >captainigloo! try to keep up!!! > > > > > > Author: discomfitor > > Date: 2011-11-02 22:43:29 -0700 (Wed, 02 Nov 2011) > > New Rev

Re: [E-devel] E SVN: discomfitor trunk/E-MODULES-EXTRA/elfe/src

2011-11-03 Thread Christopher Michael
On 11/03/11 01:43, Enlightenment SVN wrote: > Log: > update to latest elm api >captainigloo! try to keep up!!! > > > Author: discomfitor > Date: 2011-11-02 22:43:29 -0700 (Wed, 02 Nov 2011) > New Revision: 64676 > Trac: http://trac.enlightenment.org/e/changeset/64676 > > M

Re: [E-devel] EFL 1.1 freeze

2011-11-03 Thread Christopher Michael
On 11/02/11 22:42, David Seikel wrote: > On Thu, 3 Nov 2011 08:49:46 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> On Wed, 2 Nov 2011 12:14:07 -0400 Mike Blumenkrantz >> said: >> >>> Hi, >>> >>> It has been two weeks since the "git 'er done" mail from raster, so >>> I am calling his bluf