[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 === ---

[E-devel] [PATCH][Entrance] Fix typo and compilation failure

2012-09-19 Thread Igor Murzov
Hi list. I have two patches for Entrance. The first patch just fixes typo in configure.ac. And the second one fixes compilation failure, when Entrance is configured with --enable-grub2. Also i'm not sure if entrance works at all -- it just starts and then silently exits with code 0. Here is the c

Re: [E-devel] [PATCH][Entrance] Fix typo and compilation failure

2012-09-19 Thread Igor Murzov
On Wed, 19 Sep 2012 22:38:09 +0200 Michaël Bouchaud wrote: > hum race condition ... need time to fix it > can't reproduce it tonight, sorry :( I have some errors in valgrind's log, maybe it will help you: ==15457== Invalid read of size 4 ==15457==at 0x40BBE99: ecore_con_client_send (in

[E-devel] [PATCH][Eina] Fix minor issues spotted by cppcheck

2012-10-03 Thread Igor Murzov
Hi list Here are three patches for Eina: 01 Removes some unused variables. 02 Fixes bad format strings in *printf() calls. 03 Fixes typo and removes redundant duplicate code. -- Igor Index: src/examples/eina_array_01.c === --

Re: [E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-03 Thread Igor Murzov
All patches are Reviewed-by: Igor Murzov I have just prepared the very same patch for Eio, but you were faster submitting it :) -- Igor > Hello, > > please see attached some issues that were highlighted by coccinelle. > Sent in individual patches for the different libraries

[E-devel] [PATCH][Elementary] Fix issues discovered by cppcheck

2012-10-03 Thread Igor Murzov
Some more patches here. This time it's five patches for Elementary: 01 Removes unused variable. 02 Fixes bad format strings in *printf() calls. 03 Simplifies code and removes redundant duplicated code. 04 Fixes copy&paste error and possible invalid memory access. 05 Require Ecore >= 1.7.

[E-devel] [PATCH][Emap] Unbreak parsing data from gpx files

2012-10-04 Thread Igor Murzov
One more patch. It restores fread() call dropped by SeoZ in r62592 while he was fixing compiler warnings. No code, no warning. That is smart, isn't it? -- Igor Index: src/lib/route_gpx.c === --- src/lib/route_gpx.c (revision 77392) +

Re: [E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-04 Thread Igor Murzov
> > * eio - Problem using sizeof(type *) instead of sizeof(type) for allocation > > > > * elmdentica - Same problem as with eio, but implemented less cunningly > > In svn for both of them. I think the one for eio should be backported to the stable branch. -- Igor --

[E-devel] [PATCH][Enlightement] Fix issues discovered by cppcheck

2012-10-04 Thread Igor Murzov
Here are three patches for Enlightenment: 01 Removes unused variables, drops duplicate return or break statements and drops unnecessary checks. 02 Fixes potential invalid memory reads. 03 Fixes a typo. In addition, I'm not sure if this ok or not, but Enlightenment can not be compiled w

Re: [E-devel] E17 User Guide

2012-10-05 Thread Igor Murzov
> As you may or may not be aware, there is an E17 user guide on the wiki, and > I have made it considerably more prominent so it can actually be found now. > It contains a lot of information, but there are still quite a few things > which need your help! If you get a couple minutes of free time, pi

[E-devel] [NO PATCH][Enlightement] Issues discovered by cppcheck

2012-10-06 Thread Igor Murzov
Hi list. There are several suspicious code snippets in E, that look much like copy&paste errors, but I don't know how to properly fix those errors. Maybe someone experienced could look into these. #1: src/bin/e_backlight.c#n496 if ((e_config->backlight

Re: [E-devel] [NO PATCH][Enlightement] Issues discovered by cppcheck

2012-10-06 Thread Igor Murzov
> #3 is definitely correct. Then could you simplify this part, so that it doesn't look like bad copy&paste? -- Igor > Den 6. okt. 2012 kl. 21:14 skrev Igor Murzov : > > > Hi list. > > > > There are several suspicious code snippets in E, that > > loo

[E-devel] [PATCH][E] Unbreak getting Nth element from boxes.

2012-10-29 Thread Igor Murzov
Unbreak getting Nth element from boxes. Fixes crashes in Places gadget. -- Igor >From db253fa711e80724a4b9237ea02fa5c6e597921c Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Sun, 28 Oct 2012 16:22:15 +0400 Subject: [PATCH 2/6] Unbreak getting Nth element from boxes. Nice try zmike, but

[E-devel] [PATCH][Ecore] Fixes for invalid memory read issues discovered by cppcheck

2012-10-29 Thread Igor Murzov
One more patch to fix issues discovered by cppcheck. -- Igor >From 6dd6b7aa419cd797a7b78d38f8e198d7d91bbdf5 Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Mon, 29 Oct 2012 15:20:56 +0400 Subject: [PATCH 2/2] Fix potential invalid memory reads. (Discovered by cppcheck) --- src/lib/ec

[E-devel] [PATCH][Ecore,Edje,E,E-Modules-Extra] Fix typos.

2012-10-29 Thread Igor Murzov
Hi list. Here are four trivial patches -- just fixing typos. -- Igor >From f7310ead4bf48d123f85b366a49670915c8c299e Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Fri, 26 Oct 2012 19:15:46 +0400 Subject: [PATCH 1/2] Fix typos: s/pooler/poller/g --- src/lib/ecore/Ecore.h | 6 +++--- 1 f

[E-devel] [PATCH][E-MODULES-EXTRA] Fix crash in news module + two minor changes

2012-10-29 Thread Igor Murzov
These patches add .gitignore to news and mpdule modules, fix crash in the news module and simplify a code a bit in the news module. -- Igor >From ada035899474107a6c83d78bcd412eba50ac5e5d Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Sun, 28 Oct 2012 18:22:10 +0400 Subject: [PATCH 3/8] n

[E-devel] [PATCH][E, E-MODULES-EXTRA] Some translations related fixes

2012-10-29 Thread Igor Murzov
repare it for translation. -- Igor >From 23ffa1d49ac5abbd31657282f156e5aac0998a6a Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Sun, 28 Oct 2012 17:55:43 +0400 Subject: [PATCH 5/6] Get rid of "folder" term, use "directory" everywhere. --- src/bin/e_fm_cmdlin

Re: [E-devel] [PATCH][Ecore] Fixes for invalid memory read issues discovered by cppcheck

2012-10-29 Thread Igor Murzov
On Mon, 29 Oct 2012 12:56:12 -0200 Leandro Dorileo wrote: > Hi, > > On Mon, Oct 29, 2012 at 03:39:29PM +0400, Igor Murzov wrote: > > One more patch to fix issues discovered by cppcheck. > > > > > > -- Igor > > > >From 6dd6b7aa419cd797a7b78d38f8e19

Re: [E-devel] [PATCH][Ecore,Edje,E,E-Modules-Extra] Fix typos.

2012-10-29 Thread Igor Murzov
On Mon, 29 Oct 2012 19:57:34 -0200 Lucas De Marchi wrote: > On Mon, Oct 29, 2012 at 9:34 AM, Igor Murzov wrote: > > Hi list. > > > > Here are four trivial patches -- just fixing typos. > > > > > > -- Igor > > > Patches to edje and ecore were

Re: [E-devel] [PATCH][Ecore,Edje,E,E-Modules-Extra] Fix typos.

2012-10-30 Thread Igor Murzov
On Tue, 30 Oct 2012 00:06:18 -0200 Lucas De Marchi wrote: > On Mon, Oct 29, 2012 at 10:12 PM, Igor Murzov wrote: > > On Mon, 29 Oct 2012 19:57:34 -0200 > > Lucas De Marchi wrote: > > > >> On Mon, Oct 29, 2012 at 9:34 AM, Igor Murzov wrote: > >> > Hi

Re: [E-devel] [e] Temperature module

2012-11-02 Thread Igor Murzov
On Fri, 02 Nov 2012 17:22:38 +0100 rustyBSD wrote: > Hi, > I don't really know sensors on linux, but it seems > that there is a mistake in the temperature module. You are right. tempget_fix.c.diff is Reviewed-by: Igor Murzov :) > Here are two patches: the first is for forma

Re: [E-devel] [e] Temperature module

2012-11-03 Thread Igor Murzov
On Fri, 02 Nov 2012 17:22:38 +0100 rustyBSD wrote: > Hi, > I don't really know sensors on linux, but it seems > that there is a mistake in the temperature module. > -"/sys/class/thermal/thermal/%s/temp", sensor_name); > +"/sys/class/thermal/%s/temp", sensor_name); I don't know why, but

[E-devel] [PATCH] Fix getting temperature from /sys/class/thermal/.

2012-11-03 Thread Igor Murzov
--- src/modules/temperature/tempget.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/temperature/tempget.c b/src/modules/temperature/tempget.c index 3a1c346..ffbfb7f 100644 --- a/src/modules/temperature/tempget.c +++ b/src/modules/temperature/tempget.c @@ -343,7

Re: [E-devel] E17 - my list of biggest issues before we release

2012-11-09 Thread Igor Murzov
On Fri, 09 Nov 2012 20:52:27 +0200 Tom Hacohen wrote: > Hey! > > So this is my list. Those issues are driving me nuts and I don't think > we can ship with them still broken. Bugs are already in trac so I'm just > sending this email to remind people, and make sure we don't forget. > > 1. E entry

Re: [E-devel] E17 - my list of biggest issues before we release

2012-11-09 Thread Igor Murzov
On Fri, 09 Nov 2012 21:23:25 +0200 Tom Hacohen wrote: > On 09/11/12 21:23, Igor Murzov wrote: > > And fix at least efenniht and detourious. Having only one theme breaks > > all the fun. > > Unrelated to the release as those are maintained externally.

Re: [E-devel] strange code in evas_box

2012-11-09 Thread Igor Murzov
On Fri, 9 Nov 2012 21:34:51 +0100 Vincent Torri wrote: > hey > > from gcc 4.8: > > lib/evas/canvas/evas_object_box.c: In function '_box_layout_flow_horizontal': > lib/evas/canvas/evas_object_box.c:1427:31: warning: argument to > 'sizeof' in 'memset' call is the same expression as the destinatio

Re: [E-devel] [Patch] Some trivial patches

2012-11-13 Thread Igor Murzov
On Mon, 12 Nov 2012 23:22:14 +0100 thomasg wrote: > Attached you'll finde a few trivial patches which fix typos or clear things > up. Great. I also have a list of unclear messages like: "Your screen does not support OpenGL." "Ignore replace ID" "Syscon" "Idle Fade Time" "Fade Time" "Over

Re: [E-devel] [Patch] Some trivial patches

2012-11-13 Thread Igor Murzov
On Tue, 13 Nov 2012 17:51:54 +0100 thomasg wrote: > On Tue, Nov 13, 2012 at 5:32 PM, Igor Murzov wrote: > > On Mon, 12 Nov 2012 23:22:14 +0100 > > thomasg wrote: > > > >> Attached you'll finde a few trivial patches which fix typos or clear > >> thi

Re: [E-devel] New Default Theme

2012-11-14 Thread Igor Murzov
On Wed, 14 Nov 2012 12:47:32 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 13 Nov 2012 19:10:23 -0600 Jeff Hoogland > said: > > > First off - > > > > I'd like to say the new default theme is great. Aside from the numbers on > > the digital clock I really like it. > > > > That being

Re: [E-devel] Third Party Module Warnings

2012-11-14 Thread Igor Murzov
On Wed, 14 Nov 2012 09:18:26 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 13 Nov 2012 16:52:44 -0600 Jeff Hoogland > said: > > > In the latest alpha there is a warning at startup about 3rd party modules - > > is there a simple way to disable this message? > > no. i put it there ver

Re: [E-devel] [Patch] Some trivial patches

2012-11-15 Thread Igor Murzov
On Thu, 15 Nov 2012 14:32:13 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 13 Nov 2012 20:32:49 +0400 Igor Murzov said: > > > On Mon, 12 Nov 2012 23:22:14 +0100 > > thomasg wrote: > > > > > Attached you'll finde a few trivial patches which fix

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread Igor Murzov
On Thu, 15 Nov 2012 15:10:06 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Nov 2012 15:05:51 +1030 Simon Lees said: > > > Hi all, > > > > I'll make a brief comment on this not that it means much because i don't > > have the time to implement my soln and you are the ones that woul

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread Igor Murzov
On Thu, 15 Nov 2012 09:07:41 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 14 Nov 2012 19:34:59 +0400 Igor Murzov said: > > > On Wed, 14 Nov 2012 09:18:26 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Tue, 13 Nov 2012 16:52:4

Re: [E-devel] SlackE17 with enlightenment alpha2

2012-11-17 Thread Igor Murzov
On Sat, 17 Nov 2012 18:43:15 +0900 Jérôme Pinot wrote: > Hi, > > A message to announce that I released Slackware packages of > enlightenment DR17. It contains EFL 1.7.1 and enlightenment alpha2. > You will find too other software like terminology, eperiodique or > elemines. > > You will need Sl

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha4

2012-11-20 Thread Igor Murzov
On Tue, 20 Nov 2012 22:32:10 +0100 Martin Jansa wrote: > On Tue, Nov 20, 2012 at 08:43:55PM +, Michael Blumenkrantz wrote: > > I may be sick and on holiday, but that doesn't mean we're not still doing > > releases! > > > > Changelog: > > Translation updates > > Fixed submenu positioning bug

[E-devel] [PATCH][E] Make Everything's plugin and action names translatable.

2012-11-21 Thread Igor Murzov
Here is a patch that makes Everything's plugin and action names translatable. I think i should explain why this patch actually works :) Some macros used this way: p = EVRY_PLUGIN_BASE("Settings", "configure", E_SETTINGS, _begin, _finish, _fetch); and the macro is defined like this: /* cre

[E-devel] [PATCH] Fix a message in the updates checker.

2012-11-21 Thread Igor Murzov
--- src/modules/wizard/page_170.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/modules/wizard/page_170.c b/src/modules/wizard/page_170.c index 7ae75b1..fe42877 100644 --- a/src/modules/wizard/page_170.c +++ b/src/modules/wizard/page_170.c @@ -31,18 +31,18

Re: [E-devel] [e-users] [Announce] Enlightenment DR 0.17-alpha4

2012-11-22 Thread Igor Murzov
On Thu, 22 Nov 2012 10:00:45 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 21 Nov 2012 13:21:15 -0200 Gustavo Sverzut Barbieri > said: > > > On Wednesday, November 21, 2012, Carsten Haitzler wrote: > > > > > On Wed, 21 Nov 2012 13:54:14 + Michael Blumenkrantz > > > > said: > > >

Re: [E-devel] [e-users] [Announce] Enlightenment DR 0.17-alpha4

2012-11-22 Thread Igor Murzov
On Thu, 22 Nov 2012 23:58:41 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 22 Nov 2012 15:42:54 +0400 Igor Murzov said: > > > On Thu, 22 Nov 2012 10:00:45 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Wed, 21 Nov 2012 13:21:

[E-devel] [PATCH][E] Assorted small fixes for Enlightenment's messages

2012-12-09 Thread Igor Murzov
Summary for this patchset: * Translate some more labels. * Get rid of the "Folder" term. There is only one "folder" occurence in the pot. Use "directory" instead to be consistent. * Fix dialog title. (It's a follow-up to r7) * Enlarge a translation buffer a bit to prevent truncati

[E-devel] [PATCH][RFC] Add support to context-dependent translation.

2012-12-11 Thread Igor Murzov
This patch makes use of pgettext() function which is provided in gettext.h The function has two arguments -- the first argument is a context (arbitrary string), the second one is a message itself. This allows translators to have different translations for several equal messages depending on their c

Re: [E-devel] [Enlightenment-intl] [PATCH][RFC] Add support to context-dependent translation.

2012-12-11 Thread Igor Murzov
On Tue, 11 Dec 2012 12:26:42 + Sérgio Marques wrote: > 2012/12/11 Igor Murzov > > > This patch makes use of pgettext() function which is provided in gettext.h > > The function has two arguments -- the first argument is a context > > (arbitrary > > string

Re: [E-devel] scartch and reset

2012-12-15 Thread Igor Murzov
On Sat, 15 Dec 2012 13:30:54 +0100 Massimo Maiurana wrote: > Carsten Haitzler (The Rasterman), il 15/12/2012 02:38, ha scritto: > > On Fri, 14 Dec 2012 22:42:53 +0400 Igor Murzove > > said: > > > >> On Fri, 14 Dec 2012 19:08:06 +0100 > >> Massimo Maiurana wrote: > >> > >>> the dialog for profi

Re: [E-devel] [PATCH] buffer enlargement

2012-12-16 Thread Igor Murzov
On Sun, 16 Dec 2012 09:16:00 + Michael Blumenkrantz wrote: > On Sun, 16 Dec 2012 09:55:32 +0100 > Massimo Maiurana wrote: > > > is there any objection about this simple patch? if not I'll commit it in the > > evening. > > > > seems fine It is fine :) For multibyte codepages 16 bytes can

Re: [E-devel] string freeze

2012-12-16 Thread Igor Murzov
On Sun, 16 Dec 2012 09:52:02 +0100 Massimo Maiurana wrote: > some time ago there was a brief discussion about having a string freeze before > the planned release of e17, and was told that there would never be such a > thing. however this can be a real problem. > currently I'm the only one who com

[E-devel] [PATCH][E] Fix mismatching parameters for e_action_predef_name_{set, del}().

2012-12-16 Thread Igor Murzov
rom ecce86d8b3202026c6f06ecc68cd3a7b3cfd1dd8 Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Sun, 16 Dec 2012 14:50:08 +0400 Subject: [PATCH] Fix mismatching parameters for e_action_predef_name_{set,del}(). --- src/modules/clock/e_mod_main.c | 2 +- src/modules/everything/e_mod_main.c | 2 +-

[E-devel] [PATCH][E] Some gettext usage corrections

2012-12-16 Thread Igor Murzov
n's names are translated everywhere except in the settings dialog. * Use gettext correctly to translate the "Icon %s" message. -- Igor From 260a5ad1d33f3eb30d98455250d6af1705533b72 Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Sun, 16 Dec 2012 14:50:08 +0400 S

[E-devel] [PATCH][E] Translate one more label

2012-12-16 Thread Igor Murzov
One more trivial patch: Translate the "Shelf " message. I did it the same way as in src/modules/conf_shelves/e_int_config_shelf.c:189 so there will be no new message in the pot. -- Igor >From fff1f1d92b15140f1805e3bb8f44da5e0ebf614e Mon Sep 17 00:00:00 2001 From: Igor Murzov Date

[E-devel] [PATCH][E, E-MODULES-EXTRA] Make some more messages translatable

2012-12-20 Thread Igor Murzov
Two patches make 5 more messages translatable, 3 of them are already present in their pots. One additional patch fixes mismatching parameters for e_action_predef_name_{set,del}() in extra modules. -- Igor >From 810137601226a88be3d35f8c911872bfd8fd40db Mon Sep 17 00:00:00 2001 From: Igor Mur

Re: [E-devel] svn doesn't connect :(

2012-12-20 Thread Igor Murzov
On Thu, 20 Dec 2012 18:51:13 +0100 Massimo Maiurana wrote: > I'm trying to update my local copy, and then commit all translation updates, > but this is what I get: > Try again :) -- Igor -- LogMeIn Rescue: Anywhere,

Re: [E-devel] [PATCH] e_fm_op...

2012-12-25 Thread Igor Murzov
On Tue, 25 Dec 2012 17:33:49 +0100 Maxime Villard wrote: > Hum, I've made a mistake in e_fm_op.c with lseek(), I inverted > the two last arguments. However it's not harmful, as SEEK_SET=0. Commited. Thanks. -- Igor --

Re: [E-devel] [PATCH] Shot module

2012-12-25 Thread Igor Murzov
On Tue, 25 Dec 2012 17:27:11 +0100 Maxime Villard wrote: > Hi, > here is a small patch for the shot module. > > 1) 'fsize' should be long, and doesn't need to be global (as 'fdata' ?) Yeah. All those static variables look weird. > 2) At l.475, we leak 'fd' > > 3) Error dialogs' titles should

Re: [E-devel] Issues with the Stable Release

2012-12-28 Thread Igor Murzov
On Fri, 28 Dec 2012 11:49:24 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 27 Dec 2012 14:14:09 -0600 Jeff Hoogland > said: > > > Working really hard to get a release all setup with the stable E17 > > packages, but I seem to be hitting more road blocks with this one than any > > of t

Re: [E-devel] Forecasts module into e17

2012-12-31 Thread Igor Murzov
On Mon, 31 Dec 2012 13:58:19 +1030 Simon wrote: > Hi All, > Just wondering what the forecasts module needs in order for it to become > a core e17 module? I was going to fix the issues that i thought there > were with it provide patches then recommend it be added but having > looked at it i can

Re: [E-devel] Forecasts module into e17

2012-12-31 Thread Igor Murzov
On Mon, 31 Dec 2012 16:23:48 + Michael Blumenkrantz wrote: > On Mon, 31 Dec 2012 20:11:50 +0400 > Igor Murzov wrote: > > > On Mon, 31 Dec 2012 13:58:19 +1030 > > Simon wrote: > > > > > Hi All, > > > Just wondering what the forecasts module

Re: [E-devel] Forecasts module into e17

2012-12-31 Thread Igor Murzov
t; Does this happen for other folks as well or is something wrong with my > build? That issue was fixed in r81635. Similar issues in other extra modules should be fixed too. -- Igor > On Mon, Dec 31, 2012 at 10:44 AM, Igor Murzov < > intergalactic.anonym...@gmail.com> wrote: >

[E-devel] Configs for gadgets with multiple instances

2013-01-01 Thread Igor Murzov
Happy new year everyone! While i was playing with eweather, i found out that when its gadget is removed and module is unloaded, configuration gets lost. At first i thought that this issue is specific to eweather and that's some stupid bug, that went unnoticed. But it looks like configs are handled

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

2013-01-02 Thread Igor Murzov
What about this: -"Last-Translator: Daniel Juyung Seo \n" +"Last-Translator: Daniel Juyung Seo \n" ? On Thu, 3 Jan 2013 03:29:59 +0900 Daniel Juyung Seo wrote: > hahaha you found that E! > > Daniel Juyung Seo (SeoZ) > > On Thu, Jan 3, 2013 at 3:10 AM, Michael Blumenkrantz < > michael.blumenk

Re: [E-devel] [Enlightenment-intl] [PATCH][E] Make Everything's plugin and action names translatable.

2013-01-03 Thread Igor Murzov
On Thu, 3 Jan 2013 17:52:36 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 22 Nov 2012 01:26:48 +0400 Igor Murzov said: > > > Here is a patch that makes Everything's plugin and action names > > translatable. > > > > I think i should explain why th

Re: [E-devel] [Enlightenment-intl] [PATCH][E] Make Everything's plugin and action names translatable.

2013-01-05 Thread Igor Murzov
On Fri, 4 Jan 2013 08:51:53 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 3 Jan 2013 19:37:50 +0400 Igor Murzov > said: > > > On Thu, 3 Jan 2013 17:52:36 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Thu, 22 Nov 2

Re: [E-devel] [PATCH] Fix a message in the updates checker.

2013-01-05 Thread Igor Murzov
On Thu, 3 Jan 2013 17:55:21 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 22 Nov 2012 02:05:00 +0400 Igor Murzov said: > > this is all fixed by now - but i think an extra , in one place could have been > good - i added it in. :) "As a bi-product of this" an

Re: [E-devel] Configs for gadgets with multiple instances

2013-01-05 Thread Igor Murzov
On Fri, 4 Jan 2013 16:29:56 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 1 Jan 2013 23:30:49 +0400 Igor Murzov > said: > > > Happy new year everyone! > > > > While i was playing with eweather, i found out that when its gadget > > is removed and

Re: [E-devel] Configs for gadgets with multiple instances

2013-01-06 Thread Igor Murzov
On Sun, 6 Jan 2013 00:08:38 + Michael Blumenkrantz wrote: > On Sun, 6 Jan 2013 03:59:17 +0400 > Igor Murzov wrote: > > > On Fri, 4 Jan 2013 16:29:56 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Tue, 1 Jan 2013 23:30:49 +0400 Igor Murz

Re: [E-devel] Configs for gadgets with multiple instances

2013-01-06 Thread Igor Murzov
On Sun, 6 Jan 2013 00:08:38 + Michael Blumenkrantz wrote: > On Sun, 6 Jan 2013 03:59:17 +0400 > Igor Murzov wrote: > > > On Fri, 4 Jan 2013 16:29:56 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Tue, 1 Jan 2013 23:30:49 +0400 Igor Murz

Re: [E-devel] git.e.fr divergence

2013-01-17 Thread Igor Murzov
On Thu, 17 Jan 2013 12:25:48 +0100 Bertrand Jacquin wrote: > Hi, > > We've got an issue with SVN import to git from svn.e.org so I had to > rewind tree. Thanks for fixing that. > Thoses of you who use it will have to update locale references to avoid > merge by using: > $ git fetch origin

Re: [E-devel] elemines 0.2

2013-01-20 Thread Igor Murzov
On Sun, 20 Jan 2013 17:46:18 +0900 Jérôme Pinot wrote: > I would like to announce the availability of elemines 0.2, the EFL > minesweeper clone. This new version has some improvements, like: > > - scores management (using etrophy library) > - in game configuration > - middle click support (thank

Re: [E-devel] E SVN: garik IN branches/enlightenment-0.17.0: . src/bin

2013-01-22 Thread Igor Murzov
On Tue, 22 Jan 2013 16:43:41 + Michael Blumenkrantz wrote: > On Tue, 22 Jan 2013 08:38:54 -0800 > "Enlightenment SVN" wrote: > > > Log: > > Desktop->Shelves menu now shows shelf names instead of orientations > > ticket #2105 > > > > This is a backport of r82408 > > > > > > Author

Re: [E-devel] E SVN: garik IN branches/enlightenment-0.17.0: . po src/bin src/modules/conf src/modules/conf_menus src/modules/conf_shelves src/modules/conf_theme src/modules/everything src/modules/fil

2013-01-23 Thread Igor Murzov
On Wed, 23 Jan 2013 10:22:37 +0900 Cedric BAIL wrote: > On Wed, Jan 23, 2013 at 12:41 AM, Enlightenment SVN > wrote: > > Log: > > Better messages and fixes for gettext stuff > > > > This is a squashed commit of: > >r81661 r81742 r82050 r82085 r82293 r82307 r82787 r82788 r83088 > > > > Auth

Re: [E-devel] elemines 0.2

2013-01-31 Thread Igor Murzov
On Sun, 20 Jan 2013 17:46:18 +0900 Jérôme Pinot wrote: > I would like to announce the availability of elemines 0.2, the EFL > minesweeper clone. This new version has some improvements, like: > > - scores management (using etrophy library) > - in game configuration > - middle click support (thank

Re: [E-devel] E17 crashes with EFL 1.7

2013-02-01 Thread Igor Murzov
On Fri, 1 Feb 2013 09:41:54 +0900 Daniel Juyung Seo wrote: > Hello I tried to use EFL 1.7 + E17 from e/branches. > It fails to start with the following crash. > http://www.enlightenment.org/~seoz/e17-crash.txt > > This is my build script. > http://trac.enlightenment.org/e/browser/trunk/devs/seoz

Re: [E-devel] elemines 0.2

2013-02-08 Thread Igor Murzov
On Sat, 2 Feb 2013 13:05:32 +0900 Jérôme Pinot wrote: > On 02/01/13 02:57, Igor Murzov wrote: > > On Sun, 20 Jan 2013 17:46:18 +0900 > > Jérôme Pinot wrote: > > > > > I would like to announce the availability of elemines 0.2, the EFL > > > mines

Re: [E-devel] Enjoy - migration to git

2013-04-01 Thread Igor Murzov
On Sun, 31 Mar 2013 18:09:19 -0300 Rafael Antognolli wrote: > Hey guys, could you please do this for me? And ephoto, please ^_^ -- Igor -- Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Int

Re: [E-devel] Enjoy - migration to git

2013-04-04 Thread Igor Murzov
On Wed, 03 Apr 2013 10:36:11 +0100 Daniel Willmann wrote: > On 02/04/13 11:56, Daniel Willmann wrote: > > On 01/04/13 10:33, Igor Murzov wrote: > >> On Sun, 31 Mar 2013 18:09:19 -0300 > >> Rafael Antognolli wrote: > >> > >>> Hey guys, could

Re: [E-devel] Desktop hover

2013-05-21 Thread Igor Murzov
On Tue, 21 May 2013 20:48:13 +0200 Massimo Maiurana wrote: > Michael Blumenkrantz, il 21/05/2013 19:52, ha scritto: > > On Tue, 21 May 2013 19:45:36 +0200 > > Massimo Maiurana wrote: > > > >> The string in the subject is located in > >> src/modules/gadman/e_mod_gadman.c:124, but I'm not really

Re: [E-devel] E-MODULES-EXTRA migration to git

2013-06-16 Thread Igor Murzov
On Thu, 13 Jun 2013 17:29:50 +0100 Tom Hacohen wrote: > Hey, > > So, following up on: https://phab.enlightenment.org/T159 > I'm migrating E-MODULES-EXTRA to git. > I'm going to create a repo per module. I'm just interested to know, > which modules would you guys like to see migrated? I use com

Re: [E-devel] E18 CFBugs #2

2013-06-22 Thread Igor Murzov
On Tue, 11 Jun 2013 10:55:23 +0100 Michael Blumenkrantz wrote: > The old thread was too long for me to see if I fixed everything, so post > here if you have a bug that's present using the latest revision. 1. Opening composite settings dialog crashes E. 2. "No listable items in Navigate menu is

[E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-07-13 Thread Igor Murzov
t. -- Igor >From 31b728ae740f80a881641a094a13cddf87bac7d2 Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Fri, 12 Jul 2013 04:24:56 +0400 Subject: [PATCH] xdg-open: Detect Enlightenment and make use of it --- ChangeLog | 3 +++ scripts/xdg-open.in | 15 +++ scripts/xdg

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-07-15 Thread Igor Murzov
> a read of that patch says to me that that looks good. :) submit it! Done. https://bugs.freedesktop.org/show_bug.cgi?id=66944 -- Igor > > The patch is for xdg-utils project. It makes various xdg-* scripts detect > > if enlightenment is running and use enlightenment_open in xdg-open. > > > >

Re: [E-devel] Release tarballs for testing - EFL 1.7.8 and Enlightenment 0.17.4

2013-07-30 Thread Igor Murzov
On Tue, 30 Jul 2013 14:16:51 -0300 "Eduardo Lima (Etrunko)" wrote: > Thanks Rafael, the idea is to build the final tarballs by Thursday the > end of the day. So this is a call for backports Can somebody backport commit 0bf55848abe19? Author: Carsten Haitzler (Rasterman) Date: Tue May 21 21:57

Re: [E-devel] Webkit EFL

2013-12-18 Thread Igor Murzov
Compilation fails for me with the following error: [ 13%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/image-decoders/png/PNGImageDecoder.cpp.o /tmp/tgz/webkit-efl/Source/WebCore/platform/image-decoders/png/

Re: [E-devel] Webkit EFL

2013-12-18 Thread Igor Murzov
Compilation fails for me with the following error: [ 13%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/image-decoders/png/PNGImageDecoder.cpp.o /tmp/tgz/webkit-efl/Source/WebCore/platform/image-decoders/png/

Re: [E-devel] Webkit EFL

2013-12-19 Thread Igor Murzov
e libpng version but > checked whether it is bigger than 1.5 > > > > 2013/12/18 Cedric BAIL > > > On Wed, Dec 18, 2013 at 5:07 PM, Igor Murzov > > wrote: > > > Compilation fails for me with the following error: > > > ---

Re: [E-devel] E18 CFBugs #4

2013-12-19 Thread Igor Murzov
Main menu doesn't scroll properly. When mouse pointer gets to the top of the screen, menu starts jiggering doesn't moving down as it should, so some items in the main menu become inaccessible. "Screen Limits" setting doesn't affect this. Also there is a weird bug in the application menu. I'm not s

[EGIT] [core/enlightenment] master 01/01: Add more messages to the pot

2013-12-20 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=5e840d4b5cf7b960cc4bafbc417a62598be9496c commit 5e840d4b5cf7b960cc4bafbc417a62598be9496c Author: Igor Murzov Date: Sat Dec 21 03:14:36 2013 +0400 Add more messages to the pot --- po

[EGIT] [core/enlightenment] enlightenment-0.18 01/01: Add more messages to the pot

2013-12-20 Thread Igor Murzov
garik pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1f2cfda6dd592cc78a0a194404154c7629bcf00b commit 1f2cfda6dd592cc78a0a194404154c7629bcf00b Author: Igor Murzov Date: Sat Dec 21 03:14:36 2013 +0400 Add more messages to the

[EGIT] [core/enlightenment] master 01/01: Update russian translation

2013-12-20 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ea1ae87962150c7ea92886884ba7443cc9e86a7a commit ea1ae87962150c7ea92886884ba7443cc9e86a7a Author: Igor Murzov Date: Sat Dec 21 03:58:18 2013 +0400 Update russian translation --- po

[EGIT] [core/enlightenment] enlightenment-0.18 01/01: Update russian translation

2013-12-20 Thread Igor Murzov
garik pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4fd80bc23609db886f02e758dcadedc85c74ed00 commit 4fd80bc23609db886f02e758dcadedc85c74ed00 Author: Igor Murzov Date: Sat Dec 21 03:58:18 2013 +0400 Update russian translation

Re: [E-devel] ePeriodique 0.5

2014-01-02 Thread Igor Murzov
On Thu, 2 Jan 2014 12:49:48 +0900 Jérôme Pinot wrote: > Hi, > > I updated ePeriodique, the EFL periodic table, to be compatible with the > new elementary 1.8 theme. Unfortunately, the new version looks worse than the previous one. The header with title and buttons doesn't fit into my screen spa

Re: [E-devel] mem module

2014-06-19 Thread Igor Murzov
On Wed, 02 Apr 2014 22:28:59 +0200 Massimo Maiurana wrote: > Hi, > perhaps the mem module is the only monitoring module still left in > legacy subversion. As Wido sent a patch for it in the users mailing > list, can someone put it in enlightenment/core/modules so I can commit > the patch? The mo

[EGIT] [core/enlightenment] master 02/02: Properly use gettext for plural forms

2014-06-29 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=af50cdc7e10e4fc8225c54049a2586692de610bd commit af50cdc7e10e4fc8225c54049a2586692de610bd Author: Igor Murzov Date: Mon Jun 30 03:44:07 2014 +0400 Properly use gettext for plural forms

[EGIT] [core/enlightenment] master 01/02: Add some more messages to the pot file

2014-06-29 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e624345d3de20efa7cbd0ff2504f037ab84311f8 commit e624345d3de20efa7cbd0ff2504f037ab84311f8 Author: Igor Murzov Date: Mon Jun 30 03:41:50 2014 +0400 Add some more messages to the pot file

[EGIT] [admin/devs] master 01/01: garik: Update e-mail

2014-07-01 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=2a4312d9ed3a7ad6ce9f64c19685698b7a398697 commit 2a4312d9ed3a7ad6ce9f64c19685698b7a398697 Author: Igor Murzov Date: Tue Jul 1 13:16:52 2014 +0400 garik: Update e-mail --- developers/garik

[EGIT] [enlightenment/modules/places] master 02/04: Make size units translatable

2014-07-03 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=a2b248521965e10014c344a62c5bd77c96054945 commit a2b248521965e10014c344a62c5bd77c96054945 Author: Igor Murzov Date: Fri Jul 4 02:12:40 2014 +0400 Make size units translatable

[EGIT] [enlightenment/modules/places] master 01/04: Display sizes >= 1TB in terse format as well.

2014-07-03 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=701f72dae290f5feabf86590634f050fb89d1427 commit 701f72dae290f5feabf86590634f050fb89d1427 Author: Igor Murzov Date: Fri Jul 4 02:07:22 2014 +0400 Display sizes >= 1TB in te

[EGIT] [enlightenment/modules/places] master 04/04: Update russian translation

2014-07-03 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=818c460775fc326696205d7d55616fb58c4010aa commit 818c460775fc326696205d7d55616fb58c4010aa Author: Igor Murzov Date: Fri Jul 4 02:55:37 2014 +0400 Update russian translation

[EGIT] [enlightenment/modules/places] master 03/04: Restore french translation that was lost in 45eaf4422d

2014-07-03 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=160db1e6803472735ba01b8d52a75061a5952633 commit 160db1e6803472735ba01b8d52a75061a5952633 Author: Igor Murzov Date: Fri Jul 4 02:38:45 2014 +0400 Restore french translation

[EGIT] [enlightenment/modules/eweather] master 01/01: Adapt to E19 changes

2014-07-05 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/eweather.git/commit/?id=9efb4d51644c46c144bbb35ce5c59370e4fc1668 commit 9efb4d51644c46c144bbb35ce5c59370e4fc1668 Author: Igor Murzov Date: Sat Jul 5 04:05:49 2014 +0400 Adapt to E19 changes

[EGIT] [enlightenment/modules/mem] master 01/03: po/ru.po: Convert to UTF-8

2014-07-05 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/mem.git/commit/?id=df3ca660127adbdfe8ea74b6007b0d54ebcba45d commit df3ca660127adbdfe8ea74b6007b0d54ebcba45d Author: Igor Murzov Date: Fri Jul 4 16:28:05 2014 +0400 po/ru.po: Convert to UTF-8

[EGIT] [enlightenment/modules/mem] master 03/03: Revert "updating desktop files"

2014-07-05 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/mem.git/commit/?id=299613e094ad3a6efb59b1623e058a66e3a88c71 commit 299613e094ad3a6efb59b1623e058a66e3a88c71 Author: Igor Murzov Date: Sat Jul 5 14:19:24 2014 +0400 Revert "updating desktop

[EGIT] [enlightenment/modules/mem] master 02/03: Add .gitignore

2014-07-05 Thread Igor Murzov
garik pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/mem.git/commit/?id=41bf331e6441156f8f9f84a8cee66655a0f96e41 commit 41bf331e6441156f8f9f84a8cee66655a0f96e41 Author: Igor Murzov Date: Sat Jul 5 14:10:34 2014 +0400 Add .gitignore --- .gitignore

  1   2   >