Re: [E-devel] [e] Double define

2012-08-22 Thread Christopher Michael
Fixed in svn 75519. dh On 08/22/2012 07:45 AM, rustyBSD wrote: > Hi, > == src/modules/conf_theme/e_int_config_color_classes.c == > l. 235: OpenBSD's ctype.h already defines _X. > ( http://ftp.cc.uoc.gr/mirrors/OpenBSD/src/include/ctype.h ) > So we should use another name. > --

Re: [E-devel] [e] Overflow ?

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 08:40:36 +0200 rustyBSD said: > Le 22/08/2012 05:27, Carsten Haitzler (The Rasterman) a écrit : > > On Tue, 21 Aug 2012 18:01:05 +0200 rustyBSD said: > > > >> Hi, > >> == e/src/modules/illume-keyboard/e_kbd_int.c == > >> line 972: if (sscanf(buf, "%4000s", str) != 1) contin

Re: [E-devel] [e] Overflow ?

2012-08-22 Thread David Seikel
On Wed, 22 Aug 2012 19:19:20 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 22 Aug 2012 08:40:36 +0200 rustyBSD said: > > > Le 22/08/2012 05:27, Carsten Haitzler (The Rasterman) a écrit : > > > On Tue, 21 Aug 2012 18:01:05 +0200 rustyBSD > > > said: > > > > > >> Hi, > > >> == e/src/mo

Re: [E-devel] [e] Overflow ?

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 20:27:46 +1000 David Seikel said: > On Wed, 22 Aug 2012 19:19:20 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Wed, 22 Aug 2012 08:40:36 +0200 rustyBSD said: > > > > > Le 22/08/2012 05:27, Carsten Haitzler (The Rasterman) a écrit : > > > > On Tue, 21 Aug 2012 18

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-22 Thread ChunEon Park
I think the Direct3D backend will be a little bit overly complex and maybe not that useful. The complexity will come from the fact we need EvasGL support (That means a layer to convert from EvasGL to Direct3D). -> For now, I've not thought supporting EvasGL on Windows. It's GL. not d3d. The use

Re: [E-devel] [e] Overflow ?

2012-08-22 Thread David Seikel
On Wed, 22 Aug 2012 19:37:09 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 22 Aug 2012 20:27:46 +1000 David Seikel > said: > > > On Wed, 22 Aug 2012 19:19:20 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Wed, 22 Aug 2012 08:40:36 +0200 rustyBSD > > > said: > > > >

[E-devel] [e] desklock vuln

2012-08-22 Thread rustyBSD
== src/bin/e_desklock.c == during auth, user's password may be written to disk (core dump). To avoid that, the solution is to limit core file size to 0 with|| setrlimit(). The problem is that once set to 0, the file size can't be raised; so we can't reset the size to the value it was before. Here

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 12:57:10 +0200 rustyBSD said: > == src/bin/e_desklock.c == > during auth, user's password may be written > to disk (core dump). To avoid that, the solution > is to limit core file size to 0 with|| setrlimit(). The > problem is that once set to 0, the file size can't > be raise

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 12:57:10 +0200 rustyBSD said: > == src/bin/e_desklock.c == > during auth, user's password may be written > to disk (core dump). To avoid that, the solution > is to limit core file size to 0 with|| setrlimit(). The > problem is that once set to 0, the file size can't > be raise

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread Tom Hacohen
To be honest, I don't know how secure we can get there because of entry. We only free (without explicitly erasing) the buffers used internally by entry (elm+edje) and textblock, so there might be cleartext copies of the pass in memory anyway... -- Tom. On 22/08/12 14:30, Carsten Haitzler (The

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 14:46:50 +0300 Tom Hacohen said: > To be honest, I don't know how secure we can get there because of entry. > We only free (without explicitly erasing) the buffers used internally by > entry (elm+edje) and textblock, so there might be cleartext copies of > the pass in memor

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-22 Thread Vincent Torri
On Wed, Aug 22, 2012 at 12:43 PM, ChunEon Park wrote: > I think the Direct3D backend will be a little bit overly complex and > maybe not that useful. The complexity will come from the fact we need > EvasGL support (That means a layer to convert from EvasGL to > Direct3D). > -> For now, I've not th

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-22 Thread Vincent Torri
On Tue, Aug 21, 2012 at 6:48 PM, ChunEon Park wrote: > And failed on building direct3d :0 > > Probably I need to look them from now? > > By the way, Im wonder what do u use efl on windows for exactly? first, i began it to shut up other people mouth, as it was said that the EFL were not cross pla

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread Tom Hacohen
On 22/08/12 14:51, Carsten Haitzler (The Rasterman) wrote: > On Wed, 22 Aug 2012 14:46:50 +0300 Tom Hacohen said: > >> To be honest, I don't know how secure we can get there because of entry. >> We only free (without explicitly erasing) the buffers used internally by >> entry (elm+edje) and textbl

