Re: New Developer

2016-01-23 Thread Sayan Biswas
Hi, Welcome to KDE. For starter you can fix few bugs of different KDE application(whichever suits you best). Check this out -> https://bugs.kde.org/ . You can also look into our junior jobs. The link is same as the above. Cheers, Sayan On Sat, Jan 23, 2016 at 3:44 PM, Sangeeta Sharma wrote: >

New Developer

2016-01-23 Thread Sangeeta Sharma
Hi, i am new to KDE. I would like to help in the development of existing projects. Can somebody guide me or give me some task that'll help me out to get to know it better. Thank you. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: New developer

2015-12-30 Thread Kevin Funk
On Wednesday, December 30, 2015 06:44:49 PM Yosef Levy wrote: > Most of bugs are resolved already. Uh? http://kde.org/jj only shows open bugs. Cheers, Kevin > בתאריך 30 בדצמ׳ 2015 12:49,‏ "Kevin Funk" כתב: > > On Wednesday, December 30, 2015 03:51:49 PM Anirudh GP wrote: > > > Hi guys, > > >

Re: New developer

2015-12-30 Thread Yosef Levy
Most of bugs are resolved already. בתאריך 30 בדצמ׳ 2015 12:49,‏ "Kevin Funk" כתב: > On Wednesday, December 30, 2015 03:51:49 PM Anirudh GP wrote: > > Hi guys, > > > > I'm Anirudh and I want to start contributing to the KDE community. How > do I > > get started? > > > > Thanks > > Anirudh > > Heya

Re: New developer

2015-12-30 Thread Kevin Funk
On Wednesday, December 30, 2015 03:51:49 PM Anirudh GP wrote: > Hi guys, > > I'm Anirudh and I want to start contributing to the KDE community. How do I > get started? > > Thanks > Anirudh Heya, this question has been asked a few times on this mailing list already. Let me give you starting aid

New developer

2015-12-30 Thread Anirudh GP
Hi guys, I'm Anirudh and I want to start contributing to the KDE community. How do I get started? Thanks Anirudh >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: New developer need help with porting a project

2011-04-23 Thread Tomaz Canabrava
Can you go to the irc, in freenode, talk in the #gluon channel? On Sat, Apr 23, 2011 at 8:00 PM, Tomaz Canabrava wrote: > I`ll gladly help you porting it to KDE, > you may get in contact with my me directly by tcanabr...@kde.org, > if you want, I can even upload your software to the KDE repo, and

Re: New developer need help with porting a project

2011-04-23 Thread Tomaz Canabrava
I`ll gladly help you porting it to KDE, you may get in contact with my me directly by tcanabr...@kde.org, if you want, I can even upload your software to the KDE repo, and we can go porting it on kde`s git. On Sat, Apr 23, 2011 at 11:33 AM, Francois Blanchette wrote: > On Friday, April 22, 2011

Re: New developer need help with porting a project

2011-04-23 Thread Francois Blanchette
On Friday, April 22, 2011 09:08:13 AM Tomaz Canabrava wrote: > Another thing, that I'v been just pointed out... > why don't you get in contact with the KDe-Games people? there's also > the Gluon Project, and they are tying to make a game editor for quite > some time. Thank you for taking the time

Re: New developer need help with porting a project

2011-04-22 Thread Tomaz Canabrava
Another thing, that I'v been just pointed out... why don't you get in contact with the KDe-Games people? there's also the Gluon Project, and they are tying to make a game editor for quite some time. On Mon, Apr 18, 2011 at 6:24 AM, Francois Blanchette wrote: >> ldd lgck-builder | grep png > > ld

Re: New developer need help with porting a project

2011-04-18 Thread Thomas Lübking
Am 18.04.2011, 12:24 Uhr, schrieb Francois Blanchette : > Out of curiosity. Which of the following packages should be installed? > (those currently installed on my machine are marked wiht an X) > > X libpng12-0 > X libpng12-compat-devel > X libpng12-devel > > X libpng14-14 > libpng14-compat-devel

Re: New developer need help with porting a project

2011-04-18 Thread Francois Blanchette
> ldd lgck-builder | grep png ldd lgck-builder | grep png libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x7f6f140a5000) libpng14.so.14 => /usr/lib64/libpng14.so.14 (0x7f6f0f992000) On a hunch, I downloaded libpng144 and compiled the sfml libs against it. Cleared the build dir

Re: New developer need help with porting a project

2011-04-17 Thread Thomas Lübking
Am 17.04.2011, 20:58 Uhr, schrieb Francois Blanchette : > So far so good. Where does the 1.2 come from? ldd lgck-builder | grep png maybe you link it explicitly from cmake? (try "ccmake" and press "t") > >> If your application links the Qt version from SuSE and the Qt version >> from >> SuSE

Re: New developer need help with porting a project

2011-04-17 Thread Francois Blanchette
> ldd myApp | grep QtGui ldd lgck-builder | grep QtGui libQtGui.so.4 => /usr/lib64/libQtGui.so.4 (0x7fc247671000) > ldd | grep png ldd /usr/lib64/libQtGui.so.4 | grep png libpng14.so.14 => /usr/lib64/libpng14.so.14 (0x7fed34811000) /usr/include/png.h is symlink to ver

Re: New developer need help with porting a project

2011-04-17 Thread Thomas Lübking
Am 17.04.2011, 16:37 Uhr, schrieb Francois Blanchette : > So the problem would be with the already out of date KDE/qt libs that > camepreinstalled with opensuse 11.3? When I build through the cmake > chain thosebinaries are called instead of the qt 4.7.1 which I installed > separately.

Re: New developer need help with porting a project

2011-04-17 Thread Francois Blanchette
Thank you for your reply, > Qt was compiled against libpng1.4 (current) but your system ships 1.2 > (dated) > Where and how did you get Qt binaries & what versions of libpng are on > your system and which does ligQtGui link? If I compile through qtCreator the libpng issue is not existant since i

Re: New developer need help with porting a project

2011-04-16 Thread Thomas Lübking
Am 16.04.2011, 17:04 Uhr, schrieb Francois Blanchette : > libpng warning: Application was compiled with png.h from libpng-1.4.4 > libpng warning: Application is running with png.c from libpng-1.2.44 > libpng error: Incompatible libpng version in application and library Qt was compiled against

New developer need help with porting a project

2011-04-16 Thread Francois Blanchette
Hello, Summary - I'm asking for a little assistance with the transition process. I have been in the process of converting my existing project into a KDE app. It's a game construction kit like the ones you would find in the old days of the commodore 64. The projet home page will gi