Re: Highlighting and spellchecking

2012-08-16 Thread laurent Montel
Le jeudi 16 août 2012 02:09:11 Aleix Pol a écrit : > Hi KDE Devels! > In KDevelop we have a QTextEdit that is used to fill the commit > message, before committing. This QTextEdit has syntax highlighting for > git, so that you'll get some error notifications in case you fill the > second line or you

Re: Call for Projects: University Collaboration in Toulouse

2012-08-16 Thread Kevin Ottens
Hello, As a reminder: I need to close the list of projects real soon now. If you did send me your proposal yet please do so NOW! I'm especially looking at the ones who told me in private they wanted to participate but sent nothing. You know who you are. ;-) Of course if you didn't contact me yet,

Re: Call for Projects: University Collaboration in Toulouse

2012-08-16 Thread Torsten Rahn
Hello, On Donnerstag, 16. August 2012 12:12:12 Kevin Ottens wrote: > Hello, > > As a reminder: I need to close the list of projects real soon now. If you > did send me your proposal yet please do so NOW! On behalf of the Marble Team I'd like to express our highest interest in participation!

How to construct the DBus identifier for current app?

2012-08-16 Thread Milian Wolff
Hey there, see for context: http://git.reviewboard.kde.org/r/105917/#review17551 tl;dr; I need to construct the DBus identifier of the currently running app, e.g. "org.kdevelop.kdevelop-$pid" - from inside a library. I found KAboutData, which could be obtained via KCmdLineArgs::aboutData(). Th

Re: How to construct the DBus identifier for current app?

2012-08-16 Thread Kevin Krammer
On Thursday, 2012-08-16, Milian Wolff wrote: > Hey there, > > see for context: http://git.reviewboard.kde.org/r/105917/#review17551 > > tl;dr; I need to construct the DBus identifier of the currently running > app, e.g. "org.kdevelop.kdevelop-$pid" - from inside a library. > > I found KAboutData

Application specific cache

2012-08-16 Thread Milian Wolff
Hey there, where should an app store it's cache data? I see that KStandardDirs notes "cache", but how would one actually use that? I.e. if I want to write a file to the app's cache dir, I need a path to said dir. ::findDirs would not return anything for these tests: qDebug() << KGlobal::dirs

Re: Application specific cache

2012-08-16 Thread Kevin Krammer
On Thursday, 2012-08-16, Milian Wolff wrote: > Hey there, > > where should an app store it's cache data? I see that KStandardDirs notes > "cache", but how would one actually use that? > > I.e. if I want to write a file to the app's cache dir, I need a path to > said dir. ::findDirs would not retu

Re: How to construct the DBus identifier for current app?

2012-08-16 Thread Milian Wolff
On Thursday 16 August 2012 23:12:16 Kevin Krammer wrote: > On Thursday, 2012-08-16, Milian Wolff wrote: > > Hey there, > > > > see for context: http://git.reviewboard.kde.org/r/105917/#review17551 > > > > tl;dr; I need to construct the DBus identifier of the currently running > > app, e.g. "org.k

Re: How to construct the DBus identifier for current app?

2012-08-16 Thread Thiago Macieira
On quinta-feira, 16 de agosto de 2012 23.57.08, Milian Wolff wrote: > Note: Sessions are not shared between different kdevplatform users, so it > would be OK to just build the query based on the current app's KAboutData as > explained in my first email. I merely wanted to ask whether that sounds OK

Re: How to construct the DBus identifier for current app?

2012-08-16 Thread Kevin Krammer
On Thursday, 2012-08-16, Milian Wolff wrote: > On Thursday 16 August 2012 23:12:16 Kevin Krammer wrote: > > On Thursday, 2012-08-16, Milian Wolff wrote: > > > Hey there, > > > > > > see for context: http://git.reviewboard.kde.org/r/105917/#review17551 > > > > > > tl;dr; I need to construct the DB