Re: [E-devel] e_xkb patch, use per layout -variant

2012-08-22 Thread The Rasterman
On Sun, 19 Aug 2012 22:37:57 +0200 J_r_my Zurcher said: > This patch sets each used layout variant to setxkbmap arguments > instead of the first one only. > > I want to switch between ch_fr and fr_bepo: > > SET XKB RUN: setxkbmap -layout 'fr,ch,' -variant 'bepo,fr,' -model > 'tm2030USB' -opti

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 14:54:30 +0300 Tom Hacohen said: > On 22/08/12 14:51, Carsten Haitzler (The Rasterman) wrote: > > On Wed, 22 Aug 2012 14:46:50 +0300 Tom Hacohen > > said: > > > >> To be honest, I don't know how secure we can get there because of entry. > >> We only free (without explicitly e

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread Tom Hacohen
On 22/08/12 15:04, Carsten Haitzler (The Rasterman) wrote: > On Wed, 22 Aug 2012 14:54:30 +0300 Tom Hacohen said: > >> On 22/08/12 14:51, Carsten Haitzler (The Rasterman) wrote: >>> On Wed, 22 Aug 2012 14:46:50 +0300 Tom Hacohen >>> said: >>> To be honest, I don't know how secure we can get

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread Michael Blumenkrantz
in related noticings, the return of _desklock_auth() at e_desklock.c:849 is not used; problem? On Wed, Aug 22, 2012 at 1:12 PM, Tom Hacohen wrote: > On 22/08/12 15:04, Carsten Haitzler (The Rasterman) wrote: > > On Wed, 22 Aug 2012 14:54:30 +0300 Tom Hacohen > said: > > > >> On 22/08/12 14:51, C

Re: [E-devel] E SVN: barbieri IN trunk/terminology: . src/bin

2012-08-22 Thread Daniel Willmann
On 08/22/2012 11:57 AM, Enlightenment SVN wrote: > Author: barbieri > Date: 2012-08-22 03:57:51 -0700 (Wed, 22 Aug 2012) > New Revision: 75539 > Trac: http://trac.enlightenment.org/e/changeset/75539 > > Modified: > trunk/terminology/README trunk/terminology/src/bin/termcmd.

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread rustyBSD
Le 22/08/2012 14:12, Tom Hacohen a écrit : > On 22/08/12 15:04, Carsten Haitzler (The Rasterman) wrote: >> On Wed, 22 Aug 2012 14:54:30 +0300 Tom Hacohen >> said: >> >>> On 22/08/12 14:51, Carsten Haitzler (The Rasterman) wrote: On Wed, 22 Aug 2012 14:46:50 +0300 Tom Hacohen said:

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread Michael Blumenkrantz
ah if only we had C11 support available... On Wed, Aug 22, 2012 at 1:24 PM, rustyBSD wrote: > Le 22/08/2012 14:12, Tom Hacohen a écrit : > > On 22/08/12 15:04, Carsten Haitzler (The Rasterman) wrote: > >> On Wed, 22 Aug 2012 14:54:30 +0300 Tom Hacohen > said: > >> > >>> On 22/08/12 14:51, Carst

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-22 Thread David Seikel
On Wed, 22 Aug 2012 13:54:46 +0200 Vincent Torri wrote: > On Tue, Aug 21, 2012 at 6:48 PM, ChunEon Park > wrote: > > And failed on building direct3d :0 > > > > Probably I need to look them from now? > > > > By the way, Im wonder what do u use efl on windows for exactly? > > first, i began it t

