Re: soprano cmake error

2013-03-09 Thread Stephen Kelly
Thiago Macieira wrote: > On sábado, 9 de março de 2013 09.19.02, Reza Shah wrote: >> CMake Error at cmake/modules/FindQt4.cmake:1239 (MESSAGE): >> Qt qmake not found! > > Where is qmake? And is it on $PATH? Note that for Arch, 'qmake' is the Qt 5 version, and they don't appear to use qtchoose

Re: Kde Phonon and qmake

2012-08-03 Thread Stephen Kelly
Harald Sitter wrote: > We are aware of building on windows not being a particular charm The reporter is running away from the automoc4 dependency. The solution is to update your cmake dependency to 2.8.6 which has automoc built-in (and anyone using Windows is probably already using that version

Re: Why does KPushButton have a delayedMenu?

2012-04-06 Thread Stephen Kelly
Thomas Lübking wrote: > Am 06.04.2012, 15:20 Uhr, schrieb Stephen Kelly : > >> Interesting. So should KPushButtons which wish to use the delayed popup >> stuff be changed to QToolButtons > > Likely. At least bot examples should actually be toolbuttons - esp. since &

Re: Why does KPushButton have a delayedMenu?

2012-04-06 Thread Stephen Kelly
Eike Hein wrote: > On 04/06/2012 01:08 PM, Richard Moore wrote: >> It's for things like a browser's back button where a click moves you >> back, wheras press and hold shows a menu of the recent history. > > Another use is in Konsole (and Yakuake) where click-and-hold on > the "New Tab" button ope

Re: How to fix .desktop file bug?

2011-07-10 Thread Stephen Kelly
Cyrille Berger Skott wrote: > Hi, > > On Sunday 10 July 2011, Stephen Kelly wrote: >> So for starters as I don't know much about desktop files: >> >> Is NoDisplay=true the correct way to make an entry not show up in >> krunner, >> or there a more co

How to fix .desktop file bug?

2011-07-10 Thread Stephen Kelly
Hi, A month ago I applied https://projects.kde.org/projects/kde/kdepim/repository/revisions/93cc0b6708c5a122db913235274a5bbf5ce0711f/diff/kontact/src/kontactconfig.desktop because two entries for kontact were showing up in krunner - one was actually kontact, the other was the kontact config di

Re: How to fix .ui file & bug?

2011-07-10 Thread Stephen Kelly
Stephen Kelly wrote: > > Hi, > > I'm looking at https://bugs.kde.org/show_bug.cgi?id=274924 I don't know > how to fix it. I gave it a buddy. Thanks Jan and Albert. :) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

How to fix .ui file & bug?

2011-07-09 Thread Stephen Kelly
Hi, I'm looking at https://bugs.kde.org/show_bug.cgi?id=274924 I don't know how to fix it. I looked at other .ui files in kdepim, and there doesn't seem to be anything I particularly need to do to mark an accelerator. Other ui files seem to do the same thing. The entry is S&av

Re: Communication between C++ and QML

2011-06-03 Thread Stephen Kelly
Stefan Majewsky wrote: > Hi, > > I've been looking into QML again for kdegames. Some background: I > added a QDeclarativeImageProvider to feed images from libtagaro's > ThemeProvider into QML, and that mostly works (with an emphasis on > mostly; QTBUG-14900). Then I tried something more difficult

Re: Thoughts from a former KDE, currently Mozilla developer

2010-12-07 Thread Stephen Kelly
Benoit Jacob wrote: > Hi, > > I would like to share some hopefully interesting thoughts, from a > comparison of a few things in KDE and in Mozilla, in the hope that it > helps KDE borrow good ideas from elsewhere. > > * > 1. Issue tracker (Mozilla) vs. Mailing lists (KDE). Hi, Are you sugg

Re: Howto create akonadi resource in python

2010-12-01 Thread Stephen Kelly
Ignacio Lorenzo García wrote: > Hello, > I'm trying to create a resource akonadi in python, but I need help getting > started.Anybody can help me find documentation? or guide me? Nobody has done it yet with the bindings. It is probably not possible. Akonadi::Item uses C++ templates, which are no