Re: [E-devel] Introducing xkbswitch module

2012-03-12 Thread Tom Hacohen
Great work, thank you very much! :) As I said in irc, lets rename the module to keyboard_layout and move it into core e. This name is too confusing to the average user and it should be in core cause it rocks :P I'm one happy user. -- Tom. On 12/03/12 00:10, Daniel Kolesa wrote: After some

[E-devel] Fix id of notification in config file

2012-03-12 Thread P Purkayastha
Hi, I was investigating #931 ( http://trac.enlightenment.org/e/ticket/931 ), when I noticed that the notification module was writing garbage into the id field of the config file. Attached is the one line fix. diff -Naur e.old/src/modules/notification/e_mod_box.c

Re: [E-devel] Fix id of notification in config file

2012-03-12 Thread Cedric BAIL
On Mon, Mar 12, 2012 at 9:50 AM, P Purkayastha ppu...@gmail.com wrote:  I was investigating #931 ( http://trac.enlightenment.org/e/ticket/931 ), when I noticed that the notification module was writing garbage into the id field of the config file. Attached is the one line fix. Thanks, patch is

[E-devel] [Patch][enki] Fix build breaks related elm_map

2012-03-12 Thread Bluezery
Hello, enki cannot be built because of map API changes. I fixed those build warnings breaks related with elm_map. I know that J.H. Park currently doing this jobs. This patch can help her :D. Please review this patch. Thanks. -- BRs, Kim. enki@fix_map@patch Description: Binary data

Re: [E-devel] [Patch][enki] Fix build breaks related elm_map

2012-03-12 Thread Sanjeev BA
Fixes the build breaks. But I have the following comments. rename variable from clas to something more helpful. It sounds like a way to escape C++ compilation issues. Also I observe some API calls being removed. For ex., elm_map_marker_update(photo_data-marker); and some else if branches

Re: [E-devel] [Patch][enki] Fix build breaks related elm_map

2012-03-12 Thread Sanjeev BA
Patched version of enki segfaults with the following backtrace. -- On Mon, Mar 12, 2012 at 7:29 PM, Sanjeev BA eflel...@gmail.com wrote: Fixes the build breaks. But I have the following comments. rename variable from clas to something more helpful. It sounds like a way to escape C++

Re: [E-devel] [PATCH] python-elementary broken build

2012-03-12 Thread Martin Jansa
On Sat, Mar 10, 2012 at 06:54:55PM +0100, Davide Andreoli wrote: Il giorno 08 marzo 2012 12:49, Martin Jansa martin.ja...@gmail.com ha scritto: Hi, is someone already working on this issue or should I try to prepare patch for this? yes, please patch! I have no time until 2 weeks

Re: [E-devel] Proposal for previous version (or RC) before final Elm1.0

2012-03-12 Thread Leandro Pereira
On Sun, Mar 11, 2012 at 7:47 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: I am strongly in favor of this. +1. --   Leandro -- Try before you buy = See our experts in action! The most comprehensive

Re: [E-devel] Proposal for previous version (or RC) before final Elm1.0

2012-03-12 Thread Daniel Juyung Seo
Great. This is a MUST. Daniel Juyung Seo (SeoZ) On Mon, Mar 12, 2012 at 9:24 PM, Leandro Pereira lean...@profusion.mobi wrote: On Sun, Mar 11, 2012 at 7:47 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: I am strongly in favor of this. +1. --   Leandro

Re: [E-devel] Proposal for previous version (or RC) before final Elm1.0

2012-03-12 Thread Jihoon Kim
Good idea! 2012. 3. 12. 오후 10:14에 Daniel Juyung Seo seojuyu...@gmail.com님이 작성: Great. This is a MUST. Daniel Juyung Seo (SeoZ) On Mon, Mar 12, 2012 at 9:24 PM, Leandro Pereira lean...@profusion.mobi wrote: On Sun, Mar 11, 2012 at 7:47 PM, Michael Blumenkrantz

Re: [E-devel] about cmake

2012-03-12 Thread Tom Hacohen
Sorry for the huge delay. :) On 04/03/12 02:18, Lionel Orry wrote: Not sure exactly, but it's quite addictive. I use it in all my professional projects now (mainly for C/C++). But apart from the small me, the most widely known waf users around are Samba and Node.js projects. I.c. About

