Re: [MeeGo-dev] Fwd: Call for ideas - preprocessor #define for meego version (Q_MEEGO_VER ?)

2011-06-14 Thread Thiago Macieira
Em Tuesday, 14 de June de 2011, às 07:53:12, Andrew Flegg escreveu: > 1) Feature detection. Includes screen sizes, orientation default etc. That is understood. We're bringing the Qt Mobility System Information domain into QtCore for Qt 5. > 2) Build time. As Attila says, paths & icons may nee

Re: [MeeGo-dev] Fwd: Call for ideas - preprocessor #define for meego version (Q_MEEGO_VER ?)

2011-06-14 Thread Andrew Flegg
On Tue, Jun 14, 2011 at 08:14, Thiago Macieira wrote: > Em Tuesday, 14 de June de 2011, às 07:53:12, Andrew Flegg escreveu: > >> As a developer, I want to write a Qt Quick app which can run on Maemo, >> Harmattan, Symbian, MeeGo and Android; and currently that seems overly >> difficult. > > Right,

Re: [MeeGo-dev] KCal-EDS: Generate HTML documentation

2011-06-14 Thread Patrick Ohly
On Mo, 2011-06-13 at 07:28 +0100, Dumez, Christophe wrote: > Hi, > > Please find attached a fixed version of my previous patch to ignore > *.moc.cpp files. > I'm also attaching an additional patch to fix a few doxygen comments > so that there no warning while generating the documentation any more.

Re: [MeeGo-dev] Fwd: Call for ideas - preprocessor #define for meego version (Q_MEEGO_VER ?)

2011-06-14 Thread Cornelius Hald
On Tue, 2011-06-14 at 07:53 +0100, Andrew Flegg wrote: > 2) Build time. As Attila says, paths & icons may need to be different > for different platforms. There might also be the need to work around specific MeeGo bugs or features. E.g. libfoo-1.2.3 behaves differently on MeeGo than on deskt

[MeeGo-dev] [Accounts]: Signing Keys for Accounts

2011-06-14 Thread Aurel Popirtac
Hi, Here are some commits out of which #3 would be the most important. It fixes the signing of keys for a specific account/service, then verifying the resulted signature. This is a harmattan platform specific functionality for the moment. 1. Added aegis-crypto, aegis-builder to build deps and c

[MeeGo-dev] [PATCH 3/3] Added aegis-crypto, aegis-builder to build deps and created aegis manifest files.

2011-06-14 Thread Aurel Popirtac
--- debian/control |2 +- debian/rules |7 +++ 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/debian/control b/debian/control index 468fb29..b1496d8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libaccounts-glib Section: libs Priority: opt

[MeeGo-dev] [PATCH 2/3] Increased timeout for the test_blocking test.