Re: [E-devel] E SVN: barbieri IN trunk/terminology: . src/bin

2012-08-22 Thread Gustavo Sverzut Barbieri
On Wed, Aug 22, 2012 at 9:23 AM, Daniel Willmann wrote: > On 08/22/2012 11:57 AM, Enlightenment SVN wrote: >> Author: barbieri >> Date: 2012-08-22 03:57:51 -0700 (Wed, 22 Aug 2012) >> New Revision: 75539 >> Trac: http://trac.enlightenment.org/e/changeset/75539 >> >> Modified:

Re: [E-devel] E SVN: discomfitor IN trunk/e: . src/modules src/modules/quickaccess

2012-08-22 Thread Michael Blumenkrantz
cross-posting here so more people see it, check the blog for more info On Wed, Aug 22, 2012 at 2:55 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > super sekrit module mostly complete: introducing the new and rewritten > quickaccess module! > found in the Launcher category,

Re: [E-devel] E SVN: discomfitor IN trunk/e: . src/modules src/modules/quickaccess

2012-08-22 Thread Gustavo Sverzut Barbieri
On Wed, Aug 22, 2012 at 10:55 AM, Enlightenment SVN wrote: > Log: > super sekrit module mostly complete: introducing the new and rewritten > quickaccess module! > found in the Launcher category, this module allows for windows to be > hidden/shown using bindings, and can be used to turn any win

[E-devel] [Patch] [Evas Textblock] Correct the way to select word

2012-08-22 Thread thiep ha
Dear all, For current textblock, if the text starts with a word separator (e.g. =abcdef), we cannot select the text by double click on the text (e.g. if we double click on abcdef, it will select = character). I attached to this email a patch to fix that. Please review this patch. Best Regards,

Re: [E-devel] E SVN: discomfitor IN trunk/e: . src/modules src/modules/quickaccess

2012-08-22 Thread Michael Blumenkrantz
I have plans to continue working on it, adding some features that you set stubs for :) On Wed, Aug 22, 2012 at 2:59 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wed, Aug 22, 2012 at 10:55 AM, Enlightenment SVN > wrote: > > Log: > > super sekrit module mostly complete: intr

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-22 Thread ChunEon Park
Yes, Cedric. it says opengl is faster than d3d. http://www.phoronix.com/scan.php?page=news_item&px=MTE1NzE -Regards, Hermet- -Original Message- From: "David Seikel" To: ; Cc: Sent: 2012-08-22 (수) 22:39:14 Subject: Re: [E-devel] TO:Vincent. PROBLEMS

Re: [E-devel] E SVN: barbieri IN trunk/terminology: . src/bin

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 10:41:09 -0300 Gustavo Sverzut Barbieri said: i fixed it > On Wed, Aug 22, 2012 at 9:23 AM, Daniel Willmann > wrote: > > On 08/22/2012 11:57 AM, Enlightenment SVN wrote: > >> Author: barbieri > >> Date: 2012-08-22 03:57:51 -0700 (Wed, 22 Aug 2012) > >> New Revi

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 14:24:20 +0200 rustyBSD said: > Le 22/08/2012 14:12, Tom Hacohen a écrit : > > On 22/08/12 15:04, Carsten Haitzler (The Rasterman) wrote: > >> On Wed, 22 Aug 2012 14:54:30 +0300 Tom Hacohen > >> said: > >> > >>> On 22/08/12 14:51, Carsten Haitzler (The Rasterman) wrote: > >>>

Re: [E-devel] E SVN: barbieri IN trunk/terminology: . src/bin

2012-08-22 Thread Daniel Willmann
On 08/22/2012 02:41 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Aug 22, 2012 at 9:23 AM, Daniel Willmann > wrote: >> On 08/22/2012 11:57 AM, Enlightenment SVN wrote: >>> + g0=80x40; g1=80x40; g2=80x60; g3=80x80; g4=120x24; g5=120x40; >>> g6=120x60; >> >> Reading the patch, g0 should be 8

Re: [E-devel] [Patch] [Evas Textblock] Correct the way to select word

