Re: Review Request: W7 Tab thumbnails in dolphin.

2011-10-04 Thread Martin Gräßlin
On Oct. 3, 2011, 1:15 p.m., David Faure wrote: Couldn't this be done higher in the stack, e.g. in KTabWidget or in Qt? Kevin Kofler wrote: Indeed, I think there should be some interface for this stuff in kdelibs, so that 1. applications don't have to add such platform-specific code

Re: Review Request: W7 Tab thumbnails in dolphin.

2011-10-04 Thread Andrius da Costa Ribas
On Oct. 3, 2011, 1:15 p.m., David Faure wrote: Couldn't this be done higher in the stack, e.g. in KTabWidget or in Qt? Kevin Kofler wrote: Indeed, I think there should be some interface for this stuff in kdelibs, so that 1. applications don't have to add such platform-specific code

Re: Review Request: W7 Tab thumbnails in dolphin.

2011-10-04 Thread Andrius da Costa Ribas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102758/#review7062 --- dolphin/src/dolphinmainwindow.cpp

Re: The future of Power Management - together with Activities

2011-10-04 Thread Alexander Dymo
Sat, 01 Oct 2011 17:27:48 +0300 you wrote Dario Freddi drf54...@gmail.com: The first, important part: we plan to remove the Warning step and the possibility of creating profiles manually. So we will have just 3 static profiles: one for AC power, one for the PC running on battery, one for the

Re: Review Request: little faster sycoca

2011-10-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102723/#review7076 --- This review has been submitted with commit

Re: Review Request: fix sycoca off by one

2011-10-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102748/#review7080 --- This review has been submitted with commit

Re: Review Request: Proxy overhaul Part 5: Add support for trying multiple proxies to KIO HTTP

2011-10-04 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102696/#review7077 --- This review has been submitted with commit

Re: The case for a kdelibs 4.8

2011-10-04 Thread Dirk Mueller
On Thursday 29 September 2011, Kevin Kofler wrote: 2. It will be confusing to our users, and even to some packagers, to have a KDE SC 4.8 on kdelibs 4.7. The rule so far has always been that the kdelibs version must be the same as the KDE SC version. Changing this will also break all our

Re: The future of Power Management - together with Activities

2011-10-04 Thread Steven Sroka
On 2 October 2011 19:01, Dario Freddi drf54...@gmail.com wrote: 2011/10/2 Michael Pyne mp...@kde.org: On Sunday, October 02, 2011 19:52:09 Dario Freddi wrote: On Sunday 02 October 2011 19:35:15 Michael Pyne wrote: And even assuming the user knows how to do this, if they want to change power

More convenient text completion in KDE UIs

2011-10-04 Thread Jaroslaw Staniek
Hi, Short version our kurl combo boxes are rather worse in completing than than firefox's url combo because it 1. uses full text search for matches 2. highlights all the matches using bold See http://i0.simplest-image-hosting.net/168bf183b2abe8bc9188aacc163dd507/plasma-desktopro2847.jpg Anyone

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

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 --

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

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 a

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 the

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 yogeshm@gmail.comwrote: On 3 October 2011

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 t...@net-bembel.de wrote: ** Hi, on Monday 03 October 2011 09:53:22 Nikos Chantziaras wrote: On 10/03/2011 09:34 AM, dmitry chernov wrote:

[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.