2011-06-14 Thread Aurel Popirtac
--- tests/check_ag.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/check_ag.c b/tests/check_ag.c index 46de191..7039539 100644 --- a/tests/check_ag.c +++ b/tests/check_ag.c @@ -1417,9 +1417,13 @@ START_TEST(test_blocking) * * fail_unless (block_m

[MeeGo-dev] [PATCH 1/3] Fixes: NB#Account::verify and Account::verifyWithTokens() returns TRUE all the time irrespective of whether Account::sign() called or not.

2011-06-14 Thread Aurel Popirtac
--- configure.ac |9 libaccounts-glib/Makefile.am |4 +- libaccounts-glib/ag-account.c | 107 ++--- tests/check_ag.c | 24 +++-- 4 files changed, 118 insertions(+), 26 deletions(-) diff --git a/configure.ac b/c

[MeeGo-dev] Specification for OBS light project concept

2011-06-14 Thread Dominig ar Foll
Hello, those who have discussed with me during the MeeGo Conference in San Francisco, know that I have started a small project to create a Light version of OBS. The goal of the project is to ease the access to OBS for embedded developers and initial investigation team which have to select an embe

Re: [MeeGo-dev] [PATCH 1/3] Fixes: NB#Account::verify and Account::verifyWithTokens() returns TRUE all the time irrespective of whether Account::sign() called or not.

2011-06-14 Thread Alberto Mardegan
On 06/14/2011 11:32 AM, Aurel Popirtac wrote: --- configure.ac |9 libaccounts-glib/Makefile.am |4 +- libaccounts-glib/ag-account.c | 107 ++--- tests/check_ag.c | 24 +++-- 4 files changed, 118 insertio

[MeeGo-dev] [Accounts]: Signing Keys for Accounts - Revisited

2011-06-14 Thread Aurel Popirtac
Hi, Applied review comments. -- Here are some commits out of which #3 would be the most important. It fixes the signing of keys for a specific account/service, then verifying the resulted signature. This is a harmattan platform

[MeeGo-dev] [PATCH 3/3] Added aegis-crypto, aegis-builder to build deps and created aegis manifest files.

2011-06-14 Thread Aurel Popirtac
--- debian/control |2 +- debian/rules |7 +++ 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/debian/control b/debian/control index 468fb29..b1496d8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libaccounts-glib Section: libs Priority: opt

[MeeGo-dev] [PATCH 2/3] Increased timeout for the test_blocking test.

2011-06-14 Thread Aurel Popirtac
--- tests/check_ag.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/check_ag.c b/tests/check_ag.c index a080089..dc5c79f 100644 --- a/tests/check_ag.c +++ b/tests/check_ag.c @@ -1419,9 +1419,13 @@ START_TEST(test_blocking) * * fail_unless (block_m

[MeeGo-dev] [PATCH 1/3] Fixes: NB#Account::verify and Account::verifyWithTokens() returns TRUE all the time irrespective of whether Account::sign() called or not.

2011-06-14 Thread Aurel Popirtac
--- configure.ac |9 +++ libaccounts-glib/Makefile.am |5 +- libaccounts-glib/ag-account.c | 110 ++--- tests/check_ag.c | 37 +++--- 4 files changed, 134 insertions(+), 27 deletions(-) diff --git a/configure.ac

Re: [MeeGo-dev] [PATCH 1/3] Fixes: NB#Account::verify and Account::verifyWithTokens() returns TRUE all the time irrespective of whether Account::sign() called or not.

2011-06-14 Thread Alberto Mardegan
On 06/14/2011 02:50 PM, Aurel Popirtac wrote: @@ -1427,16 +1429,25 @@ END_TEST START_TEST(test_sign_verify_key) { -const gchar *key = "test_key/"; const gchar *key1 = "test_key/key1"; const gchar *key2 = "test_key/key2"; -const gchar *list_of_tokens[] = {"t", "tok", "toke

Re: [MeeGo-dev] [PATCH 2/3] Increased timeout for the test_blocking test.

2011-06-14 Thread Alberto Mardegan
On 06/14/2011 02:50 PM, Aurel Popirtac wrote: --- tests/check_ag.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/check_ag.c b/tests/check_ag.c index a080089..dc5c79f 100644 --- a/tests/check_ag.c +++ b/tests/check_ag.c @@ -1419,9 +1419,13 @@ START_TEST(t

Re: [MeeGo-dev] Specification for OBS light project concept

2011-06-14 Thread Ville M. Vainio
On Tue, Jun 14, 2011 at 11:52 AM, Dominig ar Foll wrote: > The goal of the project is to ease the access to OBS for embedded > developers and initial investigation team which have to select an > embedded OS,  by creating a tool which follows their traditional > development process (working locall

[MeeGo-dev] Dialer Project meeting - Agenda for Tuesday 6/14

2011-06-14 Thread Shane Bryan
Agenda for the Dialer Project meeting - Tuesday, May 31st, 2011 * General information/business (Shane) * Bug, patch and merge-request status (Shane) * Any Other Business -- Shane... ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.co

[MeeGo-dev] One more day until string freeze

2011-06-14 Thread Foster, Margie
Just a friendly reminder that string freeze is tomorrow, with a clarification. Because of the timeline for submitting SRs to OBS, the string freeze schedule is slightly modified as follows: Developers have until 12:59 PM (Oregon, USA time) on Thursday, June 16th to SR their tarballs in OBS for

[MeeGo-dev] KCal-EDS: Add pkgconfig .pc file

2011-06-14 Thread Dumez, Christophe
Hi, Please find attached a patch to add a pkgconfig .pc file for libekcal (kcal-eds). *** Application developers can simply add the following lines to their project file: CONFIG += link_pkgconfig PKGCONFIG += libekcal Then include the libekcal header as follows: #include ***

Re: [MeeGo-dev] KCal-EDS: Generate HTML documentation

2011-06-14 Thread Dumez, Christophe
> Looks good, please include it. Remember to also enable the Doxygen docs > in the OBS package. I think it should go into the -devel .rpm. Really? Doesn't it usually go into a -doc rpm? Kr, -- Dr. Christophe Dumez Linux Software Engineer Intel Finland Oy - Open Source Technology Center _

Re: [MeeGo-dev] KCal-EDS: Add pkgconfig .pc file

2011-06-14 Thread Dumez, Christophe
Hi, Please find attached an improved version of the patch. It adds a libekcal.pc.in file instead and libekcal.pc is generated from it so that the version number is no longer hard coded. It is too easy to forget to update the version in the .pc file otherwise. Kr, Chris. On Tue, Jun 14, 2011 at 8

Re: [MeeGo-dev] KCal-EDS: Generate HTML documentation

2011-06-14 Thread Patrick Ohly
On Di, 2011-06-14 at 18:14 +0100, Dumez, Christophe wrote: > > Looks good, please include it. Remember to also enable the Doxygen docs > > in the OBS package. I think it should go into the -devel .rpm. > > Really? Doesn't it usually go into a -doc rpm? You are right. I might have mis-remembered b

Re: [MeeGo-dev] KCal-EDS: Add pkgconfig .pc file

2011-06-14 Thread Patrick Ohly
On Di, 2011-06-14 at 18:33 +0100, Dumez, Christophe wrote: > +++ b/libekcal.pc.in > @@ -0,0 +1,10 @@ > +prefix=/usr > +exec_prefix=${prefix} > +libdir=${exec_prefix}/lib > +includedir=${prefix}/include > + > +Name: libekcal > +Description: EDS calendar storage for KCalCore > +Version: @VERSION@ > +

[MeeGo-dev] LinuxCon Brazil & Prague: Submit MeeGo Sessions by July 8!

2011-06-14 Thread Foster, Dawn M
We will be having MeeGo Mini-Summits at the LinuxCon events this year in Vancouver (August 17 - 19), Prague (Oct 26 - 28) and Brazil (Nov 17 - 18). The Mini-Summits are basically a MeeGo track with 4-5 sessions at each of the events. If you want to present at these events, you need to submit a

Re: [MeeGo-dev] KCal-EDS: Add pkgconfig .pc file

2011-06-14 Thread Dumez, Christophe
Hi, Yes, you are right. Please find attached a corrected patch. Kr, Chris. On Tue, Jun 14, 2011 at 9:36 PM, Patrick Ohly wrote: > On Di, 2011-06-14 at 18:33 +0100, Dumez, Christophe wrote: >> +++ b/libekcal.pc.in >> @@ -0,0 +1,10 @@ >> +prefix=/usr >> +exec_prefix=${prefix} >> +libdir=${exec_pr

Re: [MeeGo-dev] KCal-EDS: Generate HTML documentation

2011-06-14 Thread Dumez, Christophe
Ok, I uploaded kcal-eds v0.1.1 to OBS eds repository with the html documentation included in the *-doc package. Kr, Chris. On Tue, Jun 14, 2011 at 9:27 PM, Patrick Ohly wrote: > On Di, 2011-06-14 at 18:14 +0100, Dumez, Christophe wrote: >> > Looks good, please include it. Remember to also enable

Re: [MeeGo-dev] KCal-EDS: Add pkgconfig .pc file

2011-06-14 Thread Dumez, Christophe
Uploaded kcal-eds v0.1.2 to OBS eds repository to provide the pkgconfig .pc file. Kr, Chris. On Tue, Jun 14, 2011 at 10:19 PM, Dumez, Christophe wrote: > Hi, > > Yes, you are right. Please find attached a corrected patch. > > Kr, > Chris. > > On Tue, Jun 14, 2011 at 9:36 PM, Patrick Ohly wrote:

Re: [MeeGo-dev] [Meego-handset] Dialer Project meeting - Minutes for Tuesday 6/14

2011-06-14 Thread Shane Bryan
== #meego-meeting: Dialer Project meeting == Meeting started by sabotage at 14:57:27 UTC. Meeting summary available at: http://irclogs.meego.com/meetbot/meego-meeting/2011/meego-meeting.2011-06-14-14.57.html The full logs a