2012-08-22 Thread Tom Hacohen
Do you have a test case we can use to verify? -- Tom. On 22/08/12 17:05, thiep ha wrote: > Dear all, > > For current textblock, if the text starts with a word separator (e.g. > =abcdef), we cannot select the text by double click on the text (e.g. if we > double click on abcdef, it will select

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-22 Thread ChunEon Park
And Vincent, I think we should hear the e-dev people's opinion here. Actually, I've thought gl_win port is enough for windows also. Because most drivers are supporting OpenGL now. If it doesn't support because of any reason i.e version, then actually, Nothing we should do now but user should

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-22 Thread Vincent Torri
On Wed, Aug 22, 2012 at 4:34 PM, ChunEon Park wrote: > And Vincent, I think we should hear the e-dev people's opinion here. why ? do raster and other devs ask my opinion when writing some code ? > Actually, I've thought gl_win port is enough for windows also. i don't think so, but that's my POV

[E-devel] terminology problem with proggy fonts?

2012-08-22 Thread Gustavo Sverzut Barbieri
Did you try the proggy fonts with it? My system fonts (fontconfig, shows as Standards) or if I manually copy th pcf to terminology folder, it won't work correctly, showing a strange padding. http://www.proggyfonts.com/ is that an evas bug? font bug? Terminus and other fonts do work properly. --

Re: [E-devel] The big merge.

2012-08-22 Thread Leandro Dorileo
On Wed, Aug 22, 2012 at 11:18:30AM +0900, Carsten Haitzler wrote: > On Wed, 22 Aug 2012 12:10:22 +1000 David Seikel said: > > > On Wed, 22 Aug 2012 10:20:41 +0900 Cedric BAIL > > wrote: > > > > > so as soon as Evas and Ecore get merged inside the new unified EFL > > > tree in a few weeks, > >

Re: [E-devel] The big merge.

2012-08-22 Thread Tom Hacohen
On 22/08/12 18:12, Leandro Dorileo wrote: > On Wed, Aug 22, 2012 at 11:18:30AM +0900, Carsten Haitzler wrote: >> On Wed, 22 Aug 2012 12:10:22 +1000 David Seikel said: >> >>> On Wed, 22 Aug 2012 10:20:41 +0900 Cedric BAIL >>> wrote: >>> so as soon as Evas and Ecore get merged inside the new u

Re: [E-devel] The big merge.

2012-08-22 Thread Leandro Dorileo
On Wed, Aug 22, 2012 at 06:24:41PM +0300, Tom Hacohen wrote: > On 22/08/12 18:12, Leandro Dorileo wrote: > >On Wed, Aug 22, 2012 at 11:18:30AM +0900, Carsten Haitzler wrote: > >>On Wed, 22 Aug 2012 12:10:22 +1000 David Seikel said: > >> > >>>On Wed, 22 Aug 2012 10:20:41 +0900 Cedric BAIL > >>>wro

[E-devel] [e] useless operation

2012-08-22 Thread rustyBSD
== src/bin/e_fm_op.c == l. 234 & 277: we are trying to createa symlink by using symlink(), and if it fails, we create a task which does exactly the same thing, but handles overwrite. Wouldn't it be better to directly create the task ? ---

Re: [E-devel] Add Wayland + EFL's How-to to E trac

2012-08-22 Thread Paulo Alcantara
Hi Christopher, From: Christopher Michael Date: Mon, 20 Aug 2012 22:10:03 +0100 > On 20/08/12 22:01, Paulo Alcantara wrote: > > Hi, > > > > I've just added a simple how-to for getting Wayland + EFL working to E > > trac. > > > > You can find it at http://trac.enlightenment.org/e/wiki/Wayland > >

Re: [E-devel] #1188: [wayland] elementary_test:copy and paste don't work

2012-08-22 Thread Christopher Michael
On 22/08/12 17:43, E-Trac wrote: > #1188: [wayland] elementary_test:copy and paste don't work > +- > Reporter: zjuan | Owner: devilhorns > Type: Bug | Status: new > Priority: Major | Milestone: > Compone

Re: [E-devel] Add Wayland + EFL's How-to to E trac

2012-08-22 Thread Christopher Michael
On 22/08/12 17:46, Paulo Alcantara wrote: > Hi Christopher, > > From: Christopher Michael > Date: Mon, 20 Aug 2012 22:10:03 +0100 > >> On 20/08/12 22:01, Paulo Alcantara wrote: >>> Hi, >>> >>> I've just added a simple how-to for getting Wayland + EFL working to E >>> trac. >>> >>> You can find it

Re: [E-devel] #1268: Button click events are not always handled

2012-08-22 Thread Christopher Michael
On 22/08/12 17:49, E-Trac wrote: > #1268: Button click events are not always handled > -+-- > Reporter: jbkonno | Owner: raster > Type: Bug | Status: closed > Priority: Major

Re: [E-devel] Add Wayland + EFL's How-to to E trac

2012-08-22 Thread Paulo Alcantara
Hi Christopher, From: Christopher Michael Date: Wed, 22 Aug 2012 17:53:13 +0100 > sadly I have not found the time to get to editing this yet (as I am > bug squashing which is a bit more important right now) ;) but I will > get to it at some point. Heh :-) Good luck with that and thanks for the

