On Friday 05 August 2011 00:09:09 Steven Sroka wrote:
> Does anyone know where the code is that generates the right click
> menu in Dolphin?
>
> Steve
src/dolphincontextmenu.cpp
Does anyone know where the code is that generates the right click menu
in Dolphin?
Steve
On Thursday 14 July 2011, Alexander Neundorf wrote:
> On Thursday 14 July 2011, Sune Vuorela wrote:
> > On Thursday 14 July 2011 03:42:01 Michael Jansen wrote:
> > > On Thursday 14 July 2011 10:49:50 Ian Wadham wrote:
> > > > On 14/07/2011, at 5:16 AM, Alexander Neundorf wrote:
> > > > > What do yo
> On Aug. 4, 2011, 12:14 p.m., Christoph Feck wrote:
> > > it is missing the code to delete the files
> >
> > And I doubt we will be able to solve this.
> > * Delete thumbnails of files that are no longer present? I have thumbnails
> > from files of external hard disks, and I rather would like
On Tuesday 02 August 2011, Alexander Neundorf wrote:
> On Friday 29 July 2011, Alexander Neundorf wrote:
> > Hi,
...
> > I have set up a doodle poll here:
> > http://www.doodle.com/v53bgft9xkffdnft
> >
> > Please enter when you can attend (the earlier the better), and we'll
> > decide this way.
>
On Thu, Aug 4, 2011 at 9:11 AM, Thiago Macieira wrote:
>This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/102179/
>
> Ok, then there's something wrong. QHostInfo has had a blocking method since
> Qt 4.0.
>
> Thiago, you must have forgotten but you
On Thursday 04 August 2011 15:46:57 Jeremy Whiting wrote:
> P.S. I would have used reviewboard, but there's no kdenetwork or
> kopete repository set up in there :)
https://svn.reviewboard.kde.org/groups/
On Thu, Aug 4, 2011 at 5:31 AM, Albert Astals Cid wrote:
>This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/102179/
>
> On August 4th, 2011, 3:19 a.m., *Dawit Alemayehu* wrote:
>
> I do not like this patch for the very reason you stated. I do not w
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102179/#review5396
---
That makes sense.
Then we need only one thread, one that runs t
Hello,
Qt 4.8 has a change to moc which makes virtual inheritance from QObject no
longer possible. This caused a problem in Jovie that was fixed by not
virtually inheriting from QObject anymore. There is a similar compile
problem in kdenetwork/kopete/libkopete at the moment and the attached patc
> On Aug. 4, 2011, 1:11 p.m., Thiago Macieira wrote:
> > Ok, then there's something wrong. QHostInfo has had a blocking method since
> > Qt 4.0.
Can not use it since we have a timeout parameter. Thus we either need the
thread (to use the blocking method and forget about the thread when the tim
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102179/#review5390
---
Ok, then there's something wrong. QHostInfo has had a blocking m
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102083/#review5389
---
> it is missing the code to delete the files
And I doubt we wil
Thanks, Valentin. That answers all my questions. It sounds like a decent
migration strategy. :)
On Thursday, August 04, 2011 12:17:36 Valentin Rusu wrote:
> On 08/04/2011 09:51 AM, Sebastian Kügler wrote:
> > Hi Valentino,
> >
> > [snip]
> > Cheer, and thanks for your work on ksecretservice!
>
> On Aug. 4, 2011, 7:14 a.m., Thiago Macieira wrote:
> > QHostInfo is already threaded. This code is unnecessary today and should be
> > removed.
If we remove the thread we need to introduce a nested eventloop since that
method is public and supposed to be blocking. Is that OK?
- Albert
--
On 08/01/2011 03:19 PM, Allen Winter wrote:
> On Sunday 31 July 2011 6:19:20 PM Valentin Rusu wrote:
>> Hello,
>>
>> I'd like to get the KSecretsService code checked by Krazy.
[snip]
> In playground/base (SVN) create a file called .krazy with the line:
> EXTRASUBS ksecretservice
>
> then commit pl
Hello Sebas :-)
On 08/04/2011 09:51 AM, Sebastian Kügler wrote:
> Hi Valentino,
>
> [snip]
>> One more component should be the KWallet backend, an implementation of
>> the current KWallet class based on the new "Client API". KWallet code is
>> actually spread inside several GIT repositories: kdeli
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102178/#review5379
---
This review has been submitted with commit
f1e3aecc8244f6cdc77d
> On Aug. 4, 2011, 3:19 a.m., Dawit Alemayehu wrote:
> > I do not like this patch for the very reason you stated. I do not want the
> > mutex there either because it is rather expensive. As it stands we start a
> > thread for each lookup right now which in of itself is already too
> > expensiv
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102195/#review5377
---
This review has been submitted with commit
c02dc754657552bf35c2
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102195/#review5376
---
This review has been submitted with commit
f21e1ec8b2a810008119
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102195/#review5375
---
Ship it!
I haven't had the time to implement monthly backups, a
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102195/
---
(Updated Aug. 4, 2011, 8:56 a.m.)
Review request for KDE Runtime, Nepomuk
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102195/#review5374
---
Please put this in the group "nepomuk". Then Vishesh will surely
I think what is needed is a series of more specific alternate names in
a .desktop file, with more levels than the current GenericName and Name.
By default, applications get the simplest name. If there is a collision,
*both* get promoted to the next most specific name.
E.g. you might have
name1=I
Hi Valentino,
On Monday, August 01, 2011 17:13:18 Valentin Rusu wrote:
> KSecretsService API is now nearing the finished state. But this would be
> confirmed by starting using it as a KWallet API backend. Naturally, I'll
> do this on my system but I'd like to do it such that:
Very cool :-)
> One
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102179/#review5371
---
QHostInfo is already threaded. This code is unnecessary today an
27 matches
Mail list logo