Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2024-04-14 Thread Massimo Maiurana

Carsten Haitzler ha scritto il 14/04/24 alle 21:57:

On Fri, 12 Apr 2024 18:01:07 +0200 Massimo Maiurana  said:


Carsten Haitzler ha scritto il 12/04/24 alle 17:25:

On Fri, 12 Apr 2024 11:01:18 +0200 Massimo Maiurana 
said:


I thought i already asked this but don't see nothing here so maybe my
mail didn't get to the list.
Anyway, i should push some translation updates to evisum so i would need
write access to it, can anyone grant it to me?

Massimo Maiurana


you're listed as an owner so should have commit access.
git.enlightenment.org says so:

https://git.enlightenment.org/enlightenment/evisum/settings/collaboration
https://git.enlightenment.org/org/enlightenment/teams/owners


I can't read these links since both of them give me a 404 error, of
course as a logged user.

However i did a fresh clone of the evisum repository with the same
command i've used for other projects:
git clone
https://maxerba:@git.enlightenment.org/enlightenment/evisum

Then, if i try to push my changes it says:
fatal: repository 'https://git.enlightenment.org/enlightenment/evisum/'
not found


rgh - sorry - mixed you up ... NOW you're on the owners list!


Thanks :)




Carsten Haitzler ha scritto il 22/01/23 alle 11:46:

On Sat, 21 Jan 2023 08:59:16 +0100 Massimo Maiurana 
said:


Massimo Maiurana ha scritto il 01/06/22 alle 14:00:

Carsten Haitzler ha scritto il 01/06/22 alle 10:46:

On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana
 said:


Carsten Haitzler ha scritto il 08/05/22 alle 00:40:

Phabricator has been on life support for a while now. Upstream
stopped development. Every new release of php gets stricter and phab
breaks more
each time. arcanist has become a non-working thing. It's time to
move.

In the spirit of that I have set up gitea on
https://git.enlightenment.org
- it pretty much is a miniature github that is self-hosted. It
replaces gitolite and most of phabricator functionality in one. phab
is still running for now but I'll kill it off soon enough (set it to
read-only mode
but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the
above
you'll see where they are. I have not made all of them public (the
default
for importing is private and you have to manually go make each
public, so I
did this for repos that are not essentially archived off as history).

This means developers also have to re-register accounts for commit
access.
It's easy - the web UI allows you to self-serve. The only thing that
I need
is for people to join so we can set up collaborators on the shared
projects
so you have commit access again (otherwise you only can commit to
your own
private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to
wait for
people like you to make accounts and ask :) YUou actually have to be
added per
project - its not "all access or nothing". It starts with the account.
I added
you to efl, enlightenment, terminology right now (don't have time
right now to
go through a long list). let me know if you want others also.


Thanks! In theory i could be asked to commit translation updates for
every project, starting (but not limited to) with projects supporting
gettext, but since many of them never changes i'll ask every time i need
to be added somewhere :)


There's a request for pushing an updated translation for the forecasts
module. Can you please give me dev access to at least the following
modules (or even all enlightenment-module-*)?
enlightenment-module-cpu
enlightenment-module-forecasts
enlightenment-module-mem
enlightenment-module-net


done! :)


I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing commits
etc. Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things,
but I
think the major things have been done. Yes - I know
https://www.enlightenment.org still refers to phab in many places.
That's
something to sort out next.









___
enlightenment-users mailing list
enlightenment-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users







___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel












___
enlightenment-devel mailing list
enlightenment-devel@lists.sourc

Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2024-04-12 Thread Massimo Maiurana

Carsten Haitzler ha scritto il 12/04/24 alle 17:25:

On Fri, 12 Apr 2024 11:01:18 +0200 Massimo Maiurana  said:


I thought i already asked this but don't see nothing here so maybe my
mail didn't get to the list.
Anyway, i should push some translation updates to evisum so i would need
write access to it, can anyone grant it to me?

Massimo Maiurana


you're listed as an owner so should have commit access. git.enlightenment.org
says so:

https://git.enlightenment.org/enlightenment/evisum/settings/collaboration
https://git.enlightenment.org/org/enlightenment/teams/owners


I can't read these links since both of them give me a 404 error, of 
course as a logged user.


However i did a fresh clone of the evisum repository with the same 
command i've used for other projects:
git clone 
https://maxerba:@git.enlightenment.org/enlightenment/evisum


Then, if i try to push my changes it says:
fatal: repository 'https://git.enlightenment.org/enlightenment/evisum/' 
not found





Carsten Haitzler ha scritto il 22/01/23 alle 11:46:

On Sat, 21 Jan 2023 08:59:16 +0100 Massimo Maiurana 
said:


Massimo Maiurana ha scritto il 01/06/22 alle 14:00:

Carsten Haitzler ha scritto il 01/06/22 alle 10:46:

On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana
 said:


Carsten Haitzler ha scritto il 08/05/22 alle 00:40:

Phabricator has been on life support for a while now. Upstream stopped
development. Every new release of php gets stricter and phab breaks
more
each time. arcanist has become a non-working thing. It's time to move.

In the spirit of that I have set up gitea on
https://git.enlightenment.org
- it pretty much is a miniature github that is self-hosted. It replaces
gitolite and most of phabricator functionality in one. phab is still
running for now but I'll kill it off soon enough (set it to
read-only mode
but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the
above
you'll see where they are. I have not made all of them public (the
default
for importing is private and you have to manually go make each
public, so I
did this for repos that are not essentially archived off as history).

This means developers also have to re-register accounts for commit
access.
It's easy - the web UI allows you to self-serve. The only thing that
I need
is for people to join so we can set up collaborators on the shared
projects
so you have commit access again (otherwise you only can commit to
your own
private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to
wait for
people like you to make accounts and ask :) YUou actually have to be
added per
project - its not "all access or nothing". It starts with the account.
I added
you to efl, enlightenment, terminology right now (don't have time
right now to
go through a long list). let me know if you want others also.


Thanks! In theory i could be asked to commit translation updates for
every project, starting (but not limited to) with projects supporting
gettext, but since many of them never changes i'll ask every time i need
to be added somewhere :)


There's a request for pushing an updated translation for the forecasts
module. Can you please give me dev access to at least the following
modules (or even all enlightenment-module-*)?
enlightenment-module-cpu
enlightenment-module-forecasts
enlightenment-module-mem
enlightenment-module-net


done! :)


I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing commits etc.
Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things,
but I
think the major things have been done. Yes - I know
https://www.enlightenment.org still refers to phab in many places.
That's
something to sort out next.









___
enlightenment-users mailing list
enlightenment-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users







___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel







___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2024-04-12 Thread Massimo Maiurana
I thought i already asked this but don't see nothing here so maybe my 
mail didn't get to the list.
Anyway, i should push some translation updates to evisum so i would need 
write access to it, can anyone grant it to me?


Massimo Maiurana

Carsten Haitzler ha scritto il 22/01/23 alle 11:46:

On Sat, 21 Jan 2023 08:59:16 +0100 Massimo Maiurana  said:


Massimo Maiurana ha scritto il 01/06/22 alle 14:00:

Carsten Haitzler ha scritto il 01/06/22 alle 10:46:

On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana
 said:


Carsten Haitzler ha scritto il 08/05/22 alle 00:40:

Phabricator has been on life support for a while now. Upstream stopped
development. Every new release of php gets stricter and phab breaks
more
each time. arcanist has become a non-working thing. It's time to move.

In the spirit of that I have set up gitea on
https://git.enlightenment.org
- it pretty much is a miniature github that is self-hosted. It replaces
gitolite and most of phabricator functionality in one. phab is still
running for now but I'll kill it off soon enough (set it to
read-only mode
but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the
above
you'll see where they are. I have not made all of them public (the
default
for importing is private and you have to manually go make each
public, so I
did this for repos that are not essentially archived off as history).

This means developers also have to re-register accounts for commit
access.
It's easy - the web UI allows you to self-serve. The only thing that
I need
is for people to join so we can set up collaborators on the shared
projects
so you have commit access again (otherwise you only can commit to
your own
private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to
wait for
people like you to make accounts and ask :) YUou actually have to be
added per
project - its not "all access or nothing". It starts with the account.
I added
you to efl, enlightenment, terminology right now (don't have time
right now to
go through a long list). let me know if you want others also.


Thanks! In theory i could be asked to commit translation updates for
every project, starting (but not limited to) with projects supporting
gettext, but since many of them never changes i'll ask every time i need
to be added somewhere :)


There's a request for pushing an updated translation for the forecasts
module. Can you please give me dev access to at least the following
modules (or even all enlightenment-module-*)?
enlightenment-module-cpu
enlightenment-module-forecasts
enlightenment-module-mem
enlightenment-module-net


done! :)


I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing commits etc.
Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things,
but I
think the major things have been done. Yes - I know
https://www.enlightenment.org still refers to phab in many places.
That's
something to sort out next.









___
enlightenment-users mailing list
enlightenment-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users







___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2024-04-01 Thread Massimo Maiurana
Now i would ask for access to Evisum, as i was asked to push an updated 
po file :)


Massimo Maiurana

Massimo Maiurana ha scritto il 22/11/22 alle 18:44:

Massimo Maiurana ha scritto il 02/11/22 alle 13:45:

Carsten Haitzler ha scritto il 02/11/22 alle 11:10:
On Thu, 27 Oct 2022 13:08:31 +0200 Massimo Maiurana 
 said:



Massimo Maiurana ha scritto il 01/06/22 alle 14:00:

Carsten Haitzler ha scritto il 01/06/22 alle 10:46:

On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana
 said:


Carsten Haitzler ha scritto il 08/05/22 alle 00:40:
Phabricator has been on life support for a while now. Upstream 
stopped

development. Every new release of php gets stricter and phab breaks
more
each time. arcanist has become a non-working thing. It's time to 
move.


In the spirit of that I have set up gitea on
https://git.enlightenment.org
- it pretty much is a miniature github that is self-hosted. It 
replaces
gitolite and most of phabricator functionality in one. phab is 
still

running for now but I'll kill it off soon enough (set it to
read-only mode
but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the
above
you'll see where they are. I have not made all of them public (the
default
for importing is private and you have to manually go make each
public, so I
did this for repos that are not essentially archived off as 
history).


This means developers also have to re-register accounts for commit
access.
It's easy - the web UI allows you to self-serve. The only thing 
that

I need
is for people to join so we can set up collaborators on the shared
projects
so you have commit access again (otherwise you only can commit to
your own
private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to
wait for
people like you to make accounts and ask :) YUou actually have to be
added per
project - its not "all access or nothing". It starts with the 
account.

I added
you to efl, enlightenment, terminology right now (don't have time
right now to
go through a long list). let me know if you want others also.


Thanks! In theory i could be asked to commit translation updates for
every project, starting (but not limited to) with projects supporting
gettext, but since many of them never changes i'll ask every time i 
need

to be added somewhere :)


Hi, can someone please grant me write access on ephoto project?

maxerba


done! added you :)


Thanks :)



Well, now i would even need write access for ecrire

Massimo Maiurana






I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing 
commits etc.

Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things,
but I
think the major things have been done. Yes - I know
https://www.enlightenment.org still refers to phab in many places.
That's
something to sort out next.









___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel







___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] New git URL/SSH locations, phasing out phab (and gitolite)

2023-01-22 Thread Massimo Maiurana

Carsten Haitzler ha scritto il 22/01/23 alle 11:46:

On Sat, 21 Jan 2023 08:59:16 +0100 Massimo Maiurana  said:


Massimo Maiurana ha scritto il 01/06/22 alle 14:00:

Carsten Haitzler ha scritto il 01/06/22 alle 10:46:

On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana
 said:


Carsten Haitzler ha scritto il 08/05/22 alle 00:40:

Phabricator has been on life support for a while now. Upstream stopped
development. Every new release of php gets stricter and phab breaks
more
each time. arcanist has become a non-working thing. It's time to move.

In the spirit of that I have set up gitea on
https://git.enlightenment.org
- it pretty much is a miniature github that is self-hosted. It replaces
gitolite and most of phabricator functionality in one. phab is still
running for now but I'll kill it off soon enough (set it to
read-only mode
but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the
above
you'll see where they are. I have not made all of them public (the
default
for importing is private and you have to manually go make each
public, so I
did this for repos that are not essentially archived off as history).

This means developers also have to re-register accounts for commit
access.
It's easy - the web UI allows you to self-serve. The only thing that
I need
is for people to join so we can set up collaborators on the shared
projects
so you have commit access again (otherwise you only can commit to
your own
private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to
wait for
people like you to make accounts and ask :) YUou actually have to be
added per
project - its not "all access or nothing". It starts with the account.
I added
you to efl, enlightenment, terminology right now (don't have time
right now to
go through a long list). let me know if you want others also.


Thanks! In theory i could be asked to commit translation updates for
every project, starting (but not limited to) with projects supporting
gettext, but since many of them never changes i'll ask every time i need
to be added somewhere :)


There's a request for pushing an updated translation for the forecasts
module. Can you please give me dev access to at least the following
modules (or even all enlightenment-module-*)?
enlightenment-module-cpu
enlightenment-module-forecasts
enlightenment-module-mem
enlightenment-module-net


done! :)


Thanks :)


I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing commits etc.
Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things,
but I
think the major things have been done. Yes - I know
https://www.enlightenment.org still refers to phab in many places.
That's
something to sort out next.









___
enlightenment-users mailing list
enlightenment-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users







___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2023-01-21 Thread Massimo Maiurana

Massimo Maiurana ha scritto il 01/06/22 alle 14:00:

Carsten Haitzler ha scritto il 01/06/22 alle 10:46:
On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana 
 said:



Carsten Haitzler ha scritto il 08/05/22 alle 00:40:

Phabricator has been on life support for a while now. Upstream stopped
development. Every new release of php gets stricter and phab breaks 
more

each time. arcanist has become a non-working thing. It's time to move.

In the spirit of that I have set up gitea on 
https://git.enlightenment.org

- it pretty much is a miniature github that is self-hosted. It replaces
gitolite and most of phabricator functionality in one. phab is still
running for now but I'll kill it off soon enough (set it to 
read-only mode

but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the 
above
you'll see where they are. I have not made all of them public (the 
default
for importing is private and you have to manually go make each 
public, so I

did this for repos that are not essentially archived off as history).

This means developers also have to re-register accounts for commit 
access.
It's easy - the web UI allows you to self-serve. The only thing that 
I need
is for people to join so we can set up collaborators on the shared 
projects
so you have commit access again (otherwise you only can commit to 
your own

private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to 
wait for
people like you to make accounts and ask :) YUou actually have to be 
added per
project - its not "all access or nothing". It starts with the account. 
I added
you to efl, enlightenment, terminology right now (don't have time 
right now to

go through a long list). let me know if you want others also.


Thanks! In theory i could be asked to commit translation updates for 
every project, starting (but not limited to) with projects supporting 
gettext, but since many of them never changes i'll ask every time i need 
to be added somewhere :)


There's a request for pushing an updated translation for the forecasts 
module. Can you please give me dev access to at least the following 
modules (or even all enlightenment-module-*)?

enlightenment-module-cpu
enlightenment-module-forecasts
enlightenment-module-mem
enlightenment-module-net



I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing commits etc.
Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things, 
but I

think the major things have been done. Yes - I know
https://www.enlightenment.org still refers to phab in many places. 
That's

something to sort out next.









___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2022-11-22 Thread Massimo Maiurana

Massimo Maiurana ha scritto il 02/11/22 alle 13:45:

Carsten Haitzler ha scritto il 02/11/22 alle 11:10:
On Thu, 27 Oct 2022 13:08:31 +0200 Massimo Maiurana 
 said:



Massimo Maiurana ha scritto il 01/06/22 alle 14:00:

Carsten Haitzler ha scritto il 01/06/22 alle 10:46:

On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana
 said:


Carsten Haitzler ha scritto il 08/05/22 alle 00:40:
Phabricator has been on life support for a while now. Upstream 
stopped

development. Every new release of php gets stricter and phab breaks
more
each time. arcanist has become a non-working thing. It's time to 
move.


In the spirit of that I have set up gitea on
https://git.enlightenment.org
- it pretty much is a miniature github that is self-hosted. It 
replaces

gitolite and most of phabricator functionality in one. phab is still
running for now but I'll kill it off soon enough (set it to
read-only mode
but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the
above
you'll see where they are. I have not made all of them public (the
default
for importing is private and you have to manually go make each
public, so I
did this for repos that are not essentially archived off as 
history).


This means developers also have to re-register accounts for commit
access.
It's easy - the web UI allows you to self-serve. The only thing that
I need
is for people to join so we can set up collaborators on the shared
projects
so you have commit access again (otherwise you only can commit to
your own
private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to
wait for
people like you to make accounts and ask :) YUou actually have to be
added per
project - its not "all access or nothing". It starts with the account.
I added
you to efl, enlightenment, terminology right now (don't have time
right now to
go through a long list). let me know if you want others also.


Thanks! In theory i could be asked to commit translation updates for
every project, starting (but not limited to) with projects supporting
gettext, but since many of them never changes i'll ask every time i 
need

to be added somewhere :)


Hi, can someone please grant me write access on ephoto project?

maxerba


done! added you :)


Thanks :)



Well, now i would even need write access for ecrire

Massimo Maiurana






I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing 
commits etc.

Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things,
but I
think the major things have been done. Yes - I know
https://www.enlightenment.org still refers to phab in many places.
That's
something to sort out next.









___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel







___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2022-11-02 Thread Massimo Maiurana

Carsten Haitzler ha scritto il 02/11/22 alle 11:10:

On Thu, 27 Oct 2022 13:08:31 +0200 Massimo Maiurana  said:


Massimo Maiurana ha scritto il 01/06/22 alle 14:00:

Carsten Haitzler ha scritto il 01/06/22 alle 10:46:

On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana
 said:


Carsten Haitzler ha scritto il 08/05/22 alle 00:40:

Phabricator has been on life support for a while now. Upstream stopped
development. Every new release of php gets stricter and phab breaks
more
each time. arcanist has become a non-working thing. It's time to move.

In the spirit of that I have set up gitea on
https://git.enlightenment.org
- it pretty much is a miniature github that is self-hosted. It replaces
gitolite and most of phabricator functionality in one. phab is still
running for now but I'll kill it off soon enough (set it to
read-only mode
but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the
above
you'll see where they are. I have not made all of them public (the
default
for importing is private and you have to manually go make each
public, so I
did this for repos that are not essentially archived off as history).

This means developers also have to re-register accounts for commit
access.
It's easy - the web UI allows you to self-serve. The only thing that
I need
is for people to join so we can set up collaborators on the shared
projects
so you have commit access again (otherwise you only can commit to
your own
private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to
wait for
people like you to make accounts and ask :) YUou actually have to be
added per
project - its not "all access or nothing". It starts with the account.
I added
you to efl, enlightenment, terminology right now (don't have time
right now to
go through a long list). let me know if you want others also.


Thanks! In theory i could be asked to commit translation updates for
every project, starting (but not limited to) with projects supporting
gettext, but since many of them never changes i'll ask every time i need
to be added somewhere :)


Hi, can someone please grant me write access on ephoto project?

maxerba


done! added you :)


Thanks :)





I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing commits etc.
Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things,
but I
think the major things have been done. Yes - I know
https://www.enlightenment.org still refers to phab in many places.
That's
something to sort out next.









___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel







___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2022-10-27 Thread Massimo Maiurana

Massimo Maiurana ha scritto il 01/06/22 alle 14:00:

Carsten Haitzler ha scritto il 01/06/22 alle 10:46:
On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana 
 said:



Carsten Haitzler ha scritto il 08/05/22 alle 00:40:

Phabricator has been on life support for a while now. Upstream stopped
development. Every new release of php gets stricter and phab breaks 
more

each time. arcanist has become a non-working thing. It's time to move.

In the spirit of that I have set up gitea on 
https://git.enlightenment.org

- it pretty much is a miniature github that is self-hosted. It replaces
gitolite and most of phabricator functionality in one. phab is still
running for now but I'll kill it off soon enough (set it to 
read-only mode

but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the 
above
you'll see where they are. I have not made all of them public (the 
default
for importing is private and you have to manually go make each 
public, so I

did this for repos that are not essentially archived off as history).

This means developers also have to re-register accounts for commit 
access.
It's easy - the web UI allows you to self-serve. The only thing that 
I need
is for people to join so we can set up collaborators on the shared 
projects
so you have commit access again (otherwise you only can commit to 
your own

private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to 
wait for
people like you to make accounts and ask :) YUou actually have to be 
added per
project - its not "all access or nothing". It starts with the account. 
I added
you to efl, enlightenment, terminology right now (don't have time 
right now to

go through a long list). let me know if you want others also.


Thanks! In theory i could be asked to commit translation updates for 
every project, starting (but not limited to) with projects supporting 
gettext, but since many of them never changes i'll ask every time i need 
to be added somewhere :)


Hi, can someone please grant me write access on ephoto project?

maxerba




I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing commits etc.
Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things, 
but I

think the major things have been done. Yes - I know
https://www.enlightenment.org still refers to phab in many places. 
That's

something to sort out next.









___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2022-06-01 Thread Massimo Maiurana

Vincent Torri ha scritto il 01/06/22 alle 10:50:

On Wed, Jun 1, 2022 at 10:47 AM Carsten Haitzler  wrote:


On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana  said:


Carsten Haitzler ha scritto il 08/05/22 alle 00:40:

Phabricator has been on life support for a while now. Upstream stopped
development. Every new release of php gets stricter and phab breaks more
each time. arcanist has become a non-working thing. It's time to move.

In the spirit of that I have set up gitea on https://git.enlightenment.org
- it pretty much is a miniature github that is self-hosted. It replaces
gitolite and most of phabricator functionality in one. phab is still
running for now but I'll kill it off soon enough (set it to read-only mode
but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the above
you'll see where they are. I have not made all of them public (the default
for importing is private and you have to manually go make each public, so I
did this for repos that are not essentially archived off as history).

This means developers also have to re-register accounts for commit access.
It's easy - the web UI allows you to self-serve. The only thing that I need
is for people to join so we can set up collaborators on the shared projects
so you have commit access again (otherwise you only can commit to your own
private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to wait for
people like you to make accounts and ask :) YUou actually have to be added per
project - its not "all access or nothing". It starts with the account. I added
you to efl, enlightenment, terminology right now (don't have time right now to
go through a long list). let me know if you want others also.


I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing commits etc.
Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.


normally i should also be able to add you



Thanks, i'll keep it in mind :)


Vincent


___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2022-06-01 Thread Massimo Maiurana

Carsten Haitzler ha scritto il 01/06/22 alle 10:46:

On Tue, 31 May 2022 15:35:10 +0200 Massimo Maiurana  said:


Carsten Haitzler ha scritto il 08/05/22 alle 00:40:

Phabricator has been on life support for a while now. Upstream stopped
development. Every new release of php gets stricter and phab breaks more
each time. arcanist has become a non-working thing. It's time to move.

In the spirit of that I have set up gitea on https://git.enlightenment.org
- it pretty much is a miniature github that is self-hosted. It replaces
gitolite and most of phabricator functionality in one. phab is still
running for now but I'll kill it off soon enough (set it to read-only mode
but still run it for reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the above
you'll see where they are. I have not made all of them public (the default
for importing is private and you have to manually go make each public, so I
did this for repos that are not essentially archived off as history).

This means developers also have to re-register accounts for commit access.
It's easy - the web UI allows you to self-serve. The only thing that I need
is for people to join so we can set up collaborators on the shared projects
so you have commit access again (otherwise you only can commit to your own
private repositories you set up).


Does it mean that commit accesses will be restored manually one at a
time? I've just registered on git.enlightenment.org with my usual
nickname but currently i can't do anything via git+ssh. I guess i'll
have to check it later, am i right? :)


An admin has to add you to projects as a collaborator - it all has to wait for
people like you to make accounts and ask :) YUou actually have to be added per
project - its not "all access or nothing". It starts with the account. I added
you to efl, enlightenment, terminology right now (don't have time right now to
go through a long list). let me know if you want others also.


Thanks! In theory i could be asked to commit translation updates for 
every project, starting (but not limited to) with projects supporting 
gettext, but since many of them never changes i'll ask every time i need 
to be added somewhere :)




I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing commits etc.
Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things, but I
think the major things have been done. Yes - I know
https://www.enlightenment.org still refers to phab in many places. That's
something to sort out next.









___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2022-05-31 Thread Massimo Maiurana

Carsten Haitzler ha scritto il 08/05/22 alle 00:40:

Phabricator has been on life support for a while now. Upstream stopped
development. Every new release of php gets stricter and phab breaks more each
time. arcanist has become a non-working thing. It's time to move.

In the spirit of that I have set up gitea on https://git.enlightenment.org - it
pretty much is a miniature github that is self-hosted. It replaces gitolite and
most of phabricator functionality in one. phab is still running for now but
I'll kill it off soon enough (set it to read-only mode but still run it for
reference to old tasks/reviews).

This means git repository url's will have moved. If you explore the above
you'll see where they are. I have not made all of them public (the default for
importing is private and you have to manually go make each public, so I did
this for repos that are not essentially archived off as history).

This means developers also have to re-register accounts for commit access.
It's easy - the web UI allows you to self-serve. The only thing that I need is
for people to join so we can set up collaborators on the shared projects so you
have commit access again (otherwise you only can commit to your own private
repositories you set up).


Does it mean that commit accesses will be restored manually one at a 
time? I've just registered on git.enlightenment.org with my usual 
nickname but currently i can't do anything via git+ssh. I guess i'll 
have to check it later, am i right? :)



I've set up git commit emails again to the same
mailing list so no change there.

Gitea takes on the following tasks:

Listing git repositories and browsing their trees, showing commits etc.
Bug tracking (issues).
Review (pull requests).
Markdown/wiki per repo/project
Organizations (shared code repository holders).
... and other smaller related code/repo etc. tasks.

I may have to do some more minor fixing. I may have missed things, but I think
the major things have been done. Yes - I know https://www.enlightenment.org
still refers to phab in many places. That's something to sort out next.




___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[EGIT] [core/enlightenment] master 01/01: Updating french and italian translations

2022-04-13 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=f9b5d4468129a58939e670e2db49dd3a3909c8b0

commit f9b5d4468129a58939e670e2db49dd3a3909c8b0
Author: Massimo Maiurana 
Date:   Wed Apr 13 20:24:56 2022 +0200

Updating french and italian translations
---
 po/fr.po | 770 ---
 po/it.po | 675 +++
 2 files changed, 728 insertions(+), 717 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 51284efbc..78d0a0edd 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -18,8 +18,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2022-01-20 19:40+0100\n"
-"PO-Revision-Date: 2022-01-20 19:56+0100\n"
+"POT-Creation-Date: 2022-04-12 18:35+0200\n"
+"PO-Revision-Date: 2022-04-12 20:34+0200\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -34,7 +34,7 @@ msgstr ""
 msgid "About Enlightenment"
 msgstr "À propos d’Enlightenment"
 
-#: src/bin/e_about.c:20 src/bin/e_actions.c:2155 src/bin/e_actions.c:3518
+#: src/bin/e_about.c:20 src/bin/e_actions.c:2155 src/bin/e_actions.c:3531
 #: src/bin/e_config_dialog.c:284 src/bin/e_fm.c:1096
 #: src/bin/e_int_client_menu.c:244 src/bin/e_int_client_prop.c:81
 #: src/bin/e_startup.c:110 src/bin/e_theme_about.c:22
@@ -45,8 +45,8 @@ msgstr "À propos d’Enlightenment"
 msgid "Close"
 msgstr "Fermer"
 
-#: src/bin/e_about.c:21 src/bin/e_actions.c:3960 src/bin/e_actions.c:3964
-#: src/bin/e_actions.c:3968 src/bin/e_init.c:218 src/bin/e_int_menus.c:234
+#: src/bin/e_about.c:21 src/bin/e_actions.c:3973 src/bin/e_actions.c:3977
+#: src/bin/e_actions.c:3981 src/bin/e_init.c:218 src/bin/e_int_menus.c:234
 #: src/modules/conf_interaction/e_int_config_mouse.c:227
 #: src/modules/conf_window_remembers/e_int_config_remembers.c:243
 #: src/modules/wizard/page_000.c:25
@@ -99,7 +99,7 @@ msgstr ""
 msgid "Are you sure you want to kill this window?"
 msgstr "Voulez-vous vraiment tuer cette fenêtre ?"
 
-#: src/bin/e_actions.c:367 src/bin/e_actions.c:3523
+#: src/bin/e_actions.c:367 src/bin/e_actions.c:3536
 #: src/bin/e_int_client_menu.c:854
 msgid "Kill"
 msgstr "Tuer"
@@ -117,7 +117,7 @@ msgstr "Non"
 msgid "Action Params Syntax Error"
 msgstr "Erreur de syntaxe des paramètres d'action"
 
-#: src/bin/e_actions.c:2267 src/bin/e_actions.c:3964 src/bin/e_int_menus.c:268
+#: src/bin/e_actions.c:2267 src/bin/e_actions.c:3977 src/bin/e_int_menus.c:268
 msgid "Exit"
 msgstr "Quitter"
 
@@ -149,7 +149,7 @@ msgstr "Éteindre"
 msgid "Are you sure you want to power off your computer?"
 msgstr "Voulez-vous vraiment éteindre votre ordinateur ?"
 
-#: src/bin/e_actions.c:2459 src/bin/e_actions.c:3998
+#: src/bin/e_actions.c:2459 src/bin/e_actions.c:4011
 msgid "Reboot"
 msgstr "Redémarrer"
 
@@ -157,7 +157,7 @@ msgstr "Redémarrer"
 msgid "Are you sure you want to reboot your computer?"
 msgstr "Voulez-vous vraiment redémarrer votre ordinateur ?"
 
-#: src/bin/e_actions.c:2521 src/bin/e_actions.c:4006
+#: src/bin/e_actions.c:2521 src/bin/e_actions.c:4019
 msgid "Suspend"
 msgstr "Mettre en veille"
 
@@ -165,7 +165,7 @@ msgstr "Mettre en veille"
 msgid "Are you sure you want to suspend your computer?"
 msgstr "Voulez-vous vraiment mettre en veille votre ordinateur ?"
 
-#: src/bin/e_actions.c:2623 src/bin/e_actions.c:4014
+#: src/bin/e_actions.c:2623 src/bin/e_actions.c:4027
 #: src/modules/conf_bindings/e_int_config_acpibindings.c:379
 msgid "Hibernate"
 msgstr "En hibernation"
@@ -183,378 +183,378 @@ msgstr "Erreur : action window_focus"
 msgid "Invalid parameter: %s"
 msgstr "Paramètre invalide : %s"
 
-#: src/bin/e_actions.c:3395
+#: src/bin/e_actions.c:3408
 msgid "Mouse Remapping"
 msgstr "Remappage de la souris"
 
-#: src/bin/e_actions.c:3396
+#: src/bin/e_actions.c:3409
 msgid "Mouse to key"
 msgstr "Contrôle de la souris avec le clavier"
 
-#: src/bin/e_actions.c:3459
+#: src/bin/e_actions.c:3472
 msgid "Profile: Switch"
 msgstr "Profil : basculement"
 
-#: src/bin/e_actions.c:3478 src/bin/e_actions.c:3489 src/bin/e_actions.c:3508
-#: src/bin/e_actions.c:3513 src/bin/e_actions.c:3518 src/bin/e_actions.c:3523
-#: src/bin/e_actions.c:3825 src/bin/e_actions.c:3830 src/bin/e_actions.c:3835
-#: src/bin/e_actions.c:3840 src/bin/e_actions.c:3845 src/bin/e_actions.c:3850
-#: src/bin/e_actions.c:3855 src/bin/e_actions

[EGIT] [core/enlightenment] master 01/01: Updating french and italian translations

2022-02-25 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d61b06aa770a8e66993a5fc9444f7a29be62075f

commit d61b06aa770a8e66993a5fc9444f7a29be62075f
Author: Massimo Maiurana 
Date:   Fri Feb 25 14:28:52 2022 +0100

Updating french and italian translations
---
 src/bin/tools/fprint/data/desktop/enlightenment_fprint.desktop | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bin/tools/fprint/data/desktop/enlightenment_fprint.desktop 
b/src/bin/tools/fprint/data/desktop/enlightenment_fprint.desktop
index 714bc4491..1e3a7ad6f 100644
--- a/src/bin/tools/fprint/data/desktop/enlightenment_fprint.desktop
+++ b/src/bin/tools/fprint/data/desktop/enlightenment_fprint.desktop
@@ -4,7 +4,7 @@ Type=Application
 Name=Fingerprint Password Settings
 Name[de]=Fingerprint Passwort Einstellungen
 Name[fr]=Reconnaissance par empreinte digitale
-Name[it]=Impostazioni impronte digitali
+Name[it]=Impostazioni autenticazione con impronta digitale
 Name[pt]=Definições de palavras-passe de impressão digital
 Icon=enlightenment_fprint
 Exec=enlightenment_fprint
@@ -13,5 +13,7 @@ Comment[fr]=Outil pour configurer ou modifier 
l'authentification par empreintes
 Comment[it]=Utilità per impostare o modificare l'autenticazione mediante 
sensore di impronte digitali
 Comment[pt]=Ferramenta para configurar ou modificar a autenticação das 
impressões digitais
 GenericName=GUI for Fingerprint Authentication
+GenericName[fr]=Interface d'authentification par empreintes digitales
+GenericName[it]=Interfaccia autenticazione con impronta digitale
 Categories=Settings;DesktopSettings;
 StartupWMClass=enlightenment_fprint

-- 




[EGIT] [core/enlightenment] master 01/01: Updating french translation

2022-02-18 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8368850157dca6911eae8182f00a0aa5c73d082e

commit 8368850157dca6911eae8182f00a0aa5c73d082e
Author: Massimo Maiurana 
Date:   Fri Feb 18 20:52:28 2022 +0100

Updating french translation
---
 src/modules/everything/module.desktop | 4 ++--
 src/modules/mixer/module.desktop  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/everything/module.desktop 
b/src/modules/everything/module.desktop
index 210c5be86..b40484c58 100644
--- a/src/modules/everything/module.desktop
+++ b/src/modules/everything/module.desktop
@@ -7,7 +7,7 @@ Name[el]=Everything (Starter)
 Name[eo]=Ĉio (lanĉilo)
 Name[es]=Everything (Lanzador)
 Name[fi]=Everything (Käynnistin)
-Name[fr]=Omni
+Name[fr]=Omni (Everything)
 Name[gl]=Everything (Iniciador)
 Name[it]=Everything
 Name[ms]=Segalanya (Pemula)
@@ -23,7 +23,7 @@ Comment[el]=Το άρθρωμα της εκτέλεση εντολής παρέ
 Comment[eo]=La modulo de lanĉo de komandoj provizas dialogon de lanĉilo de 
aplikaĵoj.
 Comment[es]=El módulo de ejecutar comandos provee un diálogo para ejecutar 
aplicaciones.
 Comment[fi]='Aja komento'-moduuli tuo käytettäväksi ikkunan sovellusten 
käynnistämiseen.
-Comment[fr]=Fournit une fenêtre de commande pour lancer des applications.
+Comment[fr]=Fournit une boîte de dialogue pour lancer des applications.
 Comment[gl]=Este módulo ofrece un diálogo para iniciar aplicativos.
 Comment[hu]=A parancs futtató modul egy alkalmazásindítót biztosít a számunkra.
 Comment[it]=Questo modulo fornisce una finestra di dialogo per l'esecuzione di 
comandi.
diff --git a/src/modules/mixer/module.desktop b/src/modules/mixer/module.desktop
index 357bbc264..584cbb6b5 100644
--- a/src/modules/mixer/module.desktop
+++ b/src/modules/mixer/module.desktop
@@ -25,7 +25,7 @@ Comment[de]=Ein Modul, dass einen Mixer zum Ändern der 
Lautstärke bereit stell
 Comment[eo]=Modulo de sonmiksilo por sxanĝi la sonfortecon.
 Comment[es]=Un módulo que proporciona un mezclador para cambiar el volumen.
 Comment[fi]=Tämä moduuli tuo käyttöön mikserin äänenvoimakkuuksien säätämistä 
varten
-Comment[fr]=Fournit un mélangeur pour régler le volume.
+Comment[fr]=Un module pour paramétrer le volume et les flux.
 Comment[gl]=Un módulo que fornece un control para cambiar o volume.
 Comment[it]=Un modulo che fornisce un mixer per regolare il volume.
 Comment[ms]=Modul untuk sediakan penadun bagi volum yang berubah.

-- 




[EGIT] [core/enlightenment] v-0.25.0 17/28: Updating french and italian translations

2022-02-07 Thread Massimo Maiurana
raster pushed a commit to branch v-0.25.0.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=e38658b8e94d27ff55f1b88f2210cbf12b36fe74

commit e38658b8e94d27ff55f1b88f2210cbf12b36fe74
Author: Massimo Maiurana 
Date:   Sat Jan 22 20:33:20 2022 +0100

Updating french and italian translations
---
 po/fr.po | 288 +++---
 po/it.po | 392 +++
 2 files changed, 341 insertions(+), 339 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 96fbdf5e8..5ce5b590d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,14 +12,14 @@
 # rustyBSD , 2012.
 # Raoul Hecky , 2012.
 # Eliovir , 2013.
-# similar , 2019, 2020, 2021.
+# similar , 2019, 2020, 2021, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2021-11-26 14:22+0100\n"
-"PO-Revision-Date: 2021-12-08 11:51+0100\n"
+"POT-Creation-Date: 2022-01-20 19:40+0100\n"
+"PO-Revision-Date: 2022-01-20 19:56+0100\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -39,7 +39,7 @@ msgstr "À propos d’Enlightenment"
 #: src/bin/e_int_client_menu.c:244 src/bin/e_int_client_prop.c:81
 #: src/bin/e_startup.c:110 src/bin/e_theme_about.c:22
 #: src/modules/conf_bindings/e_int_config_edgebindings.c:872
-#: src/modules/conf_bindings/e_int_config_swipebindings.c:908
+#: src/modules/conf_bindings/e_int_config_swipebindings.c:919
 #: src/modules/conf/e_conf.c:159 src/modules/everything/evry_plug_windows.c:370
 #: src/modules/fileman/e_fwin.c:2657 src/modules/vkbd/e_kbd_cfg.c:188
 msgid "Close"
@@ -55,12 +55,12 @@ msgstr "Enlightenment"
 
 #: src/bin/e_about.c:26
 msgid ""
-"Copyright  2000-2021, by the Enlightenment Development TeamCopyright  2000-2022, by the Enlightenment Development TeamWe hope you enjoy using this software as much as we enjoyed "
 "writing it.To contact us please visit:http://www.;
 "enlightenment.org"
 msgstr ""
-"Copyright  2000-2021, par l'équipe de développement "
+"Copyright  2000-2022, par l'équipe de développement "
 "d'EnlightenmentNous espérons que vous aurez autant de plaisir à "
 "utiliser ce logiciel que nous en avons eu à l'écrire.Pour nous "
 "contacter, visitez :http://www.enlightenment.org"
@@ -107,8 +107,8 @@ msgstr "Tuer"
 #: src/bin/e_actions.c:369 src/bin/e_actions.c:2272 src/bin/e_actions.c:2347
 #: src/bin/e_actions.c:2407 src/bin/e_actions.c:2464 src/bin/e_actions.c:2526
 #: src/bin/e_actions.c:2628 src/bin/e_confirm_dialog.c:53 src/bin/e_fm.c:10706
-#: src/bin/e_fm.c:11059 src/modules/bluez5/e_mod_popup.c:548
-#: src/modules/bluez5/e_mod_popup.c:549
+#: src/bin/e_fm.c:11059 src/modules/bluez5/e_mod_popup.c:521
+#: src/modules/bluez5/e_mod_popup.c:522
 #: src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "No"
 msgstr "Non"
@@ -128,7 +128,7 @@ msgstr "Voulez-vous vraiment quitter Enlightenment ?"
 #: src/bin/e_actions.c:2270 src/bin/e_actions.c:2345 src/bin/e_actions.c:2405
 #: src/bin/e_actions.c:2462 src/bin/e_actions.c:2524 src/bin/e_actions.c:2626
 #: src/bin/e_confirm_dialog.c:52 src/bin/e_fm.c:10709
-#: src/modules/bluez5/e_mod_popup.c:548 src/modules/bluez5/e_mod_popup.c:549
+#: src/modules/bluez5/e_mod_popup.c:521 src/modules/bluez5/e_mod_popup.c:522
 #: src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "Yes"
 msgstr "Oui"
@@ -910,11 +910,11 @@ msgstr "Agencement de clavier précédent"
 msgid "Set As Background"
 msgstr "Utiliser comme fond d'écran"
 
-#: src/bin/e_client.c:4915
+#: src/bin/e_client.c:4923
 msgid "Client Error!"
 msgstr "Erreur du client !"
 
-#: src/bin/e_client.c:4915
+#: src/bin/e_client.c:4923
 msgid "Something has attempted to set a border when it shouldn't! Report this!"
 msgstr ""
 "La tentative de définir une bordure est non conforme. Signalez ce bogue !"
@@ -935,9 +935,9 @@ msgstr "Choisir"
 #: src/bin/e_desktop_editor.c:973 src/bin/e_entry_dialog.c:128
 #: src/bin/e_fm.c:10213 src/bin/e_fm_prop.c:770
 #: src/bin/e_import_config_dialog.c:361 src/bin/e_import_dialog.c:197
-#: src/modules/bluez5/e_mod_popup.c:660
+#: src/modules/bluez5/e_mod_popup.c:616
 #: src/modules/conf_bindings/e_int_config_signalbindings.c:624
-#: src/modules/conf_bindings/e_int_config_swipebindings.c:667
+#: src/modules/conf_bindings/e_int_config_swipebindings.c:678
 #: src/modules/conf_intl/e_int_config_imc_import.c:123
 #: src/modules/conf_theme/e_int_config_theme_import.c:122
 #: src/modules/connman/agent.c:254
@@ -971,7 +971,7 @@ msgstr "Définir l'opacité de la fenêtre actuelle"

[EGIT] [core/enlightenment] v-0.25.0 06/28: Updating french and portuguese translations

2022-02-07 Thread Massimo Maiurana
raster pushed a commit to branch v-0.25.0.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=98819538157b2a3b701e64f56ec6d646e3c3ade6

commit 98819538157b2a3b701e64f56ec6d646e3c3ade6
Author: Massimo Maiurana 
Date:   Sun Jan 9 09:31:34 2022 +0100

Updating french and portuguese translations
---
 data/config/tiling/profile.desktop | 40 --
 .../data/desktop/enlightenment_fprint.desktop  |  4 +--
 2 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/data/config/tiling/profile.desktop 
b/data/config/tiling/profile.desktop
index e0df58e4a..77d925f24 100644
--- a/data/config/tiling/profile.desktop
+++ b/data/config/tiling/profile.desktop
@@ -1,19 +1,21 @@
-[Desktop Entry]
-Type=Link
-Name=Tiling (Standard Enlightenment)
-Name[ca]=Mosaic (Standard Enlightenment)
-Name[de]=Kacheln (Vorgabe Enlightenment)
-Name[fi]=Limittävä (Tavallinen Enlightenment)
-Name[fr]=Pavage (Enlightenment standard)
-Name[it]=Tiling (a piastrelle)
-Name[ms]=Penjubinan (Enlightenment Piawai)
-Name[ru]=Мозаичный режим (Стандартный Enlightenment)
-Name[tr]=Döşeme (Standard Enlightenment)
-Comment=Tiling window management configuration for devices with keyboards and 
micelike your average PC Desktop, Laptop or Netbookwith Enlightenment's 
traditional keyboard bindingsand mouse controls.Default tiling bindings 
are: Win-key + Space, arrows, and left mouse button.See the module settings 
for more information.
-Comment[ca]=Mosaic per la configuració de la gestió de finestres per 
dispositius amb teclats i ratolins com ara PC d'escriptori, portàtil o 
netbookamb associacions de tecles típiques d'EnlightenmentTecles 
d'accés ràpid per defecte són: Tecla Win + Espai, fletxes i botó esquerre del 
ratolí Veure la configuració del mòdul per obtenir més informació.
-Comment[fr]=Gestion de la juxtaposition des fenêtres pour les machines avec 
clavieret souris comme les PC de bureau et les portables,offrant 
raccourcis et contrôles traditionnels.Les raccourcis de pavage par défaut 
sont :Win+Barre d'espace ou flèches, et bouton gauche de la souris.Voir 
la configuration du module pour plus d'informations.
-Comment[it]=Configurazione con finestre in griglia per dispositivi con 
tastiere e mousecome i normali PC Desktop, Laptop o Netbookcon le 
tradizionali scorciatoie di tastiera e controllidel mouse di 
Enlightenment.Le associazioni di tasti predefinite proprie di questa 
modalità sono:Tasto-windows + spazio, frecce, e tasto sinistro del 
mouse.Vedere le impostazioni del modulo Tiling per maggiori informazioni.
-Comment[ms]=Konfigurasi pengurusan tetingkap berjubin untuk peranti dengan 
papan kekunci dan tetikusseperti Komputer Desktop, Komputer Riba atau 
Netbook andadengan pengikatan papan kekunci tradisional 
Enlightenmentdan kawalan tetikus.Pengikatan penjubinan lalai adalah: 
Win-key + Space, anak panah, dan butang tetikus kiri.Sila rujuk tetapan 
modul untuk maklumat lanjut.
-Comment[ru]=Конфигурация с мозаичным режимом управления окнамипригодная 
для устройств с клавиатурой и мышью,таких как обычный компьютер или 
ноутбук,с традиционными для Enlightenment'а сочетаниямиклавиш и 
управлением мышью.Комбинации клавиш для мозаичного режима по 
умолчанию:Кнопка Win + пробел, стрелки и левая кнопка мыши.
-Comment[tr]=Enlightenment'in klavye ve fare kontrol bağlayıcıları ile 
kullanılan, ortalama PC masaüstü, dizüstü ve netbook gibi klavye ve fare 
aygıtları bulunan cihazlar için pencere döşeme yönetimi yapılandırması. 
Öntanımlı döşeme bağlayıcıları:Win Tuşu + Boşluk, ok tuşları ve sol fare 
tuşu.Daha fazla bilgi için modül ayarlarına bakınız.
-Icon=enlightenment-tiling
+[Desktop Entry]
+Type=Link
+Name=Tiling (Standard Enlightenment)
+Name[ca]=Mosaic (Standard Enlightenment)
+Name[de]=Kacheln (Vorgabe Enlightenment)
+Name[fi]=Limittävä (Tavallinen Enlightenment)
+Name[fr]=Pavage (Enlightenment standard)
+Name[it]=Griglia (Enlightenment standard)
+Name[ms]=Penjubinan (Enlightenment Piawai)
+Name[pt]=Mosaico (Enlightenment padrão)
+Name[ru]=Мозаичный режим (Стандартный Enlightenment)
+Name[tr]=Döşeme (Standard Enlightenment)
+Comment=Tiling window management configuration for devices with keyboards and 
micelike your average PC Desktop, Laptop or Netbookwith Enlightenment's 
traditional keyboard bindingsand mouse controls.Default tiling bindings 
are: Win-key + Space, arrows, and left mouse button.See the module settings 
for more information.
+Comment[ca]=Mosaic per la configuració de la gestió de finestres per 
dispositius amb teclats i ratolins com ara PC d'escriptori, portàtil o 
netbookamb associacions de tecles típiques d'EnlightenmentTecles 
d'accés ràpid per defecte són: Tecla Win + Espai, fletxes i botó esquerre del 
ratolí Veure la configuració del mòdul per obtenir més informació.
+Comment[fr]=Gestion de la juxtaposition des fenêtres pour les machines avec 
clavieret souris comme les PC de bureau et les portables,offrant 
raccourcis et contrôles traditionnels.Les raccourcis

[EGIT] [core/enlightenment] master 01/01: Updating french and italian translations

2022-01-22 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=244e479bc3bf883b4dfd0e5ae5446553c2233310

commit 244e479bc3bf883b4dfd0e5ae5446553c2233310
Author: Massimo Maiurana 
Date:   Sat Jan 22 20:33:20 2022 +0100

Updating french and italian translations
---
 po/fr.po | 288 +++---
 po/it.po | 392 +++
 2 files changed, 341 insertions(+), 339 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index c165fe486..51284efbc 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,14 +12,14 @@
 # rustyBSD , 2012.
 # Raoul Hecky , 2012.
 # Eliovir , 2013.
-# similar , 2019, 2020, 2021.
+# similar , 2019, 2020, 2021, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2021-11-26 14:22+0100\n"
-"PO-Revision-Date: 2021-12-20 13:03+0100\n"
+"POT-Creation-Date: 2022-01-20 19:40+0100\n"
+"PO-Revision-Date: 2022-01-20 19:56+0100\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -39,7 +39,7 @@ msgstr "À propos d’Enlightenment"
 #: src/bin/e_int_client_menu.c:244 src/bin/e_int_client_prop.c:81
 #: src/bin/e_startup.c:110 src/bin/e_theme_about.c:22
 #: src/modules/conf_bindings/e_int_config_edgebindings.c:872
-#: src/modules/conf_bindings/e_int_config_swipebindings.c:908
+#: src/modules/conf_bindings/e_int_config_swipebindings.c:919
 #: src/modules/conf/e_conf.c:159 src/modules/everything/evry_plug_windows.c:370
 #: src/modules/fileman/e_fwin.c:2657 src/modules/vkbd/e_kbd_cfg.c:188
 msgid "Close"
@@ -55,12 +55,12 @@ msgstr "Enlightenment"
 
 #: src/bin/e_about.c:26
 msgid ""
-"Copyright  2000-2021, by the Enlightenment Development TeamCopyright  2000-2022, by the Enlightenment Development TeamWe hope you enjoy using this software as much as we enjoyed "
 "writing it.To contact us please visit:http://www.;
 "enlightenment.org"
 msgstr ""
-"Copyright  2000-2021, par l'équipe de développement "
+"Copyright  2000-2022, par l'équipe de développement "
 "d'EnlightenmentNous espérons que vous aurez autant de plaisir à "
 "utiliser ce logiciel que nous en avons eu à l'écrire.Pour nous "
 "contacter, visitez :http://www.enlightenment.org"
@@ -107,8 +107,8 @@ msgstr "Tuer"
 #: src/bin/e_actions.c:369 src/bin/e_actions.c:2272 src/bin/e_actions.c:2347
 #: src/bin/e_actions.c:2407 src/bin/e_actions.c:2464 src/bin/e_actions.c:2526
 #: src/bin/e_actions.c:2628 src/bin/e_confirm_dialog.c:53 src/bin/e_fm.c:10706
-#: src/bin/e_fm.c:11059 src/modules/bluez5/e_mod_popup.c:548
-#: src/modules/bluez5/e_mod_popup.c:549
+#: src/bin/e_fm.c:11059 src/modules/bluez5/e_mod_popup.c:521
+#: src/modules/bluez5/e_mod_popup.c:522
 #: src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "No"
 msgstr "Non"
@@ -128,7 +128,7 @@ msgstr "Voulez-vous vraiment quitter Enlightenment ?"
 #: src/bin/e_actions.c:2270 src/bin/e_actions.c:2345 src/bin/e_actions.c:2405
 #: src/bin/e_actions.c:2462 src/bin/e_actions.c:2524 src/bin/e_actions.c:2626
 #: src/bin/e_confirm_dialog.c:52 src/bin/e_fm.c:10709
-#: src/modules/bluez5/e_mod_popup.c:548 src/modules/bluez5/e_mod_popup.c:549
+#: src/modules/bluez5/e_mod_popup.c:521 src/modules/bluez5/e_mod_popup.c:522
 #: src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "Yes"
 msgstr "Oui"
@@ -910,11 +910,11 @@ msgstr "Agencement de clavier précédent"
 msgid "Set As Background"
 msgstr "Utiliser comme fond d'écran"
 
-#: src/bin/e_client.c:4915
+#: src/bin/e_client.c:4923
 msgid "Client Error!"
 msgstr "Erreur du client !"
 
-#: src/bin/e_client.c:4915
+#: src/bin/e_client.c:4923
 msgid "Something has attempted to set a border when it shouldn't! Report this!"
 msgstr ""
 "La tentative de définir une bordure est non conforme. Signalez ce bogue !"
@@ -935,9 +935,9 @@ msgstr "Choisir"
 #: src/bin/e_desktop_editor.c:973 src/bin/e_entry_dialog.c:128
 #: src/bin/e_fm.c:10213 src/bin/e_fm_prop.c:770
 #: src/bin/e_import_config_dialog.c:361 src/bin/e_import_dialog.c:197
-#: src/modules/bluez5/e_mod_popup.c:660
+#: src/modules/bluez5/e_mod_popup.c:616
 #: src/modules/conf_bindings/e_int_config_signalbindings.c:624
-#: src/modules/conf_bindings/e_int_config_swipebindings.c:667
+#: src/modules/conf_bindings/e_int_config_swipebindings.c:678
 #: src/modules/conf_intl/e_int_config_imc_import.c:123
 #: src/modules/conf_theme/e_int_config_theme_import.c:122
 #: src/modules/connman/agent.c:254
@@ -971,7 +971,7 @@ msgstr "Définir l'opacité de la fenêtre actuelle"

[EGIT] [core/enlightenment] master 01/01: Updating french and portuguese translations

2022-01-09 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a4717884448310033aaa5a1fb6dcef75df11dda0

commit a4717884448310033aaa5a1fb6dcef75df11dda0
Author: Massimo Maiurana 
Date:   Sun Jan 9 09:31:34 2022 +0100

Updating french and portuguese translations
---
 data/config/tiling/profile.desktop | 40 --
 .../data/desktop/enlightenment_fprint.desktop  |  4 +--
 2 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/data/config/tiling/profile.desktop 
b/data/config/tiling/profile.desktop
index e0df58e4a..77d925f24 100644
--- a/data/config/tiling/profile.desktop
+++ b/data/config/tiling/profile.desktop
@@ -1,19 +1,21 @@
-[Desktop Entry]
-Type=Link
-Name=Tiling (Standard Enlightenment)
-Name[ca]=Mosaic (Standard Enlightenment)
-Name[de]=Kacheln (Vorgabe Enlightenment)
-Name[fi]=Limittävä (Tavallinen Enlightenment)
-Name[fr]=Pavage (Enlightenment standard)
-Name[it]=Tiling (a piastrelle)
-Name[ms]=Penjubinan (Enlightenment Piawai)
-Name[ru]=Мозаичный режим (Стандартный Enlightenment)
-Name[tr]=Döşeme (Standard Enlightenment)
-Comment=Tiling window management configuration for devices with keyboards and 
micelike your average PC Desktop, Laptop or Netbookwith Enlightenment's 
traditional keyboard bindingsand mouse controls.Default tiling bindings 
are: Win-key + Space, arrows, and left mouse button.See the module settings 
for more information.
-Comment[ca]=Mosaic per la configuració de la gestió de finestres per 
dispositius amb teclats i ratolins com ara PC d'escriptori, portàtil o 
netbookamb associacions de tecles típiques d'EnlightenmentTecles 
d'accés ràpid per defecte són: Tecla Win + Espai, fletxes i botó esquerre del 
ratolí Veure la configuració del mòdul per obtenir més informació.
-Comment[fr]=Gestion de la juxtaposition des fenêtres pour les machines avec 
clavieret souris comme les PC de bureau et les portables,offrant 
raccourcis et contrôles traditionnels.Les raccourcis de pavage par défaut 
sont :Win+Barre d'espace ou flèches, et bouton gauche de la souris.Voir 
la configuration du module pour plus d'informations.
-Comment[it]=Configurazione con finestre in griglia per dispositivi con 
tastiere e mousecome i normali PC Desktop, Laptop o Netbookcon le 
tradizionali scorciatoie di tastiera e controllidel mouse di 
Enlightenment.Le associazioni di tasti predefinite proprie di questa 
modalità sono:Tasto-windows + spazio, frecce, e tasto sinistro del 
mouse.Vedere le impostazioni del modulo Tiling per maggiori informazioni.
-Comment[ms]=Konfigurasi pengurusan tetingkap berjubin untuk peranti dengan 
papan kekunci dan tetikusseperti Komputer Desktop, Komputer Riba atau 
Netbook andadengan pengikatan papan kekunci tradisional 
Enlightenmentdan kawalan tetikus.Pengikatan penjubinan lalai adalah: 
Win-key + Space, anak panah, dan butang tetikus kiri.Sila rujuk tetapan 
modul untuk maklumat lanjut.
-Comment[ru]=Конфигурация с мозаичным режимом управления окнамипригодная 
для устройств с клавиатурой и мышью,таких как обычный компьютер или 
ноутбук,с традиционными для Enlightenment'а сочетаниямиклавиш и 
управлением мышью.Комбинации клавиш для мозаичного режима по 
умолчанию:Кнопка Win + пробел, стрелки и левая кнопка мыши.
-Comment[tr]=Enlightenment'in klavye ve fare kontrol bağlayıcıları ile 
kullanılan, ortalama PC masaüstü, dizüstü ve netbook gibi klavye ve fare 
aygıtları bulunan cihazlar için pencere döşeme yönetimi yapılandırması. 
Öntanımlı döşeme bağlayıcıları:Win Tuşu + Boşluk, ok tuşları ve sol fare 
tuşu.Daha fazla bilgi için modül ayarlarına bakınız.
-Icon=enlightenment-tiling
+[Desktop Entry]
+Type=Link
+Name=Tiling (Standard Enlightenment)
+Name[ca]=Mosaic (Standard Enlightenment)
+Name[de]=Kacheln (Vorgabe Enlightenment)
+Name[fi]=Limittävä (Tavallinen Enlightenment)
+Name[fr]=Pavage (Enlightenment standard)
+Name[it]=Griglia (Enlightenment standard)
+Name[ms]=Penjubinan (Enlightenment Piawai)
+Name[pt]=Mosaico (Enlightenment padrão)
+Name[ru]=Мозаичный режим (Стандартный Enlightenment)
+Name[tr]=Döşeme (Standard Enlightenment)
+Comment=Tiling window management configuration for devices with keyboards and 
micelike your average PC Desktop, Laptop or Netbookwith Enlightenment's 
traditional keyboard bindingsand mouse controls.Default tiling bindings 
are: Win-key + Space, arrows, and left mouse button.See the module settings 
for more information.
+Comment[ca]=Mosaic per la configuració de la gestió de finestres per 
dispositius amb teclats i ratolins com ara PC d'escriptori, portàtil o 
netbookamb associacions de tecles típiques d'EnlightenmentTecles 
d'accés ràpid per defecte són: Tecla Win + Espai, fletxes i botó esquerre del 
ratolí Veure la configuració del mòdul per obtenir més informació.
+Comment[fr]=Gestion de la juxtaposition des fenêtres pour les machines avec 
clavieret souris comme les PC de bureau et les portables,offrant 
raccourcis et contrôles traditionnels.Les raccourcis

[EGIT] [core/enlightenment] master 01/01: Updating french translation

2021-12-21 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=73cf441836d879602630ec28f293dc679aa78b6c

commit 73cf441836d879602630ec28f293dc679aa78b6c
Author: Massimo Maiurana 
Date:   Tue Dec 21 14:16:04 2021 +0100

Updating french translation
---
 po/fr.po | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 96fbdf5e8..c165fe486 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -19,7 +19,7 @@ msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
 "POT-Creation-Date: 2021-11-26 14:22+0100\n"
-"PO-Revision-Date: 2021-12-08 11:51+0100\n"
+"PO-Revision-Date: 2021-12-20 13:03+0100\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -27,7 +27,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Poedit 3.0\n"
+"X-Generator: Poedit 3.0.1\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
 #: src/bin/e_about.c:17
@@ -2386,7 +2386,7 @@ msgstr "Restaurer"
 
 #: src/bin/e_int_client_menu.c:679
 msgid "Edit Icon"
-msgstr "Éditer l'icône"
+msgstr "Modifier l'icône"
 
 #: src/bin/e_int_client_menu.c:687
 msgid "Create Icon"
@@ -3305,7 +3305,7 @@ msgstr "Supprimer"
 #: src/bin/e_int_config_comp_match.c:749
 #: src/modules/conf_window_remembers/e_int_config_remembers.c:185
 msgid "Edit"
-msgstr "Édition"
+msgstr "Modifier"
 
 #: src/bin/e_int_config_comp_match.c:766
 #: src/modules/conf_applications/e_mod_main.c:18
@@ -3713,8 +3713,8 @@ msgid ""
 "Enlightenment cannot create directories in your home directory.\n"
 "Perhaps you have no home directory or the disk is full?"
 msgstr ""
-"Enlightenment ne peut créer aucun dossier dans votre dossier personnel.\n"
-"Peut-être n'avez-vous pas de dossier personnel,\n"
+"Enlightenment ne peut créer aucun dossier dans votre répertoire personnel.\n"
+"Peut-être n'avez-vous pas de répertoire personnel,\n"
 "ou que votre disque dur est plein ?"
 
 #: src/bin/e_main.c:571
@@ -10731,14 +10731,14 @@ msgid ""
 ">please disable this below. It is highlyadvised that you do not disable "
 "this as itmay leave you vulnerable or having to livewith bugs."
 msgstr ""
-"Enlightenment peut vérifier la disponibilité de nouvelles versions,de "
-"mises à jour de sécurité et de corrections de bogues, maisaussi "
-"d'extensions.C'est d'une aide précieuse pour vous tenir informé(e) "
-"descorrectifs disponibles dès leur parution. Pour ce faire,Enlightenment se connecte à enlightenment.org et échangedes données "
-"comme le ferait n'importe quel navigateur.Aucune information "
-"personnelle telle que le nom et le mot depasse de l'utilisateur, ou "
-"quelque fichier personnel que cesoit, n'est transmis. Si vous n'en "
+"Enlightenment peut vérifier la présence de nouvelles versions,de mises "
+"à jour de sécurité et de corrections de bogues,ainsi que la "
+"disponibilité d'extensions.C'est d'une aide précieuse pour vous "
+"tenir informé(e) descorrectifs disponibles dès leur parution. Pour ce "
+"faire,Enlightenment se connecte à enlightenment.org et échangedes "
+"données comme le ferait n'importe quel navigateur.Aucune information "
+"personnelle telle que le nom, le mot depasse de l'utilisateur, ou "
+"quelque fichier personnel que cesoit, n'est transmise. Si vous n'en "
 "voulez vraiment pas,alors désactivez la fonctionnalité ci-dessous. Mais "
 "dans cecas, vous vous exposez à des vulnérabilités et à devoirvivre avec des bogues."

-- 




[EGIT] [core/enlightenment] master 01/01: Updating french localization

2021-12-11 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=51eb4226e8cbf948dcc4328cb543fef03ae7a891

commit 51eb4226e8cbf948dcc4328cb543fef03ae7a891
Author: Massimo Maiurana 
Date:   Sat Dec 11 09:43:42 2021 +0100

Updating french localization
---
 po/fr.po | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 175660ebb..96fbdf5e8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -19,7 +19,7 @@ msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
 "POT-Creation-Date: 2021-11-26 14:22+0100\n"
-"PO-Revision-Date: 2021-11-26 14:59+0100\n"
+"PO-Revision-Date: 2021-12-08 11:51+0100\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -3059,11 +3059,11 @@ msgstr "Messages de X"
 
 #: src/bin/e_int_config_comp.c:305
 msgid "Send flush"
-msgstr "Synchroniser la plage mémoire"
+msgstr "Synchroniser la plage mémoire (flush)"
 
 #: src/bin/e_int_config_comp.c:307
 msgid "Send dump"
-msgstr "Vider la plage mémoire"
+msgstr "Vider la plage mémoire (dump)"
 
 #: src/bin/e_int_config_comp.c:311
 msgid "Sync"
@@ -3535,7 +3535,7 @@ msgstr "%1.0f pixels"
 
 #: src/bin/e_int_shelf_config.c:215
 msgid "Shrink to Content Width"
-msgstr "Réduire à la largeur du contenu"
+msgstr "Ajuster la taille au contenu"
 
 #: src/bin/e_int_shelf_config.c:232
 msgid "Auto-hide the shelf"
@@ -6680,7 +6680,7 @@ msgstr "Afficher les paramètres du gadget au premier 
niveau"
 
 #: src/modules/conf_menus/e_int_config_menus.c:287
 msgid "Margin"
-msgstr "Marge"
+msgstr "Marge de défilement"
 
 #: src/modules/conf_menus/e_int_config_menus.c:289
 #: src/modules/conf_menus/e_int_config_menus.c:294
@@ -6695,7 +6695,7 @@ msgstr "%2.0f pixels"
 
 #: src/modules/conf_menus/e_int_config_menus.c:292
 msgid "Cursor Margin"
-msgstr "Marge du pointeur"
+msgstr "Marge de défilement du curseur"
 
 #: src/modules/conf_menus/e_int_config_menus.c:297
 msgid "Autoscroll"
@@ -10153,12 +10153,12 @@ msgstr "Couleur"
 
 #: src/modules/shot/e_mod_main.c:312 src/modules/shot/e_mod_main.c:366
 msgid "Take Shot"
-msgstr "Capturer l'écran"
+msgstr "Capture d'écran"
 
 #: src/modules/shot/e_mod_main.c:323 src/modules/shot/e_mod_main.c:350
 #: src/modules/shot/e_mod_main.c:371
 msgid "Take Screenshot"
-msgstr "Capture d'écran"
+msgstr "Capturer l'écran"
 
 #: src/modules/shot/e_mod_main.c:340
 msgid "Shot Error"

-- 




[EGIT] [core/enlightenment] master 01/01: Updating french and italian translations

2021-11-29 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=3dfdd3af34affd2b46301005e7816842f698e699

commit 3dfdd3af34affd2b46301005e7816842f698e699
Author: Massimo Maiurana 
Date:   Tue Nov 30 00:37:07 2021 +0100

Updating french and italian translations
---
 po/fr.po | 181 +--
 po/it.po | 111 +--
 2 files changed, 157 insertions(+), 135 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 263e17bfd..175660ebb 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -18,8 +18,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2021-10-10 18:03+0200\n"
-"PO-Revision-Date: 2021-11-23 15:32+0100\n"
+"POT-Creation-Date: 2021-11-26 14:22+0100\n"
+"PO-Revision-Date: 2021-11-26 14:59+0100\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -332,7 +332,7 @@ msgstr "Définir l'état d'enroulement"
 
 #: src/bin/e_actions.c:3595
 msgid "syntax: \"(0|1) (up|down|left|right)\""
-msgstr "syntax : \"(0|1) (up|down|left|right)\""
+msgstr "syntax: \"(0|1) (up|down|left|right)\""
 
 #: src/bin/e_actions.c:3599
 msgid "Toggle Borderless State"
@@ -1022,11 +1022,11 @@ msgstr ""
 "OpenGL 2.0 (ou OpenGL ES 2.0)pour tirer profit de la composition avec "
 "OpenGL."
 
-#: src/bin/e_comp_x.c:5851
+#: src/bin/e_comp_x.c:5854
 msgid "Lock Failed"
 msgstr "Échec du verrouillage"
 
-#: src/bin/e_comp_x.c:5852
+#: src/bin/e_comp_x.c:5855
 msgid ""
 "Locking the desktop failed because some applicationhas grabbed either "
 "the keyboard or the mouse or bothand their grab is unable to be broken."
@@ -1035,12 +1035,12 @@ msgstr ""
 "soit le clavier ou la souris, soit les deux,et cette réservation n'a pu "
 "être annulée."
 
-#: src/bin/e_comp_x.c:5870
+#: src/bin/e_comp_x.c:5873
 msgid "Another compositor is already running on your display server."
 msgstr ""
 "Un autre compositeur est déjà fonctionnel sur votre serveur d'affichage."
 
-#: src/bin/e_comp_x.c:5895
+#: src/bin/e_comp_x.c:5898
 msgid ""
 "Your display server does not support the compositor overlay window.\n"
 "This is needed for Enlightenment to function."
@@ -1048,12 +1048,12 @@ msgstr ""
 "Votre serveur d'affichage ne sait pas gérer le Composite Overlay Window.\n"
 "Cette fonction est essentielle au bon fonctionnement de E."
 
-#: src/bin/e_comp_x.c:6029
+#: src/bin/e_comp_x.c:6032
 #, c-format
 msgid "Enlightenment cannot initialize X Connection...\n"
 msgstr "Enlightenment ne parvient pas à initialiser une connexion à X...\n"
 
-#: src/bin/e_comp_x.c:6044
+#: src/bin/e_comp_x.c:6047
 msgid ""
 "Your display server does not support XComposite, or Ecore-X was built "
 "without XComposite support. Note that for composite support you will also "
@@ -1063,7 +1063,7 @@ msgstr ""
 "sans le support de XComposite. Notez que vous avez également besoin de "
 "XRender et XFixes dans X11 et Ecore pour la prise en charge du composite."
 
-#: src/bin/e_comp_x.c:6053
+#: src/bin/e_comp_x.c:6056
 msgid ""
 "Your display server does not support XDamage or Ecore was built without "
 "XDamage support."
@@ -1071,7 +1071,7 @@ msgstr ""
 "Votre serveur d'affichage ne supporte pas XDamage ou Ecore est compilé sans "
 "le support de XDamage."
 
-#: src/bin/e_comp_x.c:6159
+#: src/bin/e_comp_x.c:6162
 msgid "Enlightenment cannot initialize the XSettings system.\n"
 msgstr "Enlightenment ne parvient pas à initialiser le système XSettings.\n"
 
@@ -1091,7 +1091,7 @@ msgstr ""
 
 #: src/bin/e_comp_x_randr.c:461 src/bin/e_config_dialog.c:274
 #: src/bin/e_desktop_editor.c:907 src/bin/e_desktop_editor.c:971
-#: src/bin/e_entry_dialog.c:126 src/bin/e_exec.c:875 src/bin/e_fm.c:10212
+#: src/bin/e_entry_dialog.c:126 src/bin/e_exec.c:897 src/bin/e_fm.c:10212
 #: src/bin/e_fm.c:10979 src/bin/e_fm_prop.c:769
 #: src/bin/e_import_config_dialog.c:360 src/bin/e_int_client_remember.c:358
 #: src/bin/e_int_client_remember.c:553 src/bin/e_int_config_comp_match.c:583
@@ -1259,7 +1259,7 @@ msgid "Apply"
 msgstr "Appliquer"
 
 #: src/bin/e_configure.c:29 src/modules/conf_shelves/e_mod_main.c:21
-#: src/modules/connman/e_mod_main.c:609 src/modules/gadman/e_mod_main.c:23
+#: src/modules/connman/e_mod_main.c:610 src/modules/gadman/e_mod_main.c:23
 #: src/modules/mixer/e_mod_mai

[EGIT] [core/enlightenment] master 01/01: Update for french localization

2021-11-24 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=6b51750cec2ecdc860ed7c256f446e767516b0dd

commit 6b51750cec2ecdc860ed7c256f446e767516b0dd
Author: Massimo Maiurana 
Date:   Thu Nov 25 07:43:57 2021 +0100

Update for french localization
---
 po/fr.po | 71 +---
 1 file changed, 37 insertions(+), 34 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 69cf0b568..263e17bfd 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -19,7 +19,7 @@ msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
 "POT-Creation-Date: 2021-10-10 18:03+0200\n"
-"PO-Revision-Date: 2021-10-10 18:19+0200\n"
+"PO-Revision-Date: 2021-11-23 15:32+0100\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -332,7 +332,7 @@ msgstr "Définir l'état d'enroulement"
 
 #: src/bin/e_actions.c:3595
 msgid "syntax: \"(0|1) (up|down|left|right)\""
-msgstr "syntaxe : \"(0|1) (up|down|left|right)\""
+msgstr "syntax : \"(0|1) (up|down|left|right)\""
 
 #: src/bin/e_actions.c:3599
 msgid "Toggle Borderless State"
@@ -965,7 +965,7 @@ msgstr "Changer l'opacité de la fenêtre actuelle"
 
 #: src/bin/e_comp.c:1245
 msgid "Set current window opacity"
-msgstr "Définir l'opacité de la fenêtre"
+msgstr "Définir l'opacité de la fenêtre actuelle"
 
 #: src/bin/e_comp.c:1251
 msgid "Toggle focused client's redirect state"
@@ -1146,7 +1146,7 @@ msgstr "Erreurs d'E/S sur le disque.Peut-être 
devriez-vous le remplacer ?
 
 #: src/bin/e_config.c:204
 msgid "You ran out of space while writing the file."
-msgstr "Vous êtes tombé à cours d'espace lors de l'écriture du fichier."
+msgstr "Vous êtes tombé(e) à cours d'espace lors de l'écriture du fichier."
 
 #: src/bin/e_config.c:207
 msgid "The file was closed while writing."
@@ -1222,7 +1222,7 @@ msgstr ""
 "vraiment étonnant. Cela ne devrait pas se produireà moins que vous "
 "n'ayez installé une version antérieureou copié la configuration depuis "
 "une machine sur laquelleune version plus récente de E était en cours. "
-"Ce n'est pas bonet, par mesure de précaution, les valeurs par défaut "
+"Ce n'est pas sainet, par mesure de précaution, les valeurs par défaut "
 "devotre configuration ont été restaurées.Désolé pour le "
 "désagrément."
 
@@ -2173,8 +2173,8 @@ msgid ""
 "Enlightenment was unable to import the image.Are you sure this is "
 "a valid image?"
 msgstr ""
-"Enlightenment n'a pu importer cette image.Est-ce un fichier "
-"valide ?"
+"Enlightenment n'a pu importer cette image.Est-ce vraiment un "
+"fichier valide ?"
 
 #: src/bin/e_import_config_dialog.c:283
 msgid "Import Settings..."
@@ -4834,7 +4834,7 @@ msgstr "Afficher une alerte dès que la batterie est 
faible"
 
 #: src/modules/battery/e_mod_config.c:133
 msgid "Use desktop notifications for alert"
-msgstr "Utiliser une notification du bureau pour alerter"
+msgstr "Utiliser une notification de bureau pour alerter"
 
 #: src/modules/battery/e_mod_config.c:223
 msgid "Check every:"
@@ -5899,7 +5899,7 @@ msgstr "Ajouter un raccourci de balayage"
 
 #: src/modules/conf_bindings/e_int_config_swipebindings.c:675
 msgid "Direction:"
-msgstr "Direction"
+msgstr "Direction :"
 
 #: src/modules/conf_bindings/e_int_config_swipebindings.c:685
 msgid "Error:"
@@ -6568,8 +6568,8 @@ msgid ""
 "Enlightenment was unable to import the configuration.Are you sure "
 "this is really a valid configuration?"
 msgstr ""
-"Enlightenment n'a pu importer la configuration.Est-ce que cette "
-"configuration est vraiment valide ?"
+"Enlightenment n'a pu importer la configuration.Est-ce vraiment une "
+"configuration valide ?"
 
 #: src/modules/conf_intl/e_int_config_imc_import.c:280
 msgid ""
@@ -6747,7 +6747,7 @@ msgstr "Variables d'environnement"
 
 #: src/modules/conf_paths/e_int_config_env.c:332
 msgid "Unset"
-msgstr "Non assigné"
+msgstr "Non assignée"
 
 #: src/modules/conf_paths/e_int_config_paths.c:59
 msgid "Search Path Settings"
@@ -7352,7 +7352,7 @@ msgstr " Importer un fichier…"
 
 #: src/modules/conf_theme/e_int_config_theme.c:773
 msgid " Import Online..."
-msgstr " Importer un fichier en ligne…"
+msgstr " Importer un fichier distant…"
 
 #: src/modules

[EGIT] [core/enlightenment] master 01/01: Translated strings for french, italian and portuguese

2021-11-16 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=da57d62f373705736051b27f39aeabf2877ae6d1

commit da57d62f373705736051b27f39aeabf2877ae6d1
Author: Massimo Maiurana 
Date:   Tue Nov 16 14:45:13 2021 +0100

Translated strings for french, italian and portuguese
---
 src/bin/tools/fprint/data/desktop/enlightenment_fprint.desktop | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/src/bin/tools/fprint/data/desktop/enlightenment_fprint.desktop 
b/src/bin/tools/fprint/data/desktop/enlightenment_fprint.desktop
index d992310ab..f5e9fc93a 100644
--- a/src/bin/tools/fprint/data/desktop/enlightenment_fprint.desktop
+++ b/src/bin/tools/fprint/data/desktop/enlightenment_fprint.desktop
@@ -3,9 +3,15 @@ Encoding=UTF-8
 Type=Application
 Name=Fingerprint Password Settings
 Name[de]=Fingerprint Passwort Einstellungen
+Name[fr]=Reconnaissance des empreintes digitales
+Name[it]=Impostazioni impronte digitali
+Name[pt]=Definições de palavras-passe de impressão digital
 Icon=enlightenment_fprint
 Exec=enlightenment_fprint
 Comment=Tool to set up or modify fingerprint authentication
+Comment[fr]=Outil pour configurer ou modifier l'authentification par 
empreintes digitales.
+Comment[it]=Utilità per impostare o modificare l'autenticazione mediante 
sensore di impronte digitali
+Comment[pt]=Ferramenta para configurar ou modificar a autenticação das 
impressões digitais
 GenericName=GUI for Fingerprint Authentication
 Categories=Settings;DesktopSettings;
 StartupWMClass=enlightenment_fprint

-- 




[EGIT] [core/enlightenment] master 01/01: Updating italian translation

2021-10-17 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=448d65099c0b1ab5b4064a5c964ab3e0a372484d

commit 448d65099c0b1ab5b4064a5c964ab3e0a372484d
Author: Massimo Maiurana 
Date:   Sun Oct 17 09:07:40 2021 +0200

Updating italian translation
---
 po/it.po | 274 ---
 1 file changed, 139 insertions(+), 135 deletions(-)

diff --git a/po/it.po b/po/it.po
index 6e19624f8..493da4127 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-15 21:35+0200\n"
-"PO-Revision-Date: 2021-07-15 22:06+0200\n"
+"POT-Creation-Date: 2021-10-16 21:27+0200\n"
+"PO-Revision-Date: 2021-10-17 09:06+0200\n"
 "Last-Translator: Massimo Maiurana \n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -354,7 +354,7 @@ msgstr "Commuta stato attaccata"
 #: src/bin/e_int_config_comp_match.c:83 src/bin/e_int_config_comp_match.c:418
 #: src/bin/e_int_menus.c:193 src/bin/e_int_shelf_config.c:285
 #: src/modules/conf_window_manipulation/e_int_config_clientlist.c:119
-#: src/modules/fileman/e_mod_menu.c:482 src/modules/gadman/e_mod_gadman.c:119
+#: src/modules/fileman/e_mod_menu.c:601 src/modules/gadman/e_mod_gadman.c:119
 #: src/modules/ibox/e_mod_config.c:158
 msgid "Desktop"
 msgstr "Desktop"
@@ -895,11 +895,11 @@ msgstr "Layout di tastiera precedente"
 msgid "Set As Background"
 msgstr "Imposta come sfondo"
 
-#: src/bin/e_client.c:4913
+#: src/bin/e_client.c:4915
 msgid "Client Error!"
 msgstr "Errore del client!"
 
-#: src/bin/e_client.c:4913
+#: src/bin/e_client.c:4915
 msgid "Something has attempted to set a border when it shouldn't! Report this!"
 msgstr "Qualcosa ha tentato indebitamente di impostare un bordo! Riportatelo!"
 
@@ -977,14 +977,14 @@ msgstr "Nascosto"
 msgid "Title"
 msgstr "Titolo"
 
-#: src/bin/e_comp_wl.c:3031
+#: src/bin/e_comp_wl.c:3040
 #, c-format
 msgid "Enlightenment cannot initialize Wayland client connection.\n"
 msgstr ""
 "Enlightenment non riesce ad inizializzare la connessione client con "
 "Wayland.\n"
 
-#: src/bin/e_comp_wl.c:3046
+#: src/bin/e_comp_wl.c:3055
 #, c-format
 msgid "Enlightenment cannot create a Wayland Compositor.\n"
 msgstr "Enlightenment non riesce a creare un compositor Wayland.\n"
@@ -1006,11 +1006,11 @@ msgstr ""
 "compositing è necessariauna GPU in grado di supportare OpenGL 2.0 (o "
 "OpenGLES 2.0)."
 
-#: src/bin/e_comp_x.c:5829
+#: src/bin/e_comp_x.c:5851
 msgid "Lock Failed"
 msgstr "Blocco fallito"
 
-#: src/bin/e_comp_x.c:5830
+#: src/bin/e_comp_x.c:5852
 msgid ""
 "Locking the desktop failed because some applicationhas grabbed either "
 "the keyboard or the mouse or bothand their grab is unable to be broken."
@@ -1019,11 +1019,11 @@ msgstr ""
 "catturato la tastiera e/o ilmouse e questa cattura non può essere "
 "sciolta."
 
-#: src/bin/e_comp_x.c:5848
+#: src/bin/e_comp_x.c:5870
 msgid "Another compositor is already running on your display server."
 msgstr "Un altro compositor è già in esecuzione sul vostro server grafico."
 
-#: src/bin/e_comp_x.c:5873
+#: src/bin/e_comp_x.c:5895
 msgid ""
 "Your display server does not support the compositor overlay window.\n"
 "This is needed for Enlightenment to function."
@@ -1031,12 +1031,12 @@ msgstr ""
 "Il vostro server grafico non supporta la finestra overlay del compositor. "
 "Ciò è necessario per il funzionamento di Enlightenment."
 
-#: src/bin/e_comp_x.c:6007
+#: src/bin/e_comp_x.c:6029
 #, c-format
 msgid "Enlightenment cannot initialize X Connection...\n"
 msgstr "Enlightenment non riesce ad inizializzare la connessione con X...\n"
 
-#: src/bin/e_comp_x.c:6022
+#: src/bin/e_comp_x.c:6044
 msgid ""
 "Your display server does not support XComposite, or Ecore-X was built "
 "without XComposite support. Note that for composite support you will also "
@@ -1046,7 +1046,7 @@ msgstr ""
 "compilato senza supporto per XComposite. Notare che il supporto per il "
 "compositing richiede anche il supporto per XRender e XFixes in X11 ed Ecore."
 
-#: src/bin/e_comp_x.c:6031
+#: src/bin/e_comp_x.c:6053
 msgid ""
 "Your display server does not support XDamage or Ecore was built without "
 "XDamage support."
@@ -1054,7 +1054,7 @@ msgstr ""
 "Il vostro server grafico non supporta XDamage o Ecore è stato compilat

[EGIT] [core/enlightenment] master 01/01: Updating french translation

2021-10-11 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=512a6e5d9184cdca28bbfa3b39665e818e14d2cc

commit 512a6e5d9184cdca28bbfa3b39665e818e14d2cc
Author: Massimo Maiurana 
Date:   Mon Oct 11 14:00:15 2021 +0200

Updating french translation
---
 po/fr.po | 335 ---
 1 file changed, 169 insertions(+), 166 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 852d79900..69cf0b568 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -18,8 +18,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2021-07-09 07:52+0200\n"
-"PO-Revision-Date: 2021-07-14 13:20+0200\n"
+"POT-Creation-Date: 2021-10-10 18:03+0200\n"
+"PO-Revision-Date: 2021-10-10 18:19+0200\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -369,7 +369,7 @@ msgstr "(Dés)Activer l'épinglage"
 #: src/bin/e_int_config_comp_match.c:83 src/bin/e_int_config_comp_match.c:418
 #: src/bin/e_int_menus.c:193 src/bin/e_int_shelf_config.c:285
 #: src/modules/conf_window_manipulation/e_int_config_clientlist.c:119
-#: src/modules/fileman/e_mod_menu.c:482 src/modules/gadman/e_mod_gadman.c:119
+#: src/modules/fileman/e_mod_menu.c:601 src/modules/gadman/e_mod_gadman.c:119
 #: src/modules/ibox/e_mod_config.c:158
 msgid "Desktop"
 msgstr "Bureau"
@@ -910,11 +910,11 @@ msgstr "Agencement de clavier précédent"
 msgid "Set As Background"
 msgstr "Utiliser comme fond d'écran"
 
-#: src/bin/e_client.c:4913
+#: src/bin/e_client.c:4915
 msgid "Client Error!"
 msgstr "Erreur du client !"
 
-#: src/bin/e_client.c:4913
+#: src/bin/e_client.c:4915
 msgid "Something has attempted to set a border when it shouldn't! Report this!"
 msgstr ""
 "La tentative de définir une bordure est non conforme. Signalez ce bogue !"
@@ -933,7 +933,7 @@ msgstr "Choisir"
 
 #: src/bin/e_color_dialog.c:68 src/bin/e_desktop_editor.c:909
 #: src/bin/e_desktop_editor.c:973 src/bin/e_entry_dialog.c:128
-#: src/bin/e_fm.c:10213 src/bin/e_fm_prop.c:714
+#: src/bin/e_fm.c:10213 src/bin/e_fm_prop.c:770
 #: src/bin/e_import_config_dialog.c:361 src/bin/e_import_dialog.c:197
 #: src/modules/bluez5/e_mod_popup.c:660
 #: src/modules/conf_bindings/e_int_config_signalbindings.c:624
@@ -993,14 +993,14 @@ msgstr "Cachée"
 msgid "Title"
 msgstr "Titre"
 
-#: src/bin/e_comp_wl.c:3031
+#: src/bin/e_comp_wl.c:3040
 #, c-format
 msgid "Enlightenment cannot initialize Wayland client connection.\n"
 msgstr ""
 "Enlightenment ne parvient pas à initialiser une connexion au client "
 "Wayland.\n"
 
-#: src/bin/e_comp_wl.c:3046
+#: src/bin/e_comp_wl.c:3055
 #, c-format
 msgid "Enlightenment cannot create a Wayland Compositor.\n"
 msgstr "Enlightenment est incapable de créer un compositeur Wayland.\n"
@@ -1022,11 +1022,11 @@ msgstr ""
 "OpenGL 2.0 (ou OpenGL ES 2.0)pour tirer profit de la composition avec "
 "OpenGL."
 
-#: src/bin/e_comp_x.c:5829
+#: src/bin/e_comp_x.c:5851
 msgid "Lock Failed"
 msgstr "Échec du verrouillage"
 
-#: src/bin/e_comp_x.c:5830
+#: src/bin/e_comp_x.c:5852
 msgid ""
 "Locking the desktop failed because some applicationhas grabbed either "
 "the keyboard or the mouse or bothand their grab is unable to be broken."
@@ -1035,12 +1035,12 @@ msgstr ""
 "soit le clavier ou la souris, soit les deux,et cette réservation n'a pu "
 "être annulée."
 
-#: src/bin/e_comp_x.c:5848
+#: src/bin/e_comp_x.c:5870
 msgid "Another compositor is already running on your display server."
 msgstr ""
 "Un autre compositeur est déjà fonctionnel sur votre serveur d'affichage."
 
-#: src/bin/e_comp_x.c:5873
+#: src/bin/e_comp_x.c:5895
 msgid ""
 "Your display server does not support the compositor overlay window.\n"
 "This is needed for Enlightenment to function."
@@ -1048,12 +1048,12 @@ msgstr ""
 "Votre serveur d'affichage ne sait pas gérer le Composite Overlay Window.\n"
 "Cette fonction est essentielle au bon fonctionnement de E."
 
-#: src/bin/e_comp_x.c:6007
+#: src/bin/e_comp_x.c:6029
 #, c-format
 msgid "Enlightenment cannot initialize X Connection...\n"
 msgstr "Enlightenment ne parvient pas à initialiser une connexion à X...\n"
 
-#: src/bin/e_comp_x.c:6022
+#: src/bin/e_comp_x.c:6044
 msgid ""
 "Your display server does not support XComposite, or Ecore-X was built "
 "without XComposite support. Note that for composite su

[EGIT] [apps/terminology] master 01/01: Updating italian translation

2021-08-24 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=f82d1294685b7408190a3a7079e3a73c64c05e68

commit f82d1294685b7408190a3a7079e3a73c64c05e68
Author: Massimo Maiurana 
Date:   Tue Aug 24 15:12:29 2021 +0200

Updating italian translation
---
 po/it.po | 336 +--
 1 file changed, 88 insertions(+), 248 deletions(-)

diff --git a/po/it.po b/po/it.po
index 90303db..674777f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: terminology 0.6.99\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-14 15:20+0100\n"
-"PO-Revision-Date: 2021-02-18 17:50+\n"
+"POT-Creation-Date: 2021-08-24 10:42+0200\n"
+"PO-Revision-Date: 2021-08-24 15:11+0200\n"
 "Last-Translator: Da C \n"
 "Language-Team: Italian <https://hosted.weblate.org/projects/terminology/;
 "terminology/it/>\n"
@@ -19,13 +19,13 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 4.5\n"
 
-#: src/bin/about.c:129 src/bin/about.c:204 src/bin/termio.c:1282
-#: src/bin/termio.c:1291
+#: src/bin/about.c:129 src/bin/about.c:204 src/bin/termio.c:1285
+#: src/bin/termio.c:1294
 #, c-format
 msgid "Copy '%s'"
 msgstr "Copia «%s»"
 
-#: src/bin/about.c:134 src/bin/about.c:209 src/bin/termio.c:1353
+#: src/bin/about.c:134 src/bin/about.c:209 src/bin/termio.c:1356
 msgid "Open"
 msgstr "Apri"
 
@@ -34,7 +34,6 @@ msgid "Twitter: @_Terminology_"
 msgstr "Twitter: @_Terminology_"
 
 #: src/bin/about.c:275
-#, fuzzy
 msgid "YouTube channel"
 msgstr "Canale YouTube"
 
@@ -82,7 +81,7 @@ msgstr "Miniature schede"
 msgid "Set title"
 msgstr "Imposta titolo"
 
-#: src/bin/controls.c:424 src/bin/termio.c:1367 src/bin/termio.c:2771
+#: src/bin/controls.c:424 src/bin/termio.c:1370 src/bin/termio.c:2774
 msgid "Copy"
 msgstr "Copia"
 
@@ -106,7 +105,7 @@ msgstr "Input raggruppato"
 msgid "Close Terminal"
 msgstr "Chiudi terminale"
 
-#: src/bin/gravatar.c:121 src/bin/main.c:891 src/bin/miniview.c:41
+#: src/bin/gravatar.c:121 src/bin/main.c:898 src/bin/miniview.c:41
 #, c-format
 msgid "Could not create logging domain '%s'"
 msgstr "Non ho potuto creare il dominio di accesso «%s»"
@@ -295,82 +294,71 @@ msgstr "Visualizza le miniature delle schede"
 msgid "Display the command box"
 msgstr "Visualizza il box comandi"
 
-#: src/bin/main.c:400 src/bin/main.c:596
+#: src/bin/main.c:406 src/bin/main.c:602
 msgid "Could not create window"
 msgstr "Non ho potuto creare la finestra"
 
-#: src/bin/main.c:419 src/bin/main.c:607
+#: src/bin/main.c:425 src/bin/main.c:613
 msgid "Could not create terminal widget"
 msgstr "Non ho potuto creare l'oggetto del terminale"
 
-#: src/bin/main.c:454
+#: src/bin/main.c:460
 #, c-format
 msgid "(C) 2012-%d Carsten Haitzler and others"
 msgstr "(C) 2012-%d Carsten Haitzler e altri"
 
-#: src/bin/main.c:456
-#, fuzzy
+#: src/bin/main.c:462
 msgid "Terminal emulator written with Enlightenment Foundation Libraries"
 msgstr ""
 "Emulatore di terminale scritto con le Enlightenment Foundation Libraries"
 
-#: src/bin/main.c:460
-#, fuzzy
+#: src/bin/main.c:466
 msgid "Use the named file as a background wallpaper"
-msgstr "Usa il file fornito come sfondo"
+msgstr "Usa il file nominato come sfondo"
 
-#: src/bin/main.c:462
-#, fuzzy
+#: src/bin/main.c:468
 msgid "Change to directory for execution of terminal command"
-msgstr "Si sposta nella directory per eseguire il comando del terminale"
+msgstr "Passa alla directory per eseguire il comando del terminale"
 
-#: src/bin/main.c:464
+#: src/bin/main.c:470
 msgid "Command to execute. Defaults to $SHELL (or passwd shell or /bin/sh)"
 msgstr ""
 "Comando da eseguire. Il predefinito è $SHELL (o la shell di login o /bin/sh)"
 
-#: src/bin/main.c:466
-#, fuzzy
+#: src/bin/main.c:472
 msgid "Use the named edje theme or path to theme file"
-msgstr "Usa il tema edje con lo stesso nome o nel persorso fornito"
+msgstr "Usa il tema edje nominato o il percorso al file del tema"
 
-#: src/bin/main.c:468
+#: src/bin/main.c:474
 msgid "Use the named color scheme"
-msgstr ""
+msgstr "Usa lo schema colore nominato"
 
-#: src/bin/main.c:470
-#, fuzzy
+#: src/bin/main.c:476
 msgid "Terminal geometry to use (eg 80x24 or 80x24+50+20 etc.)"
 msgstr "La geometria da usare per il terminale (es. 80x24 o 80x24+50+20 ecc.)"
 
-#: src/bin/main.c:472

Re: [E-devel] E polish + flat

2021-03-31 Thread Massimo Maiurana

Carsten Haitzler ha scritto il 31/03/21 alle 12:50:

On Wed, 31 Mar 2021 10:39:06 +0200 Massimo Maiurana  said:


Really nice work, thanks :)

What i'm missing now is monitoring icons, as it looks like the sysinfo
module was dropped. The extra modules cpu mem and net still builds even
with latest git, if i had graphic skills i would commit flat icons to
make them look nice with the new theme.


There is a longer term plan for this. It's on the TODO:

* back-end e system process for monitoring/polling and launching etc.
   * split e up into front vs back-end with back-end doing things like
 * monitoring processes/system (see above)
 * launching apps (cheaper to fork a small process)

there are multiple reasons enlightenment_system is now an uber "single process"
to handle privileged things. it is aimed to also eventually run all this
monitoring. basically imagine like an htop always running and logging
everything to a compact log file. the idea is then that all these meters just
stream from the log file and watch changes - but you can go back in time to see
"what happened 30 seconds ago when i saw my cpu spike and everything got slow?"
- it is over now and whatever caused it has stopped... so you missed it. the
log will then hold this. the idea is logs will not be infinite - but go back
maybe an hour or a day - some configurable amount.

some things require root to monitor/look at ... one i really want to do is have
a "active page" map for processes. it's not cheap so it will need to be turned
on "on demand" but it is possible in linux so mark pages as soft-dirty then if
the process access the page the bit is cleared... if you regularly mark all
pages in a process as soft dirty... then scan to see which have bits cleared
you can get a map of the active memory of a process - at least on a page basis.
you can see which memory areas are hot or cold. it' a geeky developer thing,
but offering a visual memory map with colors showing which mem areas are
active (imagine  1 pixel per page and they glow white then fade down to yellow,
orange, red, purple, blue then black as they become less active). so
process/app details can show this alow with perhaps some list of threads and
how busy each thread is and what cores each thread is on at the time etc. ...

that's what i am dreaming of anyway. imagine every window just has a little
menu entry in the border menu with "process details" ... and it brings up this
dialog with lots of details on what is running where etc. within that app (if
it has child processes like a terminal show those too in some tree setup).

of course system-wide cpu usage and mem usage will be a bi-product of the
above. also add in i/o usage (imagine the per-process view can show you which
files that process has open and which ones it is actively reading/writing and
how much...). imagine another panel which has a list of network addresses that
that process is talking to (if any). even a map of the globe with little dots
of light glowing for the geo-location of every ip it accesses? (with the circle
growing as it accesses more data and changing color based on more upload or
download). i imagine it'll be an eye-opener to see just what your apps are
accessing in terms of network, disk, cpu and memory...

there is a lot of statistical data buried in a modern kernel. lots of it.


It would be great, nice to hear it! Well, so it is just a matter of 
patience, in the meantime i'll stick to extra modules :)



Massimo Maiurana

Carsten Haitzler ha scritto il 30/03/21 alle 21:48:

In case people haven't tried but want an idea of what things look like:

http://www.enlightenment.org/ss/e-60637a8f7ec119.02647143.png

I have polished up emixer and the mixer module a bit, added icons for sinks
with the new sink icons rules, added VU meters to inputs/outputs/playback
streams.

If you haven't tried e for a while. bluez5 support is there and it's very
polished. the popup does almost everything you need fro pairing, unpairing,
forcing a connect. setting a device to always connect, to set a bt device
to a lock/unlock device (if bt device can be pinged, e is unlocked, if it
cant be pinged again for a little while, e auto-locks itself - handy to
pair your phone and set it as an unlock device - walk away from your pc and
it just locks). Bluez5 will also show battery status of bt devices that
advertise this (like wireless bt kbds/mice).

The battery module now has a useful full details popup for all your
batteries too thanks to netstar.

Music control talks to more mpris clients and now has an auto-detect logic
to find one. it supports album art and blayback position/status if the mpris
player supports it, so it works fully with rage, and with spotify you get
the album art and play/pause/prev/next but spotify doesn't advertise play
position updates. it also has a bug with the linux client with the album
art urls - so i added a fix/workaround just for spotify 

Re: [E-devel] E polish + flat

2021-03-31 Thread Massimo Maiurana

Really nice work, thanks :)

What i'm missing now is monitoring icons, as it looks like the sysinfo 
module was dropped. The extra modules cpu mem and net still builds even 
with latest git, if i had graphic skills i would commit flat icons to 
make them look nice with the new theme.


Massimo Maiurana

Carsten Haitzler ha scritto il 30/03/21 alle 21:48:

In case people haven't tried but want an idea of what things look like:

http://www.enlightenment.org/ss/e-60637a8f7ec119.02647143.png

I have polished up emixer and the mixer module a bit, added icons for sinks with
the new sink icons rules, added VU meters to inputs/outputs/playback streams.

If you haven't tried e for a while. bluez5 support is there and it's very
polished. the popup does almost everything you need fro pairing, unpairing,
forcing a connect. setting a device to always connect, to set a bt device to a
lock/unlock device (if bt device can be pinged, e is unlocked, if it cant be
pinged again for a little while, e auto-locks itself - handy to pair your phone
and set it as an unlock device - walk away from your pc and it just locks).
Bluez5 will also show battery status of bt devices that advertise this (like
wireless bt kbds/mice).

The battery module now has a useful full details popup for all your batteries
too thanks to netstar.

Music control talks to more mpris clients and now has an auto-detect logic to
find one. it supports album art and blayback position/status if the mpris
player supports it, so it works fully with rage, and with spotify you get the
album art and play/pause/prev/next but spotify doesn't advertise play position
updates. it also has a bug with the linux client with the album art urls - so i
added a fix/workaround just for spotify as they seem to be uninterested in
fixing it given the bug reports i read. this meant adding http fetch support to
get the album art too. Music control will handle chromium (e.g. youtube too).

Temperature now supports proper hwmon sensors. you can now add multiple temp
gadgets each watching a different temp sensor (just configure each to be a
different one), so e.g. you can monitor your cpu separately to gpu.

winlist (the list of windows when you alt-tab) now has a "large mode" (in
settings - it's the new default mode too). large mode is much like exposé. lots
of large window previews. alt+tab brings this up by default. if you hold alt
you can use arrow keys (up/down/left/right) to navigate too as well as numbers
1-9 and 0 for first 10 items. if you bind winlist to a key or button without a
modifier it will come up and stay until dismissed (it wont dismiss when
modifier is released). so click on what u want, use arrow keys, hit enter or
escape. so window switching is more useful now.

I've added exif support to efm's file properties dialog to show date photos
were taken on too.

efm rename now selects the file minus the extension for more useful renames.

For those that have been away a while, backlight now supports DDC to control
the backlight on your monitor. you have to install libddcutil (or ddcutil - it
comes with the lib and e dlopens the lib at runtime to detect). DDC allows us
to communicate with the monitor remotely over hdmi/displayport. it requires
i2c-dev to do this and enlightenment_system will load that for you (on linux),
but note - this works on intel systems, but my amd box has the kernel hang when
trying to do this so .. ymmv. To use this - just load backlight module and put
a backlight gadget on each screen. the gadget will adjust brightness of THAT
screen. it works on laptops too - where backlight on the lid screen will
control that and on external screens will control those. this means the
backlight/dimming settings work across laptops and desktops.

I can talk about terminology, rage, evisum and now entice too, but I'm sticking
to E here.

This is out-of-tree, but netstar fixed up forecasts to now use a new weather
service that we end up proxying (requirements of the service to cut down
overhead on their servers), so weather works now after yahoo shut down their
weather service in february.





___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[EGIT] [core/enlightenment] master 01/01: Updating french translation

2019-11-20 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=23dd83ba5c3da65a0e14ecb80855da5ab1bc4eba

commit 23dd83ba5c3da65a0e14ecb80855da5ab1bc4eba
Author: maxerba 
Date:   Wed Nov 20 12:32:11 2019 +0100

Updating french translation
---
 data/config/default/profile.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/config/default/profile.desktop 
b/data/config/default/profile.desktop
index 9f02f5870..617db49c2 100644
--- a/data/config/default/profile.desktop
+++ b/data/config/default/profile.desktop
@@ -31,7 +31,7 @@ Comment[el]=Επιλέξτε αυτό για να ξεκινήσετε την α
 Comment[eo]=Elektu tion por restartigi la pravalorizan agordon.
 Comment[es]=Seleccione esto para reestablecer la configuración inicial.
 Comment[fi]=Valitse tämä käynnistääksesi alkuasetusvelhon.
-Comment[fr]=Sélectionnez ceci pour retrouver la configuration par défaut et 
reprendre le paramétrage initial.
+Comment[fr]=Sélectionnez ceci pour recommencer la configuration initiale.
 Comment[gl]=Seleccione isto para volverr á configuración inicial.
 Comment[hu]=Válaszd ezt az alap beállítáok megismétléséhez.
 Comment[it]=Selezionare questo per riprendere la configurazione iniziale.

-- 




[EGIT] [core/efl] master 01/01: The header was filled with the standard template, now it's filled with correct infos

2019-11-16 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4c31f653f5449cffb7da4a1601e63acf1e5dac14

commit 4c31f653f5449cffb7da4a1601e63acf1e5dac14
Author: maxerba 
Date:   Sat Nov 16 18:11:27 2019 +0100

The header was filled with the standard template, now it's filled with 
correct infos
---
 po/hu.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/hu.po b/po/hu.po
index adcd4a1649..2f4f4163a0 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,7 +1,7 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Enlightenment development team
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
+# Hungarian translation for Efl.
+# Copyright (C) 2014 Enlightenment development team
+# This file is put in the public domain.
+# Páder Rezső , 2014.
 #
 #: src/lib/elementary/elm_config.c:4135
 msgid ""

-- 




[EGIT] [core/enlightenment] master 01/01: Updated french translation

2019-10-27 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=fd55a92ace73a7fb13ec52eb27b66dddea6a8b33

commit fd55a92ace73a7fb13ec52eb27b66dddea6a8b33
Author: maxerba 
Date:   Sun Oct 27 12:54:47 2019 +0100

Updated french translation
---
 po/fr.po | 23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index ebd175ad2..a9b9eeafe 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -15,10 +15,10 @@
 # similar , 2019.
 msgid ""
 msgstr ""
-"Project-Id-Version: Enlightenment DR17\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: Enlightenment DR23\n"
+"Report-Msgid-Bugs-To: enlightenment-i...@lists.sourceforge.net\n"
 "POT-Creation-Date: 2019-08-23 16:18+0100\n"
-"PO-Revision-Date: 2019-08-23 21:14+0200\n"
+"PO-Revision-Date: 2019-10-26 15:11+0200\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -27,7 +27,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
 "X-Launchpad-Export-Date: 2014-09-07 06:08+\n"
-"X-Generator: Poedit 2.0.6\n"
+"X-Generator: Poedit 2.2.4\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
 #: src/bin/e_about.c:17
@@ -2936,7 +2936,7 @@ msgstr "N'appliquer qu'à une seule fenêtre"
 
 #: src/bin/e_int_client_remember.c:814
 msgid "Always focus on start"
-msgstr "Toujours focaliser au démarrage"
+msgstr "Toujours focaliser au lancement"
 
 #: src/bin/e_int_client_remember.c:818
 msgid "Keep current properties"
@@ -4181,7 +4181,7 @@ msgstr ""
 "plutôt le lanceur « enlightenment_start ». Ce dernier se\n"
 "charge du paramétrage des variables d'environnement,\n"
 "des chemins et de la gestion de tout autre service\n"
-"nécessaire, avant même le démarrage d'enlightenment.\n"
+"nécessaire, avant même le démarrage d'Enlightenment.\n"
 
 #: src/bin/e_main.c:1566
 msgid "Testing Format Support"
@@ -6951,7 +6951,7 @@ msgstr "Échelle"
 
 #: src/modules/conf_randr/e_int_config_randr2.c:1087
 msgid "Restore setup on start"
-msgstr "Restaurer la configuration au lancement"
+msgstr "Restaurer la configuration au démarrage"
 
 #: src/modules/conf_randr/e_int_config_randr2.c:1096
 msgid "Monitor hotplug"
@@ -7596,7 +7596,7 @@ msgstr "Élever lorsque le focus est rétabli"
 
 #: src/modules/conf_window_manipulation/e_int_config_focus.c:314
 msgid "Active Window Hint Policy"
-msgstr "Gestion de l'indication pour la fenêtre activze"
+msgstr "Gestion de l'indication pour la fenêtre active"
 
 #: src/modules/conf_window_manipulation/e_int_config_focus.c:316
 msgid "Ignore hint"
@@ -9821,7 +9821,7 @@ msgid ""
 "(not permanent)"
 msgstr ""
 "Le menu des accès rapides fournit les options suivantes :Auto-"
-"masquage — masque la fenêtre si elle perd le focus — masque la fenêtre lorsqu'elle perd le focusMasquer au lieu d'élever — masque la fenêtre si elle est "
 "activée sans prendre le focusMode saut — bascule "
 "vers le bureau de la fenêtre au lieu d'afficher/masquer

Re: [E-devel] git.enlightenment.org

2019-10-26 Thread Massimo Maiurana
Trying to access git.enlightenment.org it says that the host key has
changed. Is it right? Can I just remove the old key and hope it will
find the right one?

Massimo Maiurana

Mike Blumenkrantz ha scritto il 23/10/19 alle 15:02:
> Hi,
> 
> Is there any ETA for when phabricator will be accessible again? I've been
> trying to recall some details for a ticket I was investigating, and it
> would be nice to know whether it's worth retaining my existing context or
> switching to something new if this is looking to be a longer-term issue.
> 
> 
> No rush,
> Mike
> 
> On Sun, Oct 20, 2019 at 2:53 PM Carsten Haitzler 
> wrote:
> 
>> On Sun, 20 Oct 2019 20:09:59 +0200 Boris Faure  said:
>>
>>>
>>> Did anyone changed something on the server?
>>>   It seems that I can't push anymore as it's asking for a password on
>>> g...@git.enlightenment.org and not using my key.
>>
>> the server went down again... or more specifically got into "major massive
>> lag
>> mode" where things lang/hang for minutes.
>>
>> i shut down all the services after managing to get an ssh session to work
>> and
>> have tarred up everything and am copying over to e5 now. i have switched
>> dns to
>> point to e5 in the meantime. i don't know when it'll be back. i'm treating
>> this
>> as an emergency to try get things back  up but on e5 ASAP.
>>
>> --
>> - Codito, ergo sum - "I code, therefore I am" --
>> Carsten Haitzler - ras...@rasterman.com
>>
>>
>>
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
> 
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Focus issues.

2019-09-28 Thread Massimo Maiurana
I get some sort of this when executing commands from terminology. These
are the steps:
- in an mc instance inside terminology i run an application just hitting
enter on a filename; let's say it's a pdf file so evince is called
- evince is placed over the terminology window, it looks like it has
focus because the titlebar is black but really it hasn't; if i try to
scroll down the document or hit any key nothing happens because keyboard
and mouse events are not sent to evince
- i click on evince and terminology goes over evince, because keyboard
and mouse is indeed sent at terminology; now I can switch to evince
window and use it

Massimo Maiurana

Daniel Kasak ha scritto il 28/09/19 alle 08:18:
> I get this ( sometimes ) *only* immediately after a restart ( ie a
> crash recovery kind of restart ). I fix it by clicking on the window
> border of each window and dragging it. It seems like until I do this,
> E has a different idea of where windows are ( even though they appear
> to be where I expect them ). It's not easy to reproduce, so I haven't
> created a bug.
> 
> Dan
> 
> On Sat, Sep 28, 2019 at 10:01 AM Matthew Kolar  wrote:
>>
>> Is anyone else here who uses E as a desktop on a PC having focus issues
>> with the pager and windows?  Oftentimes I will page to one screen,
>> click, only to have the input caught by a different VD entirely!
>> Sometimes, I will mouse into a window, it looks like it receives focus,
>> but when I click on interior window elements, the click either is lost
>> entirely, or it hits the background, and the start menu comes up.  This
>> is making it utterly aggravating to use E as a desktop.  Is there anyone
>> other than me out there who is experiencing this?
>>
>> Note that I have attached a tar of my .e dir, so that anyone who wishes
>> to test this can do so with the settings I use ( I'm the only person
>> I've seen who uses vertical shelves, for instance.)
>>
>>
>> Matthew
>>
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 
> 
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 



___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[EGIT] [core/enlightenment] master 01/01: Updating german translation

2019-09-16 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=e924b29694c5e3124943fb309c21dc37a7f7a66d

commit e924b29694c5e3124943fb309c21dc37a7f7a66d
Author: maxerba 
Date:   Mon Sep 9 10:58:56 2019 +0200

Updating german translation
---
 po/de.po | 1155 +++---
 1 file changed, 501 insertions(+), 654 deletions(-)

diff --git a/po/de.po b/po/de.po
index d65079645..be78a4b5d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -24,18 +24,19 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Enlightenment DR17\n"
+"Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-23 16:18+0100\n"
-"PO-Revision-Date: 2016-10-11 14:09+0200\n"
-"Last-Translator: Marcel Hollerbach \n"
+"PO-Revision-Date: 2019-09-09 10:27+0200\n"
+"Last-Translator: Simon Tischer \n"
 "Language-Team: E17-de\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Poedit 1.8.9\n"
+"X-Generator: Poedit 2.2.3\n"
+"X-Poedit-Basepath: .\n"
 
 #: src/bin/e_about.c:17
 msgid "About Enlightenment"
@@ -61,25 +62,23 @@ msgid "Enlightenment"
 msgstr "Enlightenment"
 
 #: src/bin/e_about.c:26
-#, fuzzy
 msgid ""
 "Copyright  2000-2019, by the Enlightenment Development TeamWe hope you enjoy using this software as much as we enjoyed "
 "writing it.To contact us please visit:http://www.;
 "enlightenment.org"
 msgstr ""
-"Copyright  2000-2017, durch das Enlightenment EntwicklungsteamCopyright  2000-2019, durch das Enlightenment EntwicklungsteamWir hoffen, Ihnen macht das Benutzen dieser Software so viel Spaß "
 "wie uns das Schreiben derselben.Um uns zu Kontaktieren, bitte "
 "besuchen Sie:http://www.enlightenment.org"
 
 #: src/bin/e_about.c:69
-#, fuzzy
 msgid "The Team"
-msgstr "Das Team"
+msgstr "Das Team"
 
 #: src/bin/e_actions.c:340
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "You are about to kill %s.Please keep in mind that all data from "
 "this windowwhich has not yet been saved will be lost!Are you "
@@ -168,22 +167,19 @@ msgid "Are you sure you want to hibernate your computer?"
 msgstr "Wollen Sie Ihren Computer wirklich in den Ruhezustand herunterfahren?"
 
 #: src/bin/e_actions.c:3108
-#, fuzzy
 msgid "Error: window_focus action"
-msgstr "Fehlerinformation"
+msgstr "Fehler: windows_focus Aktion"
 
 #: src/bin/e_actions.c:3109
 #, c-format
 msgid "Invalid parameter: %s"
-msgstr ""
+msgstr "Falscher Parameter: %s"
 
 #: src/bin/e_actions.c:3234
-#, fuzzy
 msgid "Mouse Remapping"
 msgstr "Mauseinstellungen"
 
 #: src/bin/e_actions.c:3235
-#, fuzzy
 msgid "Mouse to key"
 msgstr "Maustaste"
 
@@ -218,11 +214,11 @@ msgstr "Fenstermenü"
 #: src/bin/e_actions.c:3280 src/bin/e_int_client_menu.c:1410
 #: src/modules/winlist/e_int_config_winlist.c:210
 msgid "Raise"
-msgstr "nach oben"
+msgstr "Nach oben"
 
 #: src/bin/e_actions.c:3285 src/bin/e_int_client_menu.c:1418
 msgid "Lower"
-msgstr "nach unten"
+msgstr "Nach unten"
 
 #: src/bin/e_actions.c:3300 src/bin/e_actions.c:3304 src/bin/e_actions.c:3309
 #: src/bin/e_actions.c:3313 src/bin/e_actions.c:3318 src/bin/e_actions.c:3322
@@ -407,7 +403,7 @@ msgstr "Zu Arbeitsfläche ... auf Bildschirm ... wechseln"
 
 #: src/bin/e_actions.c:3434
 msgid "Flip Desktop Linearly..."
-msgstr "Linear zu Arbeitsfläche wechseln um ... "
+msgstr "Linear zu Arbeitsfläche wechseln um... "
 
 #: src/bin/e_actions.c:3440
 msgid "Switch To Desktop 0"
@@ -459,7 +455,7 @@ msgstr "Zu Arbeitsfläche 11 wechseln"
 
 #: src/bin/e_actions.c:3464
 msgid "Switch To Desktop..."
-msgstr "Zu Arbeitsfläche ... schalten"
+msgstr "Zu Arbeitsfläche ... wechseln"
 
 #: src/bin/e_actions.c:3470
 msgid "Flip Desktop Left (All Screens)"
@@ -600,13 +596,12 @@ msgstr "Maus ... Bildschirme weiter/zurückschieben"
 
 #: src/bin/e_actions.c:3559
 msgid "Dim"
-msgstr "Dimmen"
+msgstr "abdunkeln"
 
 # better ideas, anyone?
 #: src/bin/e_actions.c:3562
-#, fuzzy
 msgid "Undim"
-msgstr "Entdimmen"
+msgstr "aufhellen"
 
 #: src/bin/e_actions.c:3565
 msgid "Backlight Set"
@@ -711,39 +706,32 @@ msgstr "Zum vorigen Bildschirm"
 
 #: src/bin/e_actions.c:3665 src/bin/e_actions.c:3668 src/bin/e_actions.c:3671
 #: src/bin/e_actions.c:3674 src/bin/e_actions.c:3677 src/bin/e_actions.c:3680
-#, fuzzy
 msgid "Window : Focus"
 msgstr "Fensterfokus"
 
 #: src/bin/e_actions.c:3666
-#, fuzzy
 msgid "Focus next window"
-msgstr "Folgt dem Fenster"
+msgstr "Fokusiere nächstes Fenster"
 
 #: src/bin/e_actions.c:3669
-#, fuzzy
 msgid "Focus previous window"
-msgstr "Fokussiere ein bestimmtes Fenster"
+msgstr "Fokusiere vorheriges Fenster"
 
 #: src/bin/e_actions.c:3672
-#, fuzzy
 msgid "Focus window above"
-msgstr "Vorheriges Fensterklasse"
+msgstr "Fokusiere darüberliegendes Fenster"
 
 #: src/bin/e_actions.c:3675
-#, fuzzy
 msgid "Focus window below"
-msgstr "Vorheriges Fensterklasse"
+msgstr "Fokusiere 

[EGIT] [core/enlightenment] master 01/01: Updating italian translation

2019-09-15 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8a35d17f5ed2a9e837d1cc5503adba4fa2ae6792

commit 8a35d17f5ed2a9e837d1cc5503adba4fa2ae6792
Author: maxerba 
Date:   Sun Aug 25 09:32:02 2019 +0200

Updating italian translation
---
 po/it.po | 19 +++
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/po/it.po b/po/it.po
index 685324a75..46c56eb1c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-08-23 16:18+0100\n"
-"PO-Revision-Date: 2019-06-06 19:53+0200\n"
+"POT-Creation-Date: 2019-08-24 14:11+0200\n"
+"PO-Revision-Date: 2019-08-25 09:31+0200\n"
 "Last-Translator: Massimo Maiurana \n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -10298,9 +10298,9 @@ msgid "Tiling Configuration"
 msgstr "Configurazione di Tiling"
 
 #: src/modules/tiling/e_mod_tiling.c:873
-#, fuzzy, c-format
+#, c-format
 msgid "Window %s cannot be tiled\n"
-msgstr "La finestra non può essere messa in griglia"
+msgstr "La finestra %s non può essere messa in griglia\n"
 
 #: src/modules/tiling/e_mod_tiling.c:877 src/modules/tiling/e_mod_tiling.c:1872
 #: src/modules/tiling/e_mod_tiling.c:1905
@@ -10661,13 +10661,10 @@ msgid "Information"
 msgstr "Informazione"
 
 #: src/modules/wizard/page_180.c:38
-#, fuzzy
 msgid ""
 "A taskbar can be added toshow open windows and applications.The "
 "IBar launcher already can do this,so this is in addition to that."
-msgstr ""
-"È possibile aggiungere unataskbar per mostrare finestree "
-"applicazioni aperte."
+msgstr "È possibile aggiungere unataskbar per mostrare finestree 
applicazioni aperte.Il lanciatore IBar fa già lastessa cosa quindi 
questa èun'alternativa a esso."
 
 #: src/modules/wizard/page_180.c:49
 msgid "Enable Taskbar"
@@ -10680,9 +10677,8 @@ msgstr "Impostazioni della tastiera"
 #: src/modules/xkbswitch/e_mod_config.c:525
 #: src/modules/xkbswitch/e_mod_config.c:1490
 #: src/modules/xkbswitch/e_mod_config.c:1616
-#, fuzzy
 msgid "No Name"
-msgstr "Nome icona"
+msgstr "Nessun nome"
 
 #: src/modules/xkbswitch/e_mod_config.c:615
 msgid "Do not apply any keyboard settings ever"
@@ -10802,9 +10798,8 @@ msgstr "Variante"
 
 #: src/modules/xkbswitch/e_mod_config.c:1517
 #: src/modules/xkbswitch/e_mod_config.c:1602
-#, fuzzy
 msgid "No Description"
-msgstr "Nessuna selezione"
+msgstr "Nessuna descrizione"
 
 #: src/modules/xkbswitch/e_mod_main.c:199
 msgid "NONE"

-- 




[EGIT] [core/enlightenment] master 01/01: Updating french translation

2019-09-15 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d08d07e8991ca679feb73cea86a27425eea7f962

commit d08d07e8991ca679feb73cea86a27425eea7f962
Author: maxerba 
Date:   Sat Aug 24 10:19:29 2019 +0200

Updating french translation
---
 po/fr.po | 121 ++-
 1 file changed, 58 insertions(+), 63 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 78d07ef2f..ebd175ad2 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -18,7 +18,7 @@ msgstr ""
 "Project-Id-Version: Enlightenment DR17\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-23 16:18+0100\n"
-"PO-Revision-Date: 2019-06-26 17:27+0200\n"
+"PO-Revision-Date: 2019-08-23 21:14+0200\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -54,7 +54,6 @@ msgid "Enlightenment"
 msgstr "Enlightenment"
 
 #: src/bin/e_about.c:26
-#, fuzzy
 msgid ""
 "Copyright  2000-2019, by the Enlightenment Development TeamWe hope you enjoy using this software as much as we enjoyed "
@@ -63,9 +62,9 @@ msgid ""
 msgstr ""
 "Copyright  2000-2019, par l'équipe de développement "
 "d'EnlightenmentNous espérons que vous aurez autant de plaisir à "
-"utiliser ce logicielque nous en avons eu pour l'écrire.Pour "
-"nous contacter, veuillez visiter :http://www.enlightenment.;
-"org"
+"utiliser ce logiciel que nous en avons eu pour l'écrire.Pour nous "
+"contacter, veuillez visiter :http://www.enlightenment.org"
 
 #: src/bin/e_about.c:69
 msgid "The Team"
@@ -235,11 +234,11 @@ msgstr "Activer l'ancrage"
 
 #: src/bin/e_actions.c:3309
 msgid "Iconic Mode Toggle"
-msgstr "(Dés)Activer le mode iconique"
+msgstr "(Dés)Activer le mode iconifié"
 
 #: src/bin/e_actions.c:3313
 msgid "Iconic Mode Enable"
-msgstr "Activer le mode iconique"
+msgstr "Activer le mode iconifié"
 
 #: src/bin/e_actions.c:3318
 msgid "Fullscreen Mode Toggle"
@@ -372,7 +371,7 @@ msgstr "Basculer vers le bureau du dessous"
 
 #: src/bin/e_actions.c:3401
 msgid "Flip Desktop By..."
-msgstr "Se déplacer de … bureaux"
+msgstr "Se déplacer de… bureaux"
 
 #: src/bin/e_actions.c:3407
 msgid "Flip To Previous Desktop"
@@ -388,15 +387,15 @@ msgstr "Afficher le rayon"
 
 #: src/bin/e_actions.c:3423
 msgid "Flip Desktop To..."
-msgstr "Aller au bureau …"
+msgstr "Aller au bureau…"
 
 #: src/bin/e_actions.c:3428
 msgid "Switch Desktop To... On Screen..."
-msgstr "Passer au bureau … à l'écran..."
+msgstr "Passer au bureau… De l'écran..."
 
 #: src/bin/e_actions.c:3434
 msgid "Flip Desktop Linearly..."
-msgstr "Se déplacer linéairement de … bureaux"
+msgstr "Se déplacer linéairement de… bureaux"
 
 #: src/bin/e_actions.c:3440
 msgid "Switch To Desktop 0"
@@ -468,19 +467,19 @@ msgstr "Basculer vers le bureau du dessous (tous les 
écrans)"
 
 #: src/bin/e_actions.c:3478
 msgid "Flip Desktop By... (All Screens)"
-msgstr "Se déplacer de … bureaux (tous les écrans)"
+msgstr "Se déplacer de… bureaux (tous les écrans)"
 
 #: src/bin/e_actions.c:3484
 msgid "Flip Desktop To... (All Screens)"
-msgstr "Aller au bureau … (tous les écrans)"
+msgstr "Aller au bureau… (tous les écrans)"
 
 #: src/bin/e_actions.c:3490
 msgid "Flip Desktop Linearly... (All Screens)"
-msgstr "Se déplacer linéairement de … bureaux (tous les écrans)"
+msgstr "Se déplacer linéairement de… bureaux (tous les écrans)"
 
 #: src/bin/e_actions.c:3496
 msgid "Flip Desktop In Direction..."
-msgstr "Basculer le bureau en direction de …"
+msgstr "Basculer le bureau en direction de…"
 
 #: src/bin/e_actions.c:3501
 msgid "Switch To Desktop 0 (All Screens)"
@@ -532,7 +531,7 @@ msgstr "Passer au bureau 11 (tous les écrans)"
 
 #: src/bin/e_actions.c:3525
 msgid "Switch To Desktop... (All Screens)"
-msgstr "Passer au bureau … (tous les écrans)"
+msgstr "Passer au bureau… (tous les écrans)"
 
 #: src/bin/e_actions.c:3531 src/bin/e_actions.c:3535
 #: src/modules/winlist/e_mod_main.c:43 src/modules/winlist/e_mod_main.c:45
@@ -549,7 +548,7 @@ msgstr "Basculer vers la fenêtre…"
 
 #: src/bin/e_actions.c:3535
 msgid "Jump to window... or start..."
-msgstr "Basculer vers la fenêtre … ou au début …"
+msgstr "Basculer vers la fenêtre… ou au début…"
 
 #: src/bin/e_actions.c:3540 src/bin/e_actions.c:3542 src/bin/e_actions.c:3544
 #: src/bin/e_actions.c:3550 src/bin/e_actions.c:3552 src/bin/e_actions.c:3554
@@ -573,7 +572,7 @@ msgstr "Envoyer le pointeur à l'écran 1"
 
 #: src/bin/e_actions.c:3544
 msgid "Send Mouse To Screen..."
-msgstr "Envoyer le pointeur à l'écran …"
+msgstr "Envoyer le pointeur à l'écran…"
 
 #: src/bin/e_actions.c:3550
 msgid "Send Mouse Forward 1 Screen"
@@ -585,7 +584,7 @@ msgstr "Envoyer le pointeur à l'écran précédent"
 
 #: src/bin/e_actions.c:3554
 msgid "Send Mouse Forward/Back Screens..."
-msgstr "Envoyer le pointeur … écrans plus loin"
+msgstr "Envoyer le pointeur… écrans plus loin"
 
 #: src/bin/e_actions.c:3559
 msgid "Dim"
@@ -657,15 +656,15 @@ msgstr "Déplacer selon le décalage…"
 
 #: 

[EGIT] [apps/terminology] master 01/01: Updating italian translation

2019-09-15 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=fe261d387ac492ded8c208ba08ea8533c94b9aac

commit fe261d387ac492ded8c208ba08ea8533c94b9aac
Author: maxerba 
Date:   Sun Aug 25 09:54:30 2019 +0200

Updating italian translation
---
 po/it.po | 225 +--
 1 file changed, 119 insertions(+), 106 deletions(-)

diff --git a/po/it.po b/po/it.po
index f88c79d..e020301 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: terminology 0.6.99\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-06-06 20:25+0200\n"
-"PO-Revision-Date: 2019-06-06 20:29+0200\n"
+"POT-Creation-Date: 2019-08-24 14:12+0200\n"
+"PO-Revision-Date: 2019-08-25 09:53+0200\n"
 "Last-Translator: Massimo Maiurana \n"
 "Language-Team: [Language]\n"
 "Language: it\n"
@@ -36,11 +36,11 @@ msgstr "Dividi O"
 msgid "Miniview"
 msgstr "Miniature schede"
 
-#: src/bin/controls.c:374 src/bin/win.c:4359
+#: src/bin/controls.c:374 src/bin/win.c:4429
 msgid "Set title"
 msgstr "Imposta titolo"
 
-#: src/bin/controls.c:385 src/bin/termio.c:1194 src/bin/termio.c:2563
+#: src/bin/controls.c:385 src/bin/termio.c:1195 src/bin/termio.c:2564
 msgid "Copy"
 msgstr "Copia"
 
@@ -76,187 +76,187 @@ msgstr ""
 "%sDistribuito nei termini della licenza '2-clause BSD' "
 "descritta sotto:%s"
 
-#: src/bin/keyin.c:655
+#: src/bin/keyin.c:653
 msgid "Scrolling"
 msgstr "Scrolling"
 
-#: src/bin/keyin.c:656
+#: src/bin/keyin.c:654
 msgid "Scroll one page up"
 msgstr "Scrolling di una pagina in su"
 
-#: src/bin/keyin.c:657
+#: src/bin/keyin.c:655
 msgid "Scroll one page down"
 msgstr "Scrolling di una pagina in giù"
 
-#: src/bin/keyin.c:658
+#: src/bin/keyin.c:656
 msgid "Scroll one line up"
 msgstr "Scrolling di una riga in su"
 
-#: src/bin/keyin.c:659
+#: src/bin/keyin.c:657
 msgid "Scroll one line down"
 msgstr "Scrolling di una riga in giù"
 
-#: src/bin/keyin.c:660
+#: src/bin/keyin.c:658
 msgid "Go to the top of the backlog"
 msgstr "Vai all'inizio del backlog"
 
-#: src/bin/keyin.c:661
+#: src/bin/keyin.c:659
 msgid "Reset scroll"
 msgstr "Reimposta scrolling"
 
-#: src/bin/keyin.c:663
+#: src/bin/keyin.c:661
 msgid "Copy/Paste"
 msgstr "Copia/Incolla"
 
-#: src/bin/keyin.c:664
+#: src/bin/keyin.c:662
 msgid "Copy selection to Primary buffer"
 msgstr "Copia la selezione nel buffer primario"
 
-#: src/bin/keyin.c:665
+#: src/bin/keyin.c:663
 msgid "Copy selection to Clipboard buffer"
 msgstr "Copia la selezione nel buffer degli appunti"
 
-#: src/bin/keyin.c:666
+#: src/bin/keyin.c:664
 msgid "Paste Primary buffer (highlight)"
 msgstr "Incolla il buffer primario (evidenziato)"
 
-#: src/bin/keyin.c:667
+#: src/bin/keyin.c:665
 msgid "Paste Clipboard buffer (ctrl+c/v)"
 msgstr "Incolla il buffer degli appunti (ctrl+c/v)"
 
-#: src/bin/keyin.c:669
+#: src/bin/keyin.c:667
 msgid "Splits/Tabs"
 msgstr "Suddivisioni/Schede"
 
-#: src/bin/keyin.c:670
+#: src/bin/keyin.c:668
 msgid "Focus the previous terminal"
 msgstr "Fuoco al terminale precedente"
 
-#: src/bin/keyin.c:671
+#: src/bin/keyin.c:669
 msgid "Focus the next terminal"
 msgstr "Fuoco al terminale successivo"
 
-#: src/bin/keyin.c:672
+#: src/bin/keyin.c:670
 msgid "Focus the terminal above"
 msgstr "Fuoco al terminale di sopra"
 
-#: src/bin/keyin.c:673
+#: src/bin/keyin.c:671
 msgid "Focus the terminal below"
 msgstr "Fuoco al terminale di sotto"
 
-#: src/bin/keyin.c:674
+#: src/bin/keyin.c:672
 msgid "Focus the terminal on the left"
 msgstr "Fuoco al terminale a sinistra"
 
-#: src/bin/keyin.c:675
+#: src/bin/keyin.c:673
 msgid "Focus the terminal on the right"
 msgstr "Fuoco al terminale a destra"
 
-#: src/bin/keyin.c:676
+#: src/bin/keyin.c:674
 msgid "Split horizontally (new below)"
 msgstr "Dividi orizzontalmente (nuovo sotto)"
 
-#: src/bin/keyin.c:677
+#: src/bin/keyin.c:675
 msgid "Split vertically (new on right)"
 msgstr "Dividi verticalmente (nuovo a destra)"
 
-#: src/bin/keyin.c:678
+#: src/bin/keyin.c:676
 msgid "Create a new \"tab\""
 msgstr "Crea nuova scheda"
 
-#: src/bin/keyin.c:679
+#: src/bin/keyin.c:677
 msgid "Close the focused terminal"
 msgstr "Chiudi terminale a fuoco"
 
-#: src/bin/keyin.c:680
+#: src/bin/keyin.c:678
 msgid "Bring up \"tab\" s

[EGIT] [core/efl] master 01/01: Updating french translation

2019-07-19 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9b1152b0cce98645cdc0d759146f01d30690f8b0

commit 9b1152b0cce98645cdc0d759146f01d30690f8b0
Author: maxerba 
Date:   Mon Jul 8 21:17:06 2019 +0200

Updating french translation
---
 po/fr.po | 96 +++-
 1 file changed, 46 insertions(+), 50 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 2c9b3b7ade..9929b11a34 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,28 +1,26 @@
-# French translation for Efl.
+# French translation for EFL.
 # Copyright (C) 2012, 2013 Enlightenment development team
 # This file is put in the public domain.
 # batden , 2009.
 # dazibao , 2011.
 # Jerome Pinot , 2012.
 # Chidambar Zinnoury , 2013.
+# similar , 2019.
 #
-#: src/lib/elementary/elm_config.c:4135
 msgid ""
 msgstr ""
 "Project-Id-Version: Elementary\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
 "POT-Creation-Date: 2019-04-15 12:03+0100\n"
-"PO-Revision-Date: 2014-05-25 20:18+\n"
-"Last-Translator: Eliovir \n"
-"Language-Team: French \n"
+"PO-Revision-Date: 2019-06-27 11:57+0200\n"
+"Last-Translator: Philippe Jean Guillaumie \n"
+"Language-Team: French>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Launchpad-Export-Date: 2014-05-26 05:37+\n"
-"X-Generator: Launchpad (build 17017)\n"
-"X-Poedit-Country: FRANCE\n"
-"X-Poedit-Language: French\n"
+"X-Generator: Poedit 2.0.6\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
 #: src/lib/ecore/ecore_getopt.c:89
@@ -72,7 +70,7 @@ msgstr "Options :\n"
 
 #: src/lib/ecore/ecore_getopt.c:780
 msgid "Positional arguments:\n"
-msgstr ""
+msgstr "Paramètres positionnels :\n"
 
 #: src/lib/ecore/ecore_getopt.c:847
 #, c-format
@@ -166,12 +164,12 @@ msgstr "ERREUR : l’option -%c requiert un argument !\n"
 #: src/lib/ecore/ecore_getopt.c:1892
 #, c-format
 msgid "ERROR: missing required positional argument %s.\n"
-msgstr ""
+msgstr "ERREUR : paramètre positionnel requis manquant %s.\n"
 
 #: src/lib/ecore/ecore_getopt.c:1924
 #, c-format
 msgid "ERROR: unsupported action type %d for positional argument %s\n"
-msgstr ""
+msgstr "ERREUR : type d'action non pris en charge %d pour le paramètre 
positionnel %s\n"
 
 #: src/lib/ecore/ecore_getopt.c:2045 src/lib/ecore/ecore_getopt.c:2111
 msgid "ERROR: no parser provided.\n"
@@ -201,7 +199,7 @@ msgstr " Voir -%c.\n"
 
 #: src/lib/ecore/ecore_getopt.c:2151
 msgid "ERROR: invalid positional arguments found."
-msgstr ""
+msgstr "ERREUR : paramètres positionnels non valides détectées."
 
 #: src/lib/ecore/ecore_getopt.c:2186
 #, c-format
@@ -255,7 +253,7 @@ msgstr "Home"
 
 #: src/lib/elementary/elc_fileselector.c:1738
 msgid "Search"
-msgstr ""
+msgstr "Rechercher"
 
 #: src/lib/elementary/elc_fileselector.c:2012
 msgid "OK"
@@ -277,19 +275,19 @@ msgstr "État : désactivé"
 
 #: src/lib/elementary/elc_hoversel.c:652
 msgid "Hoversel"
-msgstr ""
+msgstr "Hoversel"
 
 #: src/lib/elementary/elc_multibuttonentry.c:682
 msgid "multi button entry label"
-msgstr ""
+msgstr "étiquette d'entrée à plusieurs boutons"
 
 #: src/lib/elementary/elc_multibuttonentry.c:704
 msgid "multi button entry item"
-msgstr ""
+msgstr "élément d'entrée à plusieurs boutons"
 
 #: src/lib/elementary/elc_multibuttonentry.c:1586
 msgid "multi button entry"
-msgstr ""
+msgstr "entrée à plusieurs boutons"
 
 #: src/lib/elementary/elc_naviframe.c:408
 #: src/lib/elementary/elc_naviframe.c:436
@@ -297,9 +295,8 @@ msgid "Title"
 msgstr "Titre"
 
 #: src/lib/elementary/elc_naviframe.c:415
-#, fuzzy
 msgid "Subtitle"
-msgstr "Titre"
+msgstr "Sous-titre"
 
 #: src/lib/elementary/elc_naviframe.c:968
 #: src/lib/elementary/elc_naviframe.c:1186
@@ -312,15 +309,15 @@ msgstr "Suivant"
 
 #: src/lib/elementary/elc_popup.c:320 src/lib/elementary/elc_popup.c:984
 msgid "Popup Title"
-msgstr "Titre du Popup"
+msgstr "Titre du pop-up"
 
 #: src/lib/elementary/elc_popup.c:330 src/lib/elementary/elc_popup.c:1060
 msgid "Popup Body Text"
-msgstr "Corps du texte du Popup"
+msgstr "Corps du texte du pop-up"
 
 #: src/lib/elementary/elc_popup.c:1836
 msgid "Alert"
-msgstr ""
+msgstr "Alerte"
 
 #: src/lib/elementary/elm_bubble.c:163
 msgid "Bubble"
@@ -355,29 +352,29 @@ msgstr "élément du calendrier"
 #: src/lib/elementary/elm_calendar.c:391
 #: src/lib/elementary/efl_ui_calendar.c:267
 msgid "calendar decrement month button"
-msgstr "bouton du mois précédent"
+msgstr "bouton de passage au mois précédent"
 
 #: src/lib/elementary/elm_calendar.c:397
 msgid "calendar decrement year button"
-msgstr "bouton de l'année précédente"
+msgstr "bouton de passage à l'année précédente"
 
 #: src/lib/elementary/elm_calendar.c:403
 #: src/lib/elementary/efl_ui_calendar.c:273
 msgid "calendar increment month button"
-msgstr "bouton du mois suivant"
+msgstr "bouton de passage au mois suivant"
 
 #: src/lib/elementary/elm_calendar.c:409
 msgid "calendar 

[EGIT] [apps/terminology] master 01/01: Updating french translation

2019-07-14 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=14d874f1498fe5ce48abdb4e98c49fb9653118aa

commit 14d874f1498fe5ce48abdb4e98c49fb9653118aa
Author: maxerba 
Date:   Mon Jul 8 21:19:17 2019 +0200

Updating french translation
---
 po/fr.po | 314 ---
 1 file changed, 160 insertions(+), 154 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index f279b4c..40dffee 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,15 +8,15 @@ msgstr ""
 "Project-Id-Version: terminology 0.6.99\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-04-01 18:18+0200\n"
-"PO-Revision-Date: 2015-02-11 17:42+\n"
-"Last-Translator: Eliovir \n"
+"PO-Revision-Date: 2019-07-03 13:36+0200\n"
+"Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Launchpad-Export-Date: 2015-02-14 12:32+\n"
-"X-Generator: Launchpad (build 17341)\n"
+"X-Generator: Poedit 2.2.1\n"
 
 #: src/bin/controls.c:324
 msgid "Controls"
@@ -28,11 +28,11 @@ msgstr "Nouveau"
 
 #: src/bin/controls.c:347
 msgid "Split V"
-msgstr "Fractionner v"
+msgstr "Scinder V"
 
 #: src/bin/controls.c:350
 msgid "Split H"
-msgstr "Fractionner H"
+msgstr "Scinder H"
 
 #: src/bin/controls.c:357
 msgid "Miniview"
@@ -40,7 +40,7 @@ msgstr "Mini-vue"
 
 #: src/bin/controls.c:364 src/bin/win.c:4323
 msgid "Set title"
-msgstr ""
+msgstr "Définir le titre"
 
 #: src/bin/controls.c:375 src/bin/termio.c:1073 src/bin/termio.c:4097
 msgid "Copy"
@@ -72,7 +72,7 @@ msgid ""
 "clause BSD license detailed below:%s"
 msgstr ""
 "Terminology %sPourquoi les terminaux devraient être ennuyeux ?"
-"Ce terminal a été écrit pour Enlightenment, pour utiliser EFL et "
+"Ce terminal a été écrit pour Enlightenment, pour utiliser les EFL et "
 "repousser les limites de ce que devrait être un terminal moderne. Nous "
 "espérons que vous l'apprécierez.Copyright © 2012-%d par :"
 "%sDistribué sous licence BSD 2-clauses détaillée ci-dessous :"
@@ -100,15 +100,15 @@ msgstr "Défilement d'une ligne vers le bas"
 
 #: src/bin/keyin.c:659
 msgid "Go to the top of the backlog"
-msgstr ""
+msgstr "Aller au début de l'historique"
 
 #: src/bin/keyin.c:660
 msgid "Reset scroll"
-msgstr ""
+msgstr "Réinitialiser le défilement"
 
 #: src/bin/keyin.c:662
 msgid "Copy/Paste"
-msgstr "Copier/coller"
+msgstr "Copier / Coller"
 
 #: src/bin/keyin.c:663
 msgid "Copy selection to Primary buffer"
@@ -124,43 +124,43 @@ msgstr "Coller le tampon primaire (surligné)"
 
 #: src/bin/keyin.c:666
 msgid "Paste Clipboard buffer (ctrl+c/v)"
-msgstr "Coller le tampon du presse-papier (CTRL+c/v)"
+msgstr "Coller le tampon du presse-papier (Ctrl+c/v)"
 
 #: src/bin/keyin.c:668
 msgid "Splits/Tabs"
-msgstr "Partitions/Onglets"
+msgstr "Scissions / Onglets"
 
 #: src/bin/keyin.c:669
 msgid "Focus the previous terminal"
-msgstr ""
+msgstr "Focus sur le terminal précédent"
 
 #: src/bin/keyin.c:670
 msgid "Focus the next terminal"
-msgstr ""
+msgstr "Focus sur le terminal suivant"
 
 #: src/bin/keyin.c:671
 msgid "Focus the terminal above"
-msgstr ""
+msgstr "Focus sur le terminal au-dessus"
 
 #: src/bin/keyin.c:672
 msgid "Focus the terminal below"
-msgstr ""
+msgstr "Focus sur le terminal au-dessous"
 
 #: src/bin/keyin.c:673
 msgid "Focus the terminal on the left"
-msgstr ""
+msgstr "Focus sur le terminal à gauche"
 
 #: src/bin/keyin.c:674
 msgid "Focus the terminal on the right"
-msgstr ""
+msgstr "Focus sur le terminal à droite"
 
 #: src/bin/keyin.c:675
 msgid "Split horizontally (new below)"
-msgstr "Partitionner horizontalement (nouveau en-dessous)"
+msgstr "Scinder horizontalement (nouveau en-dessous)"
 
 #: src/bin/keyin.c:676
 msgid "Split vertically (new on right)"
-msgstr "Partitionner verticalement (nouveau à droite)"
+msgstr "Scinder verticalement (nouveau à droite)"
 
 #: src/bin/keyin.c:677
 msgid "Create a new \"tab\""
@@ -168,59 +168,59 @@ msgstr "Créer une nouvel onglet"
 
 #: src/bin/keyin.c:678
 msgid "Close the focused terminal"
-msgstr ""
+msgstr "Fermer le terminal focalisé"
 
 #: src/bin/keyin.c:679
 msgid "Bring up \"tab\" switcher"
-msgstr ""
+msgstr "Afficher le sélecteur d'onglet"
 
 #: src/bin/keyin.c:680
 msgid "Switch to terminal tab 1"
-msgstr ""
+msgstr "Passer à l'onglet 1"
 
 #: src/bin/keyin.c:681
 msgid "Switch to terminal tab 2"
-msgstr ""
+msgstr "Passer à l'onglet 2"
 
 #: src/bin/keyin.c:682
 msgid "Switch to terminal tab 3"
-msgstr ""
+msgstr "Passer à l'onglet 3"
 
 #: src/bin/keyin.c:683
 msgid "Switch to terminal tab 4"
-msgstr ""
+msgstr "Passer à l'onglet 4"
 
 #: src/bin/keyin.c:684
 msgid "Switch to terminal tab 5"
-msgstr ""
+msgstr "Passer à l'onglet 5"
 
 #: src/bin/keyin.c:685
 msgid "Switch to terminal tab 6"
-msgstr ""
+msgstr "Passer à l'onglet 6"
 
 #: src/bin/keyin.c:686
 msgid "Switch to terminal tab 7"
-msgstr ""
+msgstr "Passer 

[EGIT] [core/enlightenment] master 01/01: Updating french translation

2019-07-08 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=afc1f44ac7d9349432c75c455100b93bea70fea6

commit afc1f44ac7d9349432c75c455100b93bea70fea6
Author: maxerba 
Date:   Mon Jul 8 21:15:00 2019 +0200

Updating french translation
---
 data/config/tiling/profile.desktop|  2 +-
 po/fr.po  | 95 ---
 src/modules/fileman/module.desktop|  2 +-
 src/modules/fileman_opinfo/module.desktop |  2 +-
 4 files changed, 51 insertions(+), 50 deletions(-)

diff --git a/data/config/tiling/profile.desktop 
b/data/config/tiling/profile.desktop
index 6b3237351..276d72c9d 100644
--- a/data/config/tiling/profile.desktop
+++ b/data/config/tiling/profile.desktop
@@ -11,7 +11,7 @@ Name[ru]=Мозаичный режим (Стандартный Enlightenment)
 Name[tr]=Döşeme (Standard Enlightenment)
 Comment=Tiling window management configuration for devices with keyboards and 
micelike your average PC Desktop, Laptop or Netbookwith Enlightenment's 
traditional keyboard bindingsand mouse controls.Default tiling bindings 
are: Win-key + Space, arrows, and left mouse button.See the module settings 
for more information.
 Comment[ca]=Mosaic per la configuració de la gestió de finestres per 
dispositius amb teclats i ratolins com ara PC d'escriptori, portàtil o 
netbookamb associacions de tecles típiques d'EnlightenmentTecles 
d'accés ràpid per defecte són: Tecla Win + Espai, fletxes i botó esquerre del 
ratolí Veure la configuració del mòdul per obtenir més informació.
-Comment [fr]=Gestion de la mosaïque des fenêtres pour les machines avec 
clavier etsouris comme les PC de bureau et les portables,offrant 
raccourcis et contrôles traditionnels.Les raccourcis de pavage par défaut 
sont : Win+Barre d'espace, flèches, et bouton gauche de la souris.Voir les 
paramètres du module pour plus d'information.
+Comment[fr]=Gestion de la juxtaposition des fenêtres pour les machines avec 
clavier etsouris comme les PC de bureau et les portables,offrant 
raccourcis et contrôles traditionnels.Les raccourcis de pavage par défaut 
sont : Win+Barre d'espace, flèches, et bouton gauche de la souris.Voir les 
paramètres du module pour plus d'information.
 Comment[it]=Configurazione con finestre in griglia per dispositivi con 
tastiere e mousecome i normali PC Desktop, Laptop o Netbookcon le 
tradizionali scorciatoie di tastiera e controllidel mouse di 
Enlightenment.Le associazioni di tasti predefinite proprie di questa 
modalità sono:Tasto-windows + spazio, frecce, e tasto sinistro del 
mouse.Vedere le impostazioni del modulo Tiling per maggiori informazioni.
 Comment[ms]=Konfigurasi pengurusan tetingkap berjubin untuk peranti dengan 
papan kekunci dan tetikusseperti Komputer Desktop, Komputer Riba atau 
Netbook andadengan pengikatan papan kekunci tradisional 
Enlightenmentdan kawalan tetikus.Pengikatan penjubinan lalai adalah: 
Win-key + Space, anak panah, dan butang tetikus kiri.Sila rujuk tetapan 
modul untuk maklumat lanjut.
 Comment[ru]=Конфигурация с мозаичным режимом управления окнамипригодная 
для устройств с клавиатурой и мышью,таких как обычный компьютер или 
ноутбук,с традиционными для Enlightenment'а сочетаниямиклавиш и 
управлением мышью.Комбинации клавиш для мозаичного режима по 
умолчанию:Кнопка Win + пробел, стрелки и левая кнопка мыши.
diff --git a/po/fr.po b/po/fr.po
index e9faea740..bbd35e072 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -18,7 +18,7 @@ msgstr ""
 "Project-Id-Version: Enlightenment DR17\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-04-01 18:48+0200\n"
-"PO-Revision-Date: 2019-06-18 18:42+0200\n"
+"PO-Revision-Date: 2019-06-26 17:27+0200\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -27,7 +27,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
 "X-Launchpad-Export-Date: 2014-09-07 06:08+\n"
-"X-Generator: Poedit 2.2.1\n"
+"X-Generator: Poedit 2.0.6\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
 #: src/bin/e_about.c:17
@@ -564,27 +564,27 @@ msgstr "Écran"
 
 #: src/bin/e_actions.c:3542
 msgid "Send Mouse To Screen 0"
-msgstr "Envoyer le curseur à l'écran 0"
+msgstr "Envoyer le pointeur à l'écran 0"
 
 #: src/bin/e_actions.c:3544
 msgid "Send Mouse To Screen 1"
-msgstr "Envoyer le curseur à l'écran 1"
+msgstr "Envoyer le pointeur à l'écran 1"
 
 #: src/bin/e_actions.c:3546
 msgid "Send Mouse To Screen..."
-msgstr "Envoyer le curseur à l'écran …"
+msgstr "Envoyer le pointeur à l'écran …"
 
 #: src/bin/e_actions.c:3552
 msgid "Send Mouse Forward 1 Screen"
-msgstr "Envoyer le curseur à l'écran suivant"
+msgstr "Envoyer le pointeur à l'écran suivant"
 
 #: src/bin/e_actions.c:3554
 msgid "Send Mouse Back 1 Screen"
-msgstr "Envoyer le curseur à l'écran précédent"
+msgstr "Envoyer le pointeur à l'écran précédent"
 
 #: src/bin/e_actions.c:3556
 msgid "Send Mouse Forward/Back Screens..."
-msgstr "Envoyer le curseur … écrans 

[EGIT] [core/enlightenment] master 01/01: Updating french translation

2019-06-14 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=4d6a47374f3d186ca58ed6c68f3c8d13f685b35c

commit 4d6a47374f3d186ca58ed6c68f3c8d13f685b35c
Author: maxerba 
Date:   Fri Jun 14 23:02:49 2019 +0200

Updating french translation
---
 data/config/tiling/profile.desktop |  2 ++
 po/fr.po   | 66 ++
 2 files changed, 33 insertions(+), 35 deletions(-)

diff --git a/data/config/tiling/profile.desktop 
b/data/config/tiling/profile.desktop
index 433d364a9..6b3237351 100644
--- a/data/config/tiling/profile.desktop
+++ b/data/config/tiling/profile.desktop
@@ -4,12 +4,14 @@ Name=Tiling (Standard Enlightenment)
 Name[ca]=Mosaic (Standard Enlightenment)
 Name[de]=Kacheln (Vorgabe Enlightenment)
 Name[fi]=Limittävä (Tavallinen Enlightenment)
+Name[fr]=Pavage (Enlightenment standard)
 Name[it]=Tiling (a piastrelle)
 Name[ms]=Penjubinan (Enlightenment Piawai)
 Name[ru]=Мозаичный режим (Стандартный Enlightenment)
 Name[tr]=Döşeme (Standard Enlightenment)
 Comment=Tiling window management configuration for devices with keyboards and 
micelike your average PC Desktop, Laptop or Netbookwith Enlightenment's 
traditional keyboard bindingsand mouse controls.Default tiling bindings 
are: Win-key + Space, arrows, and left mouse button.See the module settings 
for more information.
 Comment[ca]=Mosaic per la configuració de la gestió de finestres per 
dispositius amb teclats i ratolins com ara PC d'escriptori, portàtil o 
netbookamb associacions de tecles típiques d'EnlightenmentTecles 
d'accés ràpid per defecte són: Tecla Win + Espai, fletxes i botó esquerre del 
ratolí Veure la configuració del mòdul per obtenir més informació.
+Comment [fr]=Gestion de la mosaïque des fenêtres pour les machines avec 
clavier etsouris comme les PC de bureau et les portables,offrant 
raccourcis et contrôles traditionnels.Les raccourcis de pavage par défaut 
sont : Win+Barre d'espace, flèches, et bouton gauche de la souris.Voir les 
paramètres du module pour plus d'information.
 Comment[it]=Configurazione con finestre in griglia per dispositivi con 
tastiere e mousecome i normali PC Desktop, Laptop o Netbookcon le 
tradizionali scorciatoie di tastiera e controllidel mouse di 
Enlightenment.Le associazioni di tasti predefinite proprie di questa 
modalità sono:Tasto-windows + spazio, frecce, e tasto sinistro del 
mouse.Vedere le impostazioni del modulo Tiling per maggiori informazioni.
 Comment[ms]=Konfigurasi pengurusan tetingkap berjubin untuk peranti dengan 
papan kekunci dan tetikusseperti Komputer Desktop, Komputer Riba atau 
Netbook andadengan pengikatan papan kekunci tradisional 
Enlightenmentdan kawalan tetikus.Pengikatan penjubinan lalai adalah: 
Win-key + Space, anak panah, dan butang tetikus kiri.Sila rujuk tetapan 
modul untuk maklumat lanjut.
 Comment[ru]=Конфигурация с мозаичным режимом управления окнамипригодная 
для устройств с клавиатурой и мышью,таких как обычный компьютер или 
ноутбук,с традиционными для Enlightenment'а сочетаниямиклавиш и 
управлением мышью.Комбинации клавиш для мозаичного режима по 
умолчанию:Кнопка Win + пробел, стрелки и левая кнопка мыши.
diff --git a/po/fr.po b/po/fr.po
index 058a1191c..bf9f7439e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,4 +1,4 @@
-# French translation for Enlightenment DR 0.17 to DR 0.23 series.
+# French translation for Enlightenment DR 0.23 series.
 # This file is put in the public domain.
 #
 # Vincent 'Caro' Torri , 2005.
@@ -18,7 +18,7 @@ msgstr ""
 "Project-Id-Version: Enlightenment DR17\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-04-01 18:48+0200\n"
-"PO-Revision-Date: 2019-06-12 09:25+0200\n"
+"PO-Revision-Date: 2019-06-14 07:40+0200\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -1411,25 +1411,22 @@ msgstr "Erreur d'exécution"
 
 #: src/bin/e_exec.c:446
 msgid "Enlightenment was unable to get current directory"
-msgstr "Enlightenment est dans l'incapacité de déterminer le dossier courant"
+msgstr "Enlightenment est incapable de déterminer le dossier courant"
 
 #: src/bin/e_exec.c:454
 #, c-format
 msgid "Enlightenment was unable to change to directory:%s"
-msgstr ""
-"Enlightenment est dans l'incapacité de changer de dossier vers :%s"
+msgstr "Enlightenment est incapable de changer de dossier vers :%s"
 
 #: src/bin/e_exec.c:465
 #, c-format
 msgid "Enlightenment was unable to restore to directory:%s"
-msgstr ""
-"Enlightenment est dans l'incapacité de revenir au dossier :%s"
+msgstr "Enlightenment est incapable de revenir au dossier :%s"
 
 #: src/bin/e_exec.c:524
 #, c-format
 msgid "Enlightenment was unable to fork a child process:%s"
-msgstr ""
-"Enlightenment est dans l'incapacité de cloner un processus fils :%s"
+msgstr "Enlightenment est incapable de cloner un processus fils :%s"
 
 #: src/bin/e_exec.c:713
 msgid "Application run error"
@@ -1441,8 +1438,8 @@ msgid ""
 "Enlightenment was unable to 

[EGIT] [apps/terminology] master 01/01: Updating italian translation

2019-06-06 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=8f0cc2f7aacc186f34c4d6000797b449d9716933

commit 8f0cc2f7aacc186f34c4d6000797b449d9716933
Author: maxerba 
Date:   Thu Jun 6 20:30:02 2019 +0200

Updating italian translation
---
 po/it.po | 392 +--
 1 file changed, 206 insertions(+), 186 deletions(-)

diff --git a/po/it.po b/po/it.po
index 64dfc1f..f88c79d 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: terminology 0.6.99\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-01 18:18+0200\n"
-"PO-Revision-Date: 2018-04-01 18:27+0200\n"
+"POT-Creation-Date: 2019-06-06 20:25+0200\n"
+"PO-Revision-Date: 2019-06-06 20:29+0200\n"
 "Last-Translator: Massimo Maiurana \n"
 "Language-Team: [Language]\n"
 "Language: it\n"
@@ -16,47 +16,47 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/bin/controls.c:324
+#: src/bin/controls.c:334
 msgid "Controls"
 msgstr "Controlli"
 
-#: src/bin/controls.c:340
+#: src/bin/controls.c:350
 msgid "New"
 msgstr "Nuovo"
 
-#: src/bin/controls.c:347
+#: src/bin/controls.c:357
 msgid "Split V"
 msgstr "Dividi V"
 
-#: src/bin/controls.c:350
+#: src/bin/controls.c:360
 msgid "Split H"
 msgstr "Dividi O"
 
-#: src/bin/controls.c:357
+#: src/bin/controls.c:367
 msgid "Miniview"
 msgstr "Miniature schede"
 
-#: src/bin/controls.c:364 src/bin/win.c:4323
+#: src/bin/controls.c:374 src/bin/win.c:4359
 msgid "Set title"
 msgstr "Imposta titolo"
 
-#: src/bin/controls.c:375 src/bin/termio.c:1073 src/bin/termio.c:4097
+#: src/bin/controls.c:385 src/bin/termio.c:1194 src/bin/termio.c:2563
 msgid "Copy"
 msgstr "Copia"
 
-#: src/bin/controls.c:381
+#: src/bin/controls.c:391
 msgid "Paste"
 msgstr "Incolla"
 
-#: src/bin/controls.c:387
+#: src/bin/controls.c:397
 msgid "Settings"
 msgstr "Impostazioni"
 
-#: src/bin/controls.c:393
+#: src/bin/controls.c:403
 msgid "About"
 msgstr "Informazioni"
 
-#: src/bin/controls.c:403
+#: src/bin/controls.c:413
 msgid "Close Terminal"
 msgstr "Chiudi terminale"
 
@@ -76,251 +76,251 @@ msgstr ""
 "%sDistribuito nei termini della licenza '2-clause BSD' "
 "descritta sotto:%s"
 
-#: src/bin/keyin.c:654
+#: src/bin/keyin.c:655
 msgid "Scrolling"
 msgstr "Scrolling"
 
-#: src/bin/keyin.c:655
+#: src/bin/keyin.c:656
 msgid "Scroll one page up"
 msgstr "Scrolling di una pagina in su"
 
-#: src/bin/keyin.c:656
+#: src/bin/keyin.c:657
 msgid "Scroll one page down"
 msgstr "Scrolling di una pagina in giù"
 
-#: src/bin/keyin.c:657
+#: src/bin/keyin.c:658
 msgid "Scroll one line up"
 msgstr "Scrolling di una riga in su"
 
-#: src/bin/keyin.c:658
+#: src/bin/keyin.c:659
 msgid "Scroll one line down"
 msgstr "Scrolling di una riga in giù"
 
-#: src/bin/keyin.c:659
+#: src/bin/keyin.c:660
 msgid "Go to the top of the backlog"
 msgstr "Vai all'inizio del backlog"
 
-#: src/bin/keyin.c:660
+#: src/bin/keyin.c:661
 msgid "Reset scroll"
 msgstr "Reimposta scrolling"
 
-#: src/bin/keyin.c:662
+#: src/bin/keyin.c:663
 msgid "Copy/Paste"
 msgstr "Copia/Incolla"
 
-#: src/bin/keyin.c:663
+#: src/bin/keyin.c:664
 msgid "Copy selection to Primary buffer"
 msgstr "Copia la selezione nel buffer primario"
 
-#: src/bin/keyin.c:664
+#: src/bin/keyin.c:665
 msgid "Copy selection to Clipboard buffer"
 msgstr "Copia la selezione nel buffer degli appunti"
 
-#: src/bin/keyin.c:665
+#: src/bin/keyin.c:666
 msgid "Paste Primary buffer (highlight)"
 msgstr "Incolla il buffer primario (evidenziato)"
 
-#: src/bin/keyin.c:666
+#: src/bin/keyin.c:667
 msgid "Paste Clipboard buffer (ctrl+c/v)"
 msgstr "Incolla il buffer degli appunti (ctrl+c/v)"
 
-#: src/bin/keyin.c:668
+#: src/bin/keyin.c:669
 msgid "Splits/Tabs"
 msgstr "Suddivisioni/Schede"
 
-#: src/bin/keyin.c:669
+#: src/bin/keyin.c:670
 msgid "Focus the previous terminal"
 msgstr "Fuoco al terminale precedente"
 
-#: src/bin/keyin.c:670
+#: src/bin/keyin.c:671
 msgid "Focus the next terminal"
 msgstr "Fuoco al terminale successivo"
 
-#: src/bin/keyin.c:671
+#: src/bin/keyin.c:672
 msgid "Focus the terminal above"
 msgstr "Fuoco al terminale di sopra"
 
-#: src/bin/keyin.c:672
+#: src/bin/keyin.c:673
 msgid "Focus

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

2019-06-06 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=dc29ed49142aefc32cdc7dda7d79f2afd8193562

commit dc29ed49142aefc32cdc7dda7d79f2afd8193562
Author: maxerba 
Date:   Thu Jun 6 20:24:09 2019 +0200

Update italian translation
---
 po/it.po | 1035 ++
 1 file changed, 493 insertions(+), 542 deletions(-)

diff --git a/po/it.po b/po/it.po
index d33c874cb..0943be512 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-07 07:31+0100\n"
-"PO-Revision-Date: 2018-11-07 08:02+0100\n"
+"POT-Creation-Date: 2019-06-06 19:45+0200\n"
+"PO-Revision-Date: 2019-06-06 19:53+0200\n"
 "Last-Translator: Massimo Maiurana \n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -21,19 +21,19 @@ msgid "About Enlightenment"
 msgstr "Informazioni su Enlightenment"
 
 #: src/bin/e_about.c:20 src/bin/e_actions.c:2000 src/bin/e_actions.c:3290
-#: src/bin/e_config_dialog.c:284 src/bin/e_fm.c:1073
+#: src/bin/e_config_dialog.c:284 src/bin/e_fm.c:1096
 #: src/bin/e_int_client_menu.c:244 src/bin/e_int_client_prop.c:81
 #: src/bin/e_startup.c:155 src/bin/e_theme_about.c:22
 #: src/modules/conf/e_conf.c:158
 #: src/modules/conf_bindings/e_int_config_edgebindings.c:872
 #: src/modules/everything/evry_plug_windows.c:370
-#: src/modules/fileman/e_fwin.c:2591
+#: src/modules/fileman/e_fwin.c:2619
 msgid "Close"
 msgstr "Chiudi"
 
 #: src/bin/e_about.c:21 src/bin/e_actions.c:3718 src/bin/e_actions.c:3722
-#: src/bin/e_actions.c:3726 src/bin/e_init.c:92 src/bin/e_int_menus.c:241
-#: src/modules/conf_interaction/e_int_config_mouse.c:178
+#: src/bin/e_actions.c:3726 src/bin/e_init.c:92 src/bin/e_int_menus.c:246
+#: src/modules/conf_interaction/e_int_config_mouse.c:182
 #: src/modules/conf_window_remembers/e_int_config_remembers.c:243
 #: src/modules/wizard/page_000.c:35
 msgid "Enlightenment"
@@ -41,15 +41,11 @@ msgstr "Enlightenment"
 
 #: src/bin/e_about.c:26
 msgid ""
-"Copyright  2000-2017, by the Enlightenment Development TeamCopyright  2000-2019, by the Enlightenment Development TeamWe hope you enjoy using this software as much as we enjoyed "
 "writing it.To contact us please visit:http://www.;
 "enlightenment.org"
-msgstr ""
-"Copyright  2000-2017, dell'Enlightenment Development Team.Ci auguriamo che vi piacerà usare questo software tanto quanto a "
-"noi è piaciuto scriverlo.Per contattarci visitate:http://www.enlightenment.org"
+msgstr "Copyright  2000-2019, dell'Enlightenment Development 
Team.Ci auguriamo che vi piacerà usare questo software tanto 
quanto a noi è piaciuto scriverlo.Per contattarci 
visitate:http://www.enlightenment.org"
 
 #: src/bin/e_about.c:69
 msgid "The Team"
@@ -78,7 +74,7 @@ msgstr "Uccidi"
 #: src/bin/e_actions.c:357 src/bin/e_actions.c:2117 src/bin/e_actions.c:2208
 #: src/bin/e_actions.c:2268 src/bin/e_actions.c:2325 src/bin/e_actions.c:2387
 #: src/bin/e_actions.c:2489 src/bin/e_confirm_dialog.c:53
-#: src/bin/e_desklock.c:613 src/bin/e_fm.c:10671 src/bin/e_fm.c:11024
+#: src/bin/e_desklock.c:673 src/bin/e_fm.c:10695 src/bin/e_fm.c:11048
 #: src/bin/e_screensaver.c:255 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "No"
 msgstr "No"
@@ -87,7 +83,7 @@ msgstr "No"
 msgid "Action Params Syntax Error"
 msgstr "Errore di sintassi nei parametri dell'azione"
 
-#: src/bin/e_actions.c:2112 src/bin/e_actions.c:3722 src/bin/e_int_menus.c:275
+#: src/bin/e_actions.c:2112 src/bin/e_actions.c:3722 src/bin/e_int_menus.c:280
 msgid "Exit"
 msgstr "Esci"
 
@@ -97,7 +93,7 @@ msgstr "Siete sicuri di voler uscire da Enlightement?"
 
 #: src/bin/e_actions.c:2115 src/bin/e_actions.c:2206 src/bin/e_actions.c:2266
 #: src/bin/e_actions.c:2323 src/bin/e_actions.c:2385 src/bin/e_actions.c:2487
-#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:611 src/bin/e_fm.c:10674
+#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:671 src/bin/e_fm.c:10698
 #: src/bin/e_screensaver.c:253 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "Yes"
 msgstr "Sì"
@@ -169,7 +165,7 @@ msgstr "Da mouse a chiave"
 msgid "Window : Actions"
 msgstr "Finestre : Azioni"
 
-#: src/bin/e_actions.c:3250 src/bin/e_fm.c:11802
+#: src/bin/e_actions.c:3250 src/bin/e_fm.c:11826
 msgid "Move"
 msgstr "Sposta"
 
@@ -519,11 +515,11 @@ msgid "Switch To Desktop... (All Screens)"
 msgstr "Passa al desktop... (tutti gli schermi)"
 
 #: src/bin/e_actions.c:3531 src/bin/e_actions.c:3535
-#: src/modules/w

[EGIT] [core/enlightenment] master 01/01: Fix typos in messages

2019-05-25 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=e83259bccd201057dde5e8d9fac674becc57f424

commit e83259bccd201057dde5e8d9fac674becc57f424
Author: maxerba 
Date:   Sat May 25 21:43:24 2019 +0200

Fix typos in messages
---
 src/modules/mixer/gadget/backend.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/mixer/gadget/backend.c 
b/src/modules/mixer/gadget/backend.c
index 59e7d7acb..89c2e3d0a 100644
--- a/src/modules/mixer/gadget/backend.c
+++ b/src/modules/mixer/gadget/backend.c
@@ -315,7 +315,7 @@ _actions_unregister(void)
if (_action_incr_app)
  {
 e_action_predef_name_del("Mixer",
- _("Increase Volume of Focuse Application"));
+ _("Increase Volume of Focused Application"));
 e_action_del("volume_increase_app");
 _action_incr_app = NULL;
  }
@@ -323,7 +323,7 @@ _actions_unregister(void)
if (_action_decr_app)
  {
 e_action_predef_name_del("Mixer",
- _("Decrease Volume of Focuse Application"));
+ _("Decrease Volume of Focused Application"));
 e_action_del("volume_decrease_app");
 _action_decr_app = NULL;
  }
@@ -331,7 +331,7 @@ _actions_unregister(void)
if (_action_mute_app)
  {
 e_action_predef_name_del("Mixer",
- _("Mute Volume of Focuse Application"));
+ _("Mute Volume of Focused Application"));
 e_action_del("volume_mute_app");
 _action_mute_app = NULL;
  }

-- 




Re: [E-devel] [Enlightenment-intl] Missing da.po in EFL 1.20.7 release

2018-03-01 Thread Massimo Maiurana
Oh, I see now. Well, I don't follow all releases so I think I'll keep
committing to master, even if a minor release doesn't contain
translation updates it should not be a big problem :)

Thanks
Massimo

Stefan Schmidt ha scritto il 01/03/2018 alle 13:15:
> Hello.
> 
> 
> On 03/01/2018 01:02 PM, Massimo Maiurana wrote:
>> I don't know why that translation was not included in release tag, I
>> usually commit all files in git master. I include the devel list in
>> recipients.
> 
> 1.20.7 is done from the efl-1.20 branch as it is only a stable update to the 
> major 1.20 release.
> 
> If you commit files to master but not the stable branch they will only show 
> up in the next major release which will be 1.21
> 
> If you wanted to get translation updates into the stable updates (which is 
> fine from my side)you would need to backport them into the stable
> branch.
> 
> regards
> Stefan Schmidt
> 
> 
>> Massimo
>>
>> scootergrisen ha scritto il 01/03/2018 alle 11:24:
>>> I just got e-mail with topic:
>>> [Enlightenment-release] EFL 1.20.7 release
>>>
>>> But danish translation is not included (da.po).
>>> Why not?
>>>
>>> I think i sent it months ago.
>>> https://git.enlightenment.org/core/efl.git/tree/po
>>> https://git.enlightenment.org/core/efl.git/commit/?id=9e98ddb63b2795e38ad2873455ebc3b0295f36f9
>>>
> 


-- 
Massimo Maiurana
Ragusa (RG)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Enlightenment-intl] Missing da.po in EFL 1.20.7 release

2018-03-01 Thread Massimo Maiurana
I don't know why that translation was not included in release tag, I
usually commit all files in git master. I include the devel list in
recipients.

Massimo

scootergrisen ha scritto il 01/03/2018 alle 11:24:
> I just got e-mail with topic:
> [Enlightenment-release] EFL 1.20.7 release
> 
> But danish translation is not included (da.po).
> Why not?
> 
> I think i sent it months ago.
> https://git.enlightenment.org/core/efl.git/tree/po
> https://git.enlightenment.org/core/efl.git/commit/?id=9e98ddb63b2795e38ad2873455ebc3b0295f36f9
> 
> 
> --
> 
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Enlightenment-intl mailing list
> enlightenment-i...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-intl


-- 
Massimo Maiurana
Ragusa (RG)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[EGIT] [apps/terminology] master 01/01: Updating italian translation

2017-08-02 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=5b7ecc369b20415e815dd92a8571a336a189e02d

commit 5b7ecc369b20415e815dd92a8571a336a189e02d
Author: maxerba 
Date:   Wed Aug 2 22:08:54 2017 +0200

Updating italian translation
---
 po/it.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/it.po b/po/it.po
index 09ad60d..c00bf33 100644
--- a/po/it.po
+++ b/po/it.po
@@ -494,7 +494,7 @@ msgstr "Avvia sempre con queste dimensioni:"
 
 #: src/bin/options_behavior.c:360
 msgid "Set Current:"
-msgstr ""
+msgstr "Impostazioni attuali:"
 
 #: src/bin/options_behavior.c:213
 msgid "Width:"

-- 




[EGIT] [apps/terminology] master 01/01: New danish translation

2017-07-31 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=dd151b1117b603ec378fbb9e1445f0bf7561a179

commit dd151b1117b603ec378fbb9e1445f0bf7561a179
Author: maxerba 
Date:   Mon Jul 31 22:33:14 2017 +0200

New danish translation
---
 po/LINGUAS |   2 +-
 po/da.po   | 885 +
 2 files changed, 886 insertions(+), 1 deletion(-)

diff --git a/po/LINGUAS b/po/LINGUAS
index cfc6ed7..d40b63c 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1 +1 @@
-ca de el eo es fi fr hi it ko ms sl sr tr vi
+ca da de el eo es fi fr hi it ko ms sl sr tr vi
diff --git a/po/da.po b/po/da.po
new file mode 100644
index 000..450ba86
--- /dev/null
+++ b/po/da.po
@@ -0,0 +1,885 @@
+# Danish translation for Terminology
+# Copyright (C) 2017 Terminology development team
+# This file is distributed under the same license as the terminology package.
+# scootergrisen, 2017.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: terminology 0.8.99\n"
+"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2015-09-05 14:06+0200\n"
+"PO-Revision-Date: 2017-07-31 00:00+\n"
+"Last-Translator: scootergrisen\n"
+"Language-Team: Danish\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/bin/controls.c:247
+msgid "Controls"
+msgstr "Styringer"
+
+#: src/bin/controls.c:263
+msgid "New"
+msgstr "Ny"
+
+#: src/bin/controls.c:269
+msgid "Split V"
+msgstr "Opdel lodret"
+
+#: src/bin/controls.c:271
+msgid "Split H"
+msgstr "Opdel vandret"
+
+#: src/bin/controls.c:277
+msgid "Miniview"
+msgstr "Minivisning"
+
+#: src/bin/controls.c:287 src/bin/termio.c:950 src/bin/termio.c:4108
+msgid "Copy"
+msgstr "Kopiér"
+
+#: src/bin/controls.c:293
+msgid "Paste"
+msgstr "Indsæt"
+
+#: src/bin/controls.c:299
+msgid "Settings"
+msgstr "Indstillinger"
+
+#: src/bin/controls.c:305
+msgid "About"
+msgstr "Om"
+
+#: src/bin/controls.c:315
+msgid "Close Terminal"
+msgstr "Luk terminal"
+
+#: src/bin/about.c:56
+#, c-format
+msgid ""
+"Terminology %sWhy should terminals be boring?This "
+"terminal was written for Enlightenment, to use EFL and otherwise push the "
+"boundaries of what a modern terminal emulator should be. We hope you enjoy "
+"it.Copyright © 2012-%d by:%sDistributed under the "
+"2-clause BSD license detailed below:%s"
+msgstr ""
+"Terminology %sHvorfor skal terminaler være kedelige?Denne "
+"terminal blev skrevet til Enlightenment, til at bruge EFL og på andre måder "
+"at skubbe grænserne for hvad en moderne terminalemulator skal være. Vil "
+"håber at du får glæde af den.Ophavsret © 2012-%d "
+"af:%sDistribueret under den 2.-klausul BSD-licens detaljeret "
+"nedenfor:%s"
+
+#: src/bin/keyin.c:543
+msgid "Scrolling"
+msgstr "Rulning"
+
+#: src/bin/keyin.c:544
+msgid "Scroll one page up"
+msgstr "Rul en side op"
+
+#: src/bin/keyin.c:545
+msgid "Scroll one page down"
+msgstr "Rul en side ned"
+
+#: src/bin/keyin.c:546
+msgid "Scroll one line up"
+msgstr "Rul en linje op"
+
+#: src/bin/keyin.c:547
+msgid "Scroll one line down"
+msgstr "Rul en linje ned"
+
+#: src/bin/keyin.c:549
+msgid "Copy/Paste"
+msgstr "Kopiér/indsæt"
+
+#: src/bin/keyin.c:550
+msgid "Copy selection to Primary buffer"
+msgstr "Kopiér markering til primær buffer"
+
+#: src/bin/keyin.c:551
+msgid "Copy selection to Clipboard buffer"
+msgstr "Kopiér markering til udklipsholderens buffer"
+
+#: src/bin/keyin.c:552
+msgid "Paste Primary buffer (highlight)"
+msgstr "Indsæt primær buffer (fremhæv)"
+
+#: src/bin/keyin.c:553
+msgid "Paste Clipboard buffer (ctrl+c/v)"
+msgstr "Indsæt udklipsholderens buffer (ctrl+c/v)"
+
+#: src/bin/keyin.c:555
+msgid "Splits/Tabs"
+msgstr "Opdelinger/faneblade"
+
+#: src/bin/keyin.c:556
+msgid "Focus to the previous terminal"
+msgstr "Fokus til den forrige terminal"
+
+#: src/bin/keyin.c:557
+msgid "Focus to the next terminal"
+msgstr "Fokus til den næste terminal"
+
+#: src/bin/keyin.c:558
+msgid "Split horizontally (new below)"
+msgstr "Opdel vandret (ny nedenfor)"
+
+#: src/bin/keyin.c:559
+msgid "Split vertically (new on right)"
+msgstr "Opdel lodret (ny til højre)"
+
+#: src/bin/keyin.c:560
+msgid "Create a new \"tab\""
+msgstr "Opret et nyt \"faneblad\""
+
+#: src/bin/keyin.c:561
+msgid "Close the focused terminal"
+msgstr "Luk den fokuserede terminal"
+
+#: src/bin/keyin.c:562
+msgid "Bring up \"tab\" switcher"
+msgstr "Frembring \"faneblad\"-skifter"
+
+#: src/bin/keyin.c:563
+msgid "Switch to terminal tab 1"
+msgstr "Skift til terminal-faneblade 1"
+
+#: src/bin/keyin.c:564
+msgid "Switch to terminal tab 2"
+msgstr "Skift til terminal-faneblade 2"
+
+#: src/bin/keyin.c:565
+msgid "Switch to terminal tab 3"
+msgstr "Skift til terminal-faneblade 3"
+
+#: src/bin/keyin.c:566
+msgid "Switch to terminal tab 4"
+msgstr "Skift til terminal-faneblade 4"
+
+#: 

Re: [E-devel] Unwanted artifacts on clock

2017-05-06 Thread Massimo Maiurana
I've always thought those "artifacts" was intended, and I also like them :)

Bye
Massimo

William L. Thomson Jr. ha scritto il 06/05/2017 alle 17:48:
> This is ridiculous. The default theme makes the clock look bad. I
> opened a bug on such. I also recently found at least 1 way to fix such
> ugly issues.
> 
> I do not appreciate the ticket having been closed twice now over
> semantics. This is a valid bug. The clock looks horrible by default. As
> seen in the attached screenshot.
> 
> https://phab.enlightenment.org/T5375
> 
> This is a valid bug/issue and should not be closed till resolved in
> the current theme.
> 
> 
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> 
> 
> 
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
Massimo Maiurana
Ragusa (RG)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[EGIT] [core/enlightenment] master 01/01: Updating italian translation

2017-01-01 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=851286ac48dfeb145aed9708ef03e2139017779f

commit 851286ac48dfeb145aed9708ef03e2139017779f
Author: maxerba <maiur...@gmail.com>
Date:   Sun Jan 1 16:49:55 2017 +0100

Updating italian translation
---
 po/it.po | 632 +--
 1 file changed, 369 insertions(+), 263 deletions(-)

diff --git a/po/it.po b/po/it.po
index 6272385..668d080 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2016-11-06 16:18+0100\n"
-"PO-Revision-Date: 2016-11-06 21:06+0100\n"
+"POT-Creation-Date: 2017-01-01 14:18+0100\n"
+"PO-Revision-Date: 2017-01-01 16:47+0100\n"
 "Last-Translator: Massimo Maiurana <maiur...@gmail.com>\n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -71,14 +71,14 @@ msgid "Are you sure you want to kill this window?"
 msgstr "Siete sicuri di voler uccidere questa finestra?"
 
 #: src/bin/e_actions.c:355 src/bin/e_actions.c:3036
-#: src/bin/e_int_client_menu.c:851
+#: src/bin/e_int_client_menu.c:853
 msgid "Kill"
 msgstr "Uccidi"
 
 #: src/bin/e_actions.c:357 src/bin/e_actions.c:2062 src/bin/e_actions.c:2153
 #: src/bin/e_actions.c:2213 src/bin/e_actions.c:2270 src/bin/e_actions.c:2332
 #: src/bin/e_actions.c:2422 src/bin/e_confirm_dialog.c:53
-#: src/bin/e_desklock.c:589 src/bin/e_fm.c:10669 src/bin/e_fm.c:11022
+#: src/bin/e_desklock.c:592 src/bin/e_fm.c:10669 src/bin/e_fm.c:11022
 #: src/bin/e_screensaver.c:202 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "No"
 msgstr "No"
@@ -97,7 +97,7 @@ msgstr "Siete sicuri di voler uscire da Enlightement?"
 
 #: src/bin/e_actions.c:2060 src/bin/e_actions.c:2151 src/bin/e_actions.c:2211
 #: src/bin/e_actions.c:2268 src/bin/e_actions.c:2330 src/bin/e_actions.c:2420
-#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10672
+#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:590 src/bin/e_fm.c:10672
 #: src/bin/e_screensaver.c:200 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "Yes"
 msgstr "Sì"
@@ -179,12 +179,12 @@ msgstr "Menù"
 msgid "Window Menu"
 msgstr "Menù finestra"
 
-#: src/bin/e_actions.c:3021 src/bin/e_int_client_menu.c:1393
+#: src/bin/e_actions.c:3021 src/bin/e_int_client_menu.c:1395
 #: src/modules/winlist/e_int_config_winlist.c:208
 msgid "Raise"
 msgstr "Eleva"
 
-#: src/bin/e_actions.c:3026 src/bin/e_int_client_menu.c:1401
+#: src/bin/e_actions.c:3026 src/bin/e_int_client_menu.c:1403
 msgid "Lower"
 msgstr "Abbassa"
 
@@ -224,24 +224,24 @@ msgstr "Commuta stato a tutto schermo"
 msgid "Fullscreen Mode Enable"
 msgstr "Attiva stato a tutto schermo"
 
-#: src/bin/e_actions.c:3068 src/bin/e_int_client_menu.c:438
-#: src/bin/e_int_client_menu.c:746
+#: src/bin/e_actions.c:3068 src/bin/e_int_client_menu.c:440
+#: src/bin/e_int_client_menu.c:748
 msgid "Maximize"
 msgstr "Massimizza"
 
-#: src/bin/e_actions.c:3070 src/bin/e_int_client_menu.c:449
+#: src/bin/e_actions.c:3070 src/bin/e_int_client_menu.c:451
 msgid "Maximize Vertically"
 msgstr "Massimizza verticalmente"
 
-#: src/bin/e_actions.c:3073 src/bin/e_int_client_menu.c:460
+#: src/bin/e_actions.c:3073 src/bin/e_int_client_menu.c:462
 msgid "Maximize Horizontally"
 msgstr "Massimizza orizzontalmente"
 
-#: src/bin/e_actions.c:3076 src/bin/e_int_client_menu.c:471
+#: src/bin/e_actions.c:3076 src/bin/e_int_client_menu.c:473
 msgid "Maximize Left"
 msgstr "Massimizza verso sinistra"
 
-#: src/bin/e_actions.c:3079 src/bin/e_int_client_menu.c:482
+#: src/bin/e_actions.c:3079 src/bin/e_int_client_menu.c:484
 msgid "Maximize Right"
 msgstr "Massimizza verso destra"
 
@@ -798,7 +798,7 @@ msgstr "Iberna intelligentemente"
 msgid "Lock"
 msgstr "Blocca"
 
-#: src/bin/e_actions.c:3519 src/bin/e_int_menus.c:1505
+#: src/bin/e_actions.c:3519 src/bin/e_int_menus.c:1508
 msgid "Cleanup Windows"
 msgstr "Ordina Finestre"
 
@@ -830,11 +830,11 @@ msgstr "Layout di tastiera precedente"
 msgid "Set As Background"
 msgstr "Imposta come sfondo"
 
-#: src/bin/e_client.c:4356
+#: src/bin/e_client.c:4760
 msgid "Client Error!"
 msgstr "Errore del client!"
 
-#: src/bin/e_client.c:4356
+#: src/bin/e_client.c:4760
 msgid "Something has attempted to set a border when it shouldn't! Report this!"
 msgstr "Qualcosa ha tentato indebitamente di impostare un b

[EGIT] [core/efl] master 01/01: Updating italian translation

2017-01-01 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=18fb9018f1e4994dd752e685144979ad9dc7fd6f

commit 18fb9018f1e4994dd752e685144979ad9dc7fd6f
Author: maxerba <maiur...@gmail.com>
Date:   Sun Jan 1 16:30:36 2017 +0100

Updating italian translation
---
 po/it.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/it.po b/po/it.po
index 1d5de68..77c9576 100644
--- a/po/it.po
+++ b/po/it.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: Elementary\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
 "POT-Creation-Date: 2016-12-22 19:29+0900\n"
-"PO-Revision-Date: 2015-06-11 14:19+0200\n"
+"PO-Revision-Date: 2017-01-01 16:29+0100\n"
 "Last-Translator: Massimo Maiurana <maiur...@gmail.com>\n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -270,7 +270,7 @@ msgstr "Stato: disabilitato"
 
 #: src/lib/elementary/elc_hoversel.c:617
 msgid "Hoversel"
-msgstr ""
+msgstr "Lista per bottone (hoversel)"
 
 #: src/lib/elementary/elc_multibuttonentry.c:699
 msgid "multi button entry label"

-- 




Re: [E-devel] Unable to build EFL nor from stable nor from git

2016-12-31 Thread Massimo Maiurana
 [-Wunused-variable]
> EVP_MD_CTX ctx;
>^~~
> lib/emile/emile_cipher_openssl.c: In function ‘emile_cipher_server_listen’:
> lib/emile/emile_cipher_openssl.c:312:10: warning:
> ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
>   r->ssl_ctx = SSL_CTX_new(TLSv1_server_method());
>   ^
> In file included from /usr/include/openssl/ct.h:13:0,
>  from /usr/include/openssl/ssl.h:61,
>  from lib/emile/emile_cipher_openssl.c:13:
> /usr/include/openssl/ssl.h:1597:1: note: declared here
>  DEPRECATEDIN_1_1_0(__owur const SSL_METHOD
> *TLSv1_server_method(void)) /* TLSv1.0 */
>  ^
> lib/emile/emile_cipher_openssl.c: In function ‘emile_cipher_server_connect’:
> lib/emile/emile_cipher_openssl.c:757:10: warning:
> ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
>   r->ssl_ctx = SSL_CTX_new(TLSv1_client_method());
>   ^
> In file included from /usr/include/openssl/ct.h:13:0,
>  from /usr/include/openssl/ssl.h:61,
>  from lib/emile/emile_cipher_openssl.c:13:
> /usr/include/openssl/ssl.h:1598:1: note: declared here
>  DEPRECATEDIN_1_1_0(__owur const SSL_METHOD
> *TLSv1_client_method(void)) /* TLSv1.0 */
>  ^
> make[4]: *** [lib/emile/lib_emile_libemile_la-emile_cipher_openssl.lo] Error 1
> Makefile:34635: recipe for target
> 'lib/emile/lib_emile_libemile_la-emile_cipher_openssl.lo' failed
> make[3]: *** [all-recursive] Error 1
> Makefile:50343: recipe for target 'all-recursive' failed
> make[2]: *** [all] Error 2
> Makefile:16952: recipe for target 'all' failed
> make[1]: *** [all-recursive] Error 1
> Makefile:2951: recipe for target 'all-recursive' failed
> make: *** [all] Error 2
> Makefile:2046: recipe for target 'all' failed
> 
> Any insight appreciated.
> 
> 
> Best Professional Regards.
> 


-- 
Massimo Maiurana
Ragusa (RG)

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] efl build error

2016-12-04 Thread Massimo Maiurana
Thanks, I've just subscribed the ticket :)

Bye
Massimo

marcel-hollerb...@t-online.de ha scritto il 04/12/2016 alle 11:29:
> Hello,
> 
> https://phab.enlightenment.org/T4923
> 
> there is the ticket.
> 
> I think the problem is that openssl made most of its public structures
> opaque.
> 
> Greetings
>bu5hm4n
> 
> On Sun, Dec 04, 2016 at 09:55:58AM +0100, Massimo Maiurana wrote:
>> Trying to build current git efl it stops compiling emile, which I don't
>> even know what it is :)
>> See the end of the attached log. What am I missing?
>>
>> -- 
>> Massimo Maiurana
>> Ragusa (RG)
> 
>> autoreconf: Entering directory `.'
>> autoreconf: running: autopoint --force
>> Copying file ABOUT-NLS
>> Copying file config.rpath
>> Copying file m4/codeset.m4
>> Copying file m4/fcntl-o.m4
>> Copying file m4/gettext.m4
>> Copying file m4/glibc2.m4
>> Copying file m4/glibc21.m4
>> Copying file m4/iconv.m4
>> Copying file m4/intdiv0.m4
>> Copying file m4/intl.m4
>> Copying file m4/intldir.m4
>> Copying file m4/intlmacosx.m4
>> Copying file m4/intmax.m4
>> Copying file m4/inttypes-pri.m4
>> Copying file m4/inttypes_h.m4
>> Copying file m4/lcmessage.m4
>> Copying file m4/lib-ld.m4
>> Copying file m4/lib-link.m4
>> Copying file m4/lib-prefix.m4
>> Copying file m4/lock.m4
>> Copying file m4/longlong.m4
>> Copying file m4/nls.m4
>> Copying file m4/po.m4
>> Copying file m4/printf-posix.m4
>> Copying file m4/progtest.m4
>> Copying file m4/size_max.m4
>> Copying file m4/stdint_h.m4
>> Copying file m4/threadlib.m4
>> Copying file m4/uintmax_t.m4
>> Copying file m4/visibility.m4
>> Copying file m4/wchar_t.m4
>> Copying file m4/wint_t.m4
>> Copying file m4/xsize.m4
>> Copying file po/Makefile.in.in
>> Copying file po/Makevars.template
>> Copying file po/Rules-quot
>> Copying file po/boldquot.sed
>> Copying file po/en@boldquot.header
>> Copying file po/en@quot.header
>> Copying file po/insert-header.sin
>> Copying file po/quot.sed
>> Copying file po/remove-potcdate.sin
>> autoreconf: running: aclocal --force -I m4
>> autoreconf: configure.ac: tracing
>> autoreconf: running: libtoolize --copy --force
>> libtoolize: putting auxiliary files in '.'.
>> libtoolize: copying file './ltmain.sh'
>> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
>> libtoolize: copying file 'm4/libtool.m4'
>> libtoolize: copying file 'm4/ltoptions.m4'
>> libtoolize: copying file 'm4/ltsugar.m4'
>> libtoolize: copying file 'm4/ltversion.m4'
>> libtoolize: copying file 'm4/lt~obsolete.m4'
>> autoreconf: running: /usr/bin/autoconf --force
>> autoreconf: running: /usr/bin/autoheader --force
>> autoreconf: running: automake --add-missing --copy --force-missing
>> configure.ac:285: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and 
>> its use is discouraged.
>> configure.ac:285: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' 
>> macro instead,
>> configure.ac:285: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your 
>> Makefile.am files.
>> configure.ac:274: installing './ar-lib'
>> configure.ac:23: installing './compile'
>> configure.ac:179: installing './config.guess'
>> configure.ac:179: installing './config.sub'
>> configure.ac:18: installing './install-sh'
>> configure.ac:18: installing './missing'
>> Makefile.am: installing './INSTALL'
>> config/Makefile.am:12: warning: '%'-style pattern rules are a GNU make 
>> extension
>> config/default/Makefile.am:16: warning: '%'-style pattern rules are a GNU 
>> make extension
>> config/mobile/Makefile.am:16: warning: '%'-style pattern rules are a GNU 
>> make extension
>> config/standard/Makefile.am:16: warning: '%'-style pattern rules are a GNU 
>> make extension
>> doc/previews/Makefile.am: installing './depcomp'
>> src/Makefile_Eolian_Files_Helper.am:8: warning: '%'-style pattern rules are 
>> a GNU make extension
>> src/Makefile.am:37:   'src/Makefile_Eolian.am' included from here
>> src/Makefile_Eolian.am:67:   'src/Makefile_Eolian_Helper.am' included from 
>> here
>> src/Makefile_Eolian_Helper.am:9:   'src/Makefile_Eolian_Files_Helper.am' 
>> included from here
>> src/Makefile_Eolian_Files_Helper.am:13: warning: '%'-style pattern rules are 
>> a GNU make extension
>> src/Makefile.am:37:   'src/Makefile_Eolian.am' included from here
>> src/Makefile_Eolian.am:67:   'src/Makefile_Eolian_Helper.am' included from 
>> here
>> src/Makefile_Eolian_Help

[E-devel] efl build error

2016-12-04 Thread Massimo Maiurana
Trying to build current git efl it stops compiling emile, which I don't
even know what it is :)
See the end of the attached log. What am I missing?

-- 
Massimo Maiurana
Ragusa (RG)
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Copying file config.rpath
Copying file m4/codeset.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:285: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:285: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:285: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac:274: installing './ar-lib'
configure.ac:23: installing './compile'
configure.ac:179: installing './config.guess'
configure.ac:179: installing './config.sub'
configure.ac:18: installing './install-sh'
configure.ac:18: installing './missing'
Makefile.am: installing './INSTALL'
config/Makefile.am:12: warning: '%'-style pattern rules are a GNU make extension
config/default/Makefile.am:16: warning: '%'-style pattern rules are a GNU make extension
config/mobile/Makefile.am:16: warning: '%'-style pattern rules are a GNU make extension
config/standard/Makefile.am:16: warning: '%'-style pattern rules are a GNU make extension
doc/previews/Makefile.am: installing './depcomp'
src/Makefile_Eolian_Files_Helper.am:8: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am:37:   'src/Makefile_Eolian.am' included from here
src/Makefile_Eolian.am:67:   'src/Makefile_Eolian_Helper.am' included from here
src/Makefile_Eolian_Helper.am:9:   'src/Makefile_Eolian_Files_Helper.am' included from here
src/Makefile_Eolian_Files_Helper.am:13: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am:37:   'src/Makefile_Eolian.am' included from here
src/Makefile_Eolian.am:67:   'src/Makefile_Eolian_Helper.am' included from here
src/Makefile_Eolian_Helper.am:9:   'src/Makefile_Eolian_Files_Helper.am' included from here
src/Makefile_Eolian_Files_Helper.am:18: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am:37:   'src/Makefile_Eolian.am' included from here
src/Makefile_Eolian.am:67:   'src/Makefile_Eolian_Helper.am' included from here
src/Makefile_Eolian_Helper.am:9:   'src/Makefile_Eolian_Files_Helper.am' included from here
src/Makefile_Eolian_Files_Helper.am:23: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am:37:   'src/Makefile_Eolian.am' included from here
src/Makefile_Eolian.am:67:   'src/Makefile_Eolian_Helper.am' included from here
src/Makefile_Eolian_Helper.am:9:   'src/Makefile_Eolian_Files_Helper.am' included from here
src/Makefile_Edje.am:300: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am:69:   'src/Makefile_Edje.am' included from here
src/Makefile_Elua_Helper.am:22: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am:79:   'src/Makefile_Elua.am' included from here
src/Makefile_Elua.am:55:   'src/Makefile_Elua_Helper.am' included from here
src/Makefile_Eolian_Js_Helper.am:15: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am:93:   'src/Makefile_Eolian_Js.am' included from here
src/Makefile_Eolian_Js.am:24:   'src/Makefile_Eolian_Js_Helper.am' included

[EGIT] [core/enlightenment] enlightenment-0.21 79/100: Updating italian translation

2016-11-18 Thread Massimo Maiurana
discomfitor pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ffc2706b491beb3f73bd42a3c276fdf7af33c85b

commit ffc2706b491beb3f73bd42a3c276fdf7af33c85b
Author: maxerba <maiur...@gmail.com>
Date:   Sun Nov 6 21:06:56 2016 +0100

Updating italian translation
---
 po/it.po | 681 +--
 1 file changed, 354 insertions(+), 327 deletions(-)

diff --git a/po/it.po b/po/it.po
index cd4b023..6272385 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2016-10-11 13:45+0200\n"
-"PO-Revision-Date: 2016-08-18 11:53+0200\n"
+"POT-Creation-Date: 2016-11-06 16:18+0100\n"
+"PO-Revision-Date: 2016-11-06 21:06+0100\n"
 "Last-Translator: Massimo Maiurana <maiur...@gmail.com>\n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -27,12 +27,12 @@ msgstr "Informazioni su Enlightenment"
 #: src/modules/conf/e_conf.c:157
 #: src/modules/conf_bindings/e_int_config_edgebindings.c:872
 #: src/modules/everything/evry_plug_windows.c:455
-#: src/modules/fileman/e_fwin.c:2572
+#: src/modules/fileman/e_fwin.c:2586
 msgid "Close"
 msgstr "Chiudi"
 
 #: src/bin/e_about.c:21 src/bin/e_actions.c:3435 src/bin/e_actions.c:3439
-#: src/bin/e_actions.c:3443 src/bin/e_init.c:78 src/bin/e_int_menus.c:228
+#: src/bin/e_actions.c:3443 src/bin/e_init.c:78 src/bin/e_int_menus.c:234
 #: src/modules/conf_interaction/e_int_config_mouse.c:168
 #: src/modules/conf_window_remembers/e_int_config_remembers.c:242
 #: src/modules/wizard/page_000.c:34
@@ -78,7 +78,7 @@ msgstr "Uccidi"
 #: src/bin/e_actions.c:357 src/bin/e_actions.c:2062 src/bin/e_actions.c:2153
 #: src/bin/e_actions.c:2213 src/bin/e_actions.c:2270 src/bin/e_actions.c:2332
 #: src/bin/e_actions.c:2422 src/bin/e_confirm_dialog.c:53
-#: src/bin/e_desklock.c:589 src/bin/e_fm.c:10653 src/bin/e_fm.c:11006
+#: src/bin/e_desklock.c:589 src/bin/e_fm.c:10669 src/bin/e_fm.c:11022
 #: src/bin/e_screensaver.c:202 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "No"
 msgstr "No"
@@ -87,7 +87,7 @@ msgstr "No"
 msgid "Action Params Syntax Error"
 msgstr "Errore di sintassi nei parametri dell'azione"
 
-#: src/bin/e_actions.c:2057 src/bin/e_actions.c:3439 src/bin/e_int_menus.c:257
+#: src/bin/e_actions.c:2057 src/bin/e_actions.c:3439 src/bin/e_int_menus.c:263
 msgid "Exit"
 msgstr "Esci"
 
@@ -97,7 +97,7 @@ msgstr "Siete sicuri di voler uscire da Enlightement?"
 
 #: src/bin/e_actions.c:2060 src/bin/e_actions.c:2151 src/bin/e_actions.c:2211
 #: src/bin/e_actions.c:2268 src/bin/e_actions.c:2330 src/bin/e_actions.c:2420
-#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10656
+#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10672
 #: src/bin/e_screensaver.c:200 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "Yes"
 msgstr "Sì"
@@ -110,7 +110,7 @@ msgstr "Chiudi sessione"
 msgid "Are you sure you want to logout?"
 msgstr "Siete sicuri di voler chiudere la sessione?"
 
-#: src/bin/e_actions.c:2207 src/bin/e_sys.c:962
+#: src/bin/e_actions.c:2207 src/bin/e_sys.c:966
 msgid "Power off"
 msgstr "Spegni"
 
@@ -160,7 +160,7 @@ msgstr "Da mouse a chiave"
 msgid "Window : Actions"
 msgstr "Finestre : Azioni"
 
-#: src/bin/e_actions.c:2991 src/bin/e_fm.c:11782
+#: src/bin/e_actions.c:2991 src/bin/e_fm.c:11798
 msgid "Move"
 msgstr "Sposta"
 
@@ -322,7 +322,7 @@ msgstr "Commuta stato attaccata"
 #: src/bin/e_actions.c:3262 src/bin/e_actions.c:3264 src/bin/e_actions.c:3266
 #: src/bin/e_actions.c:3514 src/bin/e_actions.c:3519
 #: src/bin/e_int_config_comp_match.c:83 src/bin/e_int_config_comp_match.c:418
-#: src/bin/e_int_menus.c:192 src/bin/e_int_shelf_config.c:283
+#: src/bin/e_int_menus.c:198 src/bin/e_int_shelf_config.c:283
 #: src/modules/conf_window_manipulation/e_int_config_clientlist.c:119
 #: src/modules/fileman/e_mod_menu.c:459 src/modules/gadman/e_mod_gadman.c:119
 #: src/modules/ibox/e_mod_config.c:151
@@ -713,7 +713,7 @@ msgstr "Applicazione"
 msgid "New Instance of Focused App"
 msgstr "Nuova istanza dell'applicazione a fuoco"
 
-#: src/bin/e_actions.c:3435 src/bin/e_int_menus.c:252
+#: src/bin/e_actions.c:3435 src/bin/e_int_menus.c:258
 msgid "Restart"
 msgstr "Riavvia"
 
@@ -798,7 +798,7 @@ msgstr "Iberna intelligentemente"
 msgid "Lock"
 msgstr "Blocca"
 
-#: src/bin/e_actions.c:3519 src/bin/e_int_menus.c:1494
+#: src/bin/e_ac

[EGIT] [core/enlightenment] master 01/01: Updating italian translation

2016-11-06 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=1a4450556bc834b3518fb2493f8476ab986f166f

commit 1a4450556bc834b3518fb2493f8476ab986f166f
Author: maxerba <maiur...@gmail.com>
Date:   Sun Nov 6 21:06:56 2016 +0100

Updating italian translation
---
 po/it.po | 681 +--
 1 file changed, 354 insertions(+), 327 deletions(-)

diff --git a/po/it.po b/po/it.po
index cd4b023..6272385 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2016-10-11 13:45+0200\n"
-"PO-Revision-Date: 2016-08-18 11:53+0200\n"
+"POT-Creation-Date: 2016-11-06 16:18+0100\n"
+"PO-Revision-Date: 2016-11-06 21:06+0100\n"
 "Last-Translator: Massimo Maiurana <maiur...@gmail.com>\n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -27,12 +27,12 @@ msgstr "Informazioni su Enlightenment"
 #: src/modules/conf/e_conf.c:157
 #: src/modules/conf_bindings/e_int_config_edgebindings.c:872
 #: src/modules/everything/evry_plug_windows.c:455
-#: src/modules/fileman/e_fwin.c:2572
+#: src/modules/fileman/e_fwin.c:2586
 msgid "Close"
 msgstr "Chiudi"
 
 #: src/bin/e_about.c:21 src/bin/e_actions.c:3435 src/bin/e_actions.c:3439
-#: src/bin/e_actions.c:3443 src/bin/e_init.c:78 src/bin/e_int_menus.c:228
+#: src/bin/e_actions.c:3443 src/bin/e_init.c:78 src/bin/e_int_menus.c:234
 #: src/modules/conf_interaction/e_int_config_mouse.c:168
 #: src/modules/conf_window_remembers/e_int_config_remembers.c:242
 #: src/modules/wizard/page_000.c:34
@@ -78,7 +78,7 @@ msgstr "Uccidi"
 #: src/bin/e_actions.c:357 src/bin/e_actions.c:2062 src/bin/e_actions.c:2153
 #: src/bin/e_actions.c:2213 src/bin/e_actions.c:2270 src/bin/e_actions.c:2332
 #: src/bin/e_actions.c:2422 src/bin/e_confirm_dialog.c:53
-#: src/bin/e_desklock.c:589 src/bin/e_fm.c:10653 src/bin/e_fm.c:11006
+#: src/bin/e_desklock.c:589 src/bin/e_fm.c:10669 src/bin/e_fm.c:11022
 #: src/bin/e_screensaver.c:202 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "No"
 msgstr "No"
@@ -87,7 +87,7 @@ msgstr "No"
 msgid "Action Params Syntax Error"
 msgstr "Errore di sintassi nei parametri dell'azione"
 
-#: src/bin/e_actions.c:2057 src/bin/e_actions.c:3439 src/bin/e_int_menus.c:257
+#: src/bin/e_actions.c:2057 src/bin/e_actions.c:3439 src/bin/e_int_menus.c:263
 msgid "Exit"
 msgstr "Esci"
 
@@ -97,7 +97,7 @@ msgstr "Siete sicuri di voler uscire da Enlightement?"
 
 #: src/bin/e_actions.c:2060 src/bin/e_actions.c:2151 src/bin/e_actions.c:2211
 #: src/bin/e_actions.c:2268 src/bin/e_actions.c:2330 src/bin/e_actions.c:2420
-#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10656
+#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10672
 #: src/bin/e_screensaver.c:200 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "Yes"
 msgstr "Sì"
@@ -110,7 +110,7 @@ msgstr "Chiudi sessione"
 msgid "Are you sure you want to logout?"
 msgstr "Siete sicuri di voler chiudere la sessione?"
 
-#: src/bin/e_actions.c:2207 src/bin/e_sys.c:962
+#: src/bin/e_actions.c:2207 src/bin/e_sys.c:966
 msgid "Power off"
 msgstr "Spegni"
 
@@ -160,7 +160,7 @@ msgstr "Da mouse a chiave"
 msgid "Window : Actions"
 msgstr "Finestre : Azioni"
 
-#: src/bin/e_actions.c:2991 src/bin/e_fm.c:11782
+#: src/bin/e_actions.c:2991 src/bin/e_fm.c:11798
 msgid "Move"
 msgstr "Sposta"
 
@@ -322,7 +322,7 @@ msgstr "Commuta stato attaccata"
 #: src/bin/e_actions.c:3262 src/bin/e_actions.c:3264 src/bin/e_actions.c:3266
 #: src/bin/e_actions.c:3514 src/bin/e_actions.c:3519
 #: src/bin/e_int_config_comp_match.c:83 src/bin/e_int_config_comp_match.c:418
-#: src/bin/e_int_menus.c:192 src/bin/e_int_shelf_config.c:283
+#: src/bin/e_int_menus.c:198 src/bin/e_int_shelf_config.c:283
 #: src/modules/conf_window_manipulation/e_int_config_clientlist.c:119
 #: src/modules/fileman/e_mod_menu.c:459 src/modules/gadman/e_mod_gadman.c:119
 #: src/modules/ibox/e_mod_config.c:151
@@ -713,7 +713,7 @@ msgstr "Applicazione"
 msgid "New Instance of Focused App"
 msgstr "Nuova istanza dell'applicazione a fuoco"
 
-#: src/bin/e_actions.c:3435 src/bin/e_int_menus.c:252
+#: src/bin/e_actions.c:3435 src/bin/e_int_menus.c:258
 msgid "Restart"
 msgstr "Riavvia"
 
@@ -798,7 +798,7 @@ msgstr "Iberna intelligentemente"
 msgid "Lock"
 msgstr "Blocca"
 
-#: src/bin/e_actions.c:3519 src/bin/e_int_menus.c:1494
+#: src/bin/e_actions.c:3519 src/bin/e_int_m

Re: [E-devel] Python-Efl doesn't compile

2016-10-25 Thread Massimo Maiurana
One python app that worth installing is econnman, which is the only one I use :)

Bye
Massimo


Il 25 ottobre 2016 00:27:07 CEST, Andrew Williams <a...@andywilliams.me> ha 
scritto:
>By way of an additional apology Python-efl can now be installed /
>managed
>from efler.
>
>I have not got any of the great Python apps in there yet as it's
>currently
>only capable of using the e.org git - is there any reason why egitu etc
>are
>available only on GitHub?
>
>Thanks for the help,
>Andy
>On Mon, 24 Oct 2016 at 20:46, Massimo Maiurana <maiur...@gmail.com>
>wrote:
>
>> Uh?
>>
>> I usually install in /opt/e17 via sudo just exporting
>> PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/e17/lib/pkgconfig, maybe you
>can
>> set something similar in your scripts.
>>
>> Bye
>> Massimo
>>
>> Andrew Williams ha scritto il 24/10/2016 alle 20:59:
>> > Hi,
>> >
>> > The sudo python setup.py install does not work as sodos pkgconfig
>cannot
>> > find efl it seems...
>> >
>> > Andy
>> >
>> > On Mon, 24 Oct 2016 at 18:26, Davide Andreoli
><d...@gurumeditation.it>
>> > wrote:
>> >
>> >> 2016-10-23 21:42 GMT+02:00 Andrew Williams <a...@andywilliams.me>:
>> >>
>> >>> My apologies you are quite right - it is building just fine.
>Sorry for
>> >>> that, my info was out of date
>> >>>
>> >>
>> >> :)
>> >>
>> >>
>> >>> I can't get it installed however - perhaps you can help? Regular
>user
>> >>> cannot write to site-packages but sudo does not have efl paths
>setup.
>> Is
>> >> it
>> >>> possible to make it work like the main build so your user does
>all of
>> the
>> >>> building and sudo can blindly install?
>> >>>
>> >>
>> >> sure, try:
>> >> python setup.py build
>> >> sudo python setup.py install
>> >>
>> >>
>> >>>
>> >>> Many thanks indeed - if I solve this I can include it in Efler as
>I
>> >> hoped.
>> >>> (And egitu and a bunch of those great apps)
>> >>>
>> >>
>> >> Great, If you add it to efler I highly suggest to go with python3
>by
>> >> default,
>> >> just use python3 in all the setup.py commands.
>> >>
>> >> (and sadly I have no time to maintain egitu atm, it have some
>small
>> issues,
>> >> but it's usable, I use it every time I use git, it just have some
>issue
>> >> with refreshing
>> >> the contents at the correct time)
>> >>
>> >>
>> >>>
>> >>> Andrew
>> >>>
>> >>> On Sun, 23 Oct 2016 at 20:29, Davide Andreoli
><d...@gurumeditation.it>
>> >>> wrote:
>> >>>
>> >>>> 2016-10-22 16:18 GMT+02:00 Andrew Williams
><a...@andywilliams.me>:
>> >>>>
>> >>>>> I'm pretty sure the python bindings have not been updated in a
>while.
>> >>> As
>> >>>>> our development moves on so quickly these unmaintained portions
>fall
>> >>>> behind
>> >>>>> fast.
>> >>>>>
>> >>>>
>> >>>> really sure? did you follow the git commit list? maybe you
>missed my
>> >>>> commits from the last week
>> >>>> We (me and kuuko) do our best to keep the bindings in sync also
>during
>> >>> the
>> >>>> development phases. We usually are behind efl by one week or so!
>> >>>>
>> >>>> I'm a bit offended that you put python-efl in the "unmaintained"
>land,
>> >>>> seems all my effort to constantly update the bindings to
>> >>>> #FollowTheWhiteRabbit
>> >>>> really goes into the void :(
>> >>>>
>> >>>> btw, you are just wrong: python-efl is one of the most
>maintained bit
>> >>>> outside
>> >>>> the core libs, and is currently in sync with efl master :P
>> >>>>
>> >>>>
>> >>>>
>> >>>>>
>> >>>>> If we can resolve this then I will be able to pop python-efl
>and the
>> >>> apps
>>

Re: [E-devel] Python-Efl doesn't compile

2016-10-24 Thread Massimo Maiurana
Uh?

I usually install in /opt/e17 via sudo just exporting
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/e17/lib/pkgconfig, maybe you can
set something similar in your scripts.

Bye
Massimo

Andrew Williams ha scritto il 24/10/2016 alle 20:59:
> Hi,
> 
> The sudo python setup.py install does not work as sodos pkgconfig cannot
> find efl it seems...
> 
> Andy
> 
> On Mon, 24 Oct 2016 at 18:26, Davide Andreoli <d...@gurumeditation.it>
> wrote:
> 
>> 2016-10-23 21:42 GMT+02:00 Andrew Williams <a...@andywilliams.me>:
>>
>>> My apologies you are quite right - it is building just fine. Sorry for
>>> that, my info was out of date
>>>
>>
>> :)
>>
>>
>>> I can't get it installed however - perhaps you can help? Regular user
>>> cannot write to site-packages but sudo does not have efl paths setup. Is
>> it
>>> possible to make it work like the main build so your user does all of the
>>> building and sudo can blindly install?
>>>
>>
>> sure, try:
>> python setup.py build
>> sudo python setup.py install
>>
>>
>>>
>>> Many thanks indeed - if I solve this I can include it in Efler as I
>> hoped.
>>> (And egitu and a bunch of those great apps)
>>>
>>
>> Great, If you add it to efler I highly suggest to go with python3 by
>> default,
>> just use python3 in all the setup.py commands.
>>
>> (and sadly I have no time to maintain egitu atm, it have some small issues,
>> but it's usable, I use it every time I use git, it just have some issue
>> with refreshing
>> the contents at the correct time)
>>
>>
>>>
>>> Andrew
>>>
>>> On Sun, 23 Oct 2016 at 20:29, Davide Andreoli <d...@gurumeditation.it>
>>> wrote:
>>>
>>>> 2016-10-22 16:18 GMT+02:00 Andrew Williams <a...@andywilliams.me>:
>>>>
>>>>> I'm pretty sure the python bindings have not been updated in a while.
>>> As
>>>>> our development moves on so quickly these unmaintained portions fall
>>>> behind
>>>>> fast.
>>>>>
>>>>
>>>> really sure? did you follow the git commit list? maybe you missed my
>>>> commits from the last week
>>>> We (me and kuuko) do our best to keep the bindings in sync also during
>>> the
>>>> development phases. We usually are behind efl by one week or so!
>>>>
>>>> I'm a bit offended that you put python-efl in the "unmaintained" land,
>>>> seems all my effort to constantly update the bindings to
>>>> #FollowTheWhiteRabbit
>>>> really goes into the void :(
>>>>
>>>> btw, you are just wrong: python-efl is one of the most maintained bit
>>>> outside
>>>> the core libs, and is currently in sync with efl master :P
>>>>
>>>>
>>>>
>>>>>
>>>>> If we can resolve this then I will be able to pop python-efl and the
>>> apps
>>>>> that rely on it into the Efler app installer :)
>>>>>
>>>>> Andrew
>>>>>
>>>>> On Sat, 22 Oct 2016 at 12:58 Massimo Maiurana <maiur...@gmail.com>
>>>> wrote:
>>>>>
>>>>>> I don't know if it's something wrong in my setup, but lately
>>>>>> I'm not able to build Python bindings anymore. I attach the build
>> log
>>>> to
>>>>>> preserve its lines length.
>>>>>>
>>>>>> --
>>>>>> Massimo Maiurana
>>>>>> Ragusa (RG)
>>>>>>
>>>>>> 
>>>>> --
>>>>>> Check out the vibrant tech community on one of the world's most
>>>>>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>>>>>> ___
>>>>>> enlightenment-devel mailing list
>>>>>> enlightenment-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>>>>>
>>>>> 
>>>>> --
>>>>> Check out the vibrant tech community on one of the world's most
>>>>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>>>>> __

Re: [E-devel] Python-Efl doesn't compile

2016-10-24 Thread Massimo Maiurana
Davide Andreoli ha scritto il 24/10/2016 alle 19:16:
> 2016-10-23 21:35 GMT+02:00 Massimo Maiurana <maiur...@gmail.com>:
> 
>> Davide Andreoli ha scritto il 23/10/2016 alle 21:19:
>>> Hi
>>> this is somehow related to a commit I have done some days ago to cleanup
>>> compiler warnings.
>>>
>>> It build fine here, seems you have a more strict compiler than mine :/
>>> The error is:
>>> cc1: some warnings being treated as errors
>>>
>>> there is a warning:
>>>   "error: format not a string literal and no format arguments
>>> [-Werror=format-security]"
>>> that is threated as an error for you.
>>>
>>> Are you using some particular build environment? cflags?
>>
>> No, I just run setup.py in a default environment and the only option
>> that I feed to it is --prefix. I don't know where that
>> -Werror=format-security comes from, how I disable it on the command line?
>>
> 
> dunno how to disable on command line but you can try to add:
> "-Wno-format-security" inside the "common_cflags" list
> in setup.py around line 215, there are others warnings that are disabled
> there,
> you can add your. Please let me know if it work so that I can add it as
> default.

Yes, adding this to setup.py does the trick :)

To do the same thing on the command line it is enough to prepend the
following variable tuning before the setup.py execution:

CPPFLAGS="$CPPFLAGS -Wno-format-security"

Bye

-- 
Massimo Maiurana
Ragusa (RG)

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Python-Efl doesn't compile

2016-10-23 Thread Massimo Maiurana
Davide Andreoli ha scritto il 23/10/2016 alle 21:19:
> Hi
> this is somehow related to a commit I have done some days ago to cleanup
> compiler warnings.
> 
> It build fine here, seems you have a more strict compiler than mine :/
> The error is:
> cc1: some warnings being treated as errors
> 
> there is a warning:
>   "error: format not a string literal and no format arguments
> [-Werror=format-security]"
> that is threated as an error for you.
> 
> Are you using some particular build environment? cflags?

No, I just run setup.py in a default environment and the only option
that I feed to it is --prefix. I don't know where that
-Werror=format-security comes from, how I disable it on the command line?

-- 
Massimo Maiurana
Ragusa (RG)

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Python-Efl doesn't compile

2016-10-22 Thread Massimo Maiurana
I don't know if it's something wrong in my setup, but lately
I'm not able to build Python bindings anymore. I attach the build log to
preserve its lines length.

-- 
Massimo Maiurana
Ragusa (RG)
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Python-EFL: 1.18.99a
Checking for Python: OK, found 2.7.12
Checking for Cython: OK, found 0.22.1
Checking for Eina: OK, found 1.18.99.0
Checking for Eo: OK, found 1.18.99.0
Checking for Evas: OK, found 1.18.99.0
Checking for Ecore: OK, found 1.18.99.0
Checking for EcoreFile: OK, found 1.18.99.0
Checking for EcoreInput: OK, found 1.18.99.0
Checking for EcoreCon: OK, found 1.18.99.0
Checking for EcoreX: OK, found 1.18.99.0
Checking for Ethumb: OK, found 1.18.99.0
Checking for Ethumb_Client: OK, found 1.18.99.0
Checking for Edje: OK, found 1.18.99.0
Checking for Emotion: OK, found 1.18.99.0
Checking for DBus: OK, found 1.2.4
Checking for Elementary: OK, found 1.18.99.0
Compiling efl/eo/efl.eo.pyx because it changed.
Compiling efl/utils/deprecated.pyx because it changed.
Compiling efl/utils/conversions.pyx because it changed.
Compiling efl/utils/logger.pyx because it changed.
Compiling efl/evas/efl.evas.pyx because it changed.
Compiling efl/ecore/efl.ecore.pyx because it changed.
Compiling efl/ecore_input/efl.ecore_input.pyx because it changed.
Compiling efl/ecore_con/efl.ecore_con.pyx because it changed.
Compiling efl/ecore_x/efl.ecore_x.pyx because it changed.
Compiling efl/ethumb/efl.ethumb.pyx because it changed.
Compiling efl/ethumb/efl.ethumb_client.pyx because it changed.
Compiling efl/edje/efl.edje.pyx because it changed.
Compiling efl/edje_edit/efl.edje_edit.pyx because it changed.
Compiling efl/emotion/efl.emotion.pyx because it changed.
Compiling efl/dbus_mainloop/dbus_mainloop.pyx because it changed.
Compiling efl/elementary/__init__.pyx because it changed.
Cythonizing efl/dbus_mainloop/dbus_mainloop.pyx
Cythonizing efl/ecore/efl.ecore.pyx
Cythonizing efl/ecore_con/efl.ecore_con.pyx
Cythonizing efl/ecore_input/efl.ecore_input.pyx
Cythonizing efl/ecore_x/efl.ecore_x.pyx
Cythonizing efl/edje/efl.edje.pyx
Cythonizing efl/edje_edit/efl.edje_edit.pyx
Cythonizing efl/elementary/__init__.pyx
Cythonizing efl/emotion/efl.emotion.pyx
Cythonizing efl/eo/efl.eo.pyx
Cythonizing efl/ethumb/efl.ethumb.pyx
Cythonizing efl/ethumb/efl.ethumb_client.pyx
Cythonizing efl/evas/efl.evas.pyx
Cythonizing efl/utils/conversions.pyx
Cythonizing efl/utils/deprecated.pyx
Cythonizing efl/utils/logger.pyx
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/efl
creating build/lib.linux-x86_64-2.7/efl/utils
copying efl/utils/__init__.py -> build/lib.linux-x86_64-2.7/efl/utils
copying efl/utils/setup.py -> build/lib.linux-x86_64-2.7/efl/utils
copying efl/__init__.py -> build/lib.linux-x86_64-2.7/efl
creating build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/window.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/dayselector.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/flipselector.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/layout.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/web.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/object.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/ctxpopup.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/actionslider.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/colorselector.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/slider.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/menu.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/popup.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/icon.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/configuration.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/diskselector.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/frame.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/check.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/box.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/mapbuf.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/bubble.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/fileselector_button.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/clock.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/theme.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying efl/elementary/fileselector.py -> build/lib.linux-x86_64-2.7/efl/elementary
copying

[EGIT] [apps/terminology] master 01/01: Forgot to git add the new translation :)

2016-09-21 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=85dbaf83d69c6761bfb7b2ce2fb1ce0229429647

commit 85dbaf83d69c6761bfb7b2ce2fb1ce0229429647
Author: maxerba 
Date:   Wed Sep 21 21:57:14 2016 +0200

Forgot to git add the new translation :)
---
 po/sl.po | 922 +++
 1 file changed, 922 insertions(+)

diff --git a/po/sl.po b/po/sl.po
new file mode 100644
index 000..f629b60
--- /dev/null
+++ b/po/sl.po
@@ -0,0 +1,922 @@
+# Slovenian translation for enlightenment
+# Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016
+# This file is distributed under the same license as the enlightenment package.
+# FIRST AUTHOR , 2016.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: enlightenment\n"
+"Report-Msgid-Bugs-To: FULL NAME \n"
+"POT-Creation-Date: 2016-06-21 23:40+0200\n"
+"PO-Revision-Date: 2016-09-21 17:18+0200\n"
+"Last-Translator: Renato Rener \n"
+"Language-Team: Slovenian \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2016-09-16 20:20+\n"
+"X-Generator: Poedit 1.8.9\n"
+"Language: sl\n"
+
+#: src/bin/controls.c:253
+msgid "Controls"
+msgstr "Nadzor"
+
+#: src/bin/controls.c:269
+msgid "New"
+msgstr "Nov"
+
+#: src/bin/controls.c:275
+msgid "Split V"
+msgstr "Razdeli N"
+
+#: src/bin/controls.c:277
+msgid "Split H"
+msgstr "Split V"
+
+#: src/bin/controls.c:283
+msgid "Miniview"
+msgstr "Mini pogled"
+
+#: src/bin/controls.c:289 src/bin/win.c:3275
+msgid "Set title"
+msgstr "Nastavi ime"
+
+#: src/bin/controls.c:299 src/bin/termio.c:959 src/bin/termio.c:4085
+msgid "Copy"
+msgstr "Kopiraj"
+
+#: src/bin/controls.c:305
+msgid "Paste"
+msgstr "Prilepi"
+
+#: src/bin/controls.c:311
+msgid "Settings"
+msgstr "Nastavitve"
+
+#: src/bin/controls.c:317
+msgid "About"
+msgstr "O programu"
+
+#: src/bin/controls.c:327
+msgid "Close Terminal"
+msgstr "Zapri terminal"
+
+#: src/bin/about.c:56
+#, c-format
+msgid ""
+"Terminology %sWhy should terminals be boring?This "
+"terminal was written for Enlightenment, to use EFL and otherwise push the "
+"boundaries of what a modern terminal emulator should be. We hope you enjoy "
+"it.Copyright © 2012-%d by:%sDistributed under the 2-"
+"clause BSD license detailed below:%s"
+msgstr ""
+"Terminology %sZakaj bi morali biti terminali dolgočasni?"
+"Tale terminal je bil napisan za Enlightenment, da uporablja EFL in "
+"premakne meje tega, kakšen bi moral moderen terminalski posnemovalnik biti. "
+"Upamo da boste uživali z njim.Copyright © 2012-%d by:"
+"%sRazdeljuje se pod 2-klavzulo BSD licence podrobneje spodaj:"
+"%s"
+
+#: src/bin/keyin.c:633
+msgid "Scrolling"
+msgstr "Drsenje"
+
+#: src/bin/keyin.c:634
+msgid "Scroll one page up"
+msgstr "Zadrsaj za eno stran navzgor"
+
+#: src/bin/keyin.c:635
+msgid "Scroll one page down"
+msgstr "Zadrsaj za eno stran navzdol"
+
+#: src/bin/keyin.c:636
+msgid "Scroll one line up"
+msgstr "Zadrsaj za eno vrstico navzgor"
+
+#: src/bin/keyin.c:637
+msgid "Scroll one line down"
+msgstr "Zadrsaj za eno vrstico navzdol"
+
+#: src/bin/keyin.c:638
+msgid "Go to the top of the backlog"
+msgstr "Pojdi na vrh dnevnika"
+
+#: src/bin/keyin.c:639
+msgid "Reset scroll"
+msgstr "Ponovno zaženi drsenje"
+
+#: src/bin/keyin.c:641
+msgid "Copy/Paste"
+msgstr "Kopiraj/Prilepi"
+
+#: src/bin/keyin.c:642
+msgid "Copy selection to Primary buffer"
+msgstr "Kopiraj izbrano v primarni predpomnilnik"
+
+#: src/bin/keyin.c:643
+msgid "Copy selection to Clipboard buffer"
+msgstr "Kopiraj izbrano v predpomnilnik odložišča"
+
+#: src/bin/keyin.c:644
+msgid "Paste Primary buffer (highlight)"
+msgstr "Primarni predpomnilnik (označeno)"
+
+#: src/bin/keyin.c:645
+msgid "Paste Clipboard buffer (ctrl+c/v)"
+msgstr "Predpomnilnik Prilepljanja iz odložišča (ctrl+c/v)"
+
+#: src/bin/keyin.c:647
+msgid "Splits/Tabs"
+msgstr "Razdelitve/Zavihki"
+
+#: src/bin/keyin.c:648
+msgid "Focus to the previous terminal"
+msgstr "Fokusiraj se na prejšnji terminal"
+
+#: src/bin/keyin.c:649
+msgid "Focus to the next terminal"
+msgstr "Fokusiraj se na naslednji terminal"
+
+#: src/bin/keyin.c:650
+msgid "Split horizontally (new below)"
+msgstr "Razdeli vodoravno (nov spodaj)"
+
+#: src/bin/keyin.c:651
+msgid "Split vertically (new on right)"
+msgstr "Razdeli navpično (nov desno)"
+
+#: src/bin/keyin.c:652
+msgid "Create a new \"tab\""
+msgstr "Ustvari nov zavihek"
+
+#: src/bin/keyin.c:653
+msgid "Close the focused terminal"
+msgstr "Zapri terminal v fokusu"
+
+#: src/bin/keyin.c:654
+msgid "Bring up \"tab\" switcher"
+msgstr "Dvigni preklopnik \"zavihka\""
+
+#: src/bin/keyin.c:655
+msgid "Switch to terminal tab 1"
+msgstr "Preklopi na terminalov 1. zavihek"
+
+#: src/bin/keyin.c:656
+msgid "Switch to terminal tab 2"
+msgstr "Preklopi na terminalov 2. zavihek"
+
+#: src/bin/keyin.c:657

[EGIT] [apps/terminology] master 01/01: Adding slovenian translation

2016-09-21 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=d12fee27ed9192b93800045460e8c806c75a6345

commit d12fee27ed9192b93800045460e8c806c75a6345
Author: maxerba 
Date:   Wed Sep 21 21:56:11 2016 +0200

Adding slovenian translation
---
 po/LINGUAS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/LINGUAS b/po/LINGUAS
index 33e375f..cfc6ed7 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1 +1 @@
-ca de el eo es fi fr hi it ko ms sr tr vi
+ca de el eo es fi fr hi it ko ms sl sr tr vi

-- 




[EGIT] [core/efl] master 01/01: Updating slovenian translation

2016-09-21 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3c3c51f02970fe020897e8602396ac4808605e80

commit 3c3c51f02970fe020897e8602396ac4808605e80
Author: maxerba 
Date:   Wed Sep 21 21:40:50 2016 +0200

Updating slovenian translation
---
 po/sl.po | 227 +++
 1 file changed, 112 insertions(+), 115 deletions(-)

diff --git a/po/sl.po b/po/sl.po
index dc6ab3a..3b8841d 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,19 +3,19 @@
 # This file is put in the public domain.
 # r1to , 2011.
 #
-#: src/lib/elementary/elm_config.c:3766
 msgid ""
 msgstr ""
 "Project-Id-Version: Efl\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2016-08-29 09:31+0900\n"
-"PO-Revision-Date: 2012-06-24 17:10+0900\n"
-"Last-Translator: Jerome Pinot \n"
+"POT-Creation-Date: 2016-08-11 13:52+0200\n"
+"PO-Revision-Date: 2016-09-21 17:00+0200\n"
+"Last-Translator: Renato Rener \n"
 "Language-Team: Enlightenment Team\n"
 "Language: sl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 1.8.9\n"
 
 #: src/lib/ecore/ecore_getopt.c:89
 msgid "Version:"
@@ -26,9 +26,9 @@ msgid "Usage:"
 msgstr "Uporaba:"
 
 #: src/lib/ecore/ecore_getopt.c:105
-#, fuzzy, c-format
+#, c-format
 msgid "%s [options]"
-msgstr "%s·[možnosti]\n"
+msgstr "%s [možnosti]"
 
 #: src/lib/ecore/ecore_getopt.c:305
 msgid "Copyright:"
@@ -52,12 +52,11 @@ msgstr "Izbire:·"
 
 #: src/lib/ecore/ecore_getopt.c:644 src/lib/ecore/ecore_getopt.c:645
 msgid "No categories available."
-msgstr ""
+msgstr "Na voljo ni nobene kategorije"
 
 #: src/lib/ecore/ecore_getopt.c:649
-#, fuzzy
 msgid "Categories: "
-msgstr "Izbire:·"
+msgstr "Kategorije: "
 
 #: src/lib/ecore/ecore_getopt.c:771
 msgid "Options:\n"
@@ -65,22 +64,22 @@ msgstr "Možnosti:\n"
 
 #: src/lib/ecore/ecore_getopt.c:780
 msgid "Positional arguments:\n"
-msgstr ""
+msgstr "Argumenti nahajališča\n"
 
 #: src/lib/ecore/ecore_getopt.c:847
-#, fuzzy, c-format
+#, c-format
 msgid "ERROR: unknown category '%s'.\n"
-msgstr "NAPAKA:·Neznana možnost·--%s.\n"
+msgstr "NAPAKA: neznana kategorija '%s'.\n"
 
 #: src/lib/ecore/ecore_getopt.c:951
 #, c-format
 msgid "ERROR: unknown option --%s.\n"
-msgstr "NAPAKA:·Neznana možnost·--%s.\n"
+msgstr "NAPAKA:·Neznana možnost --%s.\n"
 
 #: src/lib/ecore/ecore_getopt.c:953
 #, c-format
 msgid "ERROR: unknown option -%c.\n"
-msgstr "NAPAKA:·neznana možnost·-%c.\n"
+msgstr "NAPAKA:·neznana možnost-%c.\n"
 
 #: src/lib/ecore/ecore_getopt.c:1016
 msgid "ERROR: "
@@ -157,14 +156,14 @@ msgid "ERROR: option -%c requires an argument!\n"
 msgstr "NAPAKA:·možnost·-%c zahteva argument!\n"
 
 #: src/lib/ecore/ecore_getopt.c:1878
-#, fuzzy, c-format
+#, c-format
 msgid "ERROR: missing required positional argument %s.\n"
-msgstr "NAPAKA:·možnost·-%c zahteva argument!\n"
+msgstr "NAPAKA: manjka zahtevani argument nahajališča %s.\n"
 
 #: src/lib/ecore/ecore_getopt.c:1910
 #, c-format
 msgid "ERROR: unsupported action type %d for positional argument %s\n"
-msgstr ""
+msgstr "NAPAKA: nepodprto dejanje vrste %d za argumente nahajališča %s\n"
 
 #: src/lib/ecore/ecore_getopt.c:2031 src/lib/ecore/ecore_getopt.c:2097
 msgid "ERROR: no parser provided.\n"
@@ -193,9 +192,8 @@ msgid " See -%c.\n"
 msgstr "·Glej·-%c.\n"
 
 #: src/lib/ecore/ecore_getopt.c:2137
-#, fuzzy
 msgid "ERROR: invalid positional arguments found."
-msgstr "NAPAKA::·najdene nepravilne možnosti"
+msgstr "NAPAKA: nepravilni argumenti nahajališča najdeni."
 
 #: src/lib/ecore/ecore_getopt.c:2172
 #, c-format
@@ -213,338 +211,337 @@ msgstr "Namizje"
 
 #: src/lib/efreet/efreet_base.c:131
 msgid "Downloads"
-msgstr ""
+msgstr "Prejemi"
 
 #: src/lib/efreet/efreet_base.c:140
 msgid "Templates"
-msgstr ""
+msgstr "Predloge"
 
 #: src/lib/efreet/efreet_base.c:149
 msgid "Public"
-msgstr ""
+msgstr "Javno"
 
 #: src/lib/efreet/efreet_base.c:158
 msgid "Documents"
-msgstr ""
+msgstr "Dokumenti"
 
 #: src/lib/efreet/efreet_base.c:166
 msgid "Music"
-msgstr ""
+msgstr "Glasba"
 
 #: src/lib/efreet/efreet_base.c:174
 msgid "Pictures"
-msgstr ""
+msgstr "Slike"
 
-#: src/lib/efreet/efreet_base.c:183
+#: src/lib/efreet/efreet_base.c:182
 msgid "Videos"
-msgstr ""
+msgstr "Videi"
 
-#: src/lib/elementary/elc_fileselector.c:1894
+#: src/lib/elementary/elc_fileselector.c:1873
 msgid "Up"
-msgstr ""
+msgstr "Gor"
 
-#: src/lib/elementary/elc_fileselector.c:1908
+#: src/lib/elementary/elc_fileselector.c:1887
 msgid "Home"
-msgstr ""
+msgstr "Dom"
 
-#: src/lib/elementary/elc_fileselector.c:1927
+#: src/lib/elementary/elc_fileselector.c:1906
 msgid "Search"
-msgstr ""
+msgstr "Poišči"
 
-#: src/lib/elementary/elc_fileselector.c:2128
+#: src/lib/elementary/elc_fileselector.c:2107
 #: src/lib/elementary/elm_entry.c:1700 src/lib/elementary/elm_entry.c:1725
 msgid 

Re: [E-devel] --enable-systemd as the default

2016-09-07 Thread Massimo Maiurana
I'm runnig a distro with systemd (debian stretch) but it's not detected
by efl and I don't get any warning, so I think it looks for something
more specific at configure time.

Bye
Massimo

Simon Lees ha scritto il 07/09/2016 alle 08:37:
> Hi All,
> I noticed today while configuring efl that we give a big warning if you
> are running a distro with systemd and you don't pass the
> --enable-systemd flag. Given that now most major distro's are using
> systemd it probably makes more sense to have --enable-systemd as the
> default behavior to make it harder for users to mess up by forgetting to
> enable it. Those on non systemd systems will obviously see a configure
> error telling them to find the dependency or --disable-systemd.
> --disable-systemd should of course not require the
> --really-silly-over-long-i-know-what-im-doing-and-will-send-patches-aba
> flag as its probably still common although I don't know which active
> devs are testing with systemd off.
> 
> 
> 
> --
> 
> 
> 
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Crashdump

2016-08-29 Thread Massimo Maiurana
Just a few minutes ago E crashed but I don't know why, as I was only
browsing with firefox in a wordpress panel, so I can't open a ticket.
I just send here the backtrace hoping it can be useful :)

-- 
Massimo Maiurana
Ragusa (RG)

Thread 4 (Thread 0x7f988ef26700 (LWP 3109)):
#0  0x7f989af3bf73 in select () at ../sysdeps/unix/syscall-template.S:84
No locals.
#1  0x7f989b44aa73 in _drm_tick_core (data=, 
thread=0x25d0700) at lib/ecore_x/xlib/ecore_x_vsync.c:345
wfds = {fds_bits = {0 }}
ret = 
tv = {tv_sec = 0, tv_usec = 85098}
rfds = {fds_bits = {268435456, 0 }}
exfds = {fds_bits = {0 }}
max_fd = 
msg = 
ref = 0x2c2e390
tick = 1
__FUNCTION__ = "_drm_tick_core"
#2  0x7f989dfe5add in _ecore_direct_worker (work=0x25d0700) at 
lib/ecore/ecore_thread.c:425
No locals.
#3  0x7f989e8ec585 in _eina_internal_call (context=0x2554940) at 
lib/eina/eina_thread.c:150
c = 0x2554940
r = 
#4  0x7f989c1a5464 in start_thread (arg=0x7f988ef26700) at 
pthread_create.c:333
__res = 
pd = 0x7f988ef26700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140293210007296, 
3135872560973162447, 0, 140736077590415, 3, 39651072, -3119368783082084401, 
-3119337241094576177}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 
0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#5  0x7f989af4330d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
No locals.

Thread 3 (Thread 0x7f9892dae700 (LWP 3108)):
#0  0x7f989af3bf73 in select () at ../sysdeps/unix/syscall-template.S:84
No locals.
#1  0x7f989dfd7e4b in _timer_tick_core (data=, 
thread=0x25807d0) at lib/ecore/ecore_anim.c:127
rfds = {fds_bits = {16777216, 0 }}
wfds = {fds_bits = {0 }}
exfds = {fds_bits = {0 }}
tv = {tv_sec = 0, tv_usec = 16110}
t = 
tick = 0 '\000'
t0 = 783.4809004512
d = 
ret = 
__FUNCTION__ = "_timer_tick_core"
#2  0x7f989dfe5add in _ecore_direct_worker (work=0x25807d0) at 
lib/ecore/ecore_thread.c:425
No locals.
#3  0x7f989e8ec585 in _eina_internal_call (context=0x258e880) at 
lib/eina/eina_thread.c:150
c = 0x258e880
r = 
#4  0x7f989c1a5464 in start_thread (arg=0x7f9892dae700) at 
pthread_create.c:333
__res = 
pd = 0x7f9892dae700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140293275576064, 
3135872560973162447, 0, 140736077599519, 3, 39323600, -311930677531441, 
-3119337241094576177}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 
0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#5  0x7f989af4330d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
No locals.

Thread 2 (Thread 0x7f9893bc7700 (LWP 3103)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x7f989e38ad2d in eina_condition_wait (cond=0x7f989e67a960 
) at ../src/lib/eina/eina_inline_lock_posix.x:446
r = 0 '\000'
ok = 
#2  evas_thread_worker_func (data=, thread=) at 
lib/evas/common/evas_thread_render.c:76
cmd = 
len = 
max = 
__FUNCTION__ = "evas_thread_worker_func"
__PRETTY_FUNCTION__ = "evas_thread_worker_func"
#3  0x7f989e8ec585 in _eina_internal_call (context=0x2487ba0) at 
lib/eina/eina_thread.c:150
c = 0x2487ba0
r = 
#4  0x7f989c1a5464 in start_thread (arg=0x7f9893bc7700) at 
pthread_create.c:333
__res = 
pd = 0x7f9893bc7700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140293290358528, 
3135872560973162447, 1, 140736077599743, 3, 0, -3119310081079695409, 
-3119337241094576177}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 
0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#5  0x7f989af4330d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
No locals.

Thread 1 (Thread 0x7f989f7fc9c0 (LWP 3101)):
#0  0x7f989c1ae88d in pause () at ../sysdeps/unix/syscall-template.S:84
No locals.
#1  
No locals.
#2  0x7f988b463c21 in _wireless_networks_count (fdata=0x0, cont=0x2471e00, 
data=) at src/modules/wireless/wireless.c:1263
wn = 
#3  eina_array_foreach (fdata=0x0, cb=, array=0x2471e00) at 
/opt/e17/include/eina-1/eina/eina_inline_array.x:107
data = 
iterator = 0x3c57158
i = 
ret = 1 '\001'
#4  wireless_networks_set (networks=networks@

Re: [E-devel] E/ELM fdo icon config issues

2016-08-28 Thread Massimo Maiurana
re exactly the same icons provided in the elm
>>>>> theme
>>>>>>> (full
>>>>>>>>> fdo lookup instead of just pick from the edj file).
>>>>>>>>
>>>>>>>> correct.
>>>>>>>>
>>>>>>>>> We really need to automatically set elm to use internal icons
>>>> when
>>>>> the
>>>>>>> user
>>>>>>>>> select the Enlightenment-X theme in both the E config dialog
>> and
>>>> the
>>>>>> ELM
>>>>>>>>> one.
>>>>>>>>
>>>>>>>> well enlightenment seemingly has to do this... then.
>>>>>>>
>>>>>>> To do this properly the info about the corresponding icon theme
>>>> needs
>>>>> to
>>>>>>> be embedded in the edj file and read out, because for example I
>>>> might
>>>>>>> create a Elementary theme called "Bob" and then create the "Bob-X"
>>>> icon
>>>>>>> theme for non elementary apps.
>>>>>>
>>>>>>
>>>>>> indeed, you are right, I did not thought about this scenario.
>>>>>> So the fast path I described (ELM_CONFIG_ICON_THEME_ELEMENTARY=
>>>>>> "Enlightenment-X")
>>>>>> will not work.
>>>>>> And indeed a solution would be to add this information in the elm
>> edje
>>>>>> theme, something
>>>>>> like matching_icon_theme="Enlightenment-X". Then fix elm to always
>>>> use
>>>>>> internal icons
>>>>>> if the config match the edje provided string.
>>>>>>
>>>>>>
>>>>>>
>>>>>>> I more realistic scenario is that
>>>>>>> openSUSE ships by default with a recolored version of the default
>>>> theme
>>>>>>> and I was going to look at also recoloring Enlightenment-X to
>> match
>>>>> that
>>>>>>> theme and calling it slightly different name. All my themes will
>>>>>>> eventually have there own icon set and matching FDO icon set (that
>>>> or
>>>>>>> i'll pick someone else's that I like). So I don't think we should
>>>>>>> explicitly hard code a solution just for the default theme and
>>>>>>> Enlightenment-X but if we do something it should support all
>> themes.
>>>>>>>
>>>>>>>>
>>>>>>>>> As for the implementation of this one: maybe is enough to
>> change
>>>> the
>>>>>>>>> ELM_CONFIG_ICON_THEME_ELEMENTARY define to "Enlightenment-X" ?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> If no one have objections I would ask Andrew to implement/fix
>>>> this 2
>>>>>>> issues
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>> davemds
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> Simon Lees (Simotek)
>> http://simotek.net
>>>>>>>
>>>>>>> Emergency Update Team
>> keybase.io/simotek
>>>>>>> SUSE LinuxAdeliade Australia, UTC+9:30
>>>>>>> GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B
>>>>>>>
>>>>>>>
>>>>>>> 
>>>>>>> --
>>>>>>>
>>>>>>> ___
>>>>>>> enlightenment-devel mailing list
>>>>>>> enlightenment-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>> 
>>>> --
>>>>>> ___
>>>>>> enlightenment-devel mailing list
>>>>>> enlightenment-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>>>>>
>>>>>
>>>>> 
>>>> --
>>>>> ___
>>>>> enlightenment-devel mailing list
>>>>> enlightenment-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>>>>
>>>> 
>>>> --
>>>> ___
>>>> enlightenment-devel mailing list
>>>> enlightenment-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>>>
>>>
>>>
>>
>> --
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
> --
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Rage 0.2.0 release

2016-08-22 Thread Massimo Maiurana
Yeah, in fact my workaround was not hovering the timeline so my pc is happy. 
Hovering for a moment, tipically to move the pointer to the shelf, doesn't 
trigger the issue, it starts only when sitting on the timeline for some tenth 
of a second.

Massimo


Il 22 agosto 2016 02:00:41 CEST, Al Poole <nets...@gmail.com> ha scritto:
>When you hover over the timeline to see a thumbnail that triggers the
>thumbnail creation.
>
>Keep going back over up and down the timeline and that is triggerign
>loads
>of new rage_thumb processes more than the limit set.
>
>So as a user I'm like "Where's my thumbnails, they are black...so let
>me go
>up and down looking for them, but they are still not there and at the
>same
>time WTF my computer isn't happy at all..."
>
>on mouse over the timeline/scroller lots of new rage_thumb being
>created...
>
>I think that is what is happening
>
>On Mon, Aug 22, 2016 at 12:28 AM, Carsten Haitzler
><ras...@rasterman.com>
>wrote:
>
>> On Sun, 21 Aug 2016 19:47:20 +0200 Massimo Maiurana
><maiur...@gmail.com>
>> said:
>>
>> > Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle
>15:05:
>> > > On Sun, 21 Aug 2016 14:22:33 +0200 Massimo Maiurana <
>> maiur...@gmail.com>
>> > > said:
>> > >
>> > >> Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle
>14:03:
>> > >>> On Sun, 21 Aug 2016 10:42:47 +0200 Massimo Maiurana <
>> maiur...@gmail.com>
>> > >>> said:
>> > >>>
>> > >>>> Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle
>> 01:42:
>> > >>>>> On Sat, 20 Aug 2016 19:04:44 +0200 Massimo Maiurana <
>> maiur...@gmail.com>
>> > >>>>> said:
>> > >>>>>
>> > >>>>>> Carsten Haitzler (The Rasterman) ha scritto il 20/08/2016
>alle
>> 14:17:
>> > >>>>>>> On Sat, 20 Aug 2016 09:41:00 +0200 Massimo Maiurana
>> > >>>>>>> <maiur...@gmail.com> said:
>> > >>>>>>>
>> > >>>>>>>> There is an annoying issue that I found in rage from some
>> months ago
>> > >>>>>>>> but I've always forgot to report it here, sorry :(
>> > >>>>>>>>
>> > >>>>>>>> There are cases where rage_thumb just go crazy, spawns
>several
>> > >>>>>>>> processes, eats up the cpu and reamins active even if I
>close
>> rage,
>> > >>>>>>>> so I have to "killal -9 rage_thumb". Tipically it happens
>if I
>> > >>>>>>>> navigate the movie clicking with the mouse in the progress
>bar,
>> so
>> > >>>>>>>> in order to avoid it I use to navigate via arrow keys.
>> > >>>>>>>
>> > >>>>>>> well - it's generating thumbanils for the whole movie
>(every 10
>> > >>>>>>> seconds or so it snapshots). it literally sits and loads
>the
>> movie
>> > >>>>>>> relying on the gst generic evas loader to load a specific
>frame #
>> > >>>>>>> from the video file. it loads, scales down, and saves to a
>big
>> eet
>> > >>>>>>> archive with all the thumbs in it for the video...
>> > >>>>>>>
>> > >>>>>>> why is it spinning? some bakctrace, some trace/debug as to
>what
>> it's
>> > >>>>>>> spinning on etc would be useful. :)
>> > >>>>>>
>> > >>>>>> I would like to help but need also help on how to generate
>> > >>>>>> backtraces :)
>> > >>>>>
>> > >>>>> gdb /usr/local/lib/rage/utils/rage_thumb `pidof rage_thumb`
>> > >>>>>
>> > >>>>> ...
>> > >>>>>
>> > >>>>> bt
>> > >>>>>
>> > >>>>> :)
>> > >>>>>
>> > >>>>> also getting the file it is choking on would be nice. the
>file
>> will be
>> > >>>>> on the cmdline passed to rage_thumb..
>> > >>>>
>> > >>>> Ok, I did this: I opened a movie, clicked on some points in
>the
>> progress
>> > >>>> b

Re: [E-devel] Emotion Media Center 1.2.0 beta1

2016-08-21 Thread Massimo Maiurana
Davide Andreoli ha scritto il 21/08/2016 alle 17:36:
>
> CALL FOR TRANSLATORS:
> Guys this is the right time to submit your updated translations !!!

I guess you don't need any help for the italian localization so I'll 
just forward this message to the e-intl mailing list ;)


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Rage 0.2.0 release

2016-08-21 Thread Massimo Maiurana
Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle 15:34:
> On Sun, 21 Aug 2016 14:12:46 +0100 Al Poole <nets...@gmail.com> said:
>
>> Hello,
>>
>> Maybe a limit on the number of processes???
>
> there is a limit:
>
>int maxnum = (eina_cpu_count() / 2) + 1;
>
> that's the limit. however many cpu cores libc reports divided by 2.. plus 1.

Uh? I have a Pentium T4400 and it should have two cores with two threads 
each, so a total of 4 logical cores. It should then run 3 processes but 
actually I get 6 :-?

>> https://www.enlightenment.org/ss/display.php?image=e-57b9a7baf33cd3.64891532.jpg
>>
>> Am finding here, OpenBSD, that I'm not having thumbnails generate
>> anything...regardless of the above just have black windows when moving
>> through the video rather than preview.
>
> i am not sure why. generic loader not working? something else? no info here to
> go by.
>
>> On Sun, Aug 21, 2016 at 2:05 PM, Carsten Haitzler <ras...@rasterman.com>
>> wrote:
>>
>>> On Sun, 21 Aug 2016 14:22:33 +0200 Massimo Maiurana <maiur...@gmail.com>
>>> said:
>>>
>>>> Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle 14:03:
>>>>> On Sun, 21 Aug 2016 10:42:47 +0200 Massimo Maiurana <
>>> maiur...@gmail.com>
>>>>> said:
>>>>>
>>>>>> Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle 01:42:
>>>>>>> On Sat, 20 Aug 2016 19:04:44 +0200 Massimo Maiurana <
>>> maiur...@gmail.com>
>>>>>>> said:
>>>>>>>
>>>>>>>> Carsten Haitzler (The Rasterman) ha scritto il 20/08/2016 alle
>>> 14:17:
>>>>>>>>> On Sat, 20 Aug 2016 09:41:00 +0200 Massimo Maiurana <
>>> maiur...@gmail.com>
>>>>>>>>> said:
>>>>>>>>>
>>>>>>>>>> There is an annoying issue that I found in rage from some months
>>> ago
>>>>>>>>>> but I've always forgot to report it here, sorry :(
>>>>>>>>>>
>>>>>>>>>> There are cases where rage_thumb just go crazy, spawns several
>>>>>>>>>> processes, eats up the cpu and reamins active even if I close
>>> rage, so
>>>>>>>>>> I have to "killal -9 rage_thumb". Tipically it happens if I
>>> navigate
>>>>>>>>>> the movie clicking with the mouse in the progress bar, so in
>>> order to
>>>>>>>>>> avoid it I use to navigate via arrow keys.
>>>>>>>>>
>>>>>>>>> well - it's generating thumbanils for the whole movie (every 10
>>> seconds
>>>>>>>>> or so it snapshots). it literally sits and loads the movie relying
>>> on
>>>>>>>>> the gst generic evas loader to load a specific frame # from the
>>> video
>>>>>>>>> file. it loads, scales down, and saves to a big eet archive with
>>> all
>>>>>>>>> the thumbs in it for the video...
>>>>>>>>>
>>>>>>>>> why is it spinning? some bakctrace, some trace/debug as to what
>>> it's
>>>>>>>>> spinning on etc would be useful. :)
>>>>>>>>
>>>>>>>> I would like to help but need also help on how to generate
>>> backtraces :)
>>>>>>>
>>>>>>> gdb /usr/local/lib/rage/utils/rage_thumb `pidof rage_thumb`
>>>>>>>
>>>>>>> ...
>>>>>>>
>>>>>>> bt
>>>>>>>
>>>>>>> :)
>>>>>>>
>>>>>>> also getting the file it is choking on would be nice. the file will
>>> be on
>>>>>>> the cmdline passed to rage_thumb..
>>>>>>
>>>>>> Ok, I did this: I opened a movie, clicked on some points in the
>>> progress
>>>>>> bar to go forward and the cpu went 100% (both cores). At this point I
>>>>>> had six instances of rage_thumb running. This is the command line:
>>>>>> rage /home/max/Video/Il.Volo.Del.Falco.2014.iTALiAN.BDRiP.XviD-
>>> HDi.avi
>>>>>>
>>>>>> Then I closed rage but all rage_thumb processes still was alive and
>>>>>> kicking... too kicking :)
>>

Re: [E-devel] Rage 0.2.0 release

2016-08-21 Thread Massimo Maiurana
Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle 15:05:
> On Sun, 21 Aug 2016 14:22:33 +0200 Massimo Maiurana <maiur...@gmail.com> said:
>
>> Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle 14:03:
>>> On Sun, 21 Aug 2016 10:42:47 +0200 Massimo Maiurana <maiur...@gmail.com>
>>> said:
>>>
>>>> Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle 01:42:
>>>>> On Sat, 20 Aug 2016 19:04:44 +0200 Massimo Maiurana <maiur...@gmail.com>
>>>>> said:
>>>>>
>>>>>> Carsten Haitzler (The Rasterman) ha scritto il 20/08/2016 alle 14:17:
>>>>>>> On Sat, 20 Aug 2016 09:41:00 +0200 Massimo Maiurana <maiur...@gmail.com>
>>>>>>> said:
>>>>>>>
>>>>>>>> There is an annoying issue that I found in rage from some months ago
>>>>>>>> but I've always forgot to report it here, sorry :(
>>>>>>>>
>>>>>>>> There are cases where rage_thumb just go crazy, spawns several
>>>>>>>> processes, eats up the cpu and reamins active even if I close rage, so
>>>>>>>> I have to "killal -9 rage_thumb". Tipically it happens if I navigate
>>>>>>>> the movie clicking with the mouse in the progress bar, so in order to
>>>>>>>> avoid it I use to navigate via arrow keys.
>>>>>>>
>>>>>>> well - it's generating thumbanils for the whole movie (every 10 seconds
>>>>>>> or so it snapshots). it literally sits and loads the movie relying on
>>>>>>> the gst generic evas loader to load a specific frame # from the video
>>>>>>> file. it loads, scales down, and saves to a big eet archive with all
>>>>>>> the thumbs in it for the video...
>>>>>>>
>>>>>>> why is it spinning? some bakctrace, some trace/debug as to what it's
>>>>>>> spinning on etc would be useful. :)
>>>>>>
>>>>>> I would like to help but need also help on how to generate backtraces :)
>>>>>
>>>>> gdb /usr/local/lib/rage/utils/rage_thumb `pidof rage_thumb`
>>>>>
>>>>> ...
>>>>>
>>>>> bt
>>>>>
>>>>> :)
>>>>>
>>>>> also getting the file it is choking on would be nice. the file will be on
>>>>> the cmdline passed to rage_thumb..
>>>>
>>>> Ok, I did this: I opened a movie, clicked on some points in the progress
>>>> bar to go forward and the cpu went 100% (both cores). At this point I
>>>> had six instances of rage_thumb running. This is the command line:
>>>> rage /home/max/Video/Il.Volo.Del.Falco.2014.iTALiAN.BDRiP.XviD-HDi.avi
>>>>
>>>> Then I closed rage but all rage_thumb processes still was alive and
>>>> kicking... too kicking :)
>>>> Htop reported small cpu usage for rage_thumb, every process was eating
>>>> just around 1/1.5% of it. Top made me see that there were many
>>>> evas_image_load processes that instead was eating much more cpu, 10% and
>>>> occasionally 20% each process. I generated a backtrace from one of the
>>>> rage_thumb processes, I don't know how it is useful but it is attached.
>>>> In the meantime all processes quitted, so it is just a matter of time
>>>> waiting they do their job, but the problem is that this jog is cpu and
>>>> time consuming :)
>>>>
>>>> Should I run gdb on evas_image_load and generate a backtrace?
>>>
>>> doesn't sound hung to me. it sounds like its actually working. it may take
>>> several minutes to thumbnail the video depending on how long it is...
>>
>> It doesn't hang but it makes my pc unresponsive for a long time, even
>
> no - i meant that rage_thumb isn't hung - it sounds by your description, like
> it's doing it's job. it's trying to generate thumbnails...
>
> i wonder if the issue is that the stream cannot be seeked and thus it's simply
> repeatedly generating frame 0 because a seek to a point fails...
>
> if you do:
>
> strace -f -o ~/log -p `pidof rage_thumb`
>
> then grep through the file for "exec" - you should find the exec lines that 
> run
> the generic loader... what are the aerguments? there should be the file plus a
> number. the number should be large - eg going up by 1000 per second being
> snapped. it will

Re: [E-devel] Rage 0.2.0 release

2016-08-21 Thread Massimo Maiurana
Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle 14:03:
> On Sun, 21 Aug 2016 10:42:47 +0200 Massimo Maiurana <maiur...@gmail.com> said:
>
>> Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle 01:42:
>>> On Sat, 20 Aug 2016 19:04:44 +0200 Massimo Maiurana <maiur...@gmail.com>
>>> said:
>>>
>>>> Carsten Haitzler (The Rasterman) ha scritto il 20/08/2016 alle 14:17:
>>>>> On Sat, 20 Aug 2016 09:41:00 +0200 Massimo Maiurana <maiur...@gmail.com>
>>>>> said:
>>>>>
>>>>>> There is an annoying issue that I found in rage from some months ago but
>>>>>> I've always forgot to report it here, sorry :(
>>>>>>
>>>>>> There are cases where rage_thumb just go crazy, spawns several
>>>>>> processes, eats up the cpu and reamins active even if I close rage, so I
>>>>>> have to "killal -9 rage_thumb". Tipically it happens if I navigate the
>>>>>> movie clicking with the mouse in the progress bar, so in order to avoid
>>>>>> it I use to navigate via arrow keys.
>>>>>
>>>>> well - it's generating thumbanils for the whole movie (every 10 seconds or
>>>>> so it snapshots). it literally sits and loads the movie relying on the gst
>>>>> generic evas loader to load a specific frame # from the video file. it
>>>>> loads, scales down, and saves to a big eet archive with all the thumbs in
>>>>> it for the video...
>>>>>
>>>>> why is it spinning? some bakctrace, some trace/debug as to what it's
>>>>> spinning on etc would be useful. :)
>>>>
>>>> I would like to help but need also help on how to generate backtraces :)
>>>
>>> gdb /usr/local/lib/rage/utils/rage_thumb `pidof rage_thumb`
>>>
>>> ...
>>>
>>> bt
>>>
>>> :)
>>>
>>> also getting the file it is choking on would be nice. the file will be on
>>> the cmdline passed to rage_thumb..
>>
>> Ok, I did this: I opened a movie, clicked on some points in the progress
>> bar to go forward and the cpu went 100% (both cores). At this point I
>> had six instances of rage_thumb running. This is the command line:
>> rage /home/max/Video/Il.Volo.Del.Falco.2014.iTALiAN.BDRiP.XviD-HDi.avi
>>
>> Then I closed rage but all rage_thumb processes still was alive and
>> kicking... too kicking :)
>> Htop reported small cpu usage for rage_thumb, every process was eating
>> just around 1/1.5% of it. Top made me see that there were many
>> evas_image_load processes that instead was eating much more cpu, 10% and
>> occasionally 20% each process. I generated a backtrace from one of the
>> rage_thumb processes, I don't know how it is useful but it is attached.
>> In the meantime all processes quitted, so it is just a matter of time
>> waiting they do their job, but the problem is that this jog is cpu and
>> time consuming :)
>>
>> Should I run gdb on evas_image_load and generate a backtrace?
>
> doesn't sound hung to me. it sounds like its actually working. it may take
> several minutes to thumbnail the video depending on how long it is...

It doesn't hang but it makes my pc unresponsive for a long time, even 
after I close rage. FWIU there should be a limit in how much cpu the 
thumbnailing processes can take, or a limit in the number of 
thumbnailing processes which can be run at the same time, or at the very 
least an option to turn off thumbnailing. I understand that my PC is 
quite old (6 years), but I would like to keep using it as much as 
possible :)

>>>> If it would segvs i would do it via a "bt" command in gdb, but it
>>>> doesn't crash and also rage_thumb keeps running in multiple processes
>>>> when I stop rage, so how should I trace its activities?
>>>
>>> ^ you can attach to an existing process any time. when you attach the
>>> process will be paused. you can grab a bt then. you can let it continue
>>> running with "c" (continue) cmd any time. you can pause it again with ctrl
>>> +c in gdb an get another backtrace. switch stack frame with "fr N" where N
>>> matches the backtrace number. list the code where you are at with "l". list
>>> a specific line number in that file in context with "l 1234". print a
>>> variable you see with "p varname" dereference a pointer (like c/c++ does
>>> all the time) with "p *varname" or if its a struct geta  member 

Re: [E-devel] Rage 0.2.0 release

2016-08-21 Thread Massimo Maiurana

Carsten Haitzler (The Rasterman) ha scritto il 21/08/2016 alle 01:42:

On Sat, 20 Aug 2016 19:04:44 +0200 Massimo Maiurana <maiur...@gmail.com> said:


Carsten Haitzler (The Rasterman) ha scritto il 20/08/2016 alle 14:17:

On Sat, 20 Aug 2016 09:41:00 +0200 Massimo Maiurana <maiur...@gmail.com>
said:


There is an annoying issue that I found in rage from some months ago but
I've always forgot to report it here, sorry :(

There are cases where rage_thumb just go crazy, spawns several
processes, eats up the cpu and reamins active even if I close rage, so I
have to "killal -9 rage_thumb". Tipically it happens if I navigate the
movie clicking with the mouse in the progress bar, so in order to avoid
it I use to navigate via arrow keys.


well - it's generating thumbanils for the whole movie (every 10 seconds or
so it snapshots). it literally sits and loads the movie relying on the gst
generic evas loader to load a specific frame # from the video file. it
loads, scales down, and saves to a big eet archive with all the thumbs in
it for the video...

why is it spinning? some bakctrace, some trace/debug as to what it's
spinning on etc would be useful. :)


I would like to help but need also help on how to generate backtraces :)


gdb /usr/local/lib/rage/utils/rage_thumb `pidof rage_thumb`

...

bt

:)

also getting the file it is choking on would be nice. the file will be on the
cmdline passed to rage_thumb..


Ok, I did this: I opened a movie, clicked on some points in the progress 
bar to go forward and the cpu went 100% (both cores). At this point I 
had six instances of rage_thumb running. This is the command line:

rage /home/max/Video/Il.Volo.Del.Falco.2014.iTALiAN.BDRiP.XviD-HDi.avi

Then I closed rage but all rage_thumb processes still was alive and 
kicking... too kicking :)
Htop reported small cpu usage for rage_thumb, every process was eating 
just around 1/1.5% of it. Top made me see that there were many 
evas_image_load processes that instead was eating much more cpu, 10% and 
occasionally 20% each process. I generated a backtrace from one of the 
rage_thumb processes, I don't know how it is useful but it is attached. 
In the meantime all processes quitted, so it is just a matter of time 
waiting they do their job, but the problem is that this jog is cpu and 
time consuming :)


Should I run gdb on evas_image_load and generate a backtrace?



If it would segvs i would do it via a "bt" command in gdb, but it
doesn't crash and also rage_thumb keeps running in multiple processes
when I stop rage, so how should I trace its activities?


^ you can attach to an existing process any time. when you attach the
process will be paused. you can grab a bt then. you can let it continue
running with "c" (continue) cmd any time. you can pause it again with ctrl+c in
gdb an get another backtrace. switch stack frame with "fr N" where N matches
the backtrace number. list the code where you are at with "l". list a specific
line number in that file in context with "l 1234". print a variable you see
with "p varname" dereference a pointer (like c/c++ does all the time) with "p
*varname" or if its a struct geta  member with "p varname->member". gdb will
even be able to tab complete these like a shell does with files. :)

learning gdb is a very powerful thing. you can find out so much useful info
about a process... :)




Thanks
Massimo

Carsten Haitzler (The Rasterman) ha scritto il 20/08/2016 alle 05:45:

So here is a new release of Rage.

It is a simple video and audio player intended to be slick yet simplistic,
much like Mplayer. You can provide 1 or more files to play on the
command-line or just DND files onto the rage window to insert them into
the playlist. You can get a visual representation of everything on the
playlist by hitting the / key, or just hovering your mouse over the right
side of the window. Mouse back over the left side of the window to
dismiss it or press the key again. It has a full complement of key
controls if you see the README for the full list. It will automatically
search for album art for music files, if not already cached, and display
that. It even generates thumbnails for the timeline of a video and allows
you to preview the position on mouseover of the position bar at the
bottom of the window.

If you run it without any files as arguments, it will go into "browser"
mode where it will index $HOME/Videos and basically become a simple media
center.

A feature list at this point:

  * Play video and audio files
  * Support a playlist via command-line
  * Insert to playlist via DND
  * Controls hide on mouse idle, and appear on mouse movement
  * Fullscreen mode support with automatic "no blank" support
  * Playlist visual previews and controls
  * Subtitle file support
  * Supports Gstreamer 0.10, Gstreamer 1.x, Xine and VLC as media engines
via Emotion mod

Re: [E-devel] Rage 0.2.0 release

2016-08-20 Thread Massimo Maiurana
Carsten Haitzler (The Rasterman) ha scritto il 20/08/2016 alle 14:17:
> On Sat, 20 Aug 2016 09:41:00 +0200 Massimo Maiurana <maiur...@gmail.com> said:
>
>> There is an annoying issue that I found in rage from some months ago but
>> I've always forgot to report it here, sorry :(
>>
>> There are cases where rage_thumb just go crazy, spawns several
>> processes, eats up the cpu and reamins active even if I close rage, so I
>> have to "killal -9 rage_thumb". Tipically it happens if I navigate the
>> movie clicking with the mouse in the progress bar, so in order to avoid
>> it I use to navigate via arrow keys.
>
> well - it's generating thumbanils for the whole movie (every 10 seconds or so
> it snapshots). it literally sits and loads the movie relying on the gst
> generic evas loader to load a specific frame # from the video file. it loads,
> scales down, and saves to a big eet archive with all the thumbs in it for the
> video...
>
> why is it spinning? some bakctrace, some trace/debug as to what it's spinning
> on etc would be useful. :)

I would like to help but need also help on how to generate backtraces :)

If it would segvs i would do it via a "bt" command in gdb, but it 
doesn't crash and also rage_thumb keeps running in multiple processes 
when I stop rage, so how should I trace its activities?

>
>> Thanks
>> Massimo
>>
>> Carsten Haitzler (The Rasterman) ha scritto il 20/08/2016 alle 05:45:
>>> So here is a new release of Rage.
>>>
>>> It is a simple video and audio player intended to be slick yet simplistic,
>>> much like Mplayer. You can provide 1 or more files to play on the
>>> command-line or just DND files onto the rage window to insert them into the
>>> playlist. You can get a visual representation of everything on the playlist
>>> by hitting the / key, or just hovering your mouse over the right side of
>>> the window. Mouse back over the left side of the window to dismiss it or
>>> press the key again. It has a full complement of key controls if you see
>>> the README for the full list. It will automatically search for album art
>>> for music files, if not already cached, and display that. It even generates
>>> thumbnails for the timeline of a video and allows you to preview the
>>> position on mouseover of the position bar at the bottom of the window.
>>>
>>> If you run it without any files as arguments, it will go into "browser" mode
>>> where it will index $HOME/Videos and basically become a simple media center.
>>>
>>> A feature list at this point:
>>>
>>>   * Play video and audio files
>>>   * Support a playlist via command-line
>>>   * Insert to playlist via DND
>>>   * Controls hide on mouse idle, and appear on mouse movement
>>>   * Fullscreen mode support with automatic "no blank" support
>>>   * Playlist visual previews and controls
>>>   * Subtitle file support
>>>   * Supports Gstreamer 0.10, Gstreamer 1.x, Xine and VLC as media engines
>>> via Emotion modules
>>>   * Selection of media back-end via command-line
>>>   * Album art fetch and caching
>>>   * Video thumbnail timeline generation and caching
>>>   * Works with any Evas engine (OpenGL acceleration, pure software etc.)
>>>   * Works in X11, Wayland and Framebuffer direct support
>>>   * Accelerated seek on keyboard fowrard/reverse
>>>   * Drag gestures for seeking
>>>   * Special different UI modes for pure audio and video
>>>   * Media center browser/indexer mode
>>>   * Simeline thumbails of videos get generated and displayed when over seek
>>> bar
>>>
>>> If you want to see more go to the about page at
>>> https://www.enlightenment.org/p.php?p=about/rage
>>>
>>> http://download.enlightenment.org/rel/apps/rage/rage-0.2.0.tar.gz
>>> http://git.enlightenment.org/apps/rage.git
>>>
>>
>>
>> --
>> Massimo Maiurana
>> Ragusa (RG)
>>
>> --
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>
>


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Rage 0.2.0 release

2016-08-20 Thread Massimo Maiurana
There is an annoying issue that I found in rage from some months ago but 
I've always forgot to report it here, sorry :(

There are cases where rage_thumb just go crazy, spawns several 
processes, eats up the cpu and reamins active even if I close rage, so I 
have to "killal -9 rage_thumb". Tipically it happens if I navigate the 
movie clicking with the mouse in the progress bar, so in order to avoid 
it I use to navigate via arrow keys.

Thanks
Massimo

Carsten Haitzler (The Rasterman) ha scritto il 20/08/2016 alle 05:45:
> So here is a new release of Rage.
>
> It is a simple video and audio player intended to be slick yet simplistic, 
> much
> like Mplayer. You can provide 1 or more files to play on the command-line or
> just DND files onto the rage window to insert them into the playlist. You can
> get a visual representation of everything on the playlist by hitting the / 
> key,
> or just hovering your mouse over the right side of the window. Mouse back over
> the left side of the window to dismiss it or press the key again. It has a 
> full
> complement of key controls if you see the README for the full list. It will
> automatically search for album art for music files, if not already cached, and
> display that. It even generates thumbnails for the timeline of a video and
> allows you to preview the position on mouseover of the position bar at the
> bottom of the window.
>
> If you run it without any files as arguments, it will go into "browser" mode
> where it will index $HOME/Videos and basically become a simple media center.
>
> A feature list at this point:
>
>   * Play video and audio files
>   * Support a playlist via command-line
>   * Insert to playlist via DND
>   * Controls hide on mouse idle, and appear on mouse movement
>   * Fullscreen mode support with automatic "no blank" support
>   * Playlist visual previews and controls
>   * Subtitle file support
>   * Supports Gstreamer 0.10, Gstreamer 1.x, Xine and VLC as media engines via
> Emotion modules
>   * Selection of media back-end via command-line
>   * Album art fetch and caching
>   * Video thumbnail timeline generation and caching
>   * Works with any Evas engine (OpenGL acceleration, pure software etc.)
>   * Works in X11, Wayland and Framebuffer direct support
>   * Accelerated seek on keyboard fowrard/reverse
>   * Drag gestures for seeking
>   * Special different UI modes for pure audio and video
>   * Media center browser/indexer mode
>   * Simeline thumbails of videos get generated and displayed when over seek 
> bar
>
> If you want to see more go to the about page at
> https://www.enlightenment.org/p.php?p=about/rage
>
> http://download.enlightenment.org/rel/apps/rage/rage-0.2.0.tar.gz
> http://git.enlightenment.org/apps/rage.git
>


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[EGIT] [core/enlightenment] enlightenment-0.21 01/01: Updating italian translation

2016-08-18 Thread Massimo Maiurana
maxerba pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8767834cc65d7594b7c1fadbe6f0a4c101a800f9

commit 8767834cc65d7594b7c1fadbe6f0a4c101a800f9
Author: maxerba <maiur...@gmail.com>
Date:   Thu Aug 18 14:52:07 2016 +0200

Updating italian translation
---
 po/it.po  | 398 +++---
 src/modules/geolocation/module.desktop.in |   1 +
 src/modules/time/module.desktop.in|   1 +
 src/modules/wireless/module.desktop.in|   1 +
 4 files changed, 197 insertions(+), 204 deletions(-)

diff --git a/po/it.po b/po/it.po
index da005bc..eac3282 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2016-07-25 14:07+0200\n"
-"PO-Revision-Date: 2016-07-25 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:14+0200\n"
+"PO-Revision-Date: 2016-08-18 11:53+0200\n"
 "Last-Translator: Massimo Maiurana <maiur...@gmail.com>\n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -21,7 +21,7 @@ msgid "About Enlightenment"
 msgstr "Informazioni su Enlightenment"
 
 #: src/bin/e_about.c:20 src/bin/e_actions.c:1945 src/bin/e_actions.c:3031
-#: src/bin/e_config_dialog.c:290 src/bin/e_fm.c:1073
+#: src/bin/e_config_dialog.c:284 src/bin/e_fm.c:1073
 #: src/bin/e_int_client_menu.c:243 src/bin/e_int_client_prop.c:81
 #: src/bin/e_startup.c:101 src/bin/e_theme_about.c:22
 #: src/modules/conf/e_conf.c:157
@@ -79,7 +79,7 @@ msgstr "Uccidi"
 #: src/bin/e_actions.c:2213 src/bin/e_actions.c:2270 src/bin/e_actions.c:2332
 #: src/bin/e_actions.c:2422 src/bin/e_confirm_dialog.c:53
 #: src/bin/e_desklock.c:589 src/bin/e_fm.c:10653 src/bin/e_fm.c:11006
-#: src/bin/e_screensaver.c:202 src/modules/quickaccess/e_mod_quickaccess.c:1306
+#: src/bin/e_screensaver.c:202 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "No"
 msgstr "No"
 
@@ -98,7 +98,7 @@ msgstr "Siete sicuri di voler uscire da Enlightement?"
 #: src/bin/e_actions.c:2060 src/bin/e_actions.c:2151 src/bin/e_actions.c:2211
 #: src/bin/e_actions.c:2268 src/bin/e_actions.c:2330 src/bin/e_actions.c:2420
 #: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10656
-#: src/bin/e_screensaver.c:200 src/modules/quickaccess/e_mod_quickaccess.c:1306
+#: src/bin/e_screensaver.c:200 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "Yes"
 msgstr "Sì"
 
@@ -860,8 +860,8 @@ msgstr "Seleziona"
 #: src/modules/conf_theme/e_int_config_theme_import.c:122
 #: src/modules/connman/agent.c:253
 #: src/modules/fileman/e_int_config_mime_edit.c:314
-#: src/modules/quickaccess/e_mod_quickaccess.c:332
-#: src/modules/quickaccess/e_mod_quickaccess.c:394
+#: src/modules/quickaccess/e_mod_quickaccess.c:334
+#: src/modules/quickaccess/e_mod_quickaccess.c:396
 #: src/modules/shot/e_mod_main.c:355 src/modules/shot/e_mod_main.c:602
 #: src/modules/shot/e_mod_main.c:630 src/modules/shot/e_mod_main.c:808
 #: src/modules/syscon/e_syscon.c:92 src/modules/xkbswitch/e_mod_config.c:590
@@ -925,11 +925,11 @@ msgstr ""
 "compositing è necessariauna GPU in grado di supportare OpenGL 2.0 (o "
 "OpenGLES 2.0)."
 
-#: src/bin/e_comp_x.c:5355
+#: src/bin/e_comp_x.c:5359
 msgid "Lock Failed"
 msgstr "Blocco fallito"
 
-#: src/bin/e_comp_x.c:5356
+#: src/bin/e_comp_x.c:5360
 msgid ""
 "Locking the desktop failed because some applicationhas grabbed either "
 "the keyboard or the mouse or bothand their grab is unable to be broken."
@@ -938,11 +938,11 @@ msgstr ""
 "catturato la tastiera e/o ilmouse, e questa cattura non può essere "
 "sciolta."
 
-#: src/bin/e_comp_x.c:5372
+#: src/bin/e_comp_x.c:5376
 msgid "Another compositor is already running on your display server."
 msgstr "Un altro compositor è già in esecuzione sul vostro server grafico."
 
-#: src/bin/e_comp_x.c:5392
+#: src/bin/e_comp_x.c:5396
 msgid ""
 "Your display server does not support the compositor overlay window.\n"
 "This is needed for Enlightenment to function."
@@ -950,11 +950,11 @@ msgstr ""
 "Il vostro server grafico non supporta la finestra overlay del compositor. "
 "Ciò è necessario per il funzionamento di Enlightenment."
 
-#: src/bin/e_comp_x.c:5518
+#: src/bin/e_comp_x.c:5522
 msgid "Enlightenment cannot initialize Ecore_X!\n"
 msgstr "Enlightenment non riesce ad inizializzare Ecore_X!\n"
 
-#: src/bin/e_comp_x.c:5530
+#: src/bin/e_comp_x.c:5534
 msgid ""
 "Your display server does not support XComposite, or Ecore-X was built "
 

[EGIT] [core/enlightenment] master 01/01: Updating italian translation

2016-08-18 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a1407ca224b7e3b4d798479a414926d2e79dd9c0

commit a1407ca224b7e3b4d798479a414926d2e79dd9c0
Author: maxerba <maiur...@gmail.com>
Date:   Thu Aug 18 12:11:28 2016 +0200

Updating italian translation
---
 data/desktop/enlightenment_askpass.desktop |   1 +
 po/it.po   | 398 ++---
 src/modules/geolocation/module.desktop.in  |   1 +
 src/modules/time/module.desktop.in |   1 +
 src/modules/wireless/module.desktop.in |   1 +
 5 files changed, 198 insertions(+), 204 deletions(-)

diff --git a/data/desktop/enlightenment_askpass.desktop 
b/data/desktop/enlightenment_askpass.desktop
index 5efb992..c970702 100644
--- a/data/desktop/enlightenment_askpass.desktop
+++ b/data/desktop/enlightenment_askpass.desktop
@@ -3,6 +3,7 @@ Encoding=UTF-8
 Type=Application
 Name=Enlightenment Askpass
 Comment=Enlightenment Password Request
+Comment[it]=Richiesta password per Enlightenment
 Icon=enlightenment-askpass
 OnlyShowIn=Enlightenment;
 Exec=enlightenment_askpass
diff --git a/po/it.po b/po/it.po
index da005bc..eac3282 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2016-07-25 14:07+0200\n"
-"PO-Revision-Date: 2016-07-25 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:14+0200\n"
+"PO-Revision-Date: 2016-08-18 11:53+0200\n"
 "Last-Translator: Massimo Maiurana <maiur...@gmail.com>\n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -21,7 +21,7 @@ msgid "About Enlightenment"
 msgstr "Informazioni su Enlightenment"
 
 #: src/bin/e_about.c:20 src/bin/e_actions.c:1945 src/bin/e_actions.c:3031
-#: src/bin/e_config_dialog.c:290 src/bin/e_fm.c:1073
+#: src/bin/e_config_dialog.c:284 src/bin/e_fm.c:1073
 #: src/bin/e_int_client_menu.c:243 src/bin/e_int_client_prop.c:81
 #: src/bin/e_startup.c:101 src/bin/e_theme_about.c:22
 #: src/modules/conf/e_conf.c:157
@@ -79,7 +79,7 @@ msgstr "Uccidi"
 #: src/bin/e_actions.c:2213 src/bin/e_actions.c:2270 src/bin/e_actions.c:2332
 #: src/bin/e_actions.c:2422 src/bin/e_confirm_dialog.c:53
 #: src/bin/e_desklock.c:589 src/bin/e_fm.c:10653 src/bin/e_fm.c:11006
-#: src/bin/e_screensaver.c:202 src/modules/quickaccess/e_mod_quickaccess.c:1306
+#: src/bin/e_screensaver.c:202 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "No"
 msgstr "No"
 
@@ -98,7 +98,7 @@ msgstr "Siete sicuri di voler uscire da Enlightement?"
 #: src/bin/e_actions.c:2060 src/bin/e_actions.c:2151 src/bin/e_actions.c:2211
 #: src/bin/e_actions.c:2268 src/bin/e_actions.c:2330 src/bin/e_actions.c:2420
 #: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10656
-#: src/bin/e_screensaver.c:200 src/modules/quickaccess/e_mod_quickaccess.c:1306
+#: src/bin/e_screensaver.c:200 src/modules/quickaccess/e_mod_quickaccess.c:1308
 msgid "Yes"
 msgstr "Sì"
 
@@ -860,8 +860,8 @@ msgstr "Seleziona"
 #: src/modules/conf_theme/e_int_config_theme_import.c:122
 #: src/modules/connman/agent.c:253
 #: src/modules/fileman/e_int_config_mime_edit.c:314
-#: src/modules/quickaccess/e_mod_quickaccess.c:332
-#: src/modules/quickaccess/e_mod_quickaccess.c:394
+#: src/modules/quickaccess/e_mod_quickaccess.c:334
+#: src/modules/quickaccess/e_mod_quickaccess.c:396
 #: src/modules/shot/e_mod_main.c:355 src/modules/shot/e_mod_main.c:602
 #: src/modules/shot/e_mod_main.c:630 src/modules/shot/e_mod_main.c:808
 #: src/modules/syscon/e_syscon.c:92 src/modules/xkbswitch/e_mod_config.c:590
@@ -925,11 +925,11 @@ msgstr ""
 "compositing è necessariauna GPU in grado di supportare OpenGL 2.0 (o "
 "OpenGLES 2.0)."
 
-#: src/bin/e_comp_x.c:5355
+#: src/bin/e_comp_x.c:5359
 msgid "Lock Failed"
 msgstr "Blocco fallito"
 
-#: src/bin/e_comp_x.c:5356
+#: src/bin/e_comp_x.c:5360
 msgid ""
 "Locking the desktop failed because some applicationhas grabbed either "
 "the keyboard or the mouse or bothand their grab is unable to be broken."
@@ -938,11 +938,11 @@ msgstr ""
 "catturato la tastiera e/o ilmouse, e questa cattura non può essere "
 "sciolta."
 
-#: src/bin/e_comp_x.c:5372
+#: src/bin/e_comp_x.c:5376
 msgid "Another compositor is already running on your display server."
 msgstr "Un altro compositor è già in esecuzione sul vostro server grafico."
 
-#: src/bin/e_comp_x.c:5392
+#: src/bin/e_comp_x.c:5396
 msgid ""
 "Your display server does not support the compositor overlay window.\n"
 "This is needed for Enlightenment to function."
@@ -950,11 +950,11 @@ msgstr "

[EGIT] [core/enlightenment] enlightenment-0.21 12/28: Updating italian and spanish translations

2016-08-17 Thread Massimo Maiurana
discomfitor pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=dd5b1744c711a6bd84740e6ea927a6380caf2dd3

commit dd5b1744c711a6bd84740e6ea927a6380caf2dd3
Author: maxerba 
Date:   Wed Jul 27 00:48:38 2016 +0200

Updating italian and spanish translations
---
 po/es.po | 501 +-
 po/it.po | 923 ---
 2 files changed, 718 insertions(+), 706 deletions(-)

diff --git a/po/es.po b/po/es.po
index c6f7cca..2a4b06f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,14 +5,14 @@
 # Federico Vera , 2008.
 # DiegoJ , 2009.
 # Aníbal Garrido , 2012.
-# Adrián Arévalo , 2012, 2013.
+# Adrián Arévalo , 2012, 2013, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment 0.17\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
 "POT-Creation-Date: 2015-06-08 21:10+0900\n"
-"PO-Revision-Date: 2015-03-22 10:07+0100\n"
+"PO-Revision-Date: 2016-07-25 17:09+0200\n"
 "Last-Translator: Adrián Arévalo \n"
 "Language-Team: Español; Castellano <>\n"
 "Language: es\n"
@@ -20,8 +20,8 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.7.5\n"
-"X-Poedit-Basepath: /home/adrian/trunk/e/\n"
+"X-Generator: Poedit 1.8.8\n"
+"X-Poedit-Basepath: /home/adrian/trunk/e\n"
 
 #: src/bin/e_about.c:17
 msgid "About Enlightenment"
@@ -53,7 +53,7 @@ msgid ""
 "it.To contact us please visit:http://www.enlightenment.;
 "org"
 msgstr ""
-"Copyright  2000-2012, por el Equipo de Desarrollo de  "
+"Copyright  2000-2015, por el Equipo de Desarrollo de  "
 "EnlightenmentEsperamos que disfrute usando este software tanto "
 "como nosotros disfrutamos escribiéndolo.Para contactar con nosotros "
 "visite:http://www.enlightenment.org"
@@ -86,8 +86,7 @@ msgstr "Matar"
 #: src/bin/e_actions.c:2246 src/bin/e_actions.c:2303 src/bin/e_actions.c:2365
 #: src/bin/e_actions.c:2456 src/bin/e_confirm_dialog.c:53
 #: src/bin/e_desklock.c:549 src/bin/e_fm.c:10625 src/bin/e_fm.c:10978
-#: src/bin/e_screensaver.c:196
-#: src/modules/quickaccess/e_mod_quickaccess.c:1305
+#: src/bin/e_screensaver.c:196 src/modules/quickaccess/e_mod_quickaccess.c:1305
 msgid "No"
 msgstr "No"
 
@@ -106,8 +105,7 @@ msgstr "¿Está seguro de que desea salir de Enlightenment?"
 #: src/bin/e_actions.c:2093 src/bin/e_actions.c:2184 src/bin/e_actions.c:2244
 #: src/bin/e_actions.c:2301 src/bin/e_actions.c:2363 src/bin/e_actions.c:2454
 #: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:547 src/bin/e_fm.c:10628
-#: src/bin/e_screensaver.c:194
-#: src/modules/quickaccess/e_mod_quickaccess.c:1305
+#: src/bin/e_screensaver.c:194 src/modules/quickaccess/e_mod_quickaccess.c:1305
 msgid "Yes"
 msgstr "Sí"
 
@@ -215,7 +213,7 @@ msgstr "Alternar modo minimizado"
 #: src/bin/e_actions.c:3025
 #, fuzzy
 msgid "Iconic Mode Enable"
-msgstr "Minimizar"
+msgstr "Habilitar modo minizado"
 
 #: src/bin/e_actions.c:3030
 msgid "Fullscreen Mode Toggle"
@@ -370,7 +368,7 @@ msgstr "Voltear el escritorio a..."
 #: src/bin/e_actions.c:3140
 #, fuzzy
 msgid "Switch Desktop To... On Screen..."
-msgstr "Cambiar al escritorio... (todas las pantallas)"
+msgstr "Cambiar al escritorio... en pantalla..."
 
 #: src/bin/e_actions.c:3146
 msgid "Flip Desktop Linearly..."
@@ -771,18 +769,16 @@ msgid "Suspend Now"
 msgstr "Suspender ahora"
 
 #: src/bin/e_actions.c:3444
-#, fuzzy
 msgid "Suspend Intelligently"
-msgstr "Retardo de suspensión"
+msgstr "Suspender en modo inteligente"
 
 #: src/bin/e_actions.c:3452
 msgid "Hibernate Now"
 msgstr "Hibernar ahora"
 
 #: src/bin/e_actions.c:3456
-#, fuzzy
 msgid "Hibernate Intelligently"
-msgstr "La hibernación falló."
+msgstr "Hibernar en modo inteligente"
 
 #: src/bin/e_actions.c:3464
 msgid "Lock"
@@ -798,7 +794,7 @@ msgstr "Genérico : Acciones"
 
 #: src/bin/e_actions.c:3474
 msgid "Delayed Action"
-msgstr "Acciones retardadas"
+msgstr "Acción retrasada"
 
 #: src/bin/e_actions.c:3482 src/bin/e_actions.c:3486 src/bin/e_actions.c:3490
 msgid "Keyboard Layouts"
@@ -835,9 +831,8 @@ msgid "Color Selector"
 msgstr "Selector de color"
 
 #: src/bin/e_color_dialog.c:53
-#, fuzzy
 msgid "Color Preview"
-msgstr "Previsualizar"
+msgstr "Previsualización de color"
 
 #: src/bin/e_color_dialog.c:67
 msgid "Select"
@@ -933,20 +928,19 @@ msgstr ""
 #: src/bin/e_comp_x.c:4858
 #, fuzzy
 msgid "Another compositor is already running on your display server."
-msgstr "Ya hay otro compositor de ventanas ejecutándose"
+msgstr "Ya hay otro compositor ejecutándose."
 
 #: src/bin/e_comp_x.c:4877
-#, fuzzy
 msgid ""
 "Your display server does not support the compositor overlay window.\n"
 "This is needed for Enlightenment to function."
 msgstr ""
-"Su tarjeta gráfica no soporta la superposiciónde 

Re: [E-devel] [EGIT] [core/enlightenment] enlightenment-0.20 01/01: Updating spanish translation

2016-07-31 Thread Massimo Maiurana
I did the commit because one of the spanish translators found that in 
Arch the translation is not updated as it is based on the 
enlightenment-0.20 branch. If i'm not wrong the Arch pkgbuild pulls the 
git branch to build its package, not an official tarball, so the commit 
should be useful to them even if no further releases are planned.

Bye
Massimo

Simon Lees ha scritto il 31/07/2016 alle 09:57:
>
>
> On 07/31/2016 07:20 AM, Massimo Maiurana wrote:
>> maxerba pushed a commit to branch enlightenment-0.20.
>>
>> http://git.enlightenment.org/core/enlightenment.git/commit/?id=59f21dee452a17b56bc98b13977427764c8d3f43
>>
>> commit 59f21dee452a17b56bc98b13977427764c8d3f43
>> Author: maxerba <maiur...@gmail.com>
>> Date:   Sat Jul 30 23:50:11 2016 +0200
>>
>> Updating spanish translation
>
> Thanks for the update but Currently were not planning another e20 update.
>
>
>
> --
>
>
>
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[EGIT] [core/enlightenment] master 01/01: Updating italian and spanish translations

2016-07-26 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=454f66906ff34b3ffdab648bca04a53a98124178

commit 454f66906ff34b3ffdab648bca04a53a98124178
Author: maxerba 
Date:   Wed Jul 27 00:48:38 2016 +0200

Updating italian and spanish translations
---
 po/es.po | 501 +-
 po/it.po | 923 ---
 2 files changed, 718 insertions(+), 706 deletions(-)

diff --git a/po/es.po b/po/es.po
index c6f7cca..2a4b06f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,14 +5,14 @@
 # Federico Vera , 2008.
 # DiegoJ , 2009.
 # Aníbal Garrido , 2012.
-# Adrián Arévalo , 2012, 2013.
+# Adrián Arévalo , 2012, 2013, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment 0.17\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
 "POT-Creation-Date: 2015-06-08 21:10+0900\n"
-"PO-Revision-Date: 2015-03-22 10:07+0100\n"
+"PO-Revision-Date: 2016-07-25 17:09+0200\n"
 "Last-Translator: Adrián Arévalo \n"
 "Language-Team: Español; Castellano <>\n"
 "Language: es\n"
@@ -20,8 +20,8 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.7.5\n"
-"X-Poedit-Basepath: /home/adrian/trunk/e/\n"
+"X-Generator: Poedit 1.8.8\n"
+"X-Poedit-Basepath: /home/adrian/trunk/e\n"
 
 #: src/bin/e_about.c:17
 msgid "About Enlightenment"
@@ -53,7 +53,7 @@ msgid ""
 "it.To contact us please visit:http://www.enlightenment.;
 "org"
 msgstr ""
-"Copyright  2000-2012, por el Equipo de Desarrollo de  "
+"Copyright  2000-2015, por el Equipo de Desarrollo de  "
 "EnlightenmentEsperamos que disfrute usando este software tanto "
 "como nosotros disfrutamos escribiéndolo.Para contactar con nosotros "
 "visite:http://www.enlightenment.org"
@@ -86,8 +86,7 @@ msgstr "Matar"
 #: src/bin/e_actions.c:2246 src/bin/e_actions.c:2303 src/bin/e_actions.c:2365
 #: src/bin/e_actions.c:2456 src/bin/e_confirm_dialog.c:53
 #: src/bin/e_desklock.c:549 src/bin/e_fm.c:10625 src/bin/e_fm.c:10978
-#: src/bin/e_screensaver.c:196
-#: src/modules/quickaccess/e_mod_quickaccess.c:1305
+#: src/bin/e_screensaver.c:196 src/modules/quickaccess/e_mod_quickaccess.c:1305
 msgid "No"
 msgstr "No"
 
@@ -106,8 +105,7 @@ msgstr "¿Está seguro de que desea salir de Enlightenment?"
 #: src/bin/e_actions.c:2093 src/bin/e_actions.c:2184 src/bin/e_actions.c:2244
 #: src/bin/e_actions.c:2301 src/bin/e_actions.c:2363 src/bin/e_actions.c:2454
 #: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:547 src/bin/e_fm.c:10628
-#: src/bin/e_screensaver.c:194
-#: src/modules/quickaccess/e_mod_quickaccess.c:1305
+#: src/bin/e_screensaver.c:194 src/modules/quickaccess/e_mod_quickaccess.c:1305
 msgid "Yes"
 msgstr "Sí"
 
@@ -215,7 +213,7 @@ msgstr "Alternar modo minimizado"
 #: src/bin/e_actions.c:3025
 #, fuzzy
 msgid "Iconic Mode Enable"
-msgstr "Minimizar"
+msgstr "Habilitar modo minizado"
 
 #: src/bin/e_actions.c:3030
 msgid "Fullscreen Mode Toggle"
@@ -370,7 +368,7 @@ msgstr "Voltear el escritorio a..."
 #: src/bin/e_actions.c:3140
 #, fuzzy
 msgid "Switch Desktop To... On Screen..."
-msgstr "Cambiar al escritorio... (todas las pantallas)"
+msgstr "Cambiar al escritorio... en pantalla..."
 
 #: src/bin/e_actions.c:3146
 msgid "Flip Desktop Linearly..."
@@ -771,18 +769,16 @@ msgid "Suspend Now"
 msgstr "Suspender ahora"
 
 #: src/bin/e_actions.c:3444
-#, fuzzy
 msgid "Suspend Intelligently"
-msgstr "Retardo de suspensión"
+msgstr "Suspender en modo inteligente"
 
 #: src/bin/e_actions.c:3452
 msgid "Hibernate Now"
 msgstr "Hibernar ahora"
 
 #: src/bin/e_actions.c:3456
-#, fuzzy
 msgid "Hibernate Intelligently"
-msgstr "La hibernación falló."
+msgstr "Hibernar en modo inteligente"
 
 #: src/bin/e_actions.c:3464
 msgid "Lock"
@@ -798,7 +794,7 @@ msgstr "Genérico : Acciones"
 
 #: src/bin/e_actions.c:3474
 msgid "Delayed Action"
-msgstr "Acciones retardadas"
+msgstr "Acción retrasada"
 
 #: src/bin/e_actions.c:3482 src/bin/e_actions.c:3486 src/bin/e_actions.c:3490
 msgid "Keyboard Layouts"
@@ -835,9 +831,8 @@ msgid "Color Selector"
 msgstr "Selector de color"
 
 #: src/bin/e_color_dialog.c:53
-#, fuzzy
 msgid "Color Preview"
-msgstr "Previsualizar"
+msgstr "Previsualización de color"
 
 #: src/bin/e_color_dialog.c:67
 msgid "Select"
@@ -933,20 +928,19 @@ msgstr ""
 #: src/bin/e_comp_x.c:4858
 #, fuzzy
 msgid "Another compositor is already running on your display server."
-msgstr "Ya hay otro compositor de ventanas ejecutándose"
+msgstr "Ya hay otro compositor ejecutándose."
 
 #: src/bin/e_comp_x.c:4877
-#, fuzzy
 msgid ""
 "Your display server does not support the compositor overlay window.\n"
 "This is needed for Enlightenment to function."
 msgstr ""
-"Su tarjeta gráfica no soporta la superposiciónde ventanas. Hace falta 

[E-devel] Incomplete message

2016-07-25 Thread Massimo Maiurana
In enlightenment/src/modules/quickaccess/e_mod_quickaccess.c:316 there 
is a message that looks truncated:
"The relaunch option is meant to be usedwith terminal applications 
to create a persistentterminal which reopens when closed, generally 
seenin quake-style drop-down terminals.Either the selected 
application is not a terminalor the cmdline flag for changing the 
terminal's windowname is not known. Feel free to submit a bug report 
if thisis a terminal which can change its window 
name.Alternatively, you can add a data.item to"

How is it supposed to end?

Bye

-- 
Massimo Maiurana
Ragusa (RG)

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[EGIT] [core/enlightenment] enlightenment-0.20 08/20: Updating italian translation

2016-06-03 Thread Massimo Maiurana
discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=e8e41b18794441246421ae63836df1dfbd1a8442

commit e8e41b18794441246421ae63836df1dfbd1a8442
Author: maxerba <maiur...@gmail.com>
Date:   Sun May 22 18:00:53 2016 +0200

Updating italian translation
---
 po/it.po | 1092 +++---
 1 file changed, 538 insertions(+), 554 deletions(-)

diff --git a/po/it.po b/po/it.po
index b198159..6061ce6 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2016-04-02 18:49+0200\n"
-"PO-Revision-Date: 2015-12-12 11:47+0100\n"
+"POT-Creation-Date: 2016-05-22 12:11+0200\n"
+"PO-Revision-Date: 2016-05-22 17:49+0200\n"
 "Last-Translator: Massimo Maiurana <maiur...@gmail.com>\n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -20,20 +20,20 @@ msgstr ""
 msgid "About Enlightenment"
 msgstr "Informazioni su Enlightenment"
 
-#: src/bin/e_about.c:20 src/bin/e_actions.c:2037 src/bin/e_actions.c:3125
+#: src/bin/e_about.c:20 src/bin/e_actions.c:2037 src/bin/e_actions.c:3123
 #: src/bin/e_config_dialog.c:290 src/bin/e_fm.c:1073
 #: src/bin/e_int_client_menu.c:243 src/bin/e_int_client_prop.c:81
-#: src/bin/e_startup.c:88 src/bin/e_theme_about.c:22
+#: src/bin/e_startup.c:101 src/bin/e_theme_about.c:22
 #: src/modules/conf/e_conf.c:157
 #: src/modules/conf_bindings/e_int_config_edgebindings.c:872
 #: src/modules/everything/evry_plug_windows.c:455
-#: src/modules/fileman/e_fwin.c:2571
+#: src/modules/fileman/e_fwin.c:2572
 msgid "Close"
 msgstr "Chiudi"
 
-#: src/bin/e_about.c:21 src/bin/e_actions.c:3529 src/bin/e_actions.c:3533
-#: src/bin/e_actions.c:3537 src/bin/e_init.c:78 src/bin/e_int_menus.c:228
-#: src/modules/conf_interaction/e_int_config_mouse.c:167
+#: src/bin/e_about.c:21 src/bin/e_actions.c:3527 src/bin/e_actions.c:3531
+#: src/bin/e_actions.c:3535 src/bin/e_init.c:78 src/bin/e_int_menus.c:228
+#: src/modules/conf_interaction/e_int_config_mouse.c:168
 #: src/modules/conf_window_remembers/e_int_config_remembers.c:242
 #: src/modules/wizard/page_000.c:34
 msgid "Enlightenment"
@@ -70,15 +70,15 @@ msgstr ""
 msgid "Are you sure you want to kill this window?"
 msgstr "Siete sicuri di voler uccidere questa finestra?"
 
-#: src/bin/e_actions.c:375 src/bin/e_actions.c:3130
+#: src/bin/e_actions.c:375 src/bin/e_actions.c:3128
 #: src/bin/e_int_client_menu.c:851
 msgid "Kill"
 msgstr "Uccidi"
 
 #: src/bin/e_actions.c:377 src/bin/e_actions.c:2154 src/bin/e_actions.c:2245
 #: src/bin/e_actions.c:2305 src/bin/e_actions.c:2362 src/bin/e_actions.c:2424
-#: src/bin/e_actions.c:2515 src/bin/e_confirm_dialog.c:53
-#: src/bin/e_desklock.c:589 src/bin/e_fm.c:10644 src/bin/e_fm.c:10997
+#: src/bin/e_actions.c:2514 src/bin/e_confirm_dialog.c:53
+#: src/bin/e_desklock.c:589 src/bin/e_fm.c:10642 src/bin/e_fm.c:10995
 #: src/bin/e_screensaver.c:202 src/modules/quickaccess/e_mod_quickaccess.c:1306
 msgid "No"
 msgstr "No"
@@ -87,7 +87,7 @@ msgstr "No"
 msgid "Action Params Syntax Error"
 msgstr "Errore di sintassi nei parametri dell'azione"
 
-#: src/bin/e_actions.c:2149 src/bin/e_actions.c:3533 src/bin/e_int_menus.c:257
+#: src/bin/e_actions.c:2149 src/bin/e_actions.c:3531 src/bin/e_int_menus.c:257
 msgid "Exit"
 msgstr "Esci"
 
@@ -96,8 +96,8 @@ msgid "Are you sure you want to exit Enlightenment?"
 msgstr "Siete sicuri di voler uscire da Enlightement?"
 
 #: src/bin/e_actions.c:2152 src/bin/e_actions.c:2243 src/bin/e_actions.c:2303
-#: src/bin/e_actions.c:2360 src/bin/e_actions.c:2422 src/bin/e_actions.c:2513
-#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10647
+#: src/bin/e_actions.c:2360 src/bin/e_actions.c:2422 src/bin/e_actions.c:2512
+#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10645
 #: src/bin/e_screensaver.c:200 src/modules/quickaccess/e_mod_quickaccess.c:1306
 msgid "Yes"
 msgstr "Sì"
@@ -118,7 +118,7 @@ msgstr "Spegni"
 msgid "Are you sure you want to power off your computer?"
 msgstr "Siete sicuri di voler spegnere il computer?"
 
-#: src/bin/e_actions.c:2357 src/bin/e_actions.c:3576
+#: src/bin/e_actions.c:2357 src/bin/e_actions.c:3574
 msgid "Reboot"
 msgstr "Riavvia"
 
@@ -126,7 +126,7 @@ msgstr "Riavvia"
 msgid "Are you sure you want to reboot your computer?"
 msgstr "Siete sicuri di voler riavviare il computer?"
 
-#: src/bin/e_actions.c:2419 src/bin/e_actions.c:3584
+#: src/bin/e_actions.c

[E-devel] Segfault on file delete

2016-05-29 Thread Massimo Maiurana
On a quite recent git (just some days older), when I try to delete a
file on the desktop via right click on it I get a segfault, I have to
remove it from the ~/Desktop folder. Backtrace attached.

Bye

-- 
Massimo Maiurana
Ragusa (RG)

Thread 4 (Thread 0x7f0939b2a700 (LWP 2178)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x7f0946c0ad49 in eina_condition_wait (cond=0x7f0946ef55c0 
) at ../src/lib/eina/eina_inline_lock_posix.x:439
r = 0 '\000'
ok = 
#2  evas_thread_worker_func (data=, thread=) at 
lib/evas/common/evas_thread_render.c:76
cmd = 
len = 
max = 
__FUNCTION__ = "evas_thread_worker_func"
__PRETTY_FUNCTION__ = "evas_thread_worker_func"
#3  0x7f0947167155 in _eina_internal_call (context=0x9d0cf0) at 
lib/eina/eina_thread.c:125
c = 0x9d0cf0
r = 
#4  0x7f0944a4e454 in start_thread (arg=0x7f0939b2a700) at 
pthread_create.c:334
__res = 
pd = 0x7f0939b2a700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139677599442688, 
-9120328186735657456, 1, 140736636752479, 3, 0, 9186330249441541648, 
9186389534740938256}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, 
data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#5  0x7f09437f1e5d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
No locals.

Thread 3 (Thread 0x7f093890d700 (LWP 2182)):
#0  0x7f09437eab83 in select () at ../sysdeps/unix/syscall-template.S:84
No locals.
#1  0x7f094687881b in _timer_tick_core (data=, 
thread=0xa477d0) at lib/ecore/ecore_anim.c:140
rfds = {fds_bits = {8388608, 0 }}
wfds = {fds_bits = {0 }}
exfds = {fds_bits = {0 }}
tv = {tv_sec = 0, tv_usec = 3248}
t = 
tick = 0 '\000'
t0 = 18730,360708636999
d = 
ret = 
__FUNCTION__ = "_timer_tick_core"
#2  0x7f094688615d in _ecore_direct_worker (work=0xa477d0) at 
lib/ecore/ecore_thread.c:425
No locals.
#3  0x7f0947167155 in _eina_internal_call (context=0xa9a310) at 
lib/eina/eina_thread.c:125
c = 0xa9a310
r = 
#4  0x7f0944a4e454 in start_thread (arg=0x7f093890d700) at 
pthread_create.c:334
__res = 
pd = 0x7f093890d700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139677580449536, 
-9120328186735657456, 0, 140736636752159, 3, 10778576, 9186328340865449488, 
9186389534740938256}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, 
data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#5  0x7f09437f1e5d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
No locals.

Thread 2 (Thread 0x7f0934c98700 (LWP 2183)):
#0  0x7f09437eab83 in select () at ../sysdeps/unix/syscall-template.S:84
No locals.
#1  0x7f0943cfaae6 in _drm_tick_core (data=, 
thread=0xac1ba0) at lib/ecore_x/xlib/ecore_x_vsync.c:345
wfds = {fds_bits = {0 }}
ret = 
tv = {tv_sec = 0, tv_usec = 92706}
rfds = {fds_bits = {134217728, 0 }}
exfds = {fds_bits = {0 }}
max_fd = 
msg = 
ref = 0x4f1b960
tick = 1
__FUNCTION__ = "_drm_tick_core"
#2  0x7f094688615d in _ecore_direct_worker (work=0xac1ba0) at 
lib/ecore/ecore_thread.c:425
No locals.
#3  0x7f0947167155 in _eina_internal_call (context=0xa09890) at 
lib/eina/eina_thread.c:125
c = 0xa09890
r = 
#4  0x7f0944a4e454 in start_thread (arg=0x7f0934c98700) at 
pthread_create.c:334
__res = 
pd = 0x7f0934c98700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139677517055744, 
-9120328186735657456, 0, 140736636743135, 3, 11279264, 9186353984504561168, 
9186389534740938256}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, 
data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#5  0x7f09437f1e5d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
No locals.

Thread 1 (Thread 0x7f0948017980 (LWP 2177)):
#0  0x7f0944a576ed in pause () at ../sysdeps/unix/syscall-template.S:84
No locals.
#1  
No locals.
#2  _eo_base_event_callback_call (obj_id=, pd=0x34fcb60, 
desc=0x7f0946ec12e0 <_EVAS_CLICKABLE_INTERFACE_EVENT_CLICKED>, 
event_info=) at lib/eo/eo_base_class.c:1081
it = 0x31
ret = 1 '\001'
cb = 0x23ee360
lookup = 0x0
saved = {__in_list = {next = 0x0, prev = 0x41fee02c9bd5, last = 
0x1}, desc = 0x7f09477df207 <elm_obj_widget_disabled_get+119&g

[EGIT] [core/enlightenment] master 01/01: Updating italian translation

2016-05-22 Thread Massimo Maiurana
maxerba pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a8adee99280ad0a6d51a88b796363908901dde18

commit a8adee99280ad0a6d51a88b796363908901dde18
Author: maxerba <maiur...@gmail.com>
Date:   Sun May 22 18:00:53 2016 +0200

Updating italian translation
---
 po/it.po | 1092 +++---
 1 file changed, 538 insertions(+), 554 deletions(-)

diff --git a/po/it.po b/po/it.po
index b198159..6061ce6 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2016-04-02 18:49+0200\n"
-"PO-Revision-Date: 2015-12-12 11:47+0100\n"
+"POT-Creation-Date: 2016-05-22 12:11+0200\n"
+"PO-Revision-Date: 2016-05-22 17:49+0200\n"
 "Last-Translator: Massimo Maiurana <maiur...@gmail.com>\n"
 "Language-Team: General\n"
 "Language: it\n"
@@ -20,20 +20,20 @@ msgstr ""
 msgid "About Enlightenment"
 msgstr "Informazioni su Enlightenment"
 
-#: src/bin/e_about.c:20 src/bin/e_actions.c:2037 src/bin/e_actions.c:3125
+#: src/bin/e_about.c:20 src/bin/e_actions.c:2037 src/bin/e_actions.c:3123
 #: src/bin/e_config_dialog.c:290 src/bin/e_fm.c:1073
 #: src/bin/e_int_client_menu.c:243 src/bin/e_int_client_prop.c:81
-#: src/bin/e_startup.c:88 src/bin/e_theme_about.c:22
+#: src/bin/e_startup.c:101 src/bin/e_theme_about.c:22
 #: src/modules/conf/e_conf.c:157
 #: src/modules/conf_bindings/e_int_config_edgebindings.c:872
 #: src/modules/everything/evry_plug_windows.c:455
-#: src/modules/fileman/e_fwin.c:2571
+#: src/modules/fileman/e_fwin.c:2572
 msgid "Close"
 msgstr "Chiudi"
 
-#: src/bin/e_about.c:21 src/bin/e_actions.c:3529 src/bin/e_actions.c:3533
-#: src/bin/e_actions.c:3537 src/bin/e_init.c:78 src/bin/e_int_menus.c:228
-#: src/modules/conf_interaction/e_int_config_mouse.c:167
+#: src/bin/e_about.c:21 src/bin/e_actions.c:3527 src/bin/e_actions.c:3531
+#: src/bin/e_actions.c:3535 src/bin/e_init.c:78 src/bin/e_int_menus.c:228
+#: src/modules/conf_interaction/e_int_config_mouse.c:168
 #: src/modules/conf_window_remembers/e_int_config_remembers.c:242
 #: src/modules/wizard/page_000.c:34
 msgid "Enlightenment"
@@ -70,15 +70,15 @@ msgstr ""
 msgid "Are you sure you want to kill this window?"
 msgstr "Siete sicuri di voler uccidere questa finestra?"
 
-#: src/bin/e_actions.c:375 src/bin/e_actions.c:3130
+#: src/bin/e_actions.c:375 src/bin/e_actions.c:3128
 #: src/bin/e_int_client_menu.c:851
 msgid "Kill"
 msgstr "Uccidi"
 
 #: src/bin/e_actions.c:377 src/bin/e_actions.c:2154 src/bin/e_actions.c:2245
 #: src/bin/e_actions.c:2305 src/bin/e_actions.c:2362 src/bin/e_actions.c:2424
-#: src/bin/e_actions.c:2515 src/bin/e_confirm_dialog.c:53
-#: src/bin/e_desklock.c:589 src/bin/e_fm.c:10644 src/bin/e_fm.c:10997
+#: src/bin/e_actions.c:2514 src/bin/e_confirm_dialog.c:53
+#: src/bin/e_desklock.c:589 src/bin/e_fm.c:10642 src/bin/e_fm.c:10995
 #: src/bin/e_screensaver.c:202 src/modules/quickaccess/e_mod_quickaccess.c:1306
 msgid "No"
 msgstr "No"
@@ -87,7 +87,7 @@ msgstr "No"
 msgid "Action Params Syntax Error"
 msgstr "Errore di sintassi nei parametri dell'azione"
 
-#: src/bin/e_actions.c:2149 src/bin/e_actions.c:3533 src/bin/e_int_menus.c:257
+#: src/bin/e_actions.c:2149 src/bin/e_actions.c:3531 src/bin/e_int_menus.c:257
 msgid "Exit"
 msgstr "Esci"
 
@@ -96,8 +96,8 @@ msgid "Are you sure you want to exit Enlightenment?"
 msgstr "Siete sicuri di voler uscire da Enlightement?"
 
 #: src/bin/e_actions.c:2152 src/bin/e_actions.c:2243 src/bin/e_actions.c:2303
-#: src/bin/e_actions.c:2360 src/bin/e_actions.c:2422 src/bin/e_actions.c:2513
-#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10647
+#: src/bin/e_actions.c:2360 src/bin/e_actions.c:2422 src/bin/e_actions.c:2512
+#: src/bin/e_confirm_dialog.c:52 src/bin/e_desklock.c:587 src/bin/e_fm.c:10645
 #: src/bin/e_screensaver.c:200 src/modules/quickaccess/e_mod_quickaccess.c:1306
 msgid "Yes"
 msgstr "Sì"
@@ -118,7 +118,7 @@ msgstr "Spegni"
 msgid "Are you sure you want to power off your computer?"
 msgstr "Siete sicuri di voler spegnere il computer?"
 
-#: src/bin/e_actions.c:2357 src/bin/e_actions.c:3576
+#: src/bin/e_actions.c:2357 src/bin/e_actions.c:3574
 msgid "Reboot"
 msgstr "Riavvia"
 
@@ -126,7 +126,7 @@ msgstr "Riavvia"
 msgid "Are you sure you want to reboot your computer?"
 msgstr "Siete sicuri di voler riavviare il computer?"
 
-#: src/bin/e_actions.c:2419 src/bin/e_actions.c:3584
+#: src/bin/e_actions.c:2419 sr

Re: [E-devel] [EGIT] [core/efl] master 01/01: Fix Makevars and update all pos'

2016-04-18 Thread Massimo Maiurana
Cedric BAIL ha scritto il 18/04/2016 alle 20:03:
> On Mon, Apr 18, 2016 at 9:02 AM, Massimo Maiurana <maiur...@gmail.com> wrote:
>> maxerba pushed a commit to branch master.
>>
>> http://git.enlightenment.org/core/efl.git/commit/?id=1700e62c16a0f990899c4d7cb8b4182e383f63ce
>>
>> commit 1700e62c16a0f990899c4d7cb8b4182e383f63ce
>> Author: maxerba <maiur...@gmail.com>
>> Date:   Mon Apr 18 14:18:00 2016 +0200
>>
>> Fix Makevars and update all pos'
>>
>> In the elementary tree all translatable messages are enclosed in a E_() 
>> macro, and since this macro was undefined in Makevars all massages was not 
>> included in catalog.
>> If some coder think that the E domain is useless, or deprecated or 
>> whatever, please remove it and update all source files accordingly.
> 
> Thanks for looking into this. I suspected something was going on, but
> I haven't had time to look at it.

Indeed po files were too tiny to be good, but I haven't gitpulled my
local repo since the elementary integration so I realized it just now.

File positions in all po files are still redundant, as there are new
positions mixed with old positions, but at next po update this will
automatically get addressed. It's not possibile to do it now as gettext
doesn't update files that are already up to date. However it is just a
cosmetic issue, it doesn't affect the building process in any way :)

-- 
Massimo Maiurana
Ragusa (RG)

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Backtrace and issues with connman and fullscreen

2016-04-10 Thread Massimo Maiurana
I've always had problems with connman when resuming from suspend,
sometimes it happens that the gadget icon looks like when it is
estabilishing a connection (orange dot flashing) but it really is
connected, other times it's like hanged with no connection so I have to
restart the service via systemctl.
Well, today issuing the systemctl command to restart connman made E
segfault. Attached is the generated backtrace, hope it is useful :)

While we're at it, I have another problem with fullscreen windows when
changing virtual desktop, because it sometimes happens that when i get
back to the desktop where the fullscreen app is I found that it has
turned back to the size it would have as if it was unfullscreen, but E
keeps thinking it is still fullscreen and i have to unfullscreen and
then fullscreen again to have it cover the whole screen.

-- 
Massimo Maiurana
Ragusa (RG)
The program is not being run.

Thread 4 (Thread 0x7fbb75ea6700 (LWP 2144)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x7fbb82f0bc99 in eina_condition_wait (cond=0x7fbb831f3780 
) at ../src/lib/eina/eina_inline_lock_posix.x:439
r = 0 '\000'
ok = 
#2  evas_thread_worker_func (data=, thread=) at 
lib/evas/common/evas_thread_render.c:76
cmd = 
len = 
max = 
__FUNCTION__ = "evas_thread_worker_func"
__PRETTY_FUNCTION__ = "evas_thread_worker_func"
#3  0x7fbb83689425 in _eina_internal_call (context=0x25b20f0) at 
lib/eina/eina_thread.c:125
c = 0x25b20f0
r = 
#4  0x7fbb8343a454 in start_thread (arg=0x7fbb75ea6700) at 
pthread_create.c:334
__res = 
pd = 0x7fbb75ea6700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140443113907968, 
-5931704469904097160, 1, 140723983558031, 3, 0, 596971689617848, 
5969904696452644984}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, 
data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#5  0x7fbb7fd2aedd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
No locals.

Thread 3 (Thread 0x7fbb74c89700 (LWP 2148)):
#0  0x7fbb7fd23c03 in select () at ../sysdeps/unix/syscall-template.S:84
No locals.
#1  0x7fbb82b82c1b in _timer_tick_core (data=, 
thread=0x2682f30) at lib/ecore/ecore_anim.c:140
rfds = {fds_bits = {8388608, 0 }}
wfds = {fds_bits = {0 }}
exfds = {fds_bits = {0 }}
tv = {tv_sec = 0, tv_usec = 3944}
t = 
tick = 0 '\000'
t0 = 11499,627897636999
d = 
ret = 
__FUNCTION__ = "_timer_tick_core"
#2  0x7fbb82b90b2d in _ecore_direct_worker (work=0x2682f30) at 
lib/ecore/ecore_thread.c:425
No locals.
#3  0x7fbb83689425 in _eina_internal_call (context=0x2622c40) at 
lib/eina/eina_thread.c:125
c = 0x2622c40
r = 
#4  0x7fbb8343a454 in start_thread (arg=0x7fbb74c89700) at 
pthread_create.c:334
__res = 
pd = 0x7fbb74c89700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140443094914816, 
-5931704469904097160, 0, 140723983557711, 3, 40382256, 5969718837380448376, 
5969904696452644984}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, 
data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#5  0x7fbb7fd2aedd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
No locals.

Thread 2 (Thread 0x7fbb71049700 (LWP 2151)):
#0  0x7fbb7fd23c03 in select () at ../sysdeps/unix/syscall-template.S:84
No locals.
#1  0x7fbb80233576 in _drm_tick_core (data=, 
thread=0x269b1e0) at lib/ecore_x/xlib/ecore_x_vsync.c:345
wfds = {fds_bits = {0 }}
ret = 
tv = {tv_sec = 0, tv_usec = 86299}
rfds = {fds_bits = {134217728, 0 }}
exfds = {fds_bits = {0 }}
max_fd = 
msg = 
ref = 0x2d01f30
tick = 1
__FUNCTION__ = "_drm_tick_core"
#2  0x7fbb82b90b2d in _ecore_direct_worker (work=0x269b1e0) at 
lib/ecore/ecore_thread.c:425
No locals.
#3  0x7fbb83689425 in _eina_internal_call (context=0x2762ea0) at 
lib/eina/eina_thread.c:125
c = 0x2762ea0
r = 
#4  0x7fbb8343a454 in start_thread (arg=0x7fbb71049700) at 
pthread_create.c:334
__res = 
pd = 0x7fbb71049700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140443031738112, 
-5931704469904097160, 0, 140723983548687, 3, 40481248, 5969723888261988472, 
5969904696452644984}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, 
data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
   

Re: [E-devel] Unmoveable terminology

2015-12-18 Thread Massimo Maiurana
Carsten Haitzler (The Rasterman) ha scritto il 15/12/2015 alle 03:14:
> On Mon, 14 Dec 2015 12:48:39 +0100 Massimo Maiurana <maiur...@gmail.com> said:
> 
>> I've always had a terminology window at startup that remembers its
>> position, size, virtual desktop and borderless state.
>> After an update of all efl/e/terminology that window is now at a wrong
>> position and I'm not able to move it in any way, because alt+drag
>> doesn't work and the context menu doesn't have the "move with keyboard"
>> option (which every other window correctly has).
>> I tried to give it a border but even dragging the window top border
>> doesn't work.
> 
> mine still move around too.. :/
> 

I tried switching to the previous installation (I always keep the last
one to avoid problems) and it cleared all my config, so I had to go
through the wizard again. Terminology worked as expected. Then I tried
git pulling and updating again and it still works.
It must have been either a corrupt configuration or a specific git
version with some sort of inconsistence. I'll never know it, but it's
enough that it works now :)

-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Unmoveable terminology

2015-12-14 Thread Massimo Maiurana
I've always had a terminology window at startup that remembers its
position, size, virtual desktop and borderless state.
After an update of all efl/e/terminology that window is now at a wrong
position and I'm not able to move it in any way, because alt+drag
doesn't work and the context menu doesn't have the "move with keyboard"
option (which every other window correctly has).
I tried to give it a border but even dragging the window top border
doesn't work.


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Python-EFL 1.16 pre-release ready for testing

2015-11-15 Thread Massimo Maiurana
I'm not trying to build from a tarball but from git sources, so I don't
have any pre-generated C files.
But I remember there was a way to tell it to use a different Cython, and
remember that for some time I've had a compiled Cython source just to
build python-efl. That's until I didn't need it anymore, most probably
because I upgraded my system and had a version of Cython compatible with
python-efl. I just don't remember the command line :(

Kai Huuhko ha scritto il 15/11/2015 alle 01:21:
> With the tarballs you have the option of using either the
> pre-generated C files or generating them with Cython.
> 
> It should use the pre-generated sources by default and I have no idea
> why it's not doing this on your system, but you can force it with
> 
> env DISABLE_CYTHON=1 python setup.py build
> 
> These environment variables and other build related information can be
> found at 
> https://git.enlightenment.org/bindings/python/python-efl.git/tree/INSTALL
> 
> 2015-11-14 23:06 GMT+02:00 Massimo Maiurana <maiur...@gmail.com>:
>> I can't build python-efl on debian testing because it ships cython
>> 0.23.2, but I remember there was a way to build it with a locally
>> installed cython via a command line option, and if I'm not wrong you
>> told me about this way. Can you please enlighten me once again? :)
>>
>> Ciao e grazie
>> Massimo
>>
>> Davide Andreoli ha scritto il 14/11/2015 alle 19:18:
>>> Hi all,
>>>
>>> I just uploaded the 1.16 tarballs for python-efl at the usual place:
>>> https://download.enlightenment.org/pre-releases/
>>>
>>> Plese test them, if no issue arise those tarball will be moved in the next
>>> 24h
>>>
>>> Happy testing
>>> --
>>> _______
>>> enlightenment-devel mailing list
>>> enlightenment-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>>
>>
>>
>> --
>> Massimo Maiurana
>> Ragusa (RG)
>>
>> --
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 
> --
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Python-EFL 1.16 pre-release ready for testing

2015-11-15 Thread Massimo Maiurana
Davide Andreoli ha scritto il 15/11/2015 alle 12:14:

> First: I highly suggest to always build from tarballs, to not have to
> bother with cython at all.

I understand this, but my script do update git and build all I need, so
I would prefer to not make it also download every time a new tarball
from some repo.

> I don't of a "fast" a way to install 2 different cython, if not playing
> with your python path.

Yeah, indeed I was wrong. At that time I didn't have two different
cython, I rather had a single cython in /opt/e17 and tuned my python
path. Here is the thread I was looking for:
http://sourceforge.net/p/enlightenment/mailman/enlightenment-devel/thread/CAA65Se-wD8xqk84LGrFfHM%3Dn7m0Spi3ZmnxB8Uv-EqSHgxOnJg%40mail.gmail.com/#msg30794055

I'm doing the same now, thanks :)

-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Python-EFL 1.16 pre-release ready for testing

2015-11-14 Thread Massimo Maiurana
I can't build python-efl on debian testing because it ships cython
0.23.2, but I remember there was a way to build it with a locally
installed cython via a command line option, and if I'm not wrong you
told me about this way. Can you please enlighten me once again? :)

Ciao e grazie
Massimo

Davide Andreoli ha scritto il 14/11/2015 alle 19:18:
> Hi all,
> 
> I just uploaded the 1.16 tarballs for python-efl at the usual place:
> https://download.enlightenment.org/pre-releases/
> 
> Plese test them, if no issue arise those tarball will be moved in the next
> 24h
> 
> Happy testing
> --
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Efreet (?) problem

2015-10-24 Thread Massimo Maiurana
Cedric BAIL ha scritto il 23/10/2015 alle 21:36:
> On Fri, Oct 23, 2015 at 7:12 AM, Carsten Haitzler <ras...@rasterman.com> 
> wrote:
>> On Fri, 23 Oct 2015 08:02:30 +0200 Massimo Maiurana <maiur...@gmail.com> 
>> said:
>>> Cedric BAIL ha scritto il 22/10/2015 alle 00:47:
>>>> Hi,
>>>>
>>>> On Wed, Oct 21, 2015 at 3:38 PM, Massimo Maiurana <maiur...@gmail.com>
>>>> wrote:
>>>>> I rebuilt EFL/E from current git and for some reason my startup
>>>>> application didn't start anymore. I thought that wiping out the efreet
>>>>> cache could make all working again, but instead it made evrything not
>>>>> displaying applications :(
>>>>> Menus are still populated, though. Odd.
>>>>>
>>>>> In syslog I see these lines:
>>>>> Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found
>>>>> libreoffice %U
>>>>> Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found icedove %u
>>>>> Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found acroread %F
>>>>> Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found firefox %u
>>>>> Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found 
>>>>> econnman-bin
>>>>>
>>>>> And so on for many applications, but it seems they havn't anything to do
>>>>> with E.
>>>>>
>>>>> This is part of the env output in a terminal:
>>>>> max@rubino:~$ env | grep XDG
>>>>> XDG_VTNR=7
>>>>> XDG_SESSION_ID=2
>>>>> XDG_MENU_PREFIX=e-
>>>>> XDG_CONFIG_DIRS=/opt/e17/etc/xdg:/etc/xdg
>>>>> XDG_SEAT=seat0
>>>>> XDG_SESSION_DESKTOP=enlightenment
>>>>> XDG_DATA_DIRS=/opt/e17/share/enlightenment:/opt/e17/share:/usr/local/share:/usr/share
>>>>> XDG_RUNTIME_DIR=/run/user/1000
>>>>>
>>>>> It does look all right, doesn't it? Of course prefix is /opt/e17, as it
>>>>> always has been.
>>>>>
>>>>> Any hint? Known issues?
>>>>
>>>> Definitively not a known issue, but I have an hint. Can you try with a
>>>> git a week older ? We did land some patch that change where we store
>>>> temporary files in efreet, so that it work on Windows. Maybe this
>>>> could have broken your case.
>>>>
>>>
>>> A week older was not enough :)
>>> I tried various versions of git and found that the issue was introduced
>>> with this commit, that is 10 days old:
>>> c0be7c1a4359040f71390236370ab6c24a459550
>>>
>>> Should I open a phab ticket?
>>
>> i remember long ago revering mkstemp -> eina_mkstemp because it broke 
>> efreet...
>> it's back!
> 
> Yup, that's happen when nobody take the time to dig in and we forget
> about the event. Anyway should be solved now with
> 0cd59bb199d8704bba9707721fbe41bf5c7c0b03 on both Windows and Unix.

I can confirm that now it works, at least on Linux. Many thanks :)

-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Efreet (?) problem

2015-10-23 Thread Massimo Maiurana
Cedric BAIL ha scritto il 22/10/2015 alle 00:47:
> Hi,
> 
> On Wed, Oct 21, 2015 at 3:38 PM, Massimo Maiurana <maiur...@gmail.com> wrote:
>> I rebuilt EFL/E from current git and for some reason my startup
>> application didn't start anymore. I thought that wiping out the efreet
>> cache could make all working again, but instead it made evrything not
>> displaying applications :(
>> Menus are still populated, though. Odd.
>>
>> In syslog I see these lines:
>> Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found
>> libreoffice %U
>> Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found icedove %u
>> Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found acroread %F
>> Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found firefox %u
>> Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found econnman-bin
>>
>> And so on for many applications, but it seems they havn't anything to do
>> with E.
>>
>> This is part of the env output in a terminal:
>> max@rubino:~$ env | grep XDG
>> XDG_VTNR=7
>> XDG_SESSION_ID=2
>> XDG_MENU_PREFIX=e-
>> XDG_CONFIG_DIRS=/opt/e17/etc/xdg:/etc/xdg
>> XDG_SEAT=seat0
>> XDG_SESSION_DESKTOP=enlightenment
>> XDG_DATA_DIRS=/opt/e17/share/enlightenment:/opt/e17/share:/usr/local/share:/usr/share
>> XDG_RUNTIME_DIR=/run/user/1000
>>
>> It does look all right, doesn't it? Of course prefix is /opt/e17, as it
>> always has been.
>>
>> Any hint? Known issues?
> 
> Definitively not a known issue, but I have an hint. Can you try with a
> git a week older ? We did land some patch that change where we store
> temporary files in efreet, so that it work on Windows. Maybe this
> could have broken your case.
> 

A week older was not enough :)
I tried various versions of git and found that the issue was introduced
with this commit, that is 10 days old:
c0be7c1a4359040f71390236370ab6c24a459550

Should I open a phab ticket?

Thanks

-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Efreet (?) problem

2015-10-21 Thread Massimo Maiurana
I rebuilt EFL/E from current git and for some reason my startup
application didn't start anymore. I thought that wiping out the efreet
cache could make all working again, but instead it made evrything not
displaying applications :(
Menus are still populated, though. Odd.

In syslog I see these lines:
Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found
libreoffice %U
Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found icedove %u
Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found acroread %F
Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found firefox %u
Oct 21 22:54:22 rubino /etc/gdm3/Xsession[1886]: app not found econnman-bin

And so on for many applications, but it seems they havn't anything to do
with E.

This is part of the env output in a terminal:
max@rubino:~$ env | grep XDG
XDG_VTNR=7
XDG_SESSION_ID=2
XDG_MENU_PREFIX=e-
XDG_CONFIG_DIRS=/opt/e17/etc/xdg:/etc/xdg
XDG_SEAT=seat0
XDG_SESSION_DESKTOP=enlightenment
XDG_DATA_DIRS=/opt/e17/share/enlightenment:/opt/e17/share:/usr/local/share:/usr/share
XDG_RUNTIME_DIR=/run/user/1000

It does look all right, doesn't it? Of course prefix is /opt/e17, as it
always has been.

Any hint? Known issues?

-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [admin/devs] master 01/01: promote nikawhite access to developer.

2015-09-14 Thread Massimo Maiurana
Kim Shinwoo ha scritto il 14/09/2015 alle 15:59:
> Coffee and icecream == affogato!!

"Affogato al caffé", to be precise ;)


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E/git/ssh - Deprecation of DSA keys and RSA keys 2048 bits

2015-08-19 Thread Massimo Maiurana
Bertrand Jacquin ha scritto il 17/08/2015 alle 02:33:

 If you are using old DSA of weak RSA keys on other servers, you should 
 deploy you new key to them as well.

Or, if you need them for some reason, you should prevent your git client
to use them for git.enlightenment adding something like this in your
~/.ssh/config (create it if it's not already there):

Host git.enlightenment.org
  HostName git.enlightenment.org
  User git
  IdentityFile /home/your_user_here/.ssh/id_ed25519
  IdentitiesOnly yes


-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E/git/ssh - Deprecation of DSA keys and RSA keys 2048 bits

2015-08-16 Thread Massimo Maiurana
Bertrand Jacquin ha scritto il 16/08/2015 alle 18:30:
 
 Until you update your key and drop your old deprecated keys from 
 admin/devs.git, you will receive the following notice when running some 
 operation on git over SSH:

I removed the old key and committed a brand new one, but as I keep
getting the warning message I guess that for the change to become
effective I'll have to wait until the AuthorizedKeysFile is synced with
keys in admin/devs.git. Am I right?

-- 
Massimo Maiurana
Ragusa (RG)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Segfault and backtrace

2015-07-26 Thread Massimo Maiurana
Lately I've had some apparently random segfaults with a recent git
version of E, but I don't know why exactly they happened. Attached is
the last backtrace, hope it will be useful for you.

Bye

-- 
Massimo Maiurana
Ragusa (RG)

Thread 3 (Thread 0x7fe9c2697700 (LWP 2465)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
No locals.
#1  0x7fe9cf81219c in eina_condition_wait (cond=0x7fe9cfafe6c0 
evas_thread_queue_condition) at ../src/lib/eina/eina_inline_lock_posix.x:415
No locals.
#2  evas_thread_worker_func (data=optimized out, thread=optimized out) at 
lib/evas/common/evas_thread_render.c:75
cmd = optimized out
len = optimized out
max = optimized out
__FUNCTION__ = evas_thread_worker_func
__PRETTY_FUNCTION__ = evas_thread_worker_func
#3  0x7fe9cff8f255 in _eina_internal_call (context=0x1fd2a80) at 
lib/eina/eina_thread.c:117
c = 0x1fd2a80
r = optimized out
#4  0x7fe9cfd450a4 in start_thread (arg=0x7fe9c2697700) at 
pthread_create.c:309
__res = optimized out
pd = 0x7fe9c2697700
now = optimized out
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140641965799168, 
-6228992757873823894, 0, 140642210041952, 1, 140641965799168, 
6223315819933413226, 6223327890846068586}, mask_was_saved = 0}}, priv = {pad = 
{0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = optimized out
pagesize_m1 = optimized out
sp = optimized out
freesize = optimized out
__PRETTY_FUNCTION__ = start_thread
#5  0x7fe9cc63e04d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:96
No locals.

Thread 2 (Thread 0x7fe9c167e700 (LWP 2472)):
#0  0x7fe9cc6372b3 in select () at ../sysdeps/unix/syscall-template.S:81
No locals.
#1  0x in ?? ()
No symbol table info available.

Thread 1 (Thread 0x7fe9d0e83940 (LWP 2463)):
#0  0x7fe9cfd4c24d in pause () at ../sysdeps/unix/syscall-template.S:81
No locals.
#1  signal handler called
No locals.
#2  0x7fe9cc58d107 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
resultvar = 0
pid = 2463
selftid = 2463
#3  0x7fe9cc58e4e8 in __GI_abort () at abort.c:89
save_stage = 2
act = {__sigaction_handler = {sa_handler = 0x340, sa_sigaction = 
0x340}, sa_mask = {__val = {4306201891543505152, 140721783813424, 1, 33994192, 
33994216, 0, 0, 1, 140642012951745, 281479271677965, 7724029209, 0, 
140642012951851, 1125921381679117, 42503184, 0}}, sa_flags = -808141143, 
sa_restorer = 0x0}
sigs = {__val = {32, 0 repeats 15 times}}
#4  0x7fe9cc5cb204 in __libc_message (do_abort=1, fmt=optimized out) at 
../sysdeps/posix/libc_fatal.c:172
ap = {{gp_offset = 40, fp_offset = 0, overflow_arg_area = 
0x7ffc57efb6b0, reg_save_area = 0x7ffc57efb640}}
fd = 2
on_2 = optimized out
list = optimized out
nlist = optimized out
cp = optimized out
written = optimized out
#5  0x7fe9cc5d09de in malloc_printerr (action=1, str=0x7fe9cc6be130 double 
free or corruption (out), ptr=optimized out) at malloc.c:4996
buf = 048c5af0
cp = optimized out
#6  0x7fe9cc5d16e6 in _int_free (av=0x7fe9cc8fb620 main_arena, 
p=0x48c5ae0, have_lock=0) at malloc.c:3909
idx = 45809664
old = optimized out
old2 = optimized out
old_idx = optimized out
size = optimized out
fb = 0x6
nextchunk = optimized out
nextsize = optimized out
nextinuse = optimized out
prevsize = optimized out
bck = optimized out
fwd = optimized out
errstr = 0x0
locked = 0
__func__ = ed twice\n
#7  0x7fe9cf7ff9ad in evas_common_rgba_image_unload_real (ie=0x4b7b410) at 
lib/evas/common/evas_image_main.c:351
im = 0x4b7b410
__FUNCTION__ = evas_common_rgba_image_unload_real
#8  0x7fe9cf7ffe0e in evas_common_rgba_pending_unloads_cleanup () at 
lib/evas/common/evas_image_main.c:402
ie = optimized out
l = 0x4c6fe10
l_next = 0x4d84b80
#9  0x7fe9cf7950ab in _evas_render_cleanup () at 
lib/evas/canvas/evas_render.c:176
No locals.
#10 evas_render_updates_internal (eo_e=eo_e@entry=0x8004e028, 
make_updates=make_updates@entry=1 '\001', do_draw=do_draw@entry=1 '\001', 
done_func=done_func@entry=0x0, done_data=done_data@entry=0x0, 
do_async=do_async@entry=0 '\000') at lib/evas/canvas/evas_render.c:2725
eo_obj = optimized out
e = 0x20b58d0
ll = optimized out
surface = optimized out
clean_them = optimized out
alpha = optimized out
r = optimized out
ux = 0
uy = 0
uw = 1366
uh = 768
cx = 0
cy = 0
cw = 1366
ch = 768
i = optimized out
j = optimized out
redraw_all = 0

[E-devel] Eet error while building elementary

2015-07-07 Thread Massimo Maiurana
Yesterday I rebuilt efl, elementary and all the rest, and at make
install stage elementary returns this error:

make[2]: ingresso nella directory
/home/max/Scaricati/e17_build/apps/elementary/config/default
/opt/e17/bin/eet -e \
../../config/default/base.cfg config \
base.src 1
ERR12719:eet lib/eet/eet_data.c:3464 _eet_data_dump_parse() ERROR:
value type 'group' invalid.

It should not be a blocker because apparently all works fine, except my
build script that exits after grepping that ERROR: :)

-- 
Massimo Maiurana
Ragusa (RG)

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


  1   2   3   4   5   >