[E-devel] [PATCH][RESEND][Evas] WebP image loader

2012-08-22 Thread Igor Murzov
Hi list. This patch adds a WebP image loader to Evas. No saver, no animation support for now, just loader. Tested with the libwebp-0.2.0 only, but should work fine with older versions. -- Igor Index: m4/evas_check_loader.m4 === ---

Re: [E-devel] e_xkb patch, use per layout -variant

2012-08-22 Thread Jérémy Zurcher
On Wednesday 22 August 2012 20:56, Carsten Haitzler wrote : > On Sun, 19 Aug 2012 22:37:57 +0200 J_r_my Zurcher said: > > > This patch sets each used layout variant to setxkbmap arguments > > instead of the first one only. > > > > I want to switch between ch_fr and fr_bepo: > > > > SET XKB RUN:

Re: [E-devel] The big merge.

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 12:12:10 -0300 Leandro Dorileo said: > On Wed, Aug 22, 2012 at 11:18:30AM +0900, Carsten Haitzler wrote: > > On Wed, 22 Aug 2012 12:10:22 +1000 David Seikel said: > > > > > On Wed, 22 Aug 2012 10:20:41 +0900 Cedric BAIL > > > wrote: > > > > > > > so as soon as Evas and Eco

Re: [E-devel] e_xkb patch, use per layout -variant

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 23:48:04 +0200 Jérémy Zurcher said: > On Wednesday 22 August 2012 20:56, Carsten Haitzler wrote : > > On Sun, 19 Aug 2012 22:37:57 +0200 J_r_my Zurcher said: > > > > > This patch sets each used layout variant to setxkbmap arguments > > > instead of the first one only. > >

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 23:34:03 +0900 (KST) ChunEon Park said: my take is this. 1. an opengl windows port is easiest. realistically we'd end up making an almost-opengl-like wrapper around d3d to make it possible to support both with a common 3d rendering core anyway. how we'd handle GLSL tho i don'

Re: [E-devel] terminology problem with proggy fonts?

2012-08-22 Thread The Rasterman
On Wed, 22 Aug 2012 11:56:40 -0300 Gustavo Sverzut Barbieri said: > Did you try the proggy fonts with it? My system fonts (fontconfig, > shows as Standards) or if I manually copy th pcf to terminology > folder, it won't work correctly, showing a strange padding. the proggy fonts dont load at ALL

Re: [E-devel] [Patch] [Evas Textblock] Correct the way to select word

2012-08-22 Thread thiep ha
You can use following test cases: 1.1+2.2 =3.3 (another test case) Best Regards, Thiep Ha --- Original Message --- Sender : Tom Hacohen Engineer/STRI-EFL Enhancement/Samsung Electronics Date : Aug 22, 2012 23:28 (GMT+09:00) Title : Re:

[E-devel] No package 'efx' found - shotgun IM client

2012-08-22 Thread Jeff Hoogland
So the latest shotgun IM client is giving me: No package 'efx' found Is this something on the SVN or is its source housed elsewhere? -- ~Jeff Hoogland Thoughts on Technology , Tech Blog Bodhi Linux , Enlighten

Re: [E-devel] No package 'efx' found - shotgun IM client

2012-08-22 Thread Jeff Hoogland
Ignore me. Found it in the svn... On Wed, Aug 22, 2012 at 7:58 PM, Jeff Hoogland wrote: > So the latest shotgun IM client is giving me: > > No package 'efx' found > > Is this something on the SVN or is its source housed elsewhere? > > -- > ~Jeff Hoogland > Thoughts on T

Re: [E-devel] E SVN: seoz trunk/eet/src/lib

2012-08-22 Thread Cedric BAIL
On Wed, Aug 22, 2012 at 11:07 PM, Enlightenment SVN wrote: > Log: > eet eet_data.c: Fixed memory leak spotted by Igor Murzov (GArik_) > Good catch, but could you update ChangeLog, NEWS and AUTHORS ? > Author: seoz > Date: 2012-08-22 07:07:04 -0700 (Wed, 22 Aug 2012) > New Revisio

Re: [E-devel] E SVN: seoz trunk/eet/src/lib

2012-08-22 Thread Daniel Juyung Seo
Sure Thanks! Daniel Juyung Seo (SeoZ) On Thu, Aug 23, 2012 at 10:47 AM, Cedric BAIL wrote: > On Wed, Aug 22, 2012 at 11:07 PM, Enlightenment SVN > wrote: >> Log: >> eet eet_data.c: Fixed memory leak spotted by Igor Murzov (GArik_) >> > > Good catch, but could you update ChangeLog, NEWS and AU

[E-devel] How to Clone from http://git.enlightenment.fr

2012-08-22 Thread Brian Wang
Hello all, This is probably a dumb question... How do I git clone from the git repositories at http://git.enlightenment.fr without ssh access? Thanks in advance. Brian -- brian -- Cool-Karaoke - The smallest recording studio, in your palm, open-sourced http://cool-idea.com.tw

Re: [E-devel] How to Clone from http://git.enlightenment.fr

2012-08-22 Thread Eduardo Lima (Etrunko)
On Wed, Aug 22, 2012 at 10:57 PM, Brian Wang wrote: > Hello all, > > This is probably a dumb question... > How do I git clone from the git repositories at > http://git.enlightenment.fr without ssh access? > Git is able to clone from http protocol. So just give it the http:// url and it will work

Re: [E-devel] How to Clone from http://git.enlightenment.fr

2012-08-22 Thread Brian Wang
On Thu, Aug 23, 2012 at 10:06 AM, Eduardo Lima (Etrunko) wrote: > On Wed, Aug 22, 2012 at 10:57 PM, Brian Wang > wrote: >> Hello all, >> >> This is probably a dumb question... >> How do I git clone from the git repositories at >> http://git.enlightenment.fr without ssh access? >> > > Git is able

[E-devel] svn update and key bindings issue.

2012-08-22 Thread Noorul Islam Kamal Malmiyoda
After recent svn update, I am not able to add new key bindings. I am trying to bind Win+Return to a custom command but I am not able to enter the custom command string. Typing focus stays with the desktop instead of the command text box. - Noorul --

Re: [E-devel] How to Clone from http://git.enlightenment.fr

2012-08-22 Thread Martin Jansa
On Thu, Aug 23, 2012 at 10:23:50AM +0800, Brian Wang wrote: > On Thu, Aug 23, 2012 at 10:06 AM, Eduardo Lima (Etrunko) > wrote: > > On Wed, Aug 22, 2012 at 10:57 PM, Brian Wang > > wrote: > >> Hello all, > >> > >> This is probably a dumb question... > >> How do I git clone from the git repositor

Re: [E-devel] svn update and key bindings issue.

2012-08-22 Thread Michael Blumenkrantz
http://trac.enlightenment.org/e/ticket/1343 On Thu, Aug 23, 2012 at 6:13 AM, Noorul Islam Kamal Malmiyoda < noo...@noorul.com> wrote: > After recent svn update, I am not able to add new key bindings. I am > trying to bind Win+Return to a custom command but I am not able to > enter the custom comm