Re: Just getting into KDE programming: what do I need to build just this module?

2011-11-03 Thread Gilles Habran
Hi, It could be useful to add some informations about how to use Qt Creator and/or KDevelop with kdesrc-build here : http://techbase.kde.org/Getting_Started/Build/kdesrc-build I tried to use this method to do a small patch for Amarok and it was "hard" to figure out why the Qt Creator compiling re

Re: Just getting into KDE programming: what do I need to build just this module?

2011-11-03 Thread Antonis Tsiapaliokas
Hello First of all, in order to build the kde-workspace, you must install the -devel packages of some basic packages. For examples cmake. In ubuntu, there is a package with name buildessentials or something like that. You will need it :) Also kdevelop is a very powerful IDE, which it could help y

Re: Just getting into KDE programming: what do I need to build just this module?

2011-11-03 Thread Stas Verberkt
On 03.11.2011 14:11, Dotan Cohen wrote: On Thu, Nov 3, 2011 at 14:58, Kevin Krammer wrote: You get the source of the module the code of interest is in, i.e. in your case kde-workspace, and satisfy its build dependencies. Most likely that means installing the development package for kdelibs.

Re: Just getting into KDE programming: what do I need to build just this module?

2011-11-03 Thread Tomaz Canabrava
On Thu, Nov 3, 2011 at 2:53 PM, Dotan Cohen wrote: > On Thu, Nov 3, 2011 at 17:48, Tomaz Canabrava wrote: >> There is also a page on Techbase about git and subversion, with an >> extensible usage example. >> > > Thank you Tomaz, That page also assume much previous knowledge: > http://community.kd

Re: Just getting into KDE programming: what do I need to build just this module?

2011-11-03 Thread Dotan Cohen
On Thu, Nov 3, 2011 at 17:48, Tomaz Canabrava wrote: > There is also a page on Techbase about git and subversion, with an > extensible usage example. > Thank you Tomaz, That page also assume much previous knowledge: http://community.kde.org/KDE_Core/Platform_11/Git_Workflow I'll just google some

Re: Just getting into KDE programming: what do I need to build just this module?

2011-11-03 Thread Christoph Feck
On Thursday 03 November 2011 13:44:26 Dotan Cohen wrote: > As a long-time bug triagger it is about time that I learn to fix > things. This looks like a relatively simple fix to start with: > > 8 keyboard layouts configured, message that only 4 are allowed. > https://bugs.kde.org/show_bug.cgi?id=28

Re: Just getting into KDE programming: what do I need to build just this module?

2011-11-03 Thread Tomaz Canabrava
On Thu, Nov 3, 2011 at 11:11 AM, Dotan Cohen wrote: > On Thu, Nov 3, 2011 at 14:58, Kevin Krammer wrote: >> You get the source of the module the code of interest is in, i.e. in your >> case >> kde-workspace, and satisfy its build dependencies. >> Most likely that means installing the development

Re: Just getting into KDE programming: what do I need to build just this module?

2011-11-03 Thread Dotan Cohen
On Thu, Nov 3, 2011 at 14:58, Kevin Krammer wrote: > You get the source of the module the code of interest is in, i.e. in your case > kde-workspace, and satisfy its build dependencies. > Most likely that means installing the development package for kdelibs. > Thank you Kevin. I have found informa

Re: Just getting into KDE programming: what do I need to build just this module?

2011-11-03 Thread Kevin Krammer
On Thursday, 2011-11-03, Dotan Cohen wrote: > As a long-time bug triagger it is about time that I learn to fix > things. This looks like a relatively simple fix to start with: > > 8 keyboard layouts configured, message that only 4 are allowed. > https://bugs.kde.org/show_bug.cgi?id=285562 > > Goi

Just getting into KDE programming: what do I need to build just this module?

2011-11-03 Thread Dotan Cohen
As a long-time bug triagger it is about time that I learn to fix things. This looks like a relatively simple fix to start with: 8 keyboard layouts configured, message that only 4 are allowed. https://bugs.kde.org/show_bug.cgi?id=285562 Going over the available docs, i am still not sure where to s