Re: [mer-general] Mer-SDK

2016-05-10 Thread Rohan Eden

On 09/05/16 20:32, David Greaves wrote:

On 09/05/16 20:24, Rohan Eden wrote:

On 09/05/16 19:49, David Greaves wrote:

On 07/05/16 15:51, Rohan Eden wrote:

Hey guys,

I've been working on building the SailfishOS, but I've hit a brick 
wall really

early.

I'm unable to download the Mer-SDK from __
_https://img.merproject.org/images/mer-sdk/mer-i486-latest-sdk-rolling-chroot-armv7hl-sb2.tar.bz2_ 



as this page does not exist, and the root of that site looks to be 
empty

(default subscription page)

Is there any other way to get hold of the SDK?

Regards


That link works for me as does:
  https://img.merproject.org/images/mer-sdk/

David



Hmm... It does seem to be working now.

When I sent the email, I was receiving 404 response codes, I had to 
test with a

"curl -I" just to confirm.

Oh well, means I can get cracking :D, thanks for the response.

Regards,

Rohan


No problem - and it could well have been down to some of the 
infrastructure issues I've been working on recently.


David



Just my luck that I'd be trying to do thing during maintenance XD. 
Anyway, thank you for your help.


Regards,

Rohan

--
To unsubscribe send a mail to : 




Re: [mer-general] Mer-SDK

2016-05-09 Thread David Greaves

On 09/05/16 20:24, Rohan Eden wrote:

On 09/05/16 19:49, David Greaves wrote:

On 07/05/16 15:51, Rohan Eden wrote:

Hey guys,

I've been working on building the SailfishOS, but I've hit a brick wall really
early.

I'm unable to download the Mer-SDK from __
_https://img.merproject.org/images/mer-sdk/mer-i486-latest-sdk-rolling-chroot-armv7hl-sb2.tar.bz2_

as this page does not exist, and the root of that site looks to be empty
(default subscription page)

Is there any other way to get hold of the SDK?

Regards


That link works for me as does:
  https://img.merproject.org/images/mer-sdk/

David



Hmm... It does seem to be working now.

When I sent the email, I was receiving 404 response codes, I had to test with a
"curl -I" just to confirm.

Oh well, means I can get cracking :D, thanks for the response.

Regards,

Rohan


No problem - and it could well have been down to some of the infrastructure 
issues I've been working on recently.


David

--
"Don't worry, you'll be fine; I saw it work in a cartoon once..."

--
To unsubscribe send a mail to : 




Re: [mer-general] Mer-SDK

2016-05-09 Thread Rohan Eden

On 09/05/16 19:49, David Greaves wrote:

On 07/05/16 15:51, Rohan Eden wrote:

Hey guys,

I've been working on building the SailfishOS, but I've hit a brick 
wall really

early.

I'm unable to download the Mer-SDK from __
_https://img.merproject.org/images/mer-sdk/mer-i486-latest-sdk-rolling-chroot-armv7hl-sb2.tar.bz2_ 


as this page does not exist, and the root of that site looks to be empty
(default subscription page)

Is there any other way to get hold of the SDK?

Regards


That link works for me as does:
  https://img.merproject.org/images/mer-sdk/

David



Hmm... It does seem to be working now.

When I sent the email, I was receiving 404 response codes, I had to test 
with a "curl -I" just to confirm.


Oh well, means I can get cracking :D, thanks for the response.

Regards,

Rohan

--
To unsubscribe send a mail to : 




[mer-general] Lipstick patch for fixing clipboard not updating correctly (getting stucked)

2016-02-27 Thread Leszek Lesner
Hi,

I hope this is the correct way to address an issue I have with lipstick
on SailfishOS for quite a while (basically since the first version).
The problem is a stucked clipboard that does not update its contents
anymore. A lipstick restart fixes the issue.
The other method to "unstuck" the clipboard would be to execute an
application which uses QClipboard::clear() method and then executes the
copy like setText() or setMimeData().
Fingerterm for example uses that copy method and is able to unstuck the
clipboard in lipstick.

I don't know where the actual bug now is (it might be the wayland
backend but I honestly don't know much about it and can only speculate
here)
but I think as a workaround lipstick should also clear the clipboard
before executing setMimeData.

I wrote a little patch against master branch of lipstick that should be
worth testing (see attachment)

Greetings
Leszek Lesner
diff --git a/src/compositor/lipstickcompositor.cpp b/src/compositor/lipstickcompositor.cpp
index 0f5d370..fa1d198 100644
--- a/src/compositor/lipstickcompositor.cpp
+++ b/src/compositor/lipstickcompositor.cpp
@@ -211,6 +211,7 @@ void LipstickCompositor::retainedSelectionReceived(QMimeData *mimeData)
 foreach (const QString , mimeData->formats())
 m_retainedSelection->setData(format, mimeData->data(format));
 
+QGuiApplication::clipboard()->clear();
 QGuiApplication::clipboard()->setMimeData(m_retainedSelection.data());
 }
 


Re: [mer-general] Nemo/Mer merge update

2015-07-30 Thread Andrea Bernabei
2015-07-29 19:09 GMT+01:00 Carsten Munk carsten.m...@gmail.com:

 Those have always been considered as part of middleware (lipstick is a
 framework), Nemo UI/Glacier still sits on top outside mer core


how much is missing until we'll be able to build the old nemo setup? i.e.
releases, patterns, webhooks to updated repos ?

Or is that all done and just waiting for someone to actually set up the
patterns and webhooks?

2015-07-29 18:10 GMT+02:00 Timur Kristóf timur.kris...@gmail.com:

 Hi,

 Just one question: how (if at all) does this change affect Nemo's UI and
 its UI-related libraries (such as lipstick, mlite, ... etc)?

 Best regards,
 Timur

 On Tue, 2015-07-28 at 15:22 +0100, David Greaves wrote:

 Hi all

 We've been working on the Nemo/Mer merge on and off for some time now and 
 wanted
 to provide an update.

 There's tl;dr; job if you're a maintainer: login to git.merproject.org so the
 system 'sees' you and can grant permissions.

 The goal of this task is to merge the middleware packages from Nemo into Mer
 Core and to move the git hosting from various Nemo and Mer repositories
 scattered around github and other services into mer-core on 
 git.merproject.org
 (g.m.o)

 These are the main tasks:
 * provide a mechanism to manage maintainer access rights
 * create git repos on git.merproject.org
 * ensure Mer OBS / webhooks point to g.m.o
 * Improve visibility of Mer source/packages/maintainers

 Improving Visibility

 So, tackling the last point first there's a new dashboard here:
http://www.merproject.org/dash/index.html

 (That url may well change)

 The data shown is taken from :
 * Maintainer file (see below) is the master for who has owner/master roles on
 the git repos (when they move to Mer git)
 * OBS _service files and other OBS data
 * Mer gitlab
 * Mer LDAP maps usernames to emails/real names
 I'll add webhook data soon and it will master the mapping from git repo to 
 OBS
 packages

 There are still some issues but it's best to get a first draft out.


 Managing Maintainership

 The approach taken for the maintainer rights is to create a text (yaml) file
 that describes the access rights (developer/owner) for all the mer-core 
 packages.
 https://git.merproject.org/mer-core/Maintainers/blob/master/maintainers.yaml

 This allows anyone to quickly find out who maintains a particular package and
 also allows automation systems to apply these permissions to g.m.o

 The commnity manages this file: anyone can submit a MR to it to change the
 maintainership and if it's accepted by the mer-core maintainers the 
 permission
 changes will automatically be applied (well, eventually).

 Purely for ease of management/comprehension the file format supports the 
 notion
 of teams and package-groups but these are not reflected in gitlab for various
 reasons. The team/group names are pretty arbitrary and can be changed 
 trivially
 - they just provide some context for the grouping.

 Creating git repos

 We've replicated about 170 repos from github projects:
   https://github.com/[nemomobile, nemomobile-packages, mer-packages]

 What I've done (hopefully!) is to take the current/old Mer master branch and
 rename it to master-premerge. Then I've set mer/master to be the github 
 master.

 In some cases where we've moved on from the old 'tarballs in git' there may 
 be
 no commits in common and we'll end up with an 'orphan' branch (google it)

 Maintainers should check the repos to make sure I've not messed up :)

 OBS
 We'll be setting up webhooks for mer-core which should never need modifying. 
 I
 suspect that the OBS mer-core project will just have a few caretakers to 
 handle
 new packages on request.


 Next Steps

 * These maintainers should login to https://git.merproject.org/ :
amccarthy antseppa blam chriadam giucam hmallat jpetrell mikkoh monich 
 mvogt
pgerdt phdeswer rbraakman rozhkov sletta spiiroin VDVsx Venemo Vesuri

 * As development moves from github to mer-core the github repos should have a
 redirection commit added (ie delete all files and create a README that sends
 people to g.m.o)


 David/lbt







Re: [mer-general] Nemo/Mer merge update

2015-07-29 Thread Timur Kristóf
Hi,
Just one question: how (if at all) does this change affect Nemo's UI
and its UI-related libraries (such as lipstick, mlite, ... etc)?
Best regards,
Timur
On Tue, 2015-07-28 at 15:22 +0100, David Greaves wrote:
 Hi all
 
 We've been working on the Nemo/Mer merge on and off for some time now
 and wanted 
 to provide an update.
 
 There's tl;dr; job if you're a maintainer: login to
 git.merproject.org so the 
 system 'sees' you and can grant permissions.
 
 The goal of this task is to merge the middleware packages from Nemo
 into Mer 
 Core and to move the git hosting from various Nemo and Mer
 repositories 
 scattered around github and other services into mer-core on
 git.merproject.org 
 (g.m.o)
 
 These are the main tasks:
 * provide a mechanism to manage maintainer access rights
 * create git repos on git.merproject.org
 * ensure Mer OBS / webhooks point to g.m.o
 * Improve visibility of Mer source/packages/maintainers
 
 Improving Visibility
 
 So, tackling the last point first there's a new dashboard here:
http://www.merproject.org/dash/index.html
 
 (That url may well change)
 
 The data shown is taken from :
 * Maintainer file (see below) is the master for who has owner/master
 roles on 
 the git repos (when they move to Mer git)
 * OBS _service files and other OBS data
 * Mer gitlab
 * Mer LDAP maps usernames to emails/real names
 I'll add webhook data soon and it will master the mapping from git
 repo to OBS 
 packages
 
 There are still some issues but it's best to get a first draft out.
 
 
 Managing Maintainership
 
 The approach taken for the maintainer rights is to create a text
 (yaml) file 
 that describes the access rights (developer/owner) for all the mer
 -core packages.
 
 https://git.merproject.org/mer-core/Maintainers/blob/master/maintaine
 rs.yaml
 
 This allows anyone to quickly find out who maintains a particular
 package and 
 also allows automation systems to apply these permissions to g.m.o
 
 The commnity manages this file: anyone can submit a MR to it to
 change the 
 maintainership and if it's accepted by the mer-core maintainers the
 permission 
 changes will automatically be applied (well, eventually).
 
 Purely for ease of management/comprehension the file format supports
 the notion 
 of teams and package-groups but these are not reflected in gitlab for
 various 
 reasons. The team/group names are pretty arbitrary and can be changed
 trivially 
 - they just provide some context for the grouping.
 
 Creating git repos
 
 We've replicated about 170 repos from github projects:
   https://github.com/[nemomobile, nemomobile-packages, mer-packages]
 
 What I've done (hopefully!) is to take the current/old Mer master
 branch and 
 rename it to master-premerge. Then I've set mer/master to be the
 github master.
 
 In some cases where we've moved on from the old 'tarballs in git'
 there may be 
 no commits in common and we'll end up with an 'orphan' branch (google
 it)
 
 Maintainers should check the repos to make sure I've not messed up :)
 
 OBS
 We'll be setting up webhooks for mer-core which should never need
 modifying. I 
 suspect that the OBS mer-core project will just have a few caretakers
 to handle 
 new packages on request.
 
 
 Next Steps
 
 * These maintainers should login to https://git.merproject.org/ :
amccarthy antseppa blam chriadam giucam hmallat jpetrell mikkoh
 monich mvogt
pgerdt phdeswer rbraakman rozhkov sletta spiiroin VDVsx Venemo
 Vesuri
 
 * As development moves from github to mer-core the github repos
 should have a 
 redirection commit added (ie delete all files and create a README
 that sends 
 people to g.m.o)
 
 
 David/lbt
 
 

Re: [mer-general] Nemo/Mer merge update

2015-07-29 Thread David Greaves

On 29/07/15 09:43, Denis Zalewsky wrote:

Hi,

On Tue, Jul 28, 2015 at 5:22 PM, David Greaves da...@dgreaves.com wrote:

Creating git repos

We've replicated about 170 repos from github projects:
  https://github.com/[nemomobile, nemomobile-packages, mer-packages]

What I've done (hopefully!) is to take the current/old Mer master branch and
rename it to master-premerge. Then I've set mer/master to be the github
master.

In some cases where we've moved on from the old 'tarballs in git' there may
be no commits in common and we'll end up with an 'orphan' branch (google it)

Maintainers should check the repos to make sure I've not messed up :)


Could you also describe how to add missing projects (e.g. not yet
cloned from github)?


So in general Carsten (guided by maintainers) will decide which 'new' projects 
go in mer-core and once he gives the nod I'll add it repos on g.m.o, packages on 
OBS and webhooks. Ideally we'll manage this through a bug.


If there's just an admin thing (ie I missed a migration and the source for an 
existing package isn't on g.m.o) then I'll take care of it. Either log a bug or 
just ask me on the ml/irc.


David

--
Don't worry, you'll be fine; I saw it work in a cartoon once...


--
To unsubscribe send a mail to : 
mailto:mer-general+unsubscr...@lists.merproject.org



Re: [mer-general] Nemo/Mer merge update

2015-07-29 Thread Denis Zalewsky
Hi,

On Tue, Jul 28, 2015 at 5:22 PM, David Greaves da...@dgreaves.com wrote:
 Creating git repos

 We've replicated about 170 repos from github projects:
  https://github.com/[nemomobile, nemomobile-packages, mer-packages]

 What I've done (hopefully!) is to take the current/old Mer master branch and
 rename it to master-premerge. Then I've set mer/master to be the github
 master.

 In some cases where we've moved on from the old 'tarballs in git' there may
 be no commits in common and we'll end up with an 'orphan' branch (google it)

 Maintainers should check the repos to make sure I've not messed up :)

Could you also describe how to add missing projects (e.g. not yet
cloned from github)?

Thanks,
Denis

-- 
Best regards,
Denis Zalevskiy

--
To unsubscribe send a mail to : 
mailto:mer-general+unsubscr...@lists.merproject.org



Re: [mer-general] Nemo/Mer merge update

2015-07-28 Thread Andrea Bernabei
Great,

keep it going and thanks for the hard work!

2015-07-28 15:22 GMT+01:00 David Greaves da...@dgreaves.com:

 Hi all

 We've been working on the Nemo/Mer merge on and off for some time now and
 wanted to provide an update.

 There's tl;dr; job if you're a maintainer: login to git.merproject.org so
 the system 'sees' you and can grant permissions.

 The goal of this task is to merge the middleware packages from Nemo into
 Mer Core and to move the git hosting from various Nemo and Mer repositories
 scattered around github and other services into mer-core on
 git.merproject.org (g.m.o)

 These are the main tasks:
 * provide a mechanism to manage maintainer access rights
 * create git repos on git.merproject.org
 * ensure Mer OBS / webhooks point to g.m.o
 * Improve visibility of Mer source/packages/maintainers

 Improving Visibility

 So, tackling the last point first there's a new dashboard here:
   http://www.merproject.org/dash/index.html

 (That url may well change)

 The data shown is taken from :
 * Maintainer file (see below) is the master for who has owner/master roles
 on the git repos (when they move to Mer git)
 * OBS _service files and other OBS data
 * Mer gitlab
 * Mer LDAP maps usernames to emails/real names
 I'll add webhook data soon and it will master the mapping from git repo to
 OBS packages

 There are still some issues but it's best to get a first draft out.


 Managing Maintainership

 The approach taken for the maintainer rights is to create a text (yaml)
 file that describes the access rights (developer/owner) for all the
 mer-core packages.


 https://git.merproject.org/mer-core/Maintainers/blob/master/maintainers.yaml

 This allows anyone to quickly find out who maintains a particular package
 and also allows automation systems to apply these permissions to g.m.o

 The commnity manages this file: anyone can submit a MR to it to change the
 maintainership and if it's accepted by the mer-core maintainers the
 permission changes will automatically be applied (well, eventually).

 Purely for ease of management/comprehension the file format supports the
 notion of teams and package-groups but these are not reflected in gitlab
 for various reasons. The team/group names are pretty arbitrary and can be
 changed trivially - they just provide some context for the grouping.

 Creating git repos

 We've replicated about 170 repos from github projects:
  https://github.com/[nemomobile, nemomobile-packages, mer-packages]

 What I've done (hopefully!) is to take the current/old Mer master branch
 and rename it to master-premerge. Then I've set mer/master to be the github
 master.

 In some cases where we've moved on from the old 'tarballs in git' there
 may be no commits in common and we'll end up with an 'orphan' branch
 (google it)

 Maintainers should check the repos to make sure I've not messed up :)

 OBS
 We'll be setting up webhooks for mer-core which should never need
 modifying. I suspect that the OBS mer-core project will just have a few
 caretakers to handle new packages on request.


 Next Steps

 * These maintainers should login to https://git.merproject.org/ :
   amccarthy antseppa blam chriadam giucam hmallat jpetrell mikkoh monich
 mvogt
   pgerdt phdeswer rbraakman rozhkov sletta spiiroin VDVsx Venemo Vesuri

 * As development moves from github to mer-core the github repos should
 have a redirection commit added (ie delete all files and create a README
 that sends people to g.m.o)


 David/lbt


 --
 Don't worry, you'll be fine; I saw it work in a cartoon once...


 --
 To unsubscribe send a mail to : mailto:
 mer-general+unsubscr...@lists.merproject.org




Re: [mer-general] Mailing list restored

2015-07-07 Thread Lucien Xu
Hello, 

Sorry for the spam, as it is really a spam. 
Just testing proxad's antispam stuff, and see if this mail isn't filtered. 

Regards, 
Lucien 

PS: it seems that proxad takes huge time to process the mail ... As I got 
David's mail only today. 

- Mail original -

 De: Simonas Leleiva simonas.lele...@gmail.com
 À: mer-general@lists.merproject.org
 Envoyé: Lundi 6 Juillet 2015 17:37:57
 Objet: Re: [mer-general] Mailing list restored

 On 6 July 2015 at 15:43, Andrea Bernabei  and.berna...@gmail.com 
 wrote:

  one problem could be that your message was in my spam folder :D
 

 Same here:

 Why is this message in Spam? We've found that lots of messages from
 lists.merproject.org are spam.

 Marked as not spam :)

 Cheers!

 Sim

  2015-07-06 15:21 GMT+01:00 David Greaves  da...@dgreaves.com  :
 

   Hi all
  
 

   First a Thanks to smoku for hosting the list for so long :)
  
 

   We've had a problem with the mailing list over the past few days
   which should now be resolved and it's been moved over to the mer
   core infrastructure.
  
 

   Please contact me if you have any problems from now on.
  
 

   Thanks
  
 

   David
  
 

   --
  
 
   Don't worry, you'll be fine; I saw it work in a cartoon once...
  
 

   --
  
 
   To unsubscribe send a mail to : mailto:
   mer-general+unsubscr...@lists.merproject.org 
  
 


Re: [mer-general] Mailing list restored

2015-07-06 Thread Simonas Leleiva
On 6 July 2015 at 15:43, Andrea Bernabei and.berna...@gmail.com wrote:

 one problem could be that your message was in my spam folder :D

 Same here:
Why is this message in Spam? We've found that lots of messages from
lists.merproject.org are spam.

Marked as not spam :)

Cheers!
Sim

https://support.google.com/mail/answer/1366858?hl=en-GBexpand=5

 2015-07-06 15:21 GMT+01:00 David Greaves da...@dgreaves.com:

 Hi all

 First a Thanks to smoku for hosting the list for so long :)

 We've had a problem with the mailing list over the past few days which
 should now be resolved and it's been moved over to the mer core
 infrastructure.

 Please contact me if you have any problems from now on.

 Thanks

 David

 --
 Don't worry, you'll be fine; I saw it work in a cartoon once...


 --
 To unsubscribe send a mail to : mailto:
 mer-general+unsubscr...@lists.merproject.org





Re: [mer-general] Mailing list restored

2015-07-06 Thread Andrea Bernabei
one problem could be that your message was in my spam folder :D

2015-07-06 15:21 GMT+01:00 David Greaves da...@dgreaves.com:

 Hi all

 First a Thanks to smoku for hosting the list for so long :)

 We've had a problem with the mailing list over the past few days which
 should now be resolved and it's been moved over to the mer core
 infrastructure.

 Please contact me if you have any problems from now on.

 Thanks

 David

 --
 Don't worry, you'll be fine; I saw it work in a cartoon once...


 --
 To unsubscribe send a mail to : mailto:
 mer-general+unsubscr...@lists.merproject.org




[mer-general] Mailing list restored

2015-07-06 Thread David Greaves

Hi all

First a Thanks to smoku for hosting the list for so long :)

We've had a problem with the mailing list over the past few days which should 
now be resolved and it's been moved over to the mer core infrastructure.


Please contact me if you have any problems from now on.

Thanks

David

