Re: How KDE attaches icons to application?

2011-10-04 Thread Yogesh Marwaha
On 4 October 2011 21:19, dmitry chernov wrote: > Yes I use KApplication and KAboutData. But in KAboutData there two > parameters setting application name. One which sets the displayed name, and > one which is internal. Should icon name match any of them? > Icon name should match application name,

CMake 2.8.6 available for download

2011-10-04 Thread David Cole
On behalf of myself, Ken, Bill, Brad, Alex, Zach, Ben and the rest of the CMake team from all around the world, we are pleased to announce that CMake 2.8.6 is now available for download at: http://www.cmake.org/files/v2.8/?C=M;O=D It is also available from the usual download links found on the

[ANN] ODB C++ ORM 1.6.0 released, adds object projections

2011-10-04 Thread Boris Kolpackov
Hi, I am pleased to announce the release of ODB 1.6.0. ODB is an open-source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. The

Re: How KDE attaches icons to application?

2011-10-04 Thread dmitry chernov
I copied icons to /usr/share/icons/highcolor, but it doesn't help. I think this is not the case. On Mon, Oct 3, 2011 at 12:11 PM, Thomas Baumgart wrote: > ** > > Hi, > > > on Monday 03 October 2011 09:53:22 Nikos Chantziaras wrote: > > > > On 10/03/2011 09:34 AM, dmitry chernov wrote: > > > > I'

Re: How KDE attaches icons to application?

2011-10-04 Thread dmitry chernov
Yes I use KApplication and KAboutData. But in KAboutData there two parameters setting application name. One which sets the displayed name, and one which is internal. Should icon name match any of them? On Mon, Oct 3, 2011 at 11:57 AM, Yogesh Marwaha wrote: > On 3 October 2011 12:04, dmitry cherno

Re: Getting started with KDE development

2011-10-04 Thread Wagner Reck
Hi, looks like you are missing qt dev packages. Try this link http://techbase.kde.org/Getting_Started/Build/Distributions to find all dependencies -- -- Wagner Reck Enviada do meu Nokia N900 - Mensagem original - > Thanks everyone! I installed all what was suggested. > > Still get t

Re: Problem with installing plasmoid written by python .

2011-10-04 Thread Aaron J. Seigo
On Saturday, October 1, 2011 14:58:53 jialrs_...@126.com wrote: > dir , it is actually installed. beside ,my plasmoid is a popup one , I > suspect that's the problem ,because before I change the service-type from > Plasma/Applet to Plasma/PopupApplet,I can find it successful . Is it my > mistake or

Re: Bug triage process needs help

2011-10-04 Thread Aaron J. Seigo
On Saturday, October 1, 2011 09:24:25 Sven Burmeister wrote: > thread and true for devs and users likewise. The dangerous thing about it is > that users' and devs' frustration amplify each other. the truly dangerous thing is nobody doing anything. i can hammer prose out on my keyboard at a pace a

Re: Getting started with KDE development

2011-10-04 Thread Picachu Nioto
Thanks everyone! I installed all what was suggested. Still get the following error. -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - not found. -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Loo

Re: KPluginSelector: Problems with the configCommitted() signal

2011-10-04 Thread José Expósito
> it seems that this signal is only emitted if there is a X-KDE-ParentComponents > in the module's .desktop file. from kpluginselector.cpp: Hi Aaron, thank you very much for your help! But I can not solve the problem... I'm checking the KRunner code, and this is their desktop file: > [Desktop Ent