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
===
---
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
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
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
===
--
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
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.
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)
+
> > * 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
--
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
> 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
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
> #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
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
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
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
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
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
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
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
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
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
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
---
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
---
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
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:
> > >
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:
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
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
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
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
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
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
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 +-
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
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
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
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,
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
--
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
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
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
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
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:
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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.
> >
> >
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
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/
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/
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:
> > > ---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 121 matches
Mail list logo