--
Don't worry, you'll be fine; I saw it work in a cartoon once...


--
To unsubscribe send a mail to : 
mailto:mer-general+unsubscr...@lists.merproject.org



[mer-general] Formaldehyde Detector - TOP SELLING BRAND !!!

2015-06-02 Thread TRACENOSE
�







 unsubscribe  | mobile version  |  best view it online


�






�




  
 Products� Distributors� Contacts � Member 




�














�














About TRACENOSE



TRACENOSE specialized in developing series of gas sensors and gas modules such 
as alcohol sensors, carbon monoxide sensors and formaldehyde gas modules with 
specific highly cross-sensitivity resistances by patent EAC sensing technology. 
We also design and manufacture different indoor air quality monitors such as 
Handheld Formaldehyde Detectors, VOC Detectors, CO2 Detectors,



�






read more










�













Importance of 「Indoor Air Quality」


Each person spends 80~90% of his/her time staying in an indoor environment 
(including the residence, office or interior of other building) everyday


�






read more








�







News


Dec 2010, TRACENOSE INC. signed the contract with Industrial Technology 
Research Institute for the development of a series of gas testing


�






read more














�













IAQ-F200


IAQ-F200 Handheld Formaldehyde Meter is state-of-the-art and lightweight. It is 
suitable for the indoor air quality monitoring, to test and


�






read more








�







IAQ-300


TRACENOSE IAQ-300 Series Embedded indoor air quality monitors are suitable for 
the real-time indoor air quality monitoring.


�






read more








�







IAQ-F100 VOC Detector


IAQ-F100 Volatile Organic Compounds detector is user-friendly and handheld VOC 
detector which uses the PID (Photo-Ionization Detector)


�






read more














�




�





�










�


�




IAQ Monitoring Instruments Ltd. 6F-2, No.338, Dadun 11th St., Nantun District, 
Taichung City 408, Taiwan E-mail :�i...@tracenose.com




�


�



[mer-general] unsubscribe

2015-04-27 Thread Andrew Konstantinidis
unsubscribe




[mer-general] Mer weekly bug triages?

2015-04-13 Thread Iekku Pylkka
New try, since first one never got through.

From: devel-boun...@lists.sailfishos.org 
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Iekku Pylkka
Sent: 10. huhtikuuta 2015 13:29
To: mer-general@lists.merproject.org; de...@lists.sailfishos.org
Subject: [SailfishDevel] Mer weekly bug triages?

Ahoy,

We used to have a bug triage [0] for  Nemo from: 7:00 UTC to 8:00 UTC  and for 
Mer from 11:00 UTC to 12:00 UTC  every Monday in #mer-meeting on 
irc.freenode.net. Nemo middleware bugs have been moved to Mer now, and since 
Mer starts to be more active I assume it would be good to start weekly triages 
again.

We have developers around the world, so we need to find time and day, most 
suitable for everyone. Ideas? Proposals?
I'm willing to chair triages to get things started.


Br,
Iekku Pylkkä

[0] A bug triage is a process to ensure bug report completeness, Analyze and 
move bug to proper component if needed, Set Assignee of bug report (via 
Assigned to field) to proper bug owner if any exist, Set appropriate bug 
priority. Adjust bug severity properly (initially set by bug reporter), Resolve 
obvious invalid, duplication, won't fix bugs etc., Forward bugs in upstream 
components to upstream bugtrackers and adding the upstream URL to the URL field 
of the report, if applicable, check if bugs should become tasks, etc.

Software developers are more than welcome to attend, to add a technical angle 
and perhaps assign some bugs to themselves to work on.

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[mer-general] Alimentos ultraprocessados são ruins para as pessoas e para o meio ambiente

2015-03-23 Thread Brasil Alemanha
 

 http://www.brasilalemanha.com.br
_BrasilAlemanha - De Primeiro Mundo por um Brasil de Primeiro Mundo_ 

PROJETO AVALIA A IMPORTÂNCIA DA POLINIZAÇÃO PARA A AGRICULTURA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/PROJETO-AVALIA-A-IMPORTANCIA-DA-POLINIZACAO-PARA-A-AGRICULTURA/5786

Esforços concentram-se em sete culturas importantes no Brasil:
algodão, caju, canola, castanha, maçã, melão e tomate.
http://www.brasilalemanha.com.br/novo_site/noticia/projeto-avalia-a-importancia-da-polinizacao-para-a-agricultura/5786


NÃO HÁ EVIDÊNCIA CIENTÍFICA PARA USO DA HOMEOPATIA, CONCLUI
EXTENSA REVISÃO
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/NAO-HA-EVIDENCIA-CIENTIFICA-PARA-USO-DA-HOMEOPATIA-CONCLUI-EXTENSA-REVISAO/5787

Revisão sistemática de estudos foi feita por conselho de saúde
australiano. Para médicos homeopatas, falta verba para fazer
pesquisas maiores.
http://www.brasilalemanha.com.br/novo_site/noticia/nao-ha-evidencia-cientifica-para-uso-da-homeopatia-conclui-extensa-revisao/5787

LERNEN SIE BEI ACELE DIE SPRACHEN DER WELT!
Aprenda na ACELE as línguas do mundo! 
ACELE - Associação Comunitária de Ensino de Línguas Estrangeiras
Bom Fim / Porto Alegre, RS. Tel. (51) 3086 4008 
Site: WWW.ACELE.COM.BR http://www.acele.com.br 

ASSEMBLEIA ANUAL DA ROTA ROMÂNTICA SERÁ DIA 31 EM NOVA PETRÓPOLIS,
RS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/ASSEMBLEIA-ANUAL-DA-ROTA-ROMANTICA-SERA-DIA-31-EM-NOVA-PETROPOLIS-RS/5779

Devem fazer-se presentes Prefeitos e Secretários de Turismo dos 14
Municípios, pessoas e representantes de empresas associadas à Rota
Romântica, que se estende de São Leopoldo a São Francisco de Paula,
na Serra Gaúcha.
http://www.brasilalemanha.com.br/novo_site/noticia/assembleia-anual-da-rota-romantica-sera-dia-31-em-nova-petropolis-rs/5779


TÉCNICAS PARA ARMAZENAR ÁGUA E PRODUZIR ALIMENTOS AJUDAM A VIVER NO
SEMIÁRIDO
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/TECNICAS-PARA-ARMAZENAR-AGUA-E-PRODUZIR-ALIMENTOS-AJUDAM-A-VIVER-NO-SEMIARIDO/5780

A solução para reduzir os impactos negativos da seca está no
próprio semiárido. É o que demonstram diversas famílias e
comunidades cearenses que conseguem fazer bom uso dos recursos que
ficam escassos nos meses de estiagem.
http://www.brasilalemanha.com.br/novo_site/noticia/tecnicas-para-armazenar-agua-e-produzir-alimentos-ajudam-a-viver-no-semiarido/5780


O OUTONO CHEGOU E É HORA DE PASSEAR PELA ROTA ROMÂNTICA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/O-OUTONO-CHEGOU-E-E-HORA-DE-PASSEAR-PELA-ROTA-ROMANTICA/5781

Sábado inicia oficialmente a estação do ano mais bonita na Rota
Romântica
http://www.brasilalemanha.com.br/novo_site/noticia/o-outono-chegou-e-e-hora-de-passear-pela-rota-romantica/5781


OBRA DO ESCRITOR NOVO-HAMBURGUENSE FELIPE KUHN BRAUN VIRA PEÇA DE
TEATRO
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/OBRA-DO-ESCRITOR-HAMBURGUENSE-FELIPE-KUHN-BRAUN-VIRA-PECA-DE-TEATRO/5782

Cidades 'alemãs' do Brasil
Retomada da campanha, com o 
modelito de Porto Alegre praticamente concluído
http://portal.brasilalemanha.com.br/?page_id=8 
Veja nele como ficará o minisite do seu Município. 
Prefeituras já contatadas estão reunindo informações para o
projeto.
IMPORTANTE: além de informações sobre a presença alemã no
Município há links para:
a) documentários sobre o município no YouTube ou em outras
plataformas;
b) o Hino Oficial do Município;
c) o site oficial da Prefeitura Municipal;
c) sites sobre atrações turísticas e Calendário de Eventos;
 d) dados sobre o perfil do Município;
e) dados para contatar a Administração Municipal.
OBJETIVOS:
1º) facilitar e incrementar os intercâmbios culturais;
2º) fomentar o turismo interno e externo;
3º) colocar o Município na rota dos investimentos nacionais e
internacionais!
UM PROJETO COM PASSADO, PRESENTE E MUITO FUTURO! Porto Mauá reliza
limpeza do Rio Uruguai
http://www.brasilalemanha.com.br/novo_site/noticia/porto-maua-realizou-limpeza-do-rio-uruguai/5783


 http://www.ortobras.com.br 

UNIÃO EUROPEIA E FAPESP FIRMAM PARCERIA PARA APOIO A PESQUISAS
COLABORATIVAS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/UNIAO-EUROPEIA-E-FAPESP-FIRMAM-PARCERIA-PARA-APOIO-A-PESQUISAS-COLABORATIVAS/5785

Parceria com o Brasil objetiva unir esforços para a superação de
desafios científicos comuns em diversas áreas do conhecimento.
Programa tem orçamento de EUR 80 bilhões aprovado para pesquisas
até 2020, além de investimentos da iniciativa privada
http://www.brasilalemanha.com.br/novo_site/noticia/uniao-europeia-e-fapesp-firmam-parceria-para-apoio-a-pesquisas-colaborativas/5785


PORSCHE GRÜNDET TOCHTERUNTERNEHMEN IN BRASILIEN
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/PORSCHE-GRUNDET-TOCHTERUNTERNEHMEN-IN-BRASILIEN/5778

Der Stuttgarter Sportwagenbauer Porsche gründet ein
Tochterunternehmen in Brasilien. Das Unternehmen Porsche Brasil soll
Mitte des Jahres in São Paulo den Betrieb aufnehmen.

[mer-general] Unsubscribe

2015-03-18 Thread Andrew Konstantinidis
Unsubscribe




[mer-general] Unsubscribe

2015-03-16 Thread golfish

unsubscribe




[mer-general] Unsubscribe

2015-03-16 Thread quixote

unsubscribe




[mer-general] Unsubscribe

2015-03-16 Thread Jarko Vihriala
On 16 Mar 2015 10:03, baiyqukq baiyq...@163.com wrote:


 Unsubscribe


[mer-general] Novo exame de DNA permite identificar origens de escravos enviados às Américas

2015-03-12 Thread Brasil Alemanha
 

 http://www.brasilalemanha.com.br
_BrasilAlemanha - De Primeiro Mundo por um Brasil de Primeiro Mundo_ 

CRISE NO SETOR AUTOMOTIVO NÃO AFUGENTA MONTADORAS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/CRISE-NO-SETOR-AUTOMOTIVO-NAO-AFUGENTA-MONTADORAS/5736

Após crescer regularmente por mais de uma década, produção de
automóveis diminui no Brasil. Mesmo assim, fabricantes mantêm planos
de investir 45 bilhões de reais em novas linhas de montagem nos
próximos dez anos.
http://www.brasilalemanha.com.br/novo_site/noticia/crise-no-setor-automotivo-nao-afugenta-montadoras/5736


MERKEL SE NEGA A PARTICIPAR DO DIA DA VITÓRIA EM MOSCOU
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/MERKEL-SE-NEGA-A-PARTICIPAR-DO-DIA-DA-VITORIA-EM-MOSCOU/5737

Chanceler federal alemã rejeita convite do Kremlin para assistir à
parada militar que celebra a capitulação nazista na Segunda Guerra
Mundial. Outros líderes ocidentais devem boicotar cerimônia.
http://www.brasilalemanha.com.br/novo_site/noticia/merkel-se-nega-a-participar-do-dia-da-vitoria-em-moscou/5737


CRISE NO GOVERNO DEIXA REFORMA POLÍTICA AINDA MAIS DISTANTE
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/CRISE-NO-GOVERNO-DEIXA-REFORMA-POLITICA-AINDA-MAIS-DISTANTE/5738

Com o governo enfraquecido e sem apoio no Congresso, há poucas
chances de mudanças significativas na legislação política e
eleitoral. A reforma política não vai dar em nada, afirma
especialista.
http://www.brasilalemanha.com.br/novo_site/noticia/crise-no-governo-deixa-reforma-politica-ainda-mais-distante/5738
http://www.ortobras.com.br http://www.ortobras.com.br 

REGISTRO: ORQUESTRA DIFUNDE TRADIÇÃO ALEMÃ MUSICAL NO VALE DO
TAQUARI, RS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/REGISTRO-ORQUESTRA-DIFUNDE-TRADICAO-ALEMA-MUSICAL-NO-VALE-DO-TAQUARI-RS/5735

Embora estejam acostumados a se apresentar pela Europa, a visita ao
Brasil é a primeira fora de seu continente natal. No próximo
sábado, dia 14, os 16 músicos que vieram ao RS (o grupo possui 57
componentes na Alemanha) retornam ao seu país
http://www.brasilalemanha.com.br/novo_site/noticia/registro-orquestra-difunde-tradicao-alema-musical-no-vale-do-taquari-rs/5735


ÁGUA POLUÍDA MATA MAIS QUE AIDS E CÂNCER DE MAMA, REVELA PESQUISA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/AGUA-POLUIDA-MATA-MAIS-QUE-AIDS-E-CANCER-DE-MAMA-REVELA-PESQUISA/5734

Doenças transmitidas pela água poluída e pelo saneamento ruim
representam a quinta maior causa de mortes de mulheres em todo mundo,
matando mais que a Aids, a diabetes ou o câncer de mama, revelaram
pesquisadores.
http://www.brasilalemanha.com.br/novo_site/noticia/agua-poluida-mata-mais-que-aids-e-cancer-de-mama-revela-pesquisa/5734


UNIVERSIDADE DESENVOLVE BANHEIRO QUÍMICO QUE GERA ENERGIA A PARTIR DA
URINA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/UNIVERSIDADE-DESENVOLVE-BANHEIRO-QUIMICO-QUE-GERA-ENERGIA-A-PARTIR-DA-URINA/5730

Equipamento está sendo testado e poderá ser enviado no fim do ano
para campos de refugiados na África.
http://www.brasilalemanha.com.br/novo_site/noticia/universidade-desenvolve-banheiro-quimico-que-gera-energia-a-partir-da-urina/5730

 http://www.acc.ind.br 

SAFRA DEVE IMPULSIONAR NEGÓCIOS DA EXPODIRETO DE NÃO-ME-TOQUE, RS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/SAFRA-DEVE-IMPULSIONAR-NEGOCIOS-DA-EXPODIRETO-DE-NAO-ME-TOQUE-RS/5731

Feira se inicia nesta segunda-feira, 09, em Não-Me-Toque, ao sul de
Carazinho e Passo Fundo, na região Centro-Norte do RS, com
expectativa positiva para comercialização de máquinas e
equipamentos.
http://www.brasilalemanha.com.br/novo_site/noticia/safra-deve-impulsionar-negocios-da-expodireto-de-nao-me-toque-rs/5731


SIMPÓSIO BRASIL-ALEMANHA 2015 PRORROGA INSCRIÇÕES ATÉ 30 DE ABRIL
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/SIMPOSIO-BRASIL-ALEMANHA-2015-PRORROGA-INSCRICOES-ATE-30-DE-ABRIL/5728

Foram prorrogadas até o dia 30 de abril as inscrições para
apresentação de trabalhos no 7º Simpósio Brasil-Alemanha em
Desenvolvimento Sustentável, a realizar-se na Universidade de
Heidelberg, na Alemanha, de 4 a 10 de outubro deste ano.
http://www.brasilalemanha.com.br/novo_site/noticia/simposio-brasil-alemanha-2015-prorroga-inscricoes-ate-30-de-abril/5728


NOVO EXAME DE DNA PERMITE IDENTIFICAR ORIGEM DE ESCRAVOS ENVIADOS ÀS
AMÉRICAS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/NOVO-EXAME-DE-DNA-PERMITE-IDENTIFICAR-ORIGEM-DE-ESCRAVOS-ENVIADOS-AS-AMERICAS/5732

Até então, era difícil determinar com precisão a procedência dos
12 milhões de africanos transportados como trabalhadores escravizados
até as Américas, entre 1500 e 1850.
http://www.brasilalemanha.com.br/novo_site/noticia/novo-exame-de-dna-permite-identificar-origem-de-escravos-enviados-as-americas/5732


CENTRAL DE NOTÍCIAS BRASILALEMANHA. Notícia do portal
www.brasilalemanha.com.br http://www.brasilalemanha.com.br - um
universo temático à sua espera. Aguardamos sua visita! Cadastre seus
amigos nos espaços do quadro abaixo ou mande suas 

[mer-general] Alemanha cria cotas para mulheres em grandes empresas

2015-03-08 Thread Brasil Alemanha
 

 http://www.brasilalemanha.com.br
_BrasilAlemanha - De Primeiro Mundo por um Brasil de Primeiro Mundo_ 

FIOCRUZ JÁ SOLTOU 200 MIL MOSQUITOS ANTIDENGUE NO RIO; SAIBA COMO
ELES AGEM
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/FIOCRUZ-JA-SOLTOU-200-MIL-MOSQUITOS-ANTIDENGUE-NO-RIO-SAIBA-COMO-ELES-AGEM/5723

O que parece, no mínimo, estranho, na verdade é parte de um projeto
internacional, desenvolvido no Brasil pela Fiocruz desde 2012, que tem
como maior objetivo justamente controlar a doença que afeta milhões
de pessoas em todo o mundo...
http://www.brasilalemanha.com.br/novo_site/noticia/fiocruz-ja-soltou-200-mil-mosquitos-antidengue-no-rio-saiba-como-eles-agem/5723


MÚSICA ALTA PODE LEVAR UM BILHÃO DE JOVENS À SURDEZ
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/MUSICA-ALTA-PODE-LEVAR-UM-BILHAO-DE-JOVENS-A-SURDEZ/5722

O barulho está por toda a parte. Mas a epidemia de ruído dos dias
atuais acontece, no entanto, em silêncio. Mais especificamente dentro
dos fones de ouvido.
http://www.brasilalemanha.com.br/novo_site/noticia/musica-alta-pode-levar-um-bilhao-de-jovens-a-surdez/5722


SIMPÓSIO BRASIL-ALEMANHA 2015 PRORROGA INSCRIÇÕES ATÉ 30 DE ABRIL
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/SIMPOSIO-BRASIL-ALEMANHA-2015-PRORROGA-INSCRICOES-ATE-30-DE-ABRIL/5728

Foram prorrogadas até o dia 30 de abril as inscrições para
apresentação de trabalhos no 7º Simpósio Brasil-Alemanha em
Desenvolvimento Sustentável, a realizar-se na Universidade de
Heidelberg, na Alemanha, de 4 a 10 de outubro deste ano.
http://www.brasilalemanha.com.br/novo_site/noticia/simposio-brasil-alemanha-2015-prorroga-inscricoes-ate-30-de-abril/5728


A CÂMARA BRASIL-ALEMANHA NO RIO GRANDE DO SUL RETOMA SUA
PROGRAMAÇÃO ANUAL DE REUNIÕES-ALMOÇO
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/A-CAMARA-BRASIL-ALEMANHA-NO-RIO-GRANDE-DO-SUL-RETOMA-SUA-PROGRAMACAO-ANUAL-DE-REUNIOES-ALMOCO/5729

A série de reuniões-almoço será iniciada na quinta-feira, 19 de
março, trazendo a Porto Alegre o presidente de manufatura do BMW
Group no Brasil, Gerald Degen, responsável pela construção da
fábrica em Araquari, SC, em apenas 10 meses.
http://www.brasilalemanha.com.br/novo_site/noticia/a-camara-brasil-alemanha-no-rio-grande-do-sul-retoma-sua-programacao-anual-de-reunioes-almoco/5729

 http://www.ortobras.com.br 

CIENTISTAS CRIAM TINTA QUE REPELE LÍQUIDO E TORNA SUPERFÍCIE
AUTOLIMPANTE
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/CIENTISTAS-CRIAM-TINTA-QUE-REPELE-LIQUIDO-E-TORNA-SUPERFICIE-AUTOLIMPANTE/5721

Tinta pode ser aplicada sobre vidro, aço, tecido e papel. Efeito
continua mesmo depois de superfície ser riscada ou arranhada.
http://www.brasilalemanha.com.br/novo_site/noticia/cientistas-criam-tinta-que-repele-liquido-e-torna-superficie-autolimpante/5721


DESCOBERTO FÓSSIL HUMANO MAIS ANTIGO COM 2,8 MILHÕES DE ANOS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/DESCOBERTO-FOSSIL-HUMANO-MAIS-ANTIGO-COM-2-8-MILHOES-DE-ANOS/5727

A mandíbula do lado esquerdo da boca estava na área de pesquisa
Ledi-Geraru (entre os rios Awash e Ledi), no estado de Afar, nordeste
da Etiópia.
http://www.brasilalemanha.com.br/novo_site/noticia/descoberto-fossil-humano-mais-antigo-com-2-8-milhoes-de-anos/5727


CAPEF CONVOCA ASSOCIADOS PARA ASSEMBLEIA GERAL ORDINÁRIA DIA 14 EM
TEUTÔNIA, RS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/CAPEF-CONVOCA-ASSOCIADOS-PARA-ASSEMBLEIA-GERAL-ORDINARIA-DIA-14-EM-TEUTONIA-RS/5726

