Re: need help starting kde plasma-mobile

2013-04-29 Thread Michael Pyne
On Sat, April 27, 2013 09:06:54 Paul S wrote: > i'm trying to start a kdesrc-build built plasma-mobile from 27apr13 git, > built on debian linux using kdesrc-build from a mix of local libs and kde > 4.10.2 stable branch. kde runs well, but plasma won't start. I've included > below the 3 scripts use

Re: Self Introduction and Project Idea : GSOC 2013

2013-04-29 Thread Luigi Toscano
Mohd Faisal wrote: > Dear Sir, > I am a M.Tech (Information Security) student from NIT Durgapur > backed with B.Tech in Computer Science and Engineering. > > I am interested in " web application " specially in "Localization team > management Tool" . [...] > I would really appreciate a l

Self Introduction and Project Idea : GSOC 2013

2013-04-29 Thread Mohd Faisal
Dear Sir, I am a M.Tech (Information Security) student from NIT Durgapur backed with B.Tech in Computer Science and Engineering. I am interested in " web application " specially in "Localization team management Tool" . I have done Project in BTECH which was based on web application-

Re: [Development] kdelibs coding style

2013-04-29 Thread Giuseppe D'Angelo
On 29 April 2013 21:20, Thiago Macieira wrote: > On segunda-feira, 29 de abril de 2013 18.52.16, Giuseppe D'Angelo wrote: >> On 29 April 2013 18:43, Thiago Macieira wrote: >> > With that in mind, I would suggest we change *both* coding styles to >> > optionally permit the braces, and strongly sug

Re: [Development] kdelibs coding style

2013-04-29 Thread Olivier Goffart
On Monday 29 April 2013 09:43:55 Thiago Macieira wrote: > On segunda-feira, 29 de abril de 2013 17.16.49, Sergio Martins wrote: > > The thing is, I just discovered that the kdelibs style[1] has a little > > difference from Qt, it uses braces for one-line if statements. > > > > This seems to be a d

Re: [Development] kdelibs coding style

2013-04-29 Thread Thiago Macieira
On segunda-feira, 29 de abril de 2013 18.52.16, Giuseppe D'Angelo wrote: > On 29 April 2013 18:43, Thiago Macieira wrote: > > With that in mind, I would suggest we change *both* coding styles to > > optionally permit the braces, and strongly suggest it for more-complex > > conditionals. > > In Qt

Re: [Development] kdelibs coding style

2013-04-29 Thread Giuseppe D'Angelo
On 29 April 2013 18:43, Thiago Macieira wrote: > > With that in mind, I would suggest we change *both* coding styles to > optionally permit the braces, and strongly suggest it for more-complex > conditionals. In Qt the braces are already mandatory if the condition spans over more than one line (w

Re: kdelibs coding style

2013-04-29 Thread Thiago Macieira
On segunda-feira, 29 de abril de 2013 17.16.49, Sergio Martins wrote: > The thing is, I just discovered that the kdelibs style[1] has a little > difference from Qt, it uses braces for one-line if statements. > > This seems to be a documentation/policy only rule, as the kdelibs code is > full of if

Re: kdelibs coding style

2013-04-29 Thread Sergio Martins
On Monday, April 29, 2013 05:16:49 PM you wrote: > Hi, > > > In the last PIM meeting in Berlin, we decided to give up on our beloved > KDEPIM coding style. > > We figured out that it's more important to have a consistent style across > KDE and Qt than to have the periodical discussions about ide

kdelibs coding style

2013-04-29 Thread Sergio Martins
Hi, In the last PIM meeting in Berlin, we decided to give up on our beloved KDEPIM coding style. We figured out that it's more important to have a consistent style across KDE and Qt than to have the periodical discussions about identation and braces. The thing is, I just discovered that the