Re: [E-devel] [Patch][enki] Fix build breaks related elm_map

2012-03-12 Thread Bluezery
Although it (clas) 's name from elm_map_overlay_class_add(), It looks something like c++ class. :) I changed clas -- grp. And elm_map_marker_update() is not needed anymore. Overlay always update itself now. I checked the segfaults But It looks like not from this patch (for related almost only

Re: [E-devel] toolbar 7 broken again

2012-03-12 Thread Tom Hacohen
Toolbar is completely broken for me as well. Most notably: I don't see any visual feedback when clicking on items. -- Tom. On 07/03/12 23:02, Michael Blumenkrantz wrote: not a theme problem -- Virtualization Cloud

Re: [E-devel] toolbar 7 broken again

2012-03-12 Thread Michael Blumenkrantz
On Mon, 12 Mar 2012 17:21:32 +0200 Tom Hacohen tom.haco...@samsung.com wrote: Toolbar is completely broken for me as well. Most notably: I don't see any visual feedback when clicking on items. -- Tom. On 07/03/12 23:02, Michael Blumenkrantz wrote: not a theme problem almost

Re: [E-devel] [PATCH] python-elementary broken build

2012-03-12 Thread Martin Jansa
On Mon, Mar 12, 2012 at 01:49:40PM +0100, Martin Jansa wrote: On Sat, Mar 10, 2012 at 06:54:55PM +0100, Davide Andreoli wrote: Il giorno 08 marzo 2012 12:49, Martin Jansa martin.ja...@gmail.com ha scritto: Hi, is someone already working on this issue or should I try to prepare

Re: [E-devel] [PATCH] python-elementary broken build

2012-03-12 Thread Daniel Juyung Seo
question in the first patch. def icon_set(self, c_evas.Object icon): -elm_object_item_part_content_set(self.obj, icon.obj) +elm_object_part_content_set(self.obj, icon, icon.obj); def icon_get(self): cdef c_evas.Evas_Object *icon -icon =

Re: [E-devel] Proposal for previous version (or RC) before final Elm1.0

2012-03-12 Thread The Rasterman
On Mon, 12 Mar 2012 22:39:31 +0900 Jihoon Kim imfin...@gmail.com said: all of which is impossible to do without making an efl release. :) Good idea! 2012. 3. 12. 오후 10:14에 Daniel Juyung Seo seojuyu...@gmail.com님이 작성: Great. This is a MUST. Daniel Juyung Seo (SeoZ) On Mon, Mar 12,

Re: [E-devel] [PATCH] python-elementary broken build

2012-03-12 Thread Martin Jansa
On Tue, Mar 13, 2012 at 12:48:37AM +0900, Daniel Juyung Seo wrote: question in the first patch. def icon_set(self, c_evas.Object icon): -elm_object_item_part_content_set(self.obj, icon.obj) +elm_object_part_content_set(self.obj, icon, icon.obj); def

Re: [E-devel] about cmake

2012-03-12 Thread Vincent Torri
That's a bit annoying, I like make and I like having ms project files on windows (I don't use windows, but I think it's something people appreciate). as you can't use ecore_getopt with vc++, the vc++ support is useless Vincent

Re: [E-devel] Introducing xkbswitch module

2012-03-12 Thread P Purkayastha
This turned out to be a problem with an old xkbswitch config file (thanks quaker for the hint! :)). The following steps resulted in a working xkbswitch module: 1. unload the module 2. rm ~/.e/e/config/profile/module.xkbswitch* 3. reload the module. On Monday, March 12, 2012 1:25:18 PM UTC+8, P

Re: [E-devel] about cmake

2012-03-12 Thread Tom Hacohen
On 12/03/12 17:58, Vincent Torri wrote: as you can't use ecore_getopt with vc++, the vc++ support is useless That's true, but I was talking about build systems in general, not specifically for the EFL (yeah, wasn't obvious from my reply). Just out of curiosity, what's keeping us from using

Re: [E-devel] Proposal for previous version (or RC) before final Elm1.0

2012-03-12 Thread Iván Briano
2012/3/11 Carsten Haitzler ras...@rasterman.com: On Mon, 12 Mar 2012 22:39:31 +0900 Jihoon Kim imfin...@gmail.com said: all of which is impossible to do without making an efl release. :) So you define EFL and Elm are ready, release EFL 1.2 and Elm 1.0 RC1, then focus on making sure Elm is

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

2012-03-12 Thread David Seikel
On Mon, 12 Mar 2012 10:47:27 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: revert all window menu changes since august of last year I tried to like the new layout, but it required way too much navigation for most commonly used functions if people really liked the other

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

2012-03-12 Thread Michael Blumenkrantz
On Tue, 13 Mar 2012 06:08:23 +1000 David Seikel onef...@gmail.com wrote: On Mon, 12 Mar 2012 10:47:27 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: revert all window menu changes since august of last year I tried to like the new layout, but it required way too

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

2012-03-12 Thread Leif Middelschulte
2012/3/12 Michael Blumenkrantz michael.blumenkra...@gmail.com: On Tue, 13 Mar 2012 06:08:23 +1000 David Seikel onef...@gmail.com wrote: On Mon, 12 Mar 2012 10:47:27 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: revert all window menu changes since august of last year

Re: [E-devel] [PATCH] python-elementary broken build

2012-03-12 Thread Martin Jansa
On Mon, Mar 12, 2012 at 04:45:40PM +0100, Martin Jansa wrote: On Mon, Mar 12, 2012 at 01:49:40PM +0100, Martin Jansa wrote: On Sat, Mar 10, 2012 at 06:54:55PM +0100, Davide Andreoli wrote: Il giorno 08 marzo 2012 12:49, Martin Jansa martin.ja...@gmail.com ha scritto: Hi,

Re: [E-devel] E SVN: lucas IN trunk/PROTO/elev8: data/javascript src/modules/elm

2012-03-12 Thread Sanjeev BA
Oh...sorry, I forgot to fix the examples. my bad. Thanks for fixing. On Tue, Mar 13, 2012 at 6:52 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elev8: unbreak after api change SPANK sanjeev... change js tests too Author: lucas Date: 2012-03-12 14:52:42 -0700

[E-devel] [BUG] Systray Gadget Crashes E with xrandr command

2012-03-12 Thread Joel Madero
Hi All, This bug came up in the last couple weeks. I have a really simple script to switch between my different monitor setups. Until a week or two ago worked perfectly, now I get an error saying only one instance of systray gadget is allowed and then it auto logs out after a couple seconds. One

Re: [E-devel] [Patch][enki] Fix build breaks related elm_map

2012-03-12 Thread Sanjeev BA
In svn. Thanks. On Tue, Mar 13, 2012 at 12:16 AM, Bluezery ohpo...@gmail.com wrote: Although it (clas) 's name from elm_map_overlay_class_add(), It looks something like c++ class. :) I changed clas -- grp. And elm_map_marker_update() is not needed anymore. Overlay always update itself

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

2012-03-12 Thread P Purkayastha
On Tuesday, March 13, 2012 4:08:23 AM UTC+8, David Seikel wrote: On Mon, 12 Mar 2012 10:47:27 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: revert all window menu changes since august of last year I tried to like the new layout, but it required way too much

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

2012-03-12 Thread David Seikel
On Mon, 12 Mar 2012 21:35:48 +0100 Leif Middelschulte leif.middelschu...@gmail.com wrote: 2012/3/12 Michael Blumenkrantz michael.blumenkra...@gmail.com: On Tue, 13 Mar 2012 06:08:23 +1000 David Seikel onef...@gmail.com wrote: On Mon, 12 Mar 2012 10:47:27 -0700 Enlightenment SVN

Re: [E-devel] [PATCH] python-elementary broken build

2012-03-12 Thread ChunEon Park
in 69270 Thank you very much. By the way, when I applied your patch it complained with the below message. Stripping trailing CRs from patch. Please use some tools like dos2unix to convert your patch line endings later you send patches again. Thank you very much.

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

2012-03-12 Thread P Purkayastha
On Tuesday, March 13, 2012 9:27:08 AM UTC+8, P Purkayastha wrote: On Tuesday, March 13, 2012 4:08:23 AM UTC+8, David Seikel wrote: On Mon, 12 Mar 2012 10:47:27 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: revert all window menu changes since august of last year