O Centro de Apoio a Pesquisas e Encontros Familiares - CAPEF convoca
associados e apresenta Ordem do Dia.
http://www.brasilalemanha.com.br/novo_site/noticia/capef-convoca-associados-para-assembleia-geral-ordinaria-dia-14-em-teutonia-rs/5726


MENSCHLICH VERSTÄNDLICH, WIRTSCHAFTLICH UNAUSWEICHLICH - DER
KATH.DE-WOCHENKOMMENTAR
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/MENSCHLICH-VERSTANDLICH-WIRTSCHAFTLICH-UNAUSWEICHLICH-DER-KATHDE-WOCHENKOMMENTAR/5725

Griechenlands Finanzpoker offenbart den Ernst der Lage. Es scheint,
als ob die „jungen Wilden aus Griechenland die wirtschaftlich
prekäre Lage ihres Landes ganz cool meistern.
http://www.brasilalemanha.com.br/novo_site/noticia/menschlich-verstandlich-wirtschaftlich-unausweichlich-der-kathde-wochenkommentar/5725


STF DIVULGA LISTA DE POLÍTICOS INVESTIGADOS NA LAVA JATO
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/STF-DIVULGA-LISTA-DE-POLITICOS-INVESTIGADOS-NA-LAVA-JATO/5724

Presidentes do Senado, Renan Calheiros, e da Câmara, Eduardo Cunha,
estão na relação, que inclui ainda Gleisi Hoffmann, Antonio
Anastasia, Lindbergh Farias, Edison Lobão, Antonio Palocci e Fernando
Collor de Melo.
http://www.brasilalemanha.com.br/novo_site/noticia/stf-divulga-lista-de-politicos-investigados-na-lava-jato/5724


SCHARFE KRITIK DER WAHRHEITSKOMMISSION IN BRASILIEN AN VOLKSWAGEN
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/SCHARFE-KRITIK-DER-WAHRHEITSKOMMISSION-IN-BRASILIEN-AN-VOLKSWAGEN/5719

Nach Recherchen der Nachrichtenagentur Reuters wurden viele der
Arbeiter auf 

[mer-general] Palestra recomendada: Da construção à produção em 10 meses

2015-03-02 Thread Brasil Alemanha
 

 http://www.brasilalemanha.com.br
_BrasilAlemanha - De Primeiro Mundo por um Brasil de Primeiro Mundo_ 

AULAS GRATUITAS DE ALEMÃO SERÃO RETOMADAS EM NOVA PETRÓPOLIS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/AULAS-GRATUITAS-DE-ALEMAO-SERAO-RETOMADAS-EM-NOVA-PETROPOLIS/5697

Interessados podem se inscrever até o dia 06 de março na Biblioteca
Pública Municipal
http://www.brasilalemanha.com.br/novo_site/noticia/aulas-gratuitas-de-alemao-serao-retomadas-em-nova-petropolis/5697

UMA BRASILEIRA NO PEGIDA CONTRA A ISLAMIZAÇÃO DA ALEMANHA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/UMA-BRASILEIRA-NO-PEGIDA-CONTRA-A-ISLAMIZACAO-DA-ALEMANHA/5710


Capixaba diz defender preservação da cultura alemã e, ao lado da
família, frequenta semanalmente protestos do movimento
anti-islamização em Dresden. Qualquer um consegue asilo na
Alemanha, critica.
http://www.brasilalemanha.com.br/novo_site/noticia/uma-brasileira-no-pegida-contra-a-islamizacao-da-alemanha/5710


 CONVITE PARA ENCONTRO DE GRUPOS EM VENÂNCIO AIRES, RS.
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/CONVITE-PARA-ENCONTRO-DE-GRUPOS-EM-VENANCIO-AIRES-RS/5708

 http://www.ortobras.com.br 

LANÇAMENTO DO LIVRO RELAÇÕES ENTRE BRASIL E ALEMANHA NA ÉPOCA
CONTEMPORÂNEA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/LANCAMENTO-DO-LIVRO-RELACOES-ENTRE-BRASIL-E-ALEMANHA-NA-EPOCA-CONTEMPORANEA/5707

Obra terá lançamento na Alemanha.
http://www.brasilalemanha.com.br/novo_site/noticia/lancamento-do-livro-relacoes-entre-brasil-e-alemanha-na-epoca-contemporanea/5707


DILMA INAUGURA O MAIOR PARQUE EÓLICO DO RS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/DILMA-INAUGURA-O-MAIOR-PARQUE-EOLICO-DO-RS/5706

Empreendimentos estão previstos no PAC2 e somam R$ 2,1 bilhões. O
parque eólico Geribatu, com capacidade instalada de 258 MW, pertence
às empresas FIP Rio Bravo Energia e Eletrosul. Inauguração será
nesta 6ª feira, em Santa Vitória do Palmar.
http://www.brasilalemanha.com.br/novo_site/noticia/dilma-inaugura-o-maior-parque-eolico-do-rs/5706


ACONTECE AHKBRASIL - SP - MARÇO DE 2015
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/ACONTECE-AHKBRASIL-SP-MARCO-DE-2015/5705

DESEMPREGO NA ALEMANHA É O MENOR PARA FEVEREIRO DESDE 1991
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/DESEMPREGO-NA-ALEMANHA-E-O-MENOR-PARA-FEVEREIRO-DESDE-1991/5704

Total de desempregados cai para 3,017 milhões num mês em que o
número costuma subir por causa do inverno. Taxa de desemprego está
em 6,9% no país.
http://www.brasilalemanha.com.br/novo_site/noticia/desemprego-na-alemanha-e-o-menor-para-fevereiro-desde-1991/5704


DEBATE SOBRE LIVRO NA CASA DE CULTURA ALEMÃ DA UNIVERSIDADE FEDERAL
DO CEARÁ
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/DEBATE-SOBRE-LIVRO-NA-CASA-DE-CULTURA-ALEMA-DA-UNIVERSIDADE-FEDERAL-DO-CEARA/5703

Na próxima 2ª. feira (02.03), o livro Diários de Berlim, 1940-1945
- Os bastidores do atentado contra Adolf Hitler (São Paulo: Editora
Boitempo, 2015), de Marie Vassiltchikov, estará em debate na Casa de
Cultura Alemã da UFC, a partir das 16h.
http://www.brasilalemanha.com.br/novo_site/noticia/debate-sobre-livro-na-casa-de-cultura-alema-da-universidade-federal-do-ceara/5703


WIE GEFÄHRLICH SIND HANDYS? - VON HENNING FÜLBIER* IN BERLIN
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/WIE-GEFAHRLICH-SIND-HANDYS-VON-HENNING-FULBIER-IN-BERLIN/5702

Aus unserem Alltag sind sie kaum noch wegzudenken. In den letzten
Jahren haben sie sich atemberaubend schnell auf der ganzen Welt
ausgebreitet und eine Revolution in unserer Kommunikation ausgelöst.
http://www.brasilalemanha.com.br/novo_site/noticia/wie-gefahrlich-sind-handys-von-henning-fulbier-in-berlin/5702


CIENTISTAS DESCOBREM BURACO NEGRO 12 BILHÕES DE VEZES MAIOR QUE O SOL
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/CIENTISTAS-DESCOBREM-BURACO-NEGRO-12-BILHOES-DE-VEZES-MAIOR-QUE-O-SOL/5701

Buraco negro formou-se quando universo tinha apenas 6% da idade atual.
Descobrir buracos negros dos primórdios do universo é algo raro.
http://www.brasilalemanha.com.br/novo_site/noticia/cientistas-descobrem-buraco-negro-12-bilhoes-de-vezes-maior-que-o-sol/5701
Convite para 12ª Freundschaftsfest
http://www.brasilalemanha.com.br/novo_site/noticia/convite-para-12-freundschaftsfest/5700

 http://www.acc.ind.br 

WER FINANZIERT DEN KARNEVAL? - VON ECKHARD ERNEST KUPFER*
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/WER-FINANZIERT-DEN-KARNEVAL-VON-ECKHARD-ERNEST-KUPFER/5699

Bei der Nachkarnevalspräsentation wurde die Siegerschule Beija Flor
aber nicht nur gefeiert, vielmehr waren die Internet-Portals voll von
Kritik, des Hauptthemas ihres Umzugs wegen.
http://www.brasilalemanha.com.br/novo_site/noticia/wer-finanziert-den-karneval-von-eckhard-ernest-kupfer/5699


JAPÃO DESENVOLVE ROBÔ CAPAZ DE ERGUER IDOSOS DE CADEIRA DE RODAS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/JAPAO-DESENVOLVE-ROBO-CAPAZ-DE-ERGUER-IDOSOS-DE-CADEIRA-DE-RODAS/5696

'Robear' pode transferir pacientes para camas ou 

[mer-general] Lixo pode ser uma solução econômica e social

2015-02-24 Thread Brasil Alemanha
 

 http://www.brasilalemanha.com.br
_BrasilAlemanha - De Primeiro Mundo por um Brasil de Primeiro Mundo_ 

TIMONEIRA DO VELHO MUNDOANGELA MERKEL DESPONTA COMO LÍDER DIANTE DAS
CRISES NA EUROPA
HTTP://ZH.CLICRBS.COM.BR/RS/NOTICIAS/NOTICIA/2015/02/ANGELA-MERKEL-DESPONTA-COMO-LIDER-DIANTE-DAS-CRISES-NA-EUROPA-4704477.HTML

PRIMEIRA-MINISTRA ALEMÃ SE SOBRESAI COMO A CONDUTORA DO CONTINENTE NO
MOMENTO DE INSTABILIDADE QUE TEM REFLEXOS DECISIVOS, EM PAÍSES COMO
UCRÂNIA E GRÉCIA
HTTP://ZH.CLICRBS.COM.BR/RS/NOTICIAS/NOTICIA/2015/02/ANGELA-MERKEL-DESPONTA-COMO-LIDER-DIANTE-DAS-CRISES-NA-EUROPA-4704477.HTML

RELAÇÕES ENTRE BRASIL E ALEMANHA SÃO TEMA DE LIVRO
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/RELACOES-ENTRE-BRASIL-E-ALEMANHA-SAO-TEMA-DE-LIVRO/5684

Instituto Martius-Staden lança o livro Relações entre Brasil e
Alemanha na época contemporânea em versão bilíngue. Evento será
às 19h de terça-feira, 24, no Goethe-Institut, localizado na Rua
Lisboa, 974, Pinheiros, em São Paulo.
http://www.brasilalemanha.com.br/novo_site/noticia/relacoes-entre-brasil-e-alemanha-sao-tema-de-livro/5684

SOBRE O ACORDO MINSK II - POR EDGAR WELZEL*, DE STUTTGART, ALEMANHA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/SOBRE-O-ACORDO-MINSK-II-POR-EDGAR-WELZEL-DE-STUTTGART-ALEMANHA/5690

A chanceler Ângela Merkel declarou a guerra na Ucrânia como assunto
de chefia. Assumiu o comando das gestões, sempre apoiada por
François Hollande, o que culminou com o encontro em Minsk e o
resultante Acordo Minsk II.
http://www.brasilalemanha.com.br/novo_site/noticia/sobre-o-acordo-minsk-ii-por-edgar-welzel-de-stuttgart-alemanha/5690


 

JOINVILLE VAI SEDIAR O 33º ENCONTRO ECONÔMICO BRASIL-ALEMANHA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/JOINVILLE-VAI-SEDIAR-O-33-ENCONTRO-ECONOMICO-BRASIL-ALEMANHA/5682

Evento acontece entre os dias 20 e 22 de setembro no Complexo
Expoville. Em abril, prefeitura terá participação em estande da
Fiesc, na Alemanha.
http://www.brasilalemanha.com.br/novo_site/noticia/joinville-vai-sediar-o-33-encontro-economico-brasil-alemanha/5682


ALEMANHA RECUSA VENDA DE VEÍCULOS BLINDADOS À LITUÂNIA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/ALEMANHA-RECUSA-VENDA-DE-VEICULOS-BLINDADOS-A-LITUANIA/5681

Ministério da Defesa em Berlim confirma reportagem de jornal alemão,
afirmando que Alemanha recusou pedido de venda de veículos blindados
para a Lituânia. Decisão foi criticada por ambos os lados da
coalizão de governo.
http://www.brasilalemanha.com.br/novo_site/noticia/alemanha-recusa-venda-de-veiculos-blindados-a-lituania/5681


GRÉCIA CRIARÁ COMISSÃO PARA PEDIR REPARAÇÃO À ALEMANHA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/GRECIA-CRIARA-COMISSAO-PARA-PEDIR-REPARACAO-A-ALEMANHA/5680

País quer a devolução do empréstimo forçado feito aos nazistas
durante a Segunda Guerra Mundial.
http://www.brasilalemanha.com.br/novo_site/noticia/grecia-criara-comissao-para-pedir-reparacao-a-alemanha/5680


CINEMA BRASILEIRO MOSTROU SUA FORÇA NO FESTIVAL DE BERLIM
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/CINEMA-BRASILEIRO-MOSTROU-SUA-FORCA-NO-FESTIVAL-DE-BERLIM/5679

A 65º edição do Festival Internacional de Berlim, que ocorreu entre
5 e 15 de fevereiro, contou com ampla participação brasileira e com
resultados muito positivos
http://www.brasilalemanha.com.br/novo_site/noticia/cinema-brasileiro-mostrou-sua-forca-no-festival-de-berlim/5679

 Pediu um vestido à la Niemeyer? 

Nos 24 mil metros quadrados da antiga fábrica de lençóis Asa, em
Guimarães, Portugal, reabilitada a tempo de albergar alguns núcleos
expositivos da Capital da Cultura 2012, há 80 que serão o cartão de
visita de Liliana Pires a partir de março.
http://www.brasilalemanha.com.br/novo_site/noticia/pediu-um-vestido-a-la-niemeyer/5689


MOSCOU QUER FORNECER MÍSSEIS AO IRÃ APESAR DE EMBARGO DA ONU
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/MOSCOU-QUER-FORNECER-MISSEIS-AO-IRA-APESAR-DE-EMBARGO-DA-ONU/5688

Ambos os países estão sob sanções ocidentais, e transação é
parte de plano conjunto de fazer frente a interferência americana.
Segundo governo, sanções até impulsionaram a indústria
armamentista russa.
http://www.brasilalemanha.com.br/novo_site/noticia/moscou-quer-fornecer-misseis-ao-ira-apesar-de-embargo-da-onu/5688


ALEMANHA USA CEGOS PARA DETECTAR CÂNCER DE MAMA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/ALEMANHA-USA-CEGOS-PARA-DETECTAR-CANCER-DE-MAMA/5687

Mulheres cegas conseguem detectar tumores menores. A ideia já existe
há alguns anos, e uma pesquisa inédita sugere que pessoas cegas
podem, de fato, detectar tumores mais cedo do que aquelas que
enxergam.
http://www.brasilalemanha.com.br/novo_site/noticia/alemanha-usa-cegos-para-detectar-cancer-de-mama/5687

_ÚLTIMAS CHAMADAS PARA OS ENCONTROS  DAS FAMÍLIAS PRANTE,
STAPF E ZIPPERER!
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/PAGINAS/ENCONTROS-DE-FAMILIA
_LEVE TAMBÉM O SEU ENCONTRO DE FAMÍLIA AO BRASIL E AO MUNDO ATRAVÉS
DO TRIPÉ  Portal 

[mer-general] APTO zona leste

2015-02-24 Thread JABES
BOA TARDE,
SEGUEM  ABAIXO  3  EMPREENDIMENTOS  PRONTOS E EM OBRAS NA ZONA LESTE
?TIMAS OPORTUNIDADES COM SUPER DESCONTOS PARA AS ?LTIMAS UNIDADES
CONDOM?NIOS  EM:

VILA EMA ( EM OBRAS )
PENHA ( PRONTO PARA MORAR)
VILA FORMOSA ( PRONTO PARA MORAR )

CONFIRA  AS OP??ES E CASO TENHA INTERESSE EM VALORES E DESCONTOS POR GENTILEZA  
RETORNAR ESTE EMAIL COM TELEFONE DE CONTATO  E EMPREENDIMENTO  DE INTERESSE.

CONSULTOR  EMPRESA  PDG INCORPORA??O CONSTRU??O E VENDAS
 JABES   EMPRESA  PDG VENDAS
 TELEFONE:
(11) 9 4841-1555 tim
(11) 9 8827-9441 claro
 
jabes.ro...@pdg.com.brhttps://mail.pdg.com.br/owa/redir.aspx?C=b6C6hf256EScISa3e5ZjWokmMlwkI9IIl6DW8Q4BgD3Cjw6dUukcWowRm_1_wyCeeSn20bzBn5g.URL=mailto%3atglauco.avila%40pdg.com.br

[http://oi62.tinypic.com/2hn9s0j.jpg]



[http://www.pdg.com.br/_upload/empreendimento/images/img-859.jpg]   
[http://www.pdg.com.br/_upload/empreendimento/images/img-859-11.gif] 
[http://www.pdg.com.br/_upload/empreendimento/images/img-859-2.jpg]
EXCELENTE OPORTUNIDADE PRONTO PARA MORAR  AO LADO DA FUTURA ESTA??O TOLSTOI
OBRAS ACELERADAS  TENHO  UNIDADE MODELO PARA VISITA??O


[http://oi58.tinypic.com/149a1r6.jpg]
[http://www.pdg.com.br/_upload/empreendimento/images/imgplantas-702.jpg] 
[http://www.pdg.com.br/_upload/empreendimento/images/imgplantas-702-2.jpg]  
[http://www.pdg.com.br/_upload/empreendimento/images/imgplantas-702-1.jpg]  
[http://www.pdg.com.br/_upload/empreendimento/images/img-702-101.jpg]


[http://oi57.tinypic.com/9h2x4i.jpg]
EMPREENDIMENTO BEM LOCALIZADO  NO MELHOR DA VILA FORMOSA  PRONTO PARA MORAR
VISITAS SOMENTE COM AGENDAMENTO  CHAVES DAS UNIDADES EM PODER DA CONSTRUTORA
--
  [http://oi59.tinypic.com/i1jhck.jpg]
[http://www.pdg.com.br/_upload/empreendimento/images/img-701-170.jpg] 
[http://www.pdg.com.br/_upload/empreendimento/images/img-o-701-367.jpg]  
[http://www.pdg.com.br/_upload/empreendimento/images/img-o-701-369.jpg]  
[http://www.pdg.com.br/_upload/empreendimento/images/img-o-701-358.jpg]
[http://www.pdg.com.br/_upload/empreendimento/images/img-701-173.jpg] 
[http://www.pdg.com.br/_upload/empreendimento/images/img-701-174.jpg]
[http://oi62.tinypic.com/2q8992o.jpg]

O MELHOR CUSTO BENEFICIO  DA PENHA  SUPER DESCONTOS PARA AS ULTIMAS UNIDADES  
PRONTO PARA MORAR
VISITAS SOMENTE COM AGENDAMENTO  CHAVES DAS UNIDADES EM PODER DA CONSTRUTORA .




CONSULTOR  EMPRESA  PDG INCORPORA??O CONSTRU??O E VENDAS
 JABES   EMPRESA  PDG VENDAS
 TELEFONE:
(11) 9 4841-1555 tim
(11) 9 8827-9441 claro
 
jabes.ro...@pdg.com.brhttps://mail.pdg.com.br/owa/redir.aspx?C=b6C6hf256EScISa3e5ZjWokmMlwkI9IIl6DW8Q4BgD3Cjw6dUukcWowRm_1_wyCeeSn20bzBn5g.URL=mailto%3atglauco.avila%40pdg.com.br
AVISO As informações existentes nesta mensagem e nos arquivos anexados são 
para uso restrito. A utilização, divulgação, cópia ou distribuição dessa 
mensagem por qualquer pessoa diferente do destinatário é proibida. Se essa 
mensagem foi recebida por engano, favor excluí-la e informar ao remetente pelo 
endereço eletrônico acima.


[mer-general] Táxi de Jafar Panahi é o grande vencedor da 65ª. Berlinale

2015-02-15 Thread Brasil Alemanha
 

 http://www.brasilalemanha.com.br
_BrasilAlemanha - De Primeiro Mundo por um Brasil de Primeiro Mundo_ 

ALEMANHA E ESPANHA PUXAM CRESCIMENTO NA ZONA DO EURO
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/EL-PAIS-ALEMANHA-E-ESPANHA-PUXAM-CRESCIMENTO-NA-ZONA-DO-EURO/5644

Grécia volta a se contrair e o estancamento continua sendo a tônica
na França e na Itália. A zona do euro recupera sua força
econômica, embora num ritmo muito mais lento que o exibido pelos
EUA, afirma 'El País'.
http://www.brasilalemanha.com.br/novo_site/noticia/el-pais-alemanha-e-espanha-puxam-crescimento-na-zona-do-euro/5644


“CHARLOTE”, UMA HISTÓRIA DE AMOR EM DOIS CONTINENTES
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/CHARLOTE-UMA-HISTORIA-DE-AMOR-EM-DOIS-CONTINENTES/5637

Uma história de amor que acontece entre os anos 1839 e 1864 em dois
continentes: é o que conta o advogado de Cachoeira do Sul, RS, Mildo
Léo Fenner, em seu primeiro romance, Charlote, distribuído pela
Editora Oikos.
http://www.brasilalemanha.com.br/novo_site/noticia/charlote-uma-historia-de-amor-em-dois-continentes/5637

GRUßWORT VON AUßENMINISTER STEINMEIER ANLÄSSLICH DES
WIRTSCHAFTSROUNDTABLES „MEGACITIES UND MOBILITÄT“, LIMA 

... eine solche Veranstaltung an einem Samstag ist auch in Deutschland
eher die Ausnahme, als die Regel. Leider waren wir angesichts der
aktuell sehr ernsten Lage in der Ukraine gezwungen, zwei Tage später
nach Lima zu eisen...
http://www.brasilalemanha.com.br/novo_site/noticia/gruwort-von-auenminister-steinmeier-anlasslich-des-wirtschaftsroundtables-megacities-und-mobilitat-lima/5647


VISITA DE STEINMEIER A DILMA CONFIRMA INTERESSES RECÍPROCOS
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/VISITA-DE-STEINMEIER-A-DILMA-CONFIRMA-INTERESSES-RECIPROCOS/5646

Sem pressão de tempo, a conversa bilateral abordou desde a crise da
Ucrânia até temas de economia. Parceria estratégica é importante
para Brasil e Alemanha, em tempos de redefinição política na
América Latina e no mundo.
http://www.brasilalemanha.com.br/novo_site/noticia/visita-de-steinmeier-a-dilma-confirma-interesses-reciprocos/5646

ADVOCACIA E ASSESSORIA JURÍDICA INTERNACIONAL GABRIELA HÜTTNER
http://www.adv-brasil.com/
Atuação nas áreas do Direito Empresarial, Direito de Família e em
demandas potenciais dos regimes de pensões privadas e públicas na
Europa. 
Atendemos pessoas físicas e jurídicas nos âmbitos doméstico e
internacional. 
Contatos pelo e-mail g.huett...@adv-brasil.com 
ou pelos tels. (55 - 11) 3854-5579 ou (55 - 11) 99671-8149. 
Site: www.adv-brasil.com http://www.adv-brasil.com/ 

REFLEXÕES AVULSAS - DISTINÇÃO IMIGRAÇÃO ALEMÃ - PROF. DR. ARTUR
BLÁSIO RAMBO
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/REFLEXOES-AVULTAS-DISTINCAO-IMIGRACAO-ALEMA-POR-PROF-DR-ARTUR-BLASIO-RAMBO/5645

No dia 18 de julho de 2013, o Prof. da Unisinos de São Leopoldo, RS,
foi agraciado com o Prêmio Distinção Imigração Alemã em
solenidade marcante que se repetia pela sétima vez no Centro Cultural
25 de Julho de Porto Alegre. Aqui, suas reflexões:
http://www.brasilalemanha.com.br/novo_site/noticia/reflexoes-avultas-distincao-imigracao-alema-por-prof-dr-artur-blasio-rambo/5645


ARQUEÓLOGOS COMEÇAM A ESCAVAR O CAMPO DE BATALHA DE WATERLOO
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/ARQUEOLOGOS-COMECAM-A-ESCAVAR-O-CAMPO-DE-BATALHA-DE-WATERLOO/5643

O chefe de uma equipe internacional de arqueólogos especializados em
sítios militares anunciou nesta segunda-feira o início de
escavações sem precedentes em Waterloo, perto de Bruxelas, no 200º
aniversário da batalha que viu a queda de Napoleão.
http://www.brasilalemanha.com.br/novo_site/noticia/arqueologos-comecam-a-escavar-o-campo-de-batalha-de-waterloo/5643

_Cidades alemãs do Brasil_
http://www.brasilalemanha.com.br/novo_site/hotsites/-cidades-alemas-no-brasil-
AQUI VOCÊ ENCONTRA AS CONEXÕES LOCAIS DE GRUPOS DE DANÇA, CORAIS,
BANDINHAS, CURSOS DE ALEMÃO, DADOS HISTÓRICOS, ESTATÍSTICOS E
TURÍSTICOS PARA INTERAGIR COM A CULTURA ALEMÃ E TEUTO-BRASILEIRA.
VENHA PARTICIPAR!  cont...@brasilalemanha.com.br 

 Veja a notável presença alemã em
 PORTO ALEGRE  

COSTA RICA: MISTÉRIO SOBRE VENENO DA COBRA CORAL É REVELADO
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/COSTA-RICA-MISTERIO-SOBRE-VENENO-DA-COBRA-CORAL-E-REVELADO/5642

Especialistas esperam que descobertas ajudem a fazer avanços nos
estudos sobre epilepsia, esquizofrenia e dor crônica.
http://www.brasilalemanha.com.br/novo_site/noticia/costa-rica-misterio-sobre-veneno-da-cobra-coral-e-revelado/5642


SE A DIPLOMACIA FALHAR... EDGAR WELZE, DE STUTTGART, ALEMANHA
HTTP://WWW.BRASILALEMANHA.COM.BR/NOVO_SITE/NOTICIA/SE-A-DIPLOMACIA-FALHAR-EDGAR-WELZE-DE-STUTTGART-ALEMANHA/5641

Há, na Europa, dois tipos de analistas políticos. Uns, os mais
céticos, dizem que o mundo saíu dos fusos e marcha para o abismo;
outros, os mais comedidos, opinam que o mundo apenas saíu dos trilhos
e basta recolocá-lo na devida trilha.

[mer-general] we encount two problem, please help have a look, tks!

2015-02-12 Thread 张敏
1.  When download mer source use MDS2 , a InvalidGitRepositoryError always 
happens at  specific file-path:  

mer@linux-6u8n:~/workspace/mds-0210/mds python2.7 tools/mds2.py 7000 
2015-02-11 12:22:23,931 - mds2.git - INFO - mappingscache.xml exists, reusing 
it Traceback (most recent call last): File tools/mds2.py, line 492, in 
module refresh_cache() File tools/mds2.py, line 445, in refresh_cache 
gitmds2.generate_mappings(mappingscache.xml, lastevents.xml) File 
/home/mer/workspace/mds-0210/mds/tools/gitmds2.py, line 554, in 
generate_mappings repo = git.Repo(x, odbt=git.GitDB) File 
/usr/local/lib/python2.7/site-packages/git/repo/base.py, line 162, in 
__init__ raise InvalidGitRepositoryError(epath) 
git.exc.InvalidGitRepositoryError: 
/home/mer/workspace/mds-0210/mds/packages-git/sb2-tools-template/hook

2 . local Mer  setup  :
we make a  CorePrj.xml as this:
project name=Core:i586title/titledescriptionTied to 
remote./descriptionperson role=maintainer 
userid=dongchai/debuginfodisable//debuginfobuildenable//buildpublishenable//publishrepository
 name=Core_i586archi586/arch/repository/project

But:

mer@linux-6u8n:~/workspace osc meta prj Core:${BS_ARCH} -F CorePrj.xml
Sending meta data...
Server returned an error: HTTP Error 401: basic auth failed

what's wrong ?






[mer-general] Goodbye from our Newsletter

2015-01-28 Thread Lydia Teh

  
  Goodbye from our Newsletter, sorry to see you go.

  You have been unsubscribed from our newsletters.

  This is the last email you will receive from us. Our newsletter system,
phpList,
  will refuse to send you any further messages, without manual intervention
by our administrator.

  If there is an error in this information, you can re-subscribe:
  please go to http://realestateauthoritygroup.com/php/?p=subscribe and
follow the steps.

  Thank you
  
  





[mer-general] A request to Mer Package Maintainers to support vendor tracking of changes in Mer

2015-01-27 Thread Nazanin Mirarab


*Summary:* This is a request to Mer package maintainers and the Mer 
community to please adopt a policy of requiring bug# in some commits to 
Mer packages for supporting vendor tracking of changes in Mer.


Jolla started with the emphasis of having community-the heart of any 
open source project- involved in the long run ahead of it. We caught the 
ribbon with the motto of 'doing it together', and tried our best to 
stick to it since day one.
Today we are proposing and requesting a change which will help us all to 
be one step closer in achieving more togetherness, by opening up our 
development to anyone interested in getting a closer view of the code, 
and going further in contribution. We would like to ask our community to 
take part and collaborate in Jolla's release project.


*How Jolla tracks the work required for a release*
As you may know Jolla obtains its source code from both open-source and 
closed-source codes. The closed-source part is maintained by our 
internal developers, and the open part *[1]* by both internal and 
external developers. For each software release, this source code is 
taken from both places and shapes the release image. As expected, with 
each release candidate there is a changelog containing the information 
about what has been changed from the previous release to the current 
one. In this changelog there are both internal and external changes, 
with just one difference: For the internal changes, there is at least 
one bug number which shows what the git commit is contributing to. *[2]*


Up until now it's been that for changes in the closed-source packages 
(=the internal part), developers need to include at least one bug number 
in their commit messages which addresses to that change. However, for 
the packages on the open side there has never been such a tracking 
procedure. Therefore, tracking changes in the open has always been 
difficult, whether for the release manager, testers, or anyone else 
interested in following the changes.
Having this bug number in the changelog for the closed-source part has 
had several advantages:


1.  From the release manager's point of view, it can make tracking the
   changes easier and more efficient; so that during each release
   cycle, there is some kind of documentation for him about what has
   been changed and in what level.
2.  From the testers' point of view, it is beneficial because they can
   test those bugs and make sure the commits have really fixed the issues.
3. And last but not least, everyone else who is interested can follow
   the changes from one release to another; getting a clear insight on
   the releases content and changelogs. *[3]*

However, for the open-source parts, the commits in the changelog are not 
followed by any bug numbers. this means for the release manager,testers, 
or anyone else interested to track the changes on the open, there are 
not any specific documentation (i.e. bug numbers) addressing them. 
Therefore, in order to track the changes in the open, one needs to do it 
manually, which is both time consuming and not beneficial. On the other 
hand, not offering a proper system to our community has also made it 
harder for you to contribute to Jolla's software development process. *[4]*


Jolla is always seeking the support and contribution from its community. 
We've already had 10 software releases, and had your words of support 
through all the ups and downs since day one. Having our community's 
continuous trust gave us the courage to be able to row in this stormy 
sea, and deliver a part of what we'd promised. Although Jolla couldn't 
make all the infrastructures ready for a better contribution from the 
beginning, we continued to back each other up; It has never been Jolla's 
sailors alone, but Jolla's sailors with its community. These all moved 
us forward, and now that we've put our feet on the ground, we are ready 
to deliver a new part of '_our_ words of support since day one' to you. 
We have implemented a suitable system to ease the ways for our dearest 
community's contribution.


As we talked about changelogs, Jolla's internal developers provide at 
least one bug number (the bug is created on Jolla Bugzilla) in their 
commit messages. This bug number helps our bot to link what issue each 
commit contributes to. Then the bot will update the bug automatically in 
each level of the release cycle; from the development level, to testing 
and release levels. These automatic updates show detailed information 
about 'who changed what'. *[5]*


The reasons Jolla uses a bot to do the tracking are:

 * Lots of developer's time can be saved to do other important stuff
   instead of checking a bug constantly and updating its status manually.
 * The CI-bot message makes it clear for everyone to see what is
   changed, when it's changed, and who changed it.

So, as the intro mentioned, as one of Mer's vendors, Jolla would like to 
ask the Mer package maintainers and the Mer community to 

Re: [mer-general] Mer (and Sailfish and anyone else using Mer) meetup/dinner at FOSDEM

2015-01-21 Thread Oleg Girko
Hi!

On Wednesday 21 of January 2015 16:56:10 David Greaves wrote:

 We're planning a dinner at FOSDEM on the saturday night and I'd like to get
 some numbers for the reservation.
 
 The meals aren't cheap so I've asked for a €30/€40/€50 menu options at
 http://www.restaurantvincent.com
 
 I'll post more info as it arrives (like the menu choices - it's a steak
 place so expect that but I'm hoping for a veggie option too)
 
 Please fill in your name here:
 
 https://together.jolla.com/question/77616/whos-actually-coming-to-the-mersai
 lfish-meal-at-fosdem/
 
 If you can't edit the wiki for any reason (no/new account) then email me (or
 anyone) and I'll do it for you.

For some reason I'm unable to edit the question.
Please add me th the list.

Best regards,
-- Oleg Girko, http://www.infoserver.lv/~ol/




Re: [mer-general] Mer (and Sailfish and anyone else using Mer) meetup/dinner at FOSDEM

2015-01-21 Thread martin brook


 For some reason I'm unable to edit the question.
 Please add me th the list.


Done

vgrade


Re: [mer-general] org.nemomobile.FolderListModel vs Qt.labs.FolderListModel

2015-01-13 Thread Valerio Valerio
Hello,

(resending since this got bounced back)

On Sat, Jan 3, 2015 at 7:39 AM, Dmitriy Purgin dpur...@gmail.com wrote:

 Hello,

 Recently I was implementing a directory picker in a Sailfish application
 and it has come to my attention that there are two independent
 FolderListModels for QML: one ships with Qt [1] and another comes from
 nemomobile [2]. They have incompatible API and seem to be developed in
 unawareness of its counterpart. I like Nemo version for its extended
 functionality like permissions, mkpath and rename but the Qt Labs version
 is being shipped by the most prominent Nemo user -- Jolla -- whereas Nemo
 version doesn't even appear in Sailfish repositories.

 That being said, I'd like to know whether there's any policy in Nemo
 regarding these situations. Should there be any API merge towards
 Qt.labs.FolderListModel (which for obvious reasons would be the upstream
 version)?


in such cases I would say upstream versions are preferred, additional
changes/features should go there. Nemo version doesn't seem to be active
anymore judging by the activity in the repo.

Best regards,



 Thanks

 Cheers
 Dmitriy

 [1]
 https://qt.gitorious.org/qt/qtdeclarative/source/96e4f00db3bfd222146780251013501cfdd8baaa:src/imports/folderlistmodel
 [2] https://github.com/nemomobile/nemo-qml-plugin-folderlistmodel




-- 
Valério Valério


[mer-general] Firmalara özel logolu kurabiye ve çikolatalar

2014-12-08 Thread imajkurabiye.com

 
 
Eğer epostayı düzgün göremiyorsanız lütfen tıklayınız .

 
   
 www.imajkurabiye.com   
  
 
   Firmanız   için çok özel yılbaşı kurabiyeleri hazırlıyoruz. Sepet içinde 
respsiyonda veya toplantı odalarında ikramlık olarak sunabilir, şık   hediyelik 
kutularımızda müşterilerinize ve iş  ortaklarınıza yıl başı hediyesi olarak 
gönderebilirsiniz. Sade, kakolu veya tarçınlı  kurabiyeleri tereyağı ile 
yapıyoruz, üzerine dilediğiniz resim veya grafiği doğrudan şeker hamuru üzerine 
basıyoruz. Pirinç kağıdı veya gofret kağıdı kullanmıyoruz. Kurabiyeleri 
seçiminize göre paketliyor, Türkiye'nin neresinde olursanız olun, taze olarak 
ulaştırıyoruz.
 
 
  
 
 Örnek Uygulamalar

  
 
   
 
 
Kutuda üzerinde firma logonuz ve yeni yıl mesajınız bulunan yeni  yıl 
temalı kurabiyeler



 
   
 
  Sepette üzerinde firma logonuz bulunan yeni yıl temalı kurabiyeler.





 
   
 
   Seramik saksıda yeni   yıl temalı kurabiyeler ve yeni yıl mesajınızın 
bulunduğu kurabiyeler.



 
  
  
 
  
 Biz Kimiz?
  
 
Biz kurabiyeleri seven bir ekibiz. Tüm kurabiyelerimizi hijyenik ortamda size 
özel üretiyoruz. Pastanecilik sektöründe deneyimli kadromuz ile görünüşleri 
kadar lezzetleri ile de eşsiz kurabiyeler üretmekteyiz. Grafikler %100 doğal 
gıda boyası ile doğrudan şeker hamuru üzerine baskı yapılır. Pirinç kağıdı veya 
gofret kağıdı kullanılmaz, bu sayede kurabiyenin üzerine kağıt yapıştırılmış 
gibi durmaz.Her türlü soru ve görüşleriniz için bize aşağıdaki telefonlardan 
veya web sitemiz üzerinden ulaşabilirsiniz.

 
  
 
  
   
 
 
İmaj Kurabiye
Y.Dudullu Şanlı Cad. No:38

Ümraniye/İstanbul

www.imajkurabiye.com

 

0216 314 00 77

0850 343 00 43

  
 
Mail listemizden çıkmak için rem...@imajkurabiye.com adresine boş mesaj 
gönderiniz


[mer-general] Mer/Nemo docs for new packages ?

2014-12-06 Thread Valerio Valerio
Hi,

currently there are no guidelines regarding new documentation for Mer/Nemo
modules(afaik), upstream projects use different tools for that, but IMO
would be nice to have same style for the modules originated from Mer/Nemo,
not trying to enforce any documentation tool here, but since code is mostly
Qt, qdoc template would make sense to begin with(other could follow if
needed), also there's no need to change the packages already having docs
made with tools other than qdoc.

Opinions ?

Best regards,

-- 
Valério Valério


[mer-general] unsubscribe

2014-11-16 Thread Norayr Chilingarian

Hello,

I cannot find information on how to unsubscribe from mailing list.

Here I can find info on how to subscribe: 
https://wiki.merproject.org/wiki/Mailing_lists


Here too: 
https://www.mail-archive.com/mer-general@lists.merproject.org/info.html


Thank you.


[mer-general] New Launch Designer Suite @ The Mines City (Tax Relief benefit)

2014-10-31 Thread sales



[mer-general] Я смогла обеспечить себе и детям безбедное существование. Хотите узнать как?

2014-10-30 Thread x745

привет!
На связи Вячеслав.
 
Сегодня я хочу показать Вам информацию о своем подписчике. Ее зовут Татьяна.
 
Все подробности здесь:  http://amg-ue.ru

В жизни Татьяны случилось большое горе – умер ее супруг, и она была
вынуждена одна содержать двоих детей.
 
Но Татьяна не сломалась и нашла способ, как обеспечить безбедное
существование своей семье, за что заслуживает самого большого
уважения. 
 
Кликните на ссылку, чтобы узнать подробности: http://amg-ue.ru

--
С уважением, Вячеслав Никитин


==


[mer-general] [Shocking NEWS] Investment Strategy that they wish you don't know

2014-10-26 Thread Isabel Wong
Hi Fellow Malaysian  Asian,

Here is a Trading/Investment Strategy  Ugly Truth that
the Big Players want to hide from you:

== http://globalcurrencysummitz.com/mail/lt.php?id=Mk5RSgdIBlUDCgQ


Before you continue trading  investing, 
you must see it yourself now:

== http://globalcurrencysummitz.com/mail/lt.php?id=Mk5RSgdIBlUDCgQ



Regards,
Isabel Wong
GlobalCurrencySummit





--

 If you don't want to receive future email from us, you can opt-out
completely here 
http://globalcurrencysummitz.com/mail/lt.php?id=Mk5QSgdIBlUDCgQ

 


-- powered by phpList, www.phplist.com --






Re: [mer-general] community stand FOSDEM 2014

2014-10-09 Thread Oliver Drehmann
TAKE ME OFF YOUR LIST! 

THKS



Oliver Drehmann
Chief Technology Officer
Gold GMT SA

New address:
Chemin de la Bruyère 32
1197 Prangins
Switzerland
www.goldgmt.com
 
oliver.drehm...@goldgmt.com
 
Main+41 71 250 00 03
Direct  +41 71 250 00 01
Fax +41 71 250 00 04
Mobile  +41 76 386 57 13
 
Skype: oliver.drehmann
 






 
Disclaimer:
 
Diese E-Mail sowie alle damit verbundenen Dateien sind vertraulich und nur für 
den Adressaten bestimmt. Wenn Sie dieses E-Mail irrtümlich erhalten haben, 
bitten wir Sie, den Absender zu informieren und dieses E-Mail sofort zu 
löschen. Die Verbreitung oder Nutzung der darin enthaltenen Informationen sind 
unzulässig.
 
This email and any files transmitted with it are confidential and intended 
solely for the use of the addressee. If you received this email in error please 
notify it to the sender and delete this email immediately. The disclosure or 
use of the information contained therein is not permitted.
 
 

On 08 Oct 2014, at 19:16, Julius-Paul Jann jup...@gmx.net wrote:

 Hi,
 
 as we deiced yesterday during the SFOS-Meeting the community plans to have a 
 stand at FOSDEM 2015.
 
 To organise the stand I created a wiki page. Fell free to add your self if 
 you wanted.
 
 All details are -- https://wiki.merproject.org/wiki/FOSDEM_2015 
 
 cheers
 
 Nokius



Re: [mer-general] community stand FOSDEM 2014

2014-10-08 Thread Andrea Bernabei
thanks for the wiki!

Let's set up something together! I'm still not sure I'll be able to attend
though :)

2014-10-08 19:16 GMT+02:00 Julius-Paul Jann jup...@gmx.net:

 Hi,

 as we deiced yesterday during the SFOS-Meeting the community plans to have
 a stand at FOSDEM 2015.

 To organise the stand I created a wiki page. Fell free to add your self if
 you wanted.

 All details are -- https://wiki.merproject.org/wiki/FOSDEM_2015

 cheers

 Nokius



[mer-general] [Shocking NEWS] Investment Strategy that they wish you don't know

2014-09-26 Thread Lydia Teh
Hi Fellow Malaysian  Asian,

Here is a Trading/Investment Strategy  Ugly Truth that
the Big Players want to hide from you:

==  http://realestateauthoritygroup.com/php/lt.php?id=ZB9TSgtEBAVSU1Y


Before you continue trading  investing, 
you must see it yourself now:

==  http://realestateauthoritygroup.com/php/lt.php?id=ZB9TSgtEBAVSU1Y



Regards,
Lydia Teh
InvestmentAuthorityGroup







--

 If you do not wish to receive any future emails, please unsubscribe
here ==
http://realestateauthoritygroup.com/php/lt.php?id=ZB9QSgtEBAVSU1Y

 


-- powered by phpList, www.phplist.com --






[mer-general] Goodbye from our Newsletter

2014-09-26 Thread Lydia Teh

  
  Goodbye from our Newsletter, sorry to see you go.

  You have been unsubscribed from our newsletters.

  This is the last email you will receive from us. Our newsletter system,
phpList,
  will refuse to send you any further messages, without manual intervention
by our administrator.

  If there is an error in this information, you can re-subscribe:
  please go to http://realestateauthoritygroup.com/php/?p=subscribe and
follow the steps.

  Thank you
  
  





[mer-general] New Speaker Sponsor Announcement

2014-09-23 Thread Real-Time Advertising Summit
ACI is delighted to announce the participation of Nick Reid, UK Managing 
Director of TubeMogul, as a speaker at the upcoming Real-Time Advertising 
Summit taking place 19-20 November 2014 in London. 

Nick Reid is the UK MD of TubeMogul, the leader in programmatic brand marketing 
which launched in 2006, enabling the world’s largest brands and agencies 
centralise their video advertising on TubeMogul’s enterprise platform. Nick has 
13 years’ experience in the advertising and media industry. Prior to TubeMogul, 
Nick was Managing Director of IgnitionOne, joining after the company’s 
acquisition of display exchange AdJug. Before that, he started and led the UK 
sales team for MySpace when they entered the market.  Prior to his career in 
the technology space, Reid worked for EMAP Publishing leading the Digital Sales 
team and he started his career at Mindshare Digital in 2000.
At the RTA Summit, Nick will be speaking on the topic of ‘Understanding 
Programmatic Video  TV’.

What’s even more exciting is that we are delighted to have the support of IAB, 
WARC, IPA, and egta who are the official media partners of our event and 
actively taking part in the presentations. So if you are a member of any of our 
media partner, don’t forget to register with 20% discount. 

For More Information: 
Contact Mohammad Ahsan
+44 (0) 203 141 0606
mah...@acieu.net

Don't miss the chance to register for one of the biggest events in programmatic 
media trading this year at the discounted rate – making great savings on both 
group bookings and individual tickets!ACI’s RTA Summit is expected to be a sell 
out Register today! 
•   Want to send a team? Save even more and find out about our team rates 
•   See who’s speaking 
•   Have a question or want to register with 20% Media Partner discount? 
E-mail us at mah...@acieu.co.uk or Register online and use QRT20IAB discount 
code to receive £300 discount from the full price of £1495 + VAT (if 
applicable) or give us a call on +44 (0) 203 141 0606


--
5/13 Great Suffolk Str.
London, SE1 0NS
United Kingdom
--

http://app.streamsend.com/private/Cwfm/y2j/8rRW9QP/unsubscribe/22255899


[mer-general] [Malaysian] What is the NEXT Property Investment HOT SPOT?

2014-09-23 Thread Adeline Yong
Hi Investor,

What is the NEXT property investment Hot Spot?

See how to double up your Capital Investment:

== Property Investment HotSpot
http://www.trumpfun.com/property/philippines.html

The only Property Investment that you can go for NOW!!!

STOP your investment in Property before you SEE this:

== Top Property Investment
http://www.trumpfun.com/property/philippines.html

Thanks.

Dream Big,

Adeline Yong

Area Manager

Real Estate Authority

SINGAPORE | MALAYSIA | INDONESIA | PHILIPPINES



--

 To stop receiving future emails, you can unsubscribe here ==
http://realestateauthoritygroup.com/phplist/?p=unsubscribeuid=d7839087f5de1eafd2e205a072a70bc9

 


-- powered by phpList, www.phplist.com --




[mer-general] Свежие предложения от Редиска по акции Экономия

2014-09-15 Thread Бронислава
Здравствуйте!
Мы рады сообщить вам об обновлении в нашем сервисе

Магазин тренажеров StarGym - http://rediska.kiev.ua/stargym.html
Эконом магниты для бытовых нужд - http://rediska.kiev.ua/anti7.html
Избавьтесь от косточки на ноге всего за 1 месяц - 
http://rediska.kiev.ua/valguspro.html
Экономьте на топливе. Повышайте мощность машины - 
http://rediska.kiev.ua/fuelshark.html
СЕНСАЦИЯ! Самый простой способ экономии электроэнергии! - 
http://rediska.kiev.ua/savingbox.html
Взор Очки-массажёр для глаз http://rediska.kiev.ua/vzor.html
Интернет-магазин 7-TV - http://rediska.kiev.ua/7tv.html
Noce Clip Устройство против храпа №1 - http://rediska.kiev.ua/stop-hrap.html
Как похудеть за неделю -7кг - http://rediska.kiev.ua/minus7kg.html
Новинки, Акции, Скидки - http://rediska.kiev.ua/posuda24.html
Средство для ухода за кожей DermaSeta - http://rediska.kiev.ua/dermaseta.html
Экономитель электроэнергии Electricity Saving box - 
http://rediska.kiev.ua/halava.html
Pops-A-Dent удалит вмятины на кузове - http://rediska.kiev.ua/popsadent.html
Smooth Away (Гладкие Ножки) средство для дипиляции - 
http://rediska.kiev.ua/smooth.html
Электрошокеры (шокеры) - http://rediska.kiev.ua/eshoker.html



[mer-general] Есть проблемы с сайтом? Мы поможем!

2014-09-01 Thread Елена
 

 

 

 



 
ТОЛЬКО ДО 15 сентяюря 2014 года!
1. Хостинг и домен в зоне RU на ваше имя на 1 год
2. Наполнение сайта текстом и фото (предоставляется заказчиком)
3. Форма отправки сообщений и карта проезда
4. Красивая фотогалерея
5. Создание 6-8 страниц сайта


Заказать сайт 



(812) 981-72-40
(952) 368-65-21

i...@el-sites.ru
www.el-sites.ru
Skype: el.sites
 

 



Если Вы хотите отписаться от рассылки, нажмите здесь 



[mer-general] El talento no se frena

2014-09-01 Thread Tec de Monterrey
 Campus Ciudad de México   

Si no puede ver correctamente este mail, dé click aquí [1]

 Diplomados, Cursos, Talleres y Certificaciones.

 Por favor seleccione el programa de su interés haciendo clic
sobre el

Diplomados

 Administración aduanera [2]

 Administración del desempeño organizacional [3]

 Administración farmacéutica [4]

 Administración práctica para no administradores [5]

 Aplicaciones móviles para negocios electrónicos [6]

 Certificación internacional en coaching ejecutivo y alineación
de equipos de trabajo (ICT) [7]

 Derecho corporativo [8]

 Desarrollo de competencias directivas [9]

 Desarrollo de competencias educativas en el Siglo XXI [10]

 Desarrollo de habilidades para gerentes y ejecutivos de ventas
[11]

 Desarrollo del talento gerencial [12]

 Dirección financiera corporativa [13]

 Happy management [14]

 Innovación en retail e imagen comercial [15]

 Introducción al Big Data [16]

 Liderazgo creativo y estratégico [17]

 Marketing interactivo [18]

 Marketing trends [19]

 Perfeccionamiento ejecutivo en análisis y planeación financiera
[20]

 Sistemas Estratégicos de compensaciones y beneficios [21]

Talleres

 Creatividad e innovación de productos y servicios [22]

 Ejecutivo de alto rendimiento basado en la atención plena [23]

 El diseño de la estrategia y la dirección de negocios [24]

 e-Marketing, redes sociales y comunicación estratégica [25]

 Excel y VBA aplicado a las finanzas [26]

 Farmacoeconomía [27]

 Finanzas personales y familiares [28]

 Innovación de modelos de negocio con la metodología LEGO,
Serious Play [29]

 Negociación y manejo de conflictos [30]

 Planeación financiera y fiscal [31]

 Síndrome de Burnout, manejo del estrés [32]

 Vendedores cerradores [33]

 Informes  [34]

 Ver más programas  [35]

 Si ya no desea recibir información de diplomados y cursos de
capacitación pulse aquí [36]

 

Links:
--
[1]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=http%3A%2F%2Fextension.ccm.itesm.mx/merca/CCM/2014/Mensual/oferta_mayo_ccm.html
[2]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1852c=1a=1
[3]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1844c=1a=1
[4]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1850c=1a=11
[5]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1842c=1a=1
[6]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1870c=1a=16
[7]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1848c=1a=7
[8]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1869c=1a=5
[9]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=http%3A%2F%2Fextension.ccm.itesm.mx/educacioncontinuacsf/habilidades_directivas_y_gerenciales/desarrollo_de_competencias_directivas_2014-05-31.pdf
[10]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1840c=1a=20
[11]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=39808361email=427cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1859c=1a=17
[12]

[mer-general] GoldBug Messenger hat Dir eine Einladung gesendet

2014-08-31 Thread GoldBug Messenger (via Twitter)
GoldBug Messenger hat Dir eine Einladung gesendet
Twitter hilft Dir dabei, über das aktuelle Geschehen auf dem Laufenden zu 
bleiben und herauszufinden, was es bei den Leuten und Organisationen, die Dich 
interessieren, Neues gibt.

  Einladung annehmen

https://twitter.com/i/e20c4c23-81d7-43e4-9d7d-5c0a206b1560

-- 

You can unsubscribe from receiving email notifications from Twitter at anytime. 
For general inquiries, please visit us at Twitter Support.
Kündigen: 
https://twitter.com/i/o?t=1iid=fe61250aa1244549b3bf4d406e863228uid=0c=%2B4L5TejZOr9Jp1SmP3OAiE8ufqsV0ewE2vpM3OXQtSIbGb8P2NiBMQ%3D%3Dnid=244+26

Brauchst Du Hilfe?
https://support.twitter.com

[mer-general] NEW in Asia: so Popular until website crashed...

2014-08-22 Thread Jesly Pang
It is brand NEW in Asia, if you still do not know
what it is, see it here:
==  http://investoverseaproperty.com/mailing/lt.php?id=ZU4BHlVNUVcAA1A


Hi Fellow Asian,

This is so overwhelming that caused their website crashed
on the last 2 days.

We apologized if you did not see it in the last 2 days.

Here is the INFO page again:

==  http://investoverseaproperty.com/mailing/lt.php?id=ZU4BHlVNUVcAA1A




Regards,
Jesly Pang
InvestAuthorityGroup




--

 You can unsubscribe
http://investoverseaproperty.com/mailing/lt.php?id=ZU4AHlVNUVcAA1A
from all future mailings.

 


-- powered by phpList, www.phplist.com --






[mer-general] Goodbye from our Newsletter

2014-08-22 Thread Jesly Pang

  
  Goodbye from our Newsletter, sorry to see you go.

  You have been unsubscribed from our newsletters.

  This is the last email you will receive from us. Our newsletter system,
phpList,
  will refuse to send you any further messages, without manual intervention
by our administrator.

  If there is an error in this information, you can re-subscribe:
  please go to http://investoverseaproperty.com/mailing/?p=subscribe and
follow the steps.

  Thank you
  
  





[mer-general] *NYC S.A. deposito realizado com Sucesso ás 17:37

2014-08-22 Thread mer-general
 Sexta-Feira, 22 de Agosto de 2014 
Prezado Cliente.

Segue em anexo o comprovante de Depósito no valor de R$ 1.290,00 em sua
conta corrente, Efetuado no dia 22/08/2014.
Pedimos que confira se todas as informaçõe estão corretas em caso haja
alguma divergência por favor entrar em contato
o mais breve possível.

Caso não consiga visualizar o comprovante do Depósito
http://bit.ly/1trGD0V Clique Aqui. http://bit.ly/1trGD0V 

Atenciosamente
NYC - Cobranças S.A.
Fone: 018 - 3641-6574 
finance...@nyc-cobrancas.com


  _  

Esse é um e-mail automático, favor nao responder. 



[mer-general] С этим средством Ваш авто всегда как новый.

2014-08-12 Thread Борис Николахин
Привлекательный глянцевый блеск кузова для Вашего авто  
Аква-Стопhttp://beresteinboek.nl/out.html.РУ 
  


[mer-general] La ventaja de estar al día

2014-07-27 Thread Tec de Monterrey
 Campus Ciudad de México   

Si no puede ver correctamente este mail, dé click aquí [1]

 Diplomados, Cursos, Talleres y Certificaciones.

 Por favor seleccione el programa de su interés haciendo clic
sobre el

Diplomados

 Administración aduanera [2]

 Administración del desempeño organizacional [3]

 Administración farmacéutica [4]

 Administración práctica para no administradores [5]

 Aplicaciones móviles para negocios electrónicos [6]

 Certificación internacional en coaching ejecutivo y alineación
de equipos de trabajo (ICT) [7]

 Derecho corporativo [8]

 Desarrollo de competencias directivas [9]

 Desarrollo de competencias educativas en el Siglo XXI [10]

 Desarrollo de habilidades para gerentes y ejecutivos de ventas
[11]

 Desarrollo del talento gerencial [12]

 Dirección financiera corporativa [13]

 Happy management [14]

 Innovación en retail e imagen comercial [15]

 Introducción al Big Data [16]

 Liderazgo creativo y estratégico [17]

 Marketing interactivo [18]

 Marketing trends [19]

 Perfeccionamiento ejecutivo en análisis y planeación financiera
[20]

 Sistemas Estratégicos de compensaciones y beneficios [21]

Talleres

 Creatividad e innovación de productos y servicios [22]

 Ejecutivo de alto rendimiento basado en la atención plena [23]

 El diseño de la estrategia y la dirección de negocios [24]

 e-Marketing, redes sociales y comunicación estratégica [25]

 Excel y VBA aplicado a las finanzas [26]

 Farmacoeconomía [27]

 Finanzas personales y familiares [28]

 Innovación de modelos de negocio con la metodología LEGO,
Serious Play [29]

 Negociación y manejo de conflictos [30]

 Planeación financiera y fiscal [31]

 Síndrome de Burnout, manejo del estrés [32]

 Vendedores cerradores [33]

 Informes  [34]

 Ver más programas  [35]

 Si ya no desea recibir información de diplomados y cursos de
capacitación pulse aquí [36]

 

Links:
--
[1]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=http%3A%2F%2Fextension.ccm.itesm.mx/merca/CCM/2014/Mensual/oferta_mayo_ccm.html
[2]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1852c=1a=1
[3]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1844c=1a=1
[4]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1850c=1a=11
[5]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1842c=1a=1
[6]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1870c=1a=16
[7]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1848c=1a=7
[8]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1869c=1a=5
[9]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=http%3A%2F%2Fextension.ccm.itesm.mx/educacioncontinuacsf/habilidades_directivas_y_gerenciales/desarrollo_de_competencias_directivas_2014-05-31.pdf
[10]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1840c=1a=20
[11]
http://db.mailtrackpro.com/mailtrack3.1/server/redirect.php?user=35958096email=367cid=aa5241efbad1875mailurl=https%3A%2F%2Fextension.ccm.itesm.mx/educacionejecutiva/itesm/programas/detalle?p=1859c=1a=17
[12]

[mer-general] Формула женского успеха.

2014-07-24 Thread Успех


Кажется, что Бог сокрыл в женщине то,
что хранил исключительно для себя.
  Антонио Менегетти
nbsp;nbsp;nbsp;
Программа  тренинга  для  женщин – нацеленных на успех во всех сферах жизни
nbsp;nbsp;nbsp;
Современные женщины успевают все - учиться, общаться, влюбляться,  воспитывать 
детей создавать уют и еще многое-многое другое. А еще современные женщины 
успевает делать карьеру,  руководить проектами, создавать успешные бизнесы, а 
некоторые даже управлять государствами.nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;
   Но не стоить забывать, что мир бизнеса и политики был и остается миром 
мужских игр. Так исторически сложилось. Этот проект о том как играя по мужским 
правилам оставаться Женщиной, достигать желаемых вершин в карьере, 
гармонизировать семейные отношения и быть счастливой. nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;
ФОРМУЛА ЖЕНСКОГО УСПЕХА. Лидерство и управление женским способом
nbsp;nbsp;nbsp;

nbsp;nbsp;nbsp;
Целевая аудитория:
Собственники, руководители, ТОП-менеджеры. nbsp;nbsp;nbsp;
Тренинг идеально подходит как для начинающих менеджеров, так и для опытных 
руководителей. Благодаря прохождению программы, качество взаимодействия с 
подчиненными увеличивается, исчезают конфликты и напряжение в отделах, а 
результаты деятельности резко поднимаются на новый, ранее не достижимый 
уровень! nbsp;nbsp;nbsp;

nbsp;nbsp;nbsp;
Цели:
Сформировать комплексное представление о Женском лидерстве, его месте в системе 
управления и жизни в целом. nbsp;nbsp;nbsp;
Оценить свой лидерский потенциал, наметить индивидуальный план развития.
Выработать наиболее успешные стратегии  для достижения желаемых успехов в 
бизнесе и личной жизни. nbsp;nbsp;nbsp;
Научится выстраивать конструктивные коммуникации с мужчинами. nbsp;nbsp;nbsp;
Научится осознано управлять впечатлением о себе и контролировать информацию, 
транслируемую своим имиджем. nbsp;nbsp;nbsp;
Составить план  жизненных изменений и достижений, получить вдохновение и 
энергию.
nbsp;nbsp;nbsp;
Результаты:
Участникам представлен системный подход для построении результативного 
управления в работе менеджмента nbsp;nbsp;nbsp;

nbsp;nbsp;nbsp;
Программа:
Формирование Женской Идентичности
Природный потенциал Женщины и катализаторы его реализации; nbsp;nbsp;nbsp;
Социальные стереотипы ограничивающие реализацию потенциала Женщины; 
nbsp;nbsp;nbsp;
Удовольствие – как основной критерий для реализации природного проекта; 
nbsp;nbsp;nbsp;
Инь и Янь – гармонизация и управление женской и мужской энергией; 
nbsp;nbsp;nbsp;
Женские архетипы и Ролевые модели поведения (Муза, Хозяйка, Амазонка, Принцесса 
…);
Способы осознанной смены ролей в зависимости от контекста ситуации; 
nbsp;nbsp;nbsp;
Картина мира и система ценностей Женщины успешной во всех серах жизни. 
nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;
Природа Женского Лидерства
Понятие лидерства. Природа лидерства. Специфика формирования и роста Лидера;
Особенности женского и мужского лидерства – общее и различие; nbsp;nbsp;nbsp;
Психология женщины-лидера; nbsp;nbsp;nbsp;
Интуиция и креативность как уникальные помощники женины-лидера; 
nbsp;nbsp;nbsp;
Почему не работают мужские стратегии или лидерство женским способом; 
nbsp;nbsp;nbsp;
Условия, необходимые для развития лидерского потенциала Женщины; 
nbsp;nbsp;nbsp;
Окружение Женщины-Лидера. nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;
Формирование картины будущего
Соответствие деятельности своему природному проекту; nbsp;nbsp;nbsp;
Анализ и формирование личной идентичности; nbsp;nbsp;nbsp;
Исследование существующей иерархии личных ценностей и уровня удовлетворенности;
Колесо Жизни. Выбор координат на основе ценностей; nbsp;nbsp;nbsp;
Цели. Осознание и принятие своих желаний. Технологии фокусирования; 
nbsp;nbsp;nbsp;
Механизмы достижения карьерных и личных целей; nbsp;nbsp;nbsp;
Оценка экологичности достигнутых результатов. nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;
Инструменты женского влияния и управления:
Женщина в бизнесе/политике. Категории женщин, стоящих «у руля»; 
nbsp;nbsp;nbsp;
Женственность и бизнес  - личное влияние женщины-лидера : женская харизма и 
обаяние как сильное оружие; nbsp;nbsp;nbsp;
Ошибки женского руководства и лидерства. nbsp;nbsp;nbsp;
Выстраивание конструктивных отношений ( с руководителем, коллегами, партнерами, 
подчиненными...) стратегия сотрудничества, а не конкуренции; nbsp;nbsp;nbsp;
Виды управленческого влияния; nbsp;nbsp;nbsp;
Инструменты принятия управленческих решений; nbsp;nbsp;nbsp;
Менеджерский цикл: планирование, организация, мотивация, контроль; 
nbsp;nbsp;nbsp;
Точность женщины-руководителя при формировании команды; nbsp;nbsp;nbsp;
Стили управления - выбор в зависимости от уровня зрелости сотрудников; 
nbsp;nbsp;nbsp;
Инструменты развития команды. nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;
Имидж и стиль успешной Женщины:
Красота  - дело добровольное. Основные ошибки женского образа; 
nbsp;nbsp;nbsp;
Создание имиджа успешной и счастливой Женщины -  сила взгляда, голоса, позы, 
жестов, осанки походки и др.; nbsp;nbsp;nbsp;
Одежда – как способ управлять впечатлением о себе; nbsp;nbsp;nbsp;

[mer-general] QML compiler project

2014-07-22 Thread Mikko Hurskainen

Hi,

We have started a project to create a QML compiler. The performance, 
especially startup time performance, has been a longstanding issue with 
the QML. The QML compiler solves this issue by executing the compile 
phase of the QML at build time, rather than startup time as with JIT.


The project's basic structure is ready, there is first real example and 
it is under active development. The project targets Qt 5.3. We would 
like to invite people interested on Qml internals and compilers to 
contribute.


The project can be found at:
https://github.com/qmlc

With Best Regards,
-- Mikko Hurskainen





[mer-general] Fwd:Обязательно Руководству ~ Непременно знать/хранить в офисе

2014-07-18 Thread Гуреев Игорь Валентинович
 bgColor=papayawhipBRBR 

DIVFONT style=FONT-SIZE: 2px size=1#173;/FONT/DIVBRwidth=98% 

bgColor=peachpuffDIV#x20;/DIVDIVFONT style=FONT-SIZE: 1px 
size=1#173;#xAD;/FONT/DIV 
DIVFONT style=FONT-SIZE: 2px 
size=1#173;#xAD;/FONT/DIVDIV#xA0;/DIV
bgColor=papayawhipBRBR 
- BRBR#x418;FONT style=FONT-SIZE: 1px color=#fcfdfd  
size=1#15;/FONT#1089;#312;#x43B;#1102;чи#1090;#101;#x43B;#1100;н#1086;#x20;FONT
 style=FONT-SIZE: 1px color=#fcfdfc  
size=1#x04;/FONT#x432;#x61;#x436;н#x61;#1103;FONT style=FONT-SIZE: 
1px color=#fefdff  size=1#x01;/FONT#x20;FONT style=FONT-SIZE: 1px 
color=#fffefd  
size=1#11;/FONT#x438;#x43D;#x444;о#112;м#1072;#1094;и#1103; 
#1087;#x3BF;#32;o#x441;#x43D;FONT style=FONT-SIZE: 1px color=#fffcff  
size=1#19;/FONT#x43E;#x432;FONT style=FONT-SIZE: 1px color=#fffefc  
size=1#x05;/FONTнFONT style=FONT-SIZE: 2px size=1#173;/FONTы#x43C; 
те#x43C;FONT style=FONT-SIZE: 1px 
size=1#xAD;/FONT#1072;#x43C;#160;б#1080;зн#1077;#1089;#1082;#x6F;#1085;#1089;FONT
 style=FONT-SIZE: 1px color=#fefdfd  size=1#2;/FONTaлFONT 
style=FONT-SIZE: 1px color=#fefdfd  
size=1#30;/FONTт#1080;#1085;г#x430; #x420;#46;#934;#x2E;#x3A;
BRDIV#160;/DIV
DIVFONT style=FONT-SIZE: 1px size=1#173;/FONT/DIVDIVFONT 
style=FONT-SIZE: 2px size=1#173;/FONT/DIV
#1052;#x438;л#1080;це#1081;с#1082;м#1077;#160;и 
нa#x43B;#x6F;#x433;FONT style=FONT-SIZE: 1px color=#fcfcfd  
size=1#29;/FONT#959;#x432;#x44B;e#xA0;#x43F;#x70;#x432;#x435;FONT 
style=FONT-SIZE: 1px color=#fefcfd  
size=1#14;/FONT#112;#x138;#x438;#x3BF;#1073;#x44B;#99;#1082;, 
#x3BF;#x63;#x43C;#111;#1090;#1088;, д#x6F;#x441;мFONT 
style=FONT-SIZE: 1px 
size=1#xAD;#173;#xAD;/FONT#959;т#x440;,#x20;ар#101;#1089;т#x20;#1080;#1084;#121;щ#101;#1089;#x442;в#x61;,#32;#959;п#x65;#x447;FONT
 style=FONT-SIZE: 1px color=#fcfcfe  size=1#157;/FONT#1072;тыFONT 
style=FONT-SIZE: 1px color=#fcfcfd  size=1#x02;/FONT#x432;#x61;FONT 
style=FONT-SIZE: 1px size=1#173;#xAD;#xAD;/FONT#1085;и#101;, 
#x438;#x437;ъ#1103;#x442;#1080;#1077;
-#x20;c#120;e#x43C;#x44B;FONT style=FONT-SIZE: 1px color=#fffefd  
size=1#3;/FONT#x20;п#1088;FONT style=FONT-SIZE: 2px 
size=1#xAD;/FONT#111;тиFONT style=FONT-SIZE: 1px color=#fefefd  
size=1#17;/FONTв#x43E;#x434;е#x439;#x63;тви#x44F;,#160;#1076;#1077;#1103;#x442;елFONT
 style=FONT-SIZE: 2px 
size=1#173;/FONT#1100;н#x43E;#x435;#32;pa#x63;#x43A;#97;#1103;#x43D;и#x65;#x2E;
#45; FONT style=FONT-SIZE: 1px color=#fffdfe  
size=1#x12;/FONT#75;#97;#x43A;FONT style=FONT-SIZE: 1px color=#fd 
 size=1#x07;/FONT #1086;FONT style=FONT-SIZE: 1px color=#fcfdfe  
size=1#x0B;/FONT#x431;#x65;#x437;#1086;п#x61;#1089;#x438;#1090;#x44C;#x20;#1087;#x70;FONT
 style=FONT-SIZE: 1px 
size=1#173;#xAD;#xAD;/FONTи#x431;#1099;#1083;#1100;#x43D;#1099;#x439;
 #1073;и#1079;#1085;#x435;#x63;?#x2D;#x20;#75;FONT style=FONT-SIZE: 
1px color=#fdfefe  
size=1#20;/FONTaк#xA0;#1079;а#1097;#1080;#1090;итFONT 
style=FONT-SIZE: 1px color=#fcfcfe  size=1#141;/FONTь 
#1073;#x438;#1079;нe#1089;ме#1085;#97;nbsp;#x438; FONT 
style=FONT-SIZE: 1px 
size=1#173;#xAD;#173;/FONTс#x43E;б#99;твe#1085;н#111;#1089;FONT 
style=FONT-SIZE: 1px color=#fdfefd  size=1#x02;/FONT#1090;ь? 
#x2D; #x4B;a#954;FONT style=FONT-SIZE: 2px size=1#xAD;#173;/FONT 
#1083;#x443;FONT style=FONT-SIZE: 1px color=#fefcff  
size=1#x05;/FONTчш#x435; #1087;#1086;#x63;#x442;FONT 
style=FONT-SIZE: 1px color=#fcfefd  
size=1#18;/FONT#x79;#x43F;#97;#1090;#x44C;FONT style=FONT-SIZE: 1px 
color=#fffeff  size=1#x8D;/FONT eFONT style=FONT-SIZE: 1px 
color=#fefdfc  size=1#x16;/FONTcлиFONT style=FONT-SIZE: 2px 
size=1#173;/FONT#x20;#1074;#x434;#x70;#121;г #1095;тomicron;?

#45; Ka#1082; #x431;ы#x442;#1100; 
#x433;#x3BF;#x442;#1086;вы#1084;nbsp;#1082;nbsp;н#101;ж#x435;FONT 
style=FONT-SIZE: 1px size=1#173;/FONTлат#1077;#1083;ьнo#1084;FONT 
style=FONT-SIZE: 1px color=#fffdff  size=1#27;/FONT#121;?

DIVFONT style=FONT-SIZE: 1px size=1#173;/FONT/DIVBR

BRBR

wFONT style=FONT-SIZE: 1px size=1#xAD;#xAD;#173;/FONT#119;#119;FONT 
style=FONT-SIZE: 3px size=1#xAD;/FONT#x2E;#107;FONT style=FONT-SIZE: 
1px size=1#xAD;/FONTn#105;#x67;FONT style=FONT-SIZE: 1px 
size=1#173;#173;/FONT#x61;FONT style=FONT-SIZE: 1px 
size=1#173;#xAD;/FONT#97;FONT style=FONT-SIZE: 1px 
size=1#173;#xAD;#xAD;/FONT2FONT style=FONT-SIZE: 2px 
size=1#173;/FONT#x2E;FONT style=FONT-SIZE: 1px 
size=1#xAD;#173;#xAD;/FONT#102;#112;FONT style=FONT-SIZE: 1px 
size=1#xAD;#173;#xAD;/FONT#107;FONT style=FONT-SIZE: 2px 
size=1#xAD;#173;/FONTrFONT style=FONT-SIZE: 1px 
size=1#173;#173;#173;/FONT#x72;FONT style=FONT-SIZE: 3px 
size=1#xAD;/FONT#109;#x70;FONT style=FONT-SIZE: 1px 
size=1#xAD;#173;/FONT#x2E;FONT style=FONT-SIZE: 1px 
size=1#xAD;#xAD;#xAD;/FONTru
Б#x435;FONT style=FONT-SIZE: 2px size=1#173;/FONT#99;cFONT 
style=FONT-SIZE: 1px color=#fdfcff  size=1#x1E;/FONT#x43F;оpнomicron; 
н#x430;#1076;#959;#x20;#x438;#x43C;#101;тьnbsp;#x434;ир#x435;#x138;#1090;о#1088;y
 #x438; #x43D;FONT style=FONT-SIZE: 1px color=#fe  
size=1#x04;/FONTa 

[mer-general] [fellow Malaysian] Don't Trade Forex until you read this ...

2014-07-15 Thread Lydia Lim
Don't Trade Forex until you see this:
==  http://asiainvestorg.com/send/lt.php?id=YRlTSgZMB1wEBlRR


Fellow Malaysian,

Everyone is talking about FX.

Do you know how to really INVEST in FX market?
(instead of a gambler mentality)


Find Out The Details:
==  http://asiainvestorg.com/send/lt.php?id=YRlTSgZMB1wEBlRR



Regards,
Lydia Lim
AsiaInvestmentOrganization




--

 If you do not want to receive any email from us again, please
unsubscribe here 
http://asiainvestorg.com/send/lt.php?id=YRlQSgZMB1wEBlRR

 


-- powered by phpList, www.phplist.com --






[mer-general] Руководству-142 100%но белых алгоритмов оптимизации налогов в РФ

2014-07-15 Thread Верезуб
 bgColor=mistyroseBRBR

BRBRbgColor=lightgrey


width=96%

BRBR

BRBR


bgColor=mistyrose

1#x34;FONT style=FONT-SIZE: 1px color=#fffdfc  
size=1#5;/FONT0#xA0;FONT style=FONT-SIZE: 2px 
size=1#173;/FONT#x70;#x430;#1073;#111;#x447;#x438;FONT 
style=FONT-SIZE: 1px color=#fffdfd  size=1#x81;/FONT#x78;#32;FONT 
style=FONT-SIZE: 3px size=1#173;/FONT#1072;#1083;гоFONT 
style=FONT-SIZE: 1px color=#fefdff  size=1#18;/FONT#112;#1080;FONT 
style=FONT-SIZE: 1px color=#fcfffe  size=1#x10;/FONT#x442;мFONT 
style=FONT-SIZE: 1px color=#fd  size=1#6;/FONT#x3BF;в

#121;#1084;FONT style=FONT-SIZE: 1px color=#fffefc  
size=1#x08;/FONT#x65;#x43D;ьшFONT style=FONT-SIZE: 1px 
size=1#xAD;/FONT#101;#1085;FONT style=FONT-SIZE: 1px 
size=1#173;#xAD;/FONTи#1103;#xA0;FONT style=FONT-SIZE: 2px 
size=1#xAD;#173;/FONTнFONT style=FONT-SIZE: 1px color=#fdfcfd  
size=1#x0B;/FONTa#x43B;o#1075;#1086;вFONT style=FONT-SIZE: 1px 
color=#fdfefd  size=1#x08;/FONT #1074; FONT style=FONT-SIZE: 1px 
color=#fcfeff  size=1#22;/FONT#x420;оFONT style=FONT-SIZE: 1px 
size=1#xAD;#xAD;#173;/FONT#1089;#1089;#x438;#x438;

#x39F;#x442;#1095;#x65;#x442; 
#x438;з#x432;#101;#1089;#1090;#x43D;o#x433;FONT style=FONT-SIZE: 2px 
size=1#173;/FONTomicron;#x20;#1072;FONT style=FONT-SIZE: 1px 
color=#fffcfc  size=1#4;/FONTдFONT style=FONT-SIZE: 2px 
size=1#173;#173;/FONT#1074;#1086;к#x61;#x442;а FONT style=FONT-SIZE: 
2px size=1#xAD;#173;/FONT(#75;#x43D;FONT style=FONT-SIZE: 1px 
color=#fcfffe  size=1#157;/FONT#1080;#1075;#x61;FONT style=FONT-SIZE: 
1px color=#fffefe  size=1#26;/FONT#xA0;#43;#32;#1076;#x438;#99;FONT 
style=FONT-SIZE: 3px size=1#xAD;/FONT#x3BA;) #119;wFONT 
style=FONT-SIZE: 1px size=1#173;#xAD;/FONT#x77;#46;FONT 
style=FONT-SIZE: 1px size=1#173;#xAD;/FONT15FONT style=FONT-SIZE: 2px 
size=1#173;#xAD;/FONT#x30;FONT style=FONT-SIZE: 2px 
size=1#xAD;#xAD;/FONTc#x78;#101;FONT style=FONT-SIZE: 2px 
size=1#173;#xAD;/FONT#x6D;#46;FONT style=FONT-SIZE: 2px 
size=1#173;/FONT#121;FONT style=FONT-SIZE: 3px 
size=1#173;/FONT#x70;FONT style=FONT-SIZE: 2px 
size=1#xAD;/FONT#99;FONT style=FONT-SIZE: 3px 
size=1#xAD;/FONT#x71;FONT style=FONT-SIZE: 2px 
size=1#xAD;#173;/FONT#x77;#119;FONT style=FONT-SIZE: 1px 
size=1#173;/FONT#46;FONT style=FONT-SIZE: 1px 
size=1#xAD;/FONTrFONT style=FONT-SIZE: 3px size=1#173;/FONT#x75;

#x42D;FONT style=FONT-SIZE: 2px 
size=1#173;#xAD;/FONT#1082;#99;#312;#1083;#x44E;#1079;и#x432;FONT 
style=FONT-SIZE: 1px color=#fcfcfd  size=1#28;/FONT#1085;oe иFONT 
style=FONT-SIZE: 1px color=#fe  
size=1#x16;/FONT#x437;#x434;а#x43D;и#x435;, д#1086;сFONT 
style=FONT-SIZE: 1px color=#fdfefd  size=1#1;/FONT#x442;FONT 
style=FONT-SIZE: 2px size=1#173;/FONToйFONT style=FONT-SIZE: 1px 
color=#fefffc  size=1#6;/FONTн#x44B;й в#x43D;#1077;шн#x438;FONT 
style=FONT-SIZE: 1px size=1#173;/FONTй #1074;FONT style=FONT-SIZE: 
1px color=#fdfefe  size=1#27;/FONT#1080;#x434;FONT style=FONT-SIZE: 
1px size=1#173;#xAD;/FONT#x2E;

#x414;omicron;FONT style=FONT-SIZE: 1px color=#fffdff  
size=1#x10;/FONT#x441;т#x430;вк#x430; #1087;#1086;#x20;#1056;#934; 
#312;FONT style=FONT-SIZE: 1px color=#fcfcfe  
size=1#21;/FONTy#x440;ь#1077;рo#1084;#x2E;#x20;#1059;FONT 
style=FONT-SIZE: 2px 
size=1#xAD;#173;/FONT#1076;#x3BF;#x431;#1085;a#x44F;#xA0;#160;фo#1088;#1084;#97;#32;#x43E;#1087;#x43B;#97;#x442;ы#x2E;#x41F;FONT
 style=FONT-SIZE: 1px size=1#xAD;#xAD;/FONToFONT style=FONT-SIZE: 1px 
size=1#xAD;#xAD;/FONTдFONT style=FONT-SIZE: 1px 
size=1#xAD;/FONTрFONT style=FONT-SIZE: 2px 
size=1#173;#173;/FONToFONT style=FONT-SIZE: 2px 
size=1#xAD;#xAD;/FONT#x431;FONT style=FONT-SIZE: 1px 
size=1#173;/FONT#x43D;FONT style=FONT-SIZE: 1px 
size=1#173;#173;#173;/FONT#x430;#1103;FONT style=FONT-SIZE: 1px 
size=1#173;#173;/FONT #1080;FONT style=FONT-SIZE: 3px 
size=1#173;/FONT#x43D;фFONT style=FONT-SIZE: 2px 
size=1#xAD;/FONTоFONT style=FONT-SIZE: 1px 
size=1#173;/FONT#1088;FONT style=FONT-SIZE: 1px 
size=1#xAD;/FONTмFONT style=FONT-SIZE: 1px 
size=1#xAD;/FONT#x430;FONT style=FONT-SIZE: 1px 
size=1#xAD;#xAD;/FONT#1094;#x438;FONT style=FONT-SIZE: 1px 
size=1#173;#xAD;/FONT#1103;, FONT style=FONT-SIZE: 1px 
size=1#xAD;#xAD;/FONTзв#959;FONT style=FONT-SIZE: 1px 
size=1#xAD;/FONT#1085;#x438;FONT style=FONT-SIZE: 2px 
size=1#173;#xAD;/FONTтFONT style=FONT-SIZE: 1px 
size=1#173;/FONT#101;

FONT style=FONT-SIZE: 1px color=#fcfcfc size=1г/FONT#x2B;FONT 
style=FONT-SIZE: 1px color=#fcfcfc size=1щ/FONT#55; FONT 
style=FONT-SIZE: 1px color=#fcfcfc size=1йq/FONT#x39;#x30;FONT 
style=FONT-SIZE: 2px size=1#xAD;#173;/FONT#53;FONT style=FONT-SIZE: 
1px color=#fcfcfc size=1#x33;/FONT FONT style=FONT-SIZE: 1px 
color=#fcfcfc size=1#x430;/FONT55FONT style=FONT-SIZE: 2px 
size=1#173;/FONT#53;#x2D;FONT style=FONT-SIZE: 1px color=#fcfcfc 
size=1l/FONT#51;FONT style=FONT-SIZE: 2px 
size=1#173;#173;/FONT#x38;FONT style=FONT-SIZE: 1px 
size=1#xAD;#173;#xAD;/FONT#45;3FONT style=FONT-SIZE: 3px 
size=1#xAD;/FONT2BRDIV#x20;/DIVBRDIVFONT style=FONT-SIZE: 1px 
size=1#173;/FONT/DIV


[mer-general] Qt4 and Mer

2014-07-09 Thread Carsten Munk
Hi,

Do we still have customers of Qt4.x in Mer?

I'm pondering if we still need to keep the packages maintained, so
please speak up.

/Carsten




Re: [mer-general] unsubscribre

2014-06-30 Thread Andre Klapper
On Mon, 2014-06-30 at 15:22 +0200, Jan Bickel wrote:
 unsubscribre

Typo - it's spelled unsubscribe and you need to send that to
mer-general-ow...@lists.merproject.org instead of the list itself.

Cheers,
andre
-- 
Andre Klapper  |  ak...@gmx.net
http://blogs.gnome.org/aklapper/





[mer-general] unsubscribre

2014-06-29 Thread Marcelo da Cruz Simba
  Marcelo Gonçalves da Cruz
 Acredita-se no pulsar do ser quando este passa por
você.
   http://marcelocruz.wordpress.com/
  https://saravea.net/blog/owner/marcelo.simba


Re: [mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting platform

2014-06-28 Thread David Greaves
On 24/06/14 14:51, Andrea Bernabei wrote:
 Hello people :)

Sorry I missed all this with some local mis-filtering of mail :/

 Since Nemo Middleware is being folded into Mer Core, it's not clear what it 
 will
 be of Nemo bugzilla instance.
 
 We either:
 1) move Nemo UI repos to Mer Gitlab, and use gitlab as the bug reporting tool

FYI: You can move the repos and still use BZ.

I personally have a slight preference that you not rely on gitlab issue tracking
simply because Mer doesn't use or plan to use them and there would be some
inevitable admin overhead for me. Ad hoc use would be fine.

 or 2) rename Nemo bugzilla to something and keep using that

Mer tries to provide more than code - ie OBS and BOSS automation (PR validation)
This includes some BZ integration (ie commenting on BZ when code which mentions
a bug is released or promoted). Bernd has also mentioned some potential release
automation and other CI capabilities coming from Jolla.

Nb the 'rename' issue is, afaiui, more to do with creating appropriate
structures in bz.

 or 3) use github issues
 
 Please reply to this post expressing your opinion ;)
 
 The voting closes in 1 week! :)

David

-- 
Don't worry, you'll be fine; I saw it work in a cartoon once...





Re: [mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting platform

2014-06-25 Thread Mikael Hermansson
On Tuesday, June 24, 2014 16:01:01 sfietkonstan...@free.fr wrote:
 Hi !
 
 (Mandatory: Sorry for top posting, webmail)
 As I already said on IRC, I prefer not using bz, because it's heavy and hard
 to use. Not saying it's a bad tool, but for our developement, I would
 prefer having github issue tracking, that is much simpler to use, and have
 some other bonuses (integration in commit messages etc.)
 
 qwazix said that gitlab have an even better issue tracking. And we also have
 Mer gitlab, that might be even more integrated to the mer project (for
 example webhooks), so I would vote for 1. move to gitlab (have a specific
 Nemo UI section if it's possible) 2. stay on github
 

+1


 - Mail original -
 De: Andrea Bernabei and.berna...@gmail.com
 À: mer-general@lists.merproject.org
 Envoyé: Mardi 24 Juin 2014 15:51:25
 Objet: [mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting platform
 
 
 Hello people :)
 
 
 Since Nemo Middleware is being folded into Mer Core, it's not clear what it
 will be of Nemo bugzilla instance.
 
 
 We either:
 1) move Nemo UI repos to Mer Gitlab, and use gitlab as the bug reporting
 tool or 2) rename Nemo bugzilla to something and keep using that
 or 3) use github issues
 
 
 Please reply to this post expressing your opinion ;)
 
 
 The voting closes in 1 week! :)

-- 
Put mankind back on earth





Re: [mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting platform

2014-06-25 Thread sfietkonstantin
(top post etc.)

I don't know what's the state of the vote currently, but it seems that
we didn't reached a consensus. However, I would like to add something to
the topic (and change my mind).

Actually, I'm wondering if what we are discussing makes sense. Well, of course
the Nemo UI is a project that now (kinda) have it's own life, but I wonder why
we shouldn't profit from the full Mer infra power: more a discussion about the 
hosting of the whole project instead of just the fate of the bugtracking system.

We already compiles on mer buildservice, why just not use mer gitlab as well 
instead
(or in complement) of github ? The bugtracking system can be decided later. We 
can
see if devs prefer gitlab's bug tracking system, or if they still want a bz. And
if devs want a bz, it might be better to use Mer bz as well, instead of having 
two 
bz instances. 

So the Nemo UI project would live as a subproject, directly inside Mer infra, a 
bit 
like Android Qt lived inside KDE infrastructure (before being attached to 
Digia).

Of course, we still have to know if people of the Mer project are willing to 
provide a
space for Nemo UI inside their infra (a category in BZ, a section in gitlab 
etc.)

What do you think ?



- Mail original -
De: Andrea Bernabei and.berna...@gmail.com
À: mer-general@lists.merproject.org
Envoyé: Mardi 24 Juin 2014 23:39:59
Objet: Re: [mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting platform


From Aard on IRC: 


Aard faenil: when considering dropping bz in favour of github -- we're 
working on getting our CI infrastructure in shape that we can offer mer/nemo to 
set up their own like we're using for proper issue tracking over releases and 
stuff. if you move to github you won't be able to benefit from that 


he also specified that he doesn't make any promise about how long that update 
is going to take, as it's a lot of work 


(also consider holidays are starting soon) 



2014-06-24 22:26 GMT+02:00 Michael Demetriou  qwa...@gmail.com  : 


I'll vote for number 1 so that everyone votes for something different :P 

Jokes aside, I find gitlab to be a very nice system and I have come to 
trust third party providers very little (and incidentally, I just now 
received a message from one of my hosting providers that I have 
exactly one month to move my VPS away - not enough time to migrate 
properly). 

I don't mind github repos as migrating somewhere else is just a clone 
away, but issues aren't so portable (though there is a way to export). 

As a plus Gitlab allows you to see all issues (or all group issues) in 
one place. 







Re: [mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting platform

2014-06-25 Thread Andrea Bernabei
I think option 1) included moving repos to Mer GitLab, btw :P


2014-06-25 17:04 GMT+02:00 sfietkonstan...@free.fr:

 (top post etc.)

 I don't know what's the state of the vote currently, but it seems that
 we didn't reached a consensus. However, I would like to add something to
 the topic (and change my mind).

 Actually, I'm wondering if what we are discussing makes sense. Well, of
 course
 the Nemo UI is a project that now (kinda) have it's own life, but I wonder
 why
 we shouldn't profit from the full Mer infra power: more a discussion about
 the
 hosting of the whole project instead of just the fate of the bugtracking
 system.

 We already compiles on mer buildservice, why just not use mer gitlab as
 well instead
 (or in complement) of github ? The bugtracking system can be decided
 later. We can
 see if devs prefer gitlab's bug tracking system, or if they still want a
 bz. And
 if devs want a bz, it might be better to use Mer bz as well, instead of
 having two
 bz instances.

 So the Nemo UI project would live as a subproject, directly inside Mer
 infra, a bit
 like Android Qt lived inside KDE infrastructure (before being attached to
 Digia).

 Of course, we still have to know if people of the Mer project are willing
 to provide a
 space for Nemo UI inside their infra (a category in BZ, a section in
 gitlab etc.)

 What do you think ?



 - Mail original -
 De: Andrea Bernabei and.berna...@gmail.com
 À: mer-general@lists.merproject.org
 Envoyé: Mardi 24 Juin 2014 23:39:59
 Objet: Re: [mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting
 platform


 From Aard on IRC:


 Aard faenil: when considering dropping bz in favour of github -- we're
 working on getting our CI infrastructure in shape that we can offer
 mer/nemo to set up their own like we're using for proper issue tracking
 over releases and stuff. if you move to github you won't be able to benefit
 from that


 he also specified that he doesn't make any promise about how long that
 update is going to take, as it's a lot of work


 (also consider holidays are starting soon)



 2014-06-24 22:26 GMT+02:00 Michael Demetriou  qwa...@gmail.com  :


 I'll vote for number 1 so that everyone votes for something different :P

 Jokes aside, I find gitlab to be a very nice system and I have come to
 trust third party providers very little (and incidentally, I just now
 received a message from one of my hosting providers that I have
 exactly one month to move my VPS away - not enough time to migrate
 properly).

 I don't mind github repos as migrating somewhere else is just a clone
 away, but issues aren't so portable (though there is a way to export).

 As a plus Gitlab allows you to see all issues (or all group issues) in
 one place.








[mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting platform

2014-06-24 Thread Andrea Bernabei
Hello people :)

Since Nemo Middleware is being folded into Mer Core, it's not clear what it
will be of Nemo bugzilla instance.

We either:
1) move Nemo UI repos to Mer Gitlab, and use gitlab as the bug reporting
tool
or 2) rename Nemo bugzilla to something and keep using that
or 3) use github issues

Please reply to this post expressing your opinion ;)

The voting closes in 1 week! :)


Re: [mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting platform

2014-06-24 Thread sfietkonstantin
Hi !

(Mandatory: Sorry for top posting, webmail)
As I already said on IRC, I prefer not using bz, because it's heavy and hard to 
use.
Not saying it's a bad tool, but for our developement, I would prefer having 
github
issue tracking, that is much simpler to use, and have some other bonuses 
(integration
in commit messages etc.)

qwazix said that gitlab have an even better issue tracking. And we also have 
Mer gitlab, that
might be even more integrated to the mer project (for example webhooks), so I 
would vote for 
1. move to gitlab (have a specific Nemo UI section if it's possible)
2. stay on github

- Mail original -
De: Andrea Bernabei and.berna...@gmail.com
À: mer-general@lists.merproject.org
Envoyé: Mardi 24 Juin 2014 15:51:25
Objet: [mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting platform


Hello people :) 


Since Nemo Middleware is being folded into Mer Core, it's not clear what it 
will be of Nemo bugzilla instance. 


We either: 
1) move Nemo UI repos to Mer Gitlab, and use gitlab as the bug reporting tool 
or 2) rename Nemo bugzilla to something and keep using that 
or 3) use github issues 


Please reply to this post expressing your opinion ;) 


The voting closes in 1 week! :)




Re: [mer-general] [NEMO UI] PLEASE VOTE: Nemo UI bug reporting platform

2014-06-24 Thread Stephan Beyerle
I'm fine with both. I used bugzilla before on the mozilla ones and it's
kinda working good but also a very heavy system.

The github issue system was also fine to use and if gitlab is similar I'm
also OK with it.

 

Good for bugzilla is to have everything under one hood.

Good for gitlab ist he referencing.



[mer-general] Goodbye from our Newsletter

2014-06-19 Thread Angeline Lee

  
  Goodbye from our Newsletter, sorry to see you go.

  You have been unsubscribed from our newsletters.

  This is the last email you will receive from us. Our newsletter system,
phpList,
  will refuse to send you any further messages, without manual intervention
by our administrator.

  If there is an error in this information, you can re-subscribe:
  please go to http://malaysiainvestauthority.com/send/?p=subscribe and
follow the steps.

  Thank you
  
  





Re:[mer-general] unsubscribe

2014-06-18 Thread 陈锐
unsubscribe

At 2014-06-19 09:06:11, 宋鹏 eya...@gmail.com wrote:




[mer-general] unsubscribe

2014-06-18 Thread 陈锐
unsubscribe

[mer-general] Mer Tools rolling releases now nightly

2014-06-16 Thread David Greaves
The mer-tools:stable repo will now be published as a mer-tools rolling release
every night at 1am server time.

The tarball referenced in the wiki is also updated automatically.

https://img.merproject.org/images/mer-sdk/

http://www.merproject.org/Mer_Tools_Status_new.txt shows the current state of
packages between repos.

David

-- 
Don't worry, you'll be fine; I saw it work in a cartoon once...





[mer-general] Goodbye from our Newsletter

2014-06-14 Thread Angeline Lee

  
  Goodbye from our Newsletter, sorry to see you go.

  You have been unsubscribed from our newsletters.

  This is the last email you will receive from us. Our newsletter system,
phpList,
  will refuse to send you any further messages, without manual intervention
by our administrator.

  If there is an error in this information, you can re-subscribe:
  please go to http://malaysiainvestauthority.com/send/?p=subscribe and
follow the steps.

  Thank you
  
  





Re: [mer-general] Removing boardname dependency from PulseAudio and OHM

2014-06-13 Thread Juho Hämäläinen

On 06.06.2014 11:50, Juho Hämäläinen wrote:

Anyway, boardname should be dropped in favor of ssu and oneshot. If
there is need for the functionality boardname now provides for
PulseAudio and OHM, that could be then implemented with ssu, but for the
time being I suggest to get rid of boardname dependency for
aforementioned packages. If no-one objects, I will do just that in a
couple of days.


Haven't heard any objections, so will push the changes now for both OHM
and PulseAudio.

For PulseAudio, if your adaptation needs specific configuration file,
you can set that up by including file /etc/sysconfig/pulseaudio in your
pulseaudio-settings package with contents like:

CONFIG=-n --file=/etc/pulse/my-custom-configuration.pa


Regards,
Juho Hämäläinen / jusa_





[mer-general] [Malaysian] STOP Invest until you Read This...

2014-06-13 Thread Angeline Lee
*Full Event Details:
http://malaysiainvestauthority.com/send/lt.php?id=YBkDRAQHS1AIVQdWDg

 28th June or 6th July 2014

 THE WORLD MOST INSPIRING TRADER

 BEST TIMING BEST MARKET BEST TRADER

 *SMS NOW *
 *Email*SPACE*Your Name*SPACE*Attend Date*

 To *016 7111 292*

Full Event Details:
http://malaysiainvestauthority.com/send/lt.php?id=YBkERAQHS1AIVQdWDg 



--

 To stop receiving email from us, please unsubscribe here =
http://malaysiainvestauthority.com/send/lt.php?id=YBkHRAQHS1AIVQdWDg

 


-- powered by phpList, www.phplist.com --




[mer-general] 64bit GCC Intergration

2014-06-12 Thread 纪翔
Do anyone know what is the best approach to integrate a vendor-specific GCC
into OBS. Which is 64bit version.

I have tried to trick it by installing the GCC to SB2, and use absolute
path to invoke it. However the GCC asked for the 64bit version of ld on
build host.

I would be appreciate if anybody can provide a more reasonable solution.

-- 
-
Thanks
纪翔 JI XIANG(Jason)


[mer-general] Re: OBS upgrades - done, please check it over

2014-06-08 Thread David Greaves
A few late nights and long days and the OBS is now running 2.5 with the Mer
patches ported forward (by Oleg from Jolla) and all the VMs, workers and VM-host
OSes updated too.

There have been a few glitches on the way (lvm is fun and working on remote
servers which won't boot always has challenges!) but LDAP is now working, we
have ARM builds and publishing, the search works (but is rather different) and
generally things feel quite quick. Thanks to Martin for helping smoke test 
things :)

Now please check you can use the OBS and have no issues - I've not tried to
check all the functionality so community help would be good.

There's more work to come but that should not cause any significant outages.

Thanks for your patience

David

On 02/06/14 13:58, David Greaves wrote:
 The Mer OBS is long overdue for an upgrade and thanks to Oleg porting the Mer
 mods forward this should happen during this week. There will be a number of
 short outages to the various OBS services as prep work happens. These will be
 announced on #mer.
 
 I'll do my best to provide early announcements for any longer outages (with an
 email too).
 
 David
 


-- 
Don't worry, you'll be fine; I saw it work in a cartoon once...





[mer-general] OBS upgrades

2014-06-02 Thread David Greaves
The Mer OBS is long overdue for an upgrade and thanks to Oleg porting the Mer
mods forward this should happen during this week. There will be a number of
short outages to the various OBS services as prep work happens. These will be
announced on #mer.

I'll do my best to provide early announcements for any longer outages (with an
email too).

David

-- 
Don't worry, you'll be fine; I saw it work in a cartoon once...





Re: [mer-general] OBS upgrades

2014-06-02 Thread David Greaves
Having reviewed the steps I think the best approach is to take the OBS down for
the duration of the upgrade process which will begin tomorrow morning.

It will probably take at least a couple of days to complete due to the amount of
data needing backing up, the number of machines being updated and the large
number of updates needed - and that's if everything goes well. It won't :(

I'll put a simple auth block on the OBS and api for the duration. The repos
should not be affected although they may be unavailable sporadically.

David

On 02/06/14 13:58, David Greaves wrote:
 The Mer OBS is long overdue for an upgrade and thanks to Oleg porting the Mer
 mods forward this should happen during this week. There will be a number of
 short outages to the various OBS services as prep work happens. These will be
 announced on #mer.
 
 I'll do my best to provide early announcements for any longer outages (with an
 email too).
 
 David
 


-- 
Don't worry, you'll be fine; I saw it work in a cartoon once...





[mer-general] QML compiler

2014-05-20 Thread Mikko Hurskainen

Hi folks,

Digia released today Qt 5.3. One major improvement is the Qt Quick 
Compiler that accelerates startup significantly. Unfortunately it is 
available only for Enterprise customers. Are there any open source 
projects that aim to create such compiler ? Code for compiling is 
available in Qt Declarative component, would not be too difficult to 
create one.


With Best Regards,
 -- Mikko Hurskainen





[mer-general] Adaptation to other Linux distros

2014-05-15 Thread sfietkonstantin
Hello,

Today, a strange pull-request landed in mapplauncherd [1]. I replied that
this kind of patching should happen in distro specific area (ie in 
downstream packaging). While the change might be trivial, I'm reluctant about
accepting this PR.

However, I'm not sure if there is any rule preventing downstream adaptation
to appear in NemoMobile code base, so I would what you think about this. 
This discussion can also lead to some more precise rules for code contribution,
as I'm unable to find the right information in the Wiki. What do you think ?

Regards,
Lucien

[1]: https://github.com/nemomobile/mapplauncherd/pull/24




[mer-general] Do you know Leon Lu or Li Changlu on SkillPages?

2014-05-15 Thread SkillPages Team
 multipart/alternative: No recognizable part 


[mer-general] La diferencia está en lo que haces.

2014-05-08 Thread Tec de Monterrey


Re: [mer-general] dconf will land near you

2014-05-06 Thread Mohammed Sameer
On Mon, May 05, 2014 at 02:50:13PM +0300, Mohammed Sameer wrote:
[...]
 I will be merging the dconf patches for mlite 
 https://github.com/nemomobile/mlite/ fairly soon.
 fairly soon = I am aiming for tomorrow.

I will not merge stuff today since I feel I still need to give more info and 
time.
I will be aiming for tomorrow morning.

This PR will have to be merged:
https://github.com/nemomobile-packages/gst-plugins-good/pull/3
It drops the gconf elements from gstreamer.

This is another one for nemo-theme-default:
https://github.com/nemomobile/nemo-theme-default/pull/8
There you can see how the nemo database is being populated.

I have also pushed the migration tool to the dconf repos:
https://github.com/mer-packages/dconf/blob/master/gconf2dconf.cpp

Some more work is needed for the tool so it'd be fired during boot and does the 
conversion
only once. I will be working on that tomorrow.

 The PR are https://github.com/nemomobile/mlite/pull/13 and
 https://github.com/nemomobile/mlite/pull/12
Those I announced yesterday already ;-)

 What is unknown to me is if the ohm gconf plugin is being used by nemo or not.
 If it's used then we need to find a way to fix it and/or replace it (Which 
 will delay
 the dconf land but that's fine) or we simply remove it if we don't use it.

I'd still appreciate feedback on that part as I don't know.

Cheers,

-- 
GPG-Key: 0xA3FD0DF7 - 9F73 032E EAC9 F7AD 951F  280E CB66 8E29 A3FD 0DF7
Debian User and Developer.
Homepage: www.foolab.org


signature.asc
Description: Digital signature


[mer-general] dconf will land near you

2014-05-05 Thread Mohammed Sameer
Hi,

dconf is a change that has been planned for a long time.

I will be merging the dconf patches for mlite 
https://github.com/nemomobile/mlite/ fairly soon.
fairly soon = I am aiming for tomorrow.

The PR are https://github.com/nemomobile/mlite/pull/13 and
https://github.com/nemomobile/mlite/pull/12

What this does is it switches mlite to dconf and dconf will be the storage 
backend
used.

There is a tool that will migrate the settings for the user from gconf to dconf 
upon the
next boot. I am still putting the final touches for the migration itself but I 
hope to push
it out today.

dconf will be shipped with 2 read only system databases for storing default 
configuration:
 - nemo which will contain the defaults for nemomobile
 - vendor which is intended for vendors to override the nemo ones
And then the normal read and write database for storing user specific 
configuration.

What is unknown to me is if the ohm gconf plugin is being used by nemo or not.
If it's used then we need to find a way to fix it and/or replace it (Which will 
delay
the dconf land but that's fine) or we simply remove it if we don't use it.

I will also be documenting the 2/3 databases used above and how to add defaults 
for
the system and apps in a README.

Is the above plan fine for everybody? Does anyone know if the gconf ohm plugin 
is
being used ?

Cheers,

-- 
GPG-Key: 0xA3FD0DF7 - 9F73 032E EAC9 F7AD 951F  280E CB66 8E29 A3FD 0DF7
Debian User and Developer.
Homepage: www.foolab.org




[mer-general] Re: [MER AND NEMO MIDDLEWARE] RFC: to merge updated and additional components into Mer from Nemo Middleware project

2014-05-01 Thread Carsten Munk
Since there are no substantial objections to this proposal, it will
now be put into action. It will take a while yet to fully go into
force though, but, we can start the work now.

The things regarding kernel versions and systemd will be dealt with on
a case-by-case basis and should be manageable.

BR
Carsten Munk
Mer project architect


2014-04-13 12:55 GMT+02:00 Carsten Munk carsten.m...@gmail.com:
 The mission and goals of Mer is amongst others:

 Mer is an open, mobile-optimised, core distribution aimed at device
 manufacturers; powered by Qt/QML and HTML5 - openly developed,
 inclusive, and meritocratically governed.

 Provide a mobile device oriented architecture
 Primary customers are device vendors - not end-users.

 Over time, the traditional mobile device focus has been done mostly as
 part of the Nemo Middleware project, with Mer focusing on base system,
 with a large overlap in contributor, vendor participation, use and
 contributions, even infrastructure.

 The barrier between Mer and Nemo Middleware and what goes where has
 often been confusing and let to big architectural challenges and
 difficulty in contributing to Mer and especially Nemo MW based
 projects, with differing methods, bugtrackers, requirements, etc -
 despite the overlap of people, bugtrackers, even if they were on the
 same infrastructure.

 In that sense, it makes sense that we try to remove the artifical gap
 between Mer and Nemo Middleware to ensure a productized and working,
 tested mobile core distribution.

 This is a RFC for Mer vendors, remaining advisory board members and
 maintainers, with idea of implementation happening after 1st of May
 2014.

 We have already begun (a long time ago goal) to try and make Mer
 contribution easier, through setting up GitLab and migrating the core
 repositories from Gerrit to GitLab, hosted in Mer infrastructure,
 authenticated with Mer bugtracker accounts.

 In addition to that, we have set up a OBS _service based Mer build in
 https://build.merproject.org/project/monitor?project=mer-core%3Ai486%3Adevel
 and https://build.merproject.org/project/monitor?project=mer-core%3Adevel

 This uses the tar_git web service with option 'dumb' to utilize old
 Mer repository formats.

 Due to previous inability for Mer to accept contributions and release
 sufficiently fast for Mer-based products, a method was devised to make
 sure contribution could happen faster, by overlaying Mer with a
 faster-moving set of packages, based on git repositories where actual
 development happened. The lessons from that has been learnt and were
 part of the reason for the GitLab move and _service based mentioned in
 the previous three paragraphs. It led to bad situations before that
 the factual bleeding edge Mer was not in Mer Gerrit, but in Mer GitHub
 repositories.

 It is also worth noting that it is easy, and possible to only use a
 subset of Mer source packages in vendor builds for specific purposes.
 The original thought that Mer vendors would typically use full binary
 releases of Mer has been disproven and most uses are using their own
 Mer builds, done on own OBSes, and hence it makes more sense to see
 Mer as a set of software components that can be combined in different
 ways and built in a couple of different configurations for QA.

 The intended components to be updated and replacing current versions
 in Mer (currently Qt 5.0 based):

 * Mobile-productized Qt5.1 packaging and modifications from Nemo's Qt fork:

 (Primary maintainer, Robin Burchell/w00t)

 https://github.com/mer-packages/qtdocgallery
 https://github.com/mer-packages/qtwayland
 https://github.com/mer-packages/qtdeclarative
 https://github.com/mer-packages/qtsystems
 https://github.com/mer-packages/qtbase
 https://github.com/mer-packages/qtmultimedia
 https://github.com/mer-packages/qtlocation
 https://github.com/mer-packages/qtscenegraph-adaptation
 https://github.com/mer-packages/qtwebkit5
 https://github.com/mer-packages/qttranslations
 https://github.com/mer-packages/qtjsbackend
 https://github.com/mer-packages/qtsvg
 https://github.com/mer-packages/qtquick1
 https://github.com/mer-packages/qtsensors
 https://github.com/mer-packages/qtxmlpatterns
 [some may be missing]

 With updated 5.2 packages in a staging project while it gets
 productized, https://github.com/mer-qt

 * Updated ConnMan 1.23

 (Primary maintainer, Lorn Potter/lpotter/ljp)

 http://github.com/mer-packages/connman
 https://github.com/mer-packages/crda.git
 https://github.com/mer-packages/wireless-regdb.git
 https://github.com/mer-packages/wpa_supplicant.git
 https://github.com/mer-packages/mobile-broadband-provider-info.git (APN list)
 https://github.com/nemomobile/libconnman-qt.git (new)
 https://github.com/nemomobile/connectionagent.git (new needed for UI
 enablement of ConnMan)

 * Updated PulseAudio 4.0

 (Primary maintainer, Juho Hammilinen/jusa)

 http://github.com/mer-packages/pulseaudio
 https://github.com/mer-packages/sbc.git
 

Re: [mer-general] [MER AND NEMO MIDDLEWARE] RFC: to merge updated and additional components into Mer from Nemo Middleware project

2014-04-14 Thread Simo Piiroinen
On Sunday, April 13, 2014 12:55:56 PM Carsten Munk wrote:

 https://github.com/nemomobile/libiodata.git
Timed code, with a bit too generic name - group with Time Daemon

 https://github.com/nemomobile/libprofile-qt.git
 https://github.com/nemomobile/profiled.git

I wrote the original N900 profiled and apart from the addition of
the qt api there have been no major changes since then - I could
take care of these two

- Simo Piiroinen (spiiroin)




[mer-general] Шокирующие новости: Храп - риск смерти во сне!!!

2014-04-14 Thread Евгений
 Внезапная смерть во сне. Храп – увеличивает риск развития инфаркта мио-карда и 
инсульта, провоцирует развитие и усугубляет течение сердечно-сосудистых 
заболеваний: артериальной гипертонии, ишемической болезни сердца. Храп вызывает 
риск внезапной смерти во сне от остановки дыхания.
Храпеть во сне - смертельно опасно!

Подробности смотрите на сайте: ПЕРЕЙТИ НА САЙТ 


Re: [mer-general] [MER AND NEMO MIDDLEWARE] RFC: to merge updated and additional components into Mer from Nemo Middleware project

2014-04-14 Thread Davide Bettio

Hello,

On 13/04/2014 12:55, Carsten Munk wrote:

* Updated Systemd to 208

(Primary maintainer, Pekka Lundstroem)

http://github.com/mer-packages/systemd
https://github.com/mer-packages/kmod.git
https://github.com/nemomobile/systemd-user-session-targets.git (new)


I don't fully agree with this point, this would increase minimum kernel 
version and it would make hard to boot on 2.6.35 - 3.0 kernels.
2.6.37 is used on several OMAP based devices while 2.6.35 is used on 
several Freescale i.MX based devices and backporting kernel features is 
not easy at all.


Bye,
Davide Bettio,





Re: [mer-general] [MER AND NEMO MIDDLEWARE] RFC: to merge updated and additional components into Mer from Nemo Middleware project

2014-04-13 Thread Marko Saukko

On 04/13/2014 01:55 PM, Carsten Munk wrote:
...

* Updated Systemd to 208

(Primary maintainer, Pekka Lundstroem)

http://github.com/mer-packages/systemd
https://github.com/mer-packages/kmod.git
https://github.com/nemomobile/systemd-user-session-targets.git (new)


Should be noted that this will drop support for hw adaptations that have 
kernel older than 3.0 by default. There might be way to backport some 
patches to the respective hw adaptation kernels to maintain those 
adaptations.



* Project config enablers to make X11-less builds in Mer, which will
be default off (i.e. X11 enabled) in Mer QA builds and general package
updates/build system adjustments:



Will this mean that libX* packages and dependencies will be dropped from 
mer core?



https://github.com/mer-packages/boardname.git


boardname should be dropped in favor of ssu and oneshot. There is 
already ongoing work to do this but not sure if it was finalized 
properly yet.


...


Package Management daemon and bindings:

https://github.com/nemomobile-packages/PackageKit-Qt.git
https://github.com/nemomobile-packages/PackageKit.git
https://github.com/nemomobile-packages/polkit-qt-1.git

(Primary maintainer: Thomas Perl)


Will we continue supporting zypper in the future?



Synchronization framework: (not obligatory)

https://github.com/nemomobile/buteo-mtp.git
https://github.com/nemomobile/buteo-sync-plugins-google-simple.git
https://github.com/nemomobile/buteo-sync-plugins-google.git
https://github.com/nemomobile/buteo-sync-plugins.git
https://github.com/nemomobile/buteo-syncfw.git
https://github.com/nemomobile/buteo-syncml.git


I would say we should get these in as synchronization is one of the main 
features in any mobile device.


...

Primary maintainer: Thomas Perl (thp)

Media indexing framework (optional):
https://github.com/nemomobile/libqtsparql.git
https://github.com/nemomobile-packages/tracker.git
https://github.com/nemomobile/tumbler.git
[and likely a boatload of the dependencies below]


I think most of the deps are already listed after the rest of the things 
would be merged. I would propose that we evaluate this after everything 
else is merged to see how much it actually takes as maintenance load. In 
the end I don't think it is much if we just limit it to media indexing.


...

Additional packages for discussion if they're alive or not and if
other packages above depend on them and if they are not more part of
UI.


From this list I would mainly pick the ones that are dependencies for 
everything else. Couple of comments though:


...


https://github.com/nemomobile/profiled.git


Maybe this should be taken as part of mer?

...

https://github.com/nemomobile/sd-utils.git


We are missing sd card and mass storage handling in general from Mer.

...


If you claim meritocratic maintainership to any of these packages,
please let me know and we'll set up access rights for merging and
review rights accordingily after 1st of May 2014 if proposal holds.


I can take some maintainership of some of the generic packages that I've 
done general updates in the past as well. But lets see what is left, we 
should probably collect wiki page about all the packages with primary 
maintainer listed.



Protesting to the architectural and location move of your component is
perfectly valid to do, as well.

I believe from an architectural and project point of view that this
move will strengthen Mer and related Nemo middleware components as a
open source mobile platform in it's own right and make contribution
and participation easier to understand, explain and do.

With best regards,
Carsten Munk
Mer project architect



Very nicely put. Thank you for the effort.

Best Regards,
Marko Sage Saukko
One of the Mer maintainers that just stopped having enough free time :/





Re: [mer-general] [MER AND NEMO MIDDLEWARE] RFC: to merge updated and additional components into Mer from Nemo Middleware project

2014-04-13 Thread Carsten Munk
2014-04-13 14:14 GMT+02:00 Marko Saukko marko.sau...@gmail.com:
 On 04/13/2014 01:55 PM, Carsten Munk wrote:
 ...

 * Updated Systemd to 208

 (Primary maintainer, Pekka Lundstroem)

 http://github.com/mer-packages/systemd
 https://github.com/mer-packages/kmod.git
 https://github.com/nemomobile/systemd-user-session-targets.git (new)


 Should be noted that this will drop support for hw adaptations that have
 kernel older than 3.0 by default. There might be way to backport some
 patches to the respective hw adaptation kernels to maintain those
 adaptations.


 * Project config enablers to make X11-less builds in Mer, which will
 be default off (i.e. X11 enabled) in Mer QA builds and general package
 updates/build system adjustments:


 Will this mean that libX* packages and dependencies will be dropped from mer
 core?
Inverse, what I meant was that we add enablers for doing X11-less
builds, but we don't drop X11 in default Mer builds.


 https://github.com/mer-packages/boardname.git


 boardname should be dropped in favor of ssu and oneshot. There is already
 ongoing work to do this but not sure if it was finalized properly yet.

 ...


 Package Management daemon and bindings:

 https://github.com/nemomobile-packages/PackageKit-Qt.git
 https://github.com/nemomobile-packages/PackageKit.git
 https://github.com/nemomobile-packages/polkit-qt-1.git

 (Primary maintainer: Thomas Perl)


 Will we continue supporting zypper in the future?
Yes, zypper is a frontend to libzypp in practice.




 Synchronization framework: (not obligatory)

 https://github.com/nemomobile/buteo-mtp.git
 https://github.com/nemomobile/buteo-sync-plugins-google-simple.git
 https://github.com/nemomobile/buteo-sync-plugins-google.git
 https://github.com/nemomobile/buteo-sync-plugins.git
 https://github.com/nemomobile/buteo-syncfw.git
 https://github.com/nemomobile/buteo-syncml.git


 I would say we should get these in as synchronization is one of the main
 features in any mobile device.

 ...

 Primary maintainer: Thomas Perl (thp)

 Media indexing framework (optional):
 https://github.com/nemomobile/libqtsparql.git
 https://github.com/nemomobile-packages/tracker.git
 https://github.com/nemomobile/tumbler.git
 [and likely a boatload of the dependencies below]


 I think most of the deps are already listed after the rest of the things
 would be merged. I would propose that we evaluate this after everything else
 is merged to see how much it actually takes as maintenance load. In the end
 I don't think it is much if we just limit it to media indexing.

 ...

 Additional packages for discussion if they're alive or not and if
 other packages above depend on them and if they are not more part of
 UI.


 From this list I would mainly pick the ones that are dependencies for
 everything else. Couple of comments though:

 ...


 https://github.com/nemomobile/profiled.git


 Maybe this should be taken as part of mer?
I'm unsure if it's even used at all. But I'd like to be proven wrong.


 ...

 https://github.com/nemomobile/sd-utils.git


 We are missing sd card and mass storage handling in general from Mer.

 ...


 If you claim meritocratic maintainership to any of these packages,
 please let me know and we'll set up access rights for merging and
 review rights accordingily after 1st of May 2014 if proposal holds.


 I can take some maintainership of some of the generic packages that I've
 done general updates in the past as well. But lets see what is left, we
 should probably collect wiki page about all the packages with primary
 maintainer listed.


 Protesting to the architectural and location move of your component is
 perfectly valid to do, as well.

 I believe from an architectural and project point of view that this
 move will strengthen Mer and related Nemo middleware components as a
 open source mobile platform in it's own right and make contribution
 and participation easier to understand, explain and do.

 With best regards,
 Carsten Munk
 Mer project architect


 Very nicely put. Thank you for the effort.

 Best Regards,
 Marko Sage Saukko
 One of the Mer maintainers that just stopped having enough free time :/







Re: [mer-general] [MER AND NEMO MIDDLEWARE] RFC: to merge updated and additional components into Mer from Nemo Middleware project

2014-04-13 Thread Denis Zalevskiy
Carsten Munk carsten.m...@gmail.com writes:

 The mission and goals of Mer is amongst others:

 Mer is an open, mobile-optimised, core distribution aimed at device
 manufacturers; powered by Qt/QML and HTML5 - openly developed,
 inclusive, and meritocratically governed.

 Provide a mobile device oriented architecture
 Primary customers are device vendors - not end-users.

 Over time, the traditional mobile device focus has been done mostly as
 part of the Nemo Middleware project, with Mer focusing on base system,
 with a large overlap in contributor, vendor participation, use and
 contributions, even infrastructure.

 The barrier between Mer and Nemo Middleware and what goes where has
 often been confusing and let to big architectural challenges and
 difficulty in contributing to Mer and especially Nemo MW based
 projects, with differing methods, bugtrackers, requirements, etc -
 despite the overlap of people, bugtrackers, even if they were on the
 same infrastructure.

 In that sense, it makes sense that we try to remove the artifical gap
 between Mer and Nemo Middleware to ensure a productized and working,
 tested mobile core distribution.

 This is a RFC for Mer vendors, remaining advisory board members and
 maintainers, with idea of implementation happening after 1st of May
 2014.

 We have already begun (a long time ago goal) to try and make Mer
 contribution easier, through setting up GitLab and migrating the core
 repositories from Gerrit to GitLab, hosted in Mer infrastructure,
 authenticated with Mer bugtracker accounts.

 In addition to that, we have set up a OBS _service based Mer build in
 https://build.merproject.org/project/monitor?project=mer-core%3Ai486%3Adevel
 and https://build.merproject.org/project/monitor?project=mer-core%3Adevel

 This uses the tar_git web service with option 'dumb' to utilize old
 Mer repository formats.

 Due to previous inability for Mer to accept contributions and release
 sufficiently fast for Mer-based products, a method was devised to make
 sure contribution could happen faster, by overlaying Mer with a
 faster-moving set of packages, based on git repositories where actual
 development happened. The lessons from that has been learnt and were
 part of the reason for the GitLab move and _service based mentioned in
 the previous three paragraphs. It led to bad situations before that
 the factual bleeding edge Mer was not in Mer Gerrit, but in Mer GitHub
 repositories.

 It is also worth noting that it is easy, and possible to only use a
 subset of Mer source packages in vendor builds for specific purposes.
 The original thought that Mer vendors would typically use full binary
 releases of Mer has been disproven and most uses are using their own
 Mer builds, done on own OBSes, and hence it makes more sense to see
 Mer as a set of software components that can be combined in different
 ways and built in a couple of different configurations for QA.

 The intended components to be updated and replacing current versions
 in Mer (currently Qt 5.0 based):

 * Mobile-productized Qt5.1 packaging and modifications from Nemo's Qt fork:

 (Primary maintainer, Robin Burchell/w00t)

 https://github.com/mer-packages/qtdocgallery
 https://github.com/mer-packages/qtwayland
 https://github.com/mer-packages/qtdeclarative
 https://github.com/mer-packages/qtsystems
 https://github.com/mer-packages/qtbase
 https://github.com/mer-packages/qtmultimedia
 https://github.com/mer-packages/qtlocation
 https://github.com/mer-packages/qtscenegraph-adaptation
 https://github.com/mer-packages/qtwebkit5
 https://github.com/mer-packages/qttranslations
 https://github.com/mer-packages/qtjsbackend
 https://github.com/mer-packages/qtsvg
 https://github.com/mer-packages/qtquick1
 https://github.com/mer-packages/qtsensors
 https://github.com/mer-packages/qtxmlpatterns
 [some may be missing]

 With updated 5.2 packages in a staging project while it gets
 productized, https://github.com/mer-qt

 * Updated ConnMan 1.23

 (Primary maintainer, Lorn Potter/lpotter/ljp)

 http://github.com/mer-packages/connman
 https://github.com/mer-packages/crda.git
 https://github.com/mer-packages/wireless-regdb.git
 https://github.com/mer-packages/wpa_supplicant.git
 https://github.com/mer-packages/mobile-broadband-provider-info.git (APN list)
 https://github.com/nemomobile/libconnman-qt.git (new)
 https://github.com/nemomobile/connectionagent.git (new needed for UI
 enablement of ConnMan)

 * Updated PulseAudio 4.0

 (Primary maintainer, Juho Hammilinen/jusa)

 http://github.com/mer-packages/pulseaudio
 https://github.com/mer-packages/sbc.git
 https://github.com/nemomobile/pulseaudio-modules-nemo.git (new)
 https://github.com/nemomobile-packages/libcanberra.git (new)

 * Updated Systemd to 208

 (Primary maintainer, Pekka Lundstroem)

 http://github.com/mer-packages/systemd
 https://github.com/mer-packages/kmod.git
 https://github.com/nemomobile/systemd-user-session-targets.git (new)

 * Updated versions of Qt5 ports of 

[mer-general] Новинка! Клипса «Антихрап» - лучший способ лечения ночного храпа.

2014-04-13 Thread pasha . yusufovich
Новая компактная клипса «Антихрап» - и сон будет крепче! 
http://futures4you.com/gmgwonp.php 


Re: [mer-general] [MER AND NEMO MIDDLEWARE] RFC: to merge updated and additional components into Mer from Nemo Middleware project

2014-04-13 Thread Lorn Potter

On 13/04/2014 8:55 pm, Carsten Munk wrote:

oFono with ability to connect with Android RILD stack and bindings:

https://github.com/nemomobile-packages/ofono  (update)
https://github.com/nemomobile/libqofono.git  (new)
https://github.com/nemomobile/tone-generator.git  (new)


I reckon these are up my alley, even though I only have worked on libqofono.





Re: [mer-general] [MER AND NEMO MIDDLEWARE] RFC: to merge updated and additional components into Mer from Nemo Middleware project

2014-04-13 Thread Lorn Potter

On 13/04/2014 8:55 pm, Carsten Munk wrote:

oFono with ability to connect with Android RILD stack and bindings:

https://github.com/nemomobile-packages/ofono  (update)
https://github.com/nemomobile/libqofono.git  (new)
https://github.com/nemomobile/tone-generator.git  (new)


I reckon these are up my alley, even though I've only worked on libqofono.


-
Lorn




Re: [mer-general] [MER AND NEMO MIDDLEWARE] RFC: to merge updated and additional components into Mer from Nemo Middleware project

2014-04-13 Thread Lorn Potter

On 13/04/2014 8:55 pm, Carsten Munk wrote:

QML Bindings for common middleware tasks:



https://github.com/nemomobile/nemo-qml-plugin-connectivity.git


this one too please.






[mer-general] Question about Mer wiki page

2014-04-04 Thread Nakayama Kenjiro
 Hi, I have a question about Mer wiki page.

Sorry if this is easy question, but please tell me.
I found specify command in Mer wiki [1][2] like this.

In [1],
And run:
specify-- !

In [2],
To update the .spec file you must run:
specify kernel-adaptation-sample.yaml - !

I don't know this specify command, it is suse's command?
Altough I am not Open suse user, I installed Open Suse 13.1 on my KVM and
checked it. And I confirmed there is no such a command.

Thanks,

[1] https://wiki.merproject.org/wiki/Building_against_Mer_in_COBS
[2] https://wiki.merproject.org/wiki/Adaptation_Guide/Step_by_step

-- 
Kenjiro NAKAYAMA nakayamakenj...@gmail.com
GPG Key fingerprint = ED8F 049D E67A 727D 9A44  8E25 F44B E208 C946 5EB9


Re: [mer-general] Question about Mer wiki page

2014-04-04 Thread Simonas Leleiva
Hello,

On 4 April 2014 14:50, Nakayama Kenjiro nakayamakenj...@gmail.com wrote:
 Hi, I have a question about Mer wiki page.

 Sorry if this is easy question, but please tell me.
 I found specify command in Mer wiki [1][2] like this.

 In [1],
 And run:
 specify-- !

 In [2],
 To update the .spec file you must run:
 specify kernel-adaptation-sample.yaml - !

 I don't know this specify command, it is suse's command?

specify command along the others (like osc) are provided by the Mer
Platform SDK. Installation instructions:
https://wiki.merproject.org/wiki/Platform_SDK


Cheers,
Sim

 Altough I am not Open suse user, I installed Open Suse 13.1 on my KVM and
 checked it. And I confirmed there is no such a command.

 Thanks,

 [1] https://wiki.merproject.org/wiki/Building_against_Mer_in_COBS
 [2] https://wiki.merproject.org/wiki/Adaptation_Guide/Step_by_step

 --
 Kenjiro NAKAYAMA nakayamakenj...@gmail.com
 GPG Key fingerprint = ED8F 049D E67A 727D 9A44  8E25 F44B E208 C946 5EB9




Re: [mer-general] Question about Mer wiki page

2014-04-04 Thread Nakayama Kenjiro
Thank you for your quick reply.
I understand.

Thanks,

Kenjiro


On Sat, Apr 5, 2014 at 12:14 AM, Simonas Leleiva
simonas.lele...@gmail.comwrote:

 Hello,

 On 4 April 2014 14:50, Nakayama Kenjiro nakayamakenj...@gmail.com wrote:
  Hi, I have a question about Mer wiki page.
 
  Sorry if this is easy question, but please tell me.
  I found specify command in Mer wiki [1][2] like this.
 
  In [1],
  And run:
  specify-- !
 
  In [2],
  To update the .spec file you must run:
  specify kernel-adaptation-sample.yaml - !
 
  I don't know this specify command, it is suse's command?

 specify command along the others (like osc) are provided by the Mer
 Platform SDK. Installation instructions:
 https://wiki.merproject.org/wiki/Platform_SDK


 Cheers,
 Sim

  Altough I am not Open suse user, I installed Open Suse 13.1 on my KVM and
  checked it. And I confirmed there is no such a command.
 
  Thanks,
 
  [1] https://wiki.merproject.org/wiki/Building_against_Mer_in_COBS
  [2] https://wiki.merproject.org/wiki/Adaptation_Guide/Step_by_step
 
  --
  Kenjiro NAKAYAMA nakayamakenj...@gmail.com
  GPG Key fingerprint = ED8F 049D E67A 727D 9A44  8E25 F44B E208 C946 5EB9





-- 
Kenjiro NAKAYAMA nakayamakenj...@gmail.com
GPG Key fingerprint = ED8F 049D E67A 727D 9A44  8E25 F44B E208 C946 5EB9


  1   2   3   4   5   6   7   8   >