not sure this is possible...)
>
> However, I am not sure if this fit in the score of the Solid framework.
>
> Thank you for your advice!
>
> Kwon-Young Choi
>
--
Daniel Nicoletti
KDE Developer - http://dantti.wordpress.com
, this kind of usage is just wrong and must be avoided.
> Please take care.
>
> Cheers,
> Andreas
>
>
--
Daniel Nicoletti
KDE Developer - http://dantti.wordpress.com
Can't we also get Alt+1...9 ? :)
Em 16 de ago de 2017 1:13 PM, "Nate Graham"
escreveu:
> Hello everyone,
> I'd like to try to drive a resolution for https://bugs.kde.org/show_bug.
> cgi?id=80657, which is about harmonizing tab handling shortcuts across
> KDE applications.
>
> In order to move fo
QVector verifiers;// or std::vector
// push_back each instance
for (ParentClass *foo : verifiers) {
foo->someVirtualThatIsOverriden();
}
I don't think there's something wrong with this.
> I worry the answer will include templates and other scary parts of c++.
>
> Jonathan
>
--
Daniel Nicoletti
KDE Developer - http://dantti.wordpress.com
s Rechberger
>
>
> On Wed, Aug 10, 2016 at 8:23 PM, ChALkeR wrote:
>> For reference, https://bugs.kde.org/show_bug.cgi?id=365083#c11 lists purely
>> technical issues with the proposed approach, and that serves as valid
>> (technical) reasons for not accepting the proposed patch
as added in 2014 and he broke it a few weeks ago.
>
> I'd really appreciate if someone could just jump in and fix it. The
> fix is so ridiculous small and is getting way more attention than it
> should.
>
> Best Regards,
> Markus
--
Daniel Nicoletti
KDE Developer - http://dantti.wordpress.com
eData(KIO::Job*, const QByteArray&)) );
>
> It just fetches the complete file. I have few doubts:-
>
> Does KIO::TransferJob supports range-start and range-end?
> How should I go about debugging this ?
>
> It would be great if I could get some help on this.
>
> Thanks,
> Sa
gt; qdbus org.kde.kmines-[pid] /MainApplication quit
>
> KMines exits without any crash. It seems nothing went wrong.
>
> What can be the reason for this? Why am I not able to reproduce the crash.
>
> Thanks
> Regards
> Harsh Kumar
>
>>> Visit http://mail.k
2013/10/17 Lindsay Mathieson :
> On Thu, 17 Oct 2013 06:47:39 PM Daniel Nicoletti wrote:
>> I don't think you should take it as a dumb down, it's a completely
>> new code/approach, and if one wants I'd say it's now easier to
>> come with a new UI or e
for a while
longer.
>
> --
> Lindsay
>
>>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
>
--
Daniel Nicoletti
KDE Developer - http://dantti.wordpress.com
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
or file systems in general), it should be addressed
> to the kernel team.
>
> Otherwise, it should be discussed, if dolphin or
> crusader could offer a workaround (feature
> request: option to copy files in the same order
> as files are displayed in source directory).
>
>
developer
> KDE user support, developer mentoring
>
>
>>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
>
--
Daniel Nicoletti
KDE Developer - http://dantti.wordpress.com
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Macieira wrote:
>>
>> On segunda-feira, 27 de maio de 2013 17.31.55, Daniel Nicoletti wrote:
>> > I don't think it's about reloading settings at runtime,
>> > but if we where to support that it wouldn't be easy
>> > in system settings, simpl
already has the GNOME behaviour: Phonon
> Multimedia → Phonon → Hardware
>
> Changing the selected profile results in instant changes. Even if you close
> the
> dialog without pressing apply the settings changes.
>
> Kind regards,
> David
>
>>> Visit http://
2012/11/1 Lamarque V. Souza :
> What kind of things should go to extragear/base then?
>
>
>
> networkmanagement is four things: a plasmoid, a kded module, a kcmshell
> module and a standalone application for adding new connections. I think the
> retionale for networkmanagement be in extrager/base i
Hmm dont you think network is a better place? I think base would be the
last place Id look for
Em 01/11/2012 19:48, "Lamarque V. Souza" escreveu:
> **
>
> Em Thursday 01 November 2012, Christoph Feck escreveu:
>
> > On Thursday 01 November 2012 22:19:03 Lamarque V. Souza wrote:
>
> > > Em Thursda
alked about.
I don't know how can I debug a kio nor DrKonqui showed
up with a backtrace, so can you tell me how can I provide
usefull info?
[879275.991774] usb 1-3.4: usbfs: process 27261 (kio_mtp) did not
claim interface 0 before use
Best,
--
Daniel Nicoletti
KDE Developer - http://dantti.wor
ndows case.
Am I right or
it's just how mtpfs was implemented?
Best,
--
Daniel Nicoletti
KDE Developer - http://dantti.wordpress.com
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
devel&m=134252481824750&w=2
>
> Comments on the code are welcome. I will clean it up in the following days,
> including applying one coding style throughout, right now some older code is
> still formatted differently.
>
> So, tell me what you think!
>
2012/6/22 Christoph Feck :
>> kpackagekit
>
> The kpackagekit maintainer is still around, so let him decide.
KPackageKit has been renamed to Apper, tho some
bugs I've marked as unmaintained, most bugs are probably
invalid on Apper (since I tried to fix most of them).
I'll try take a look at how man
2012/6/15 Luca Ferrari :
> What does it mean that I would have to port each client if moving away
> from kded?
Mean each cliend of that interface having to rename it's access from
"org.kde.kded" to "org,kde.MyNewHelperInterface"
> Uhm...I'd like to have an object working as "storage" and thus ab
2012/6/14 Luca Ferrari :
> Hi all,
> I need to keep a consistent state among different kioslave instances,
> so as pointed out in this mailing list, I'm going to do this via KDED.
> The problem is that I don't have fully understood how this works, so
> I'm going to describe what I have so far and
2012/5/27 Lindsay Mathieson :
> I have a monitoring app sitting in the tray using KSystemTrayIcon - I was
> wanting to indicate the number of unread messages in its icon similar to the
> way kmail does it. Is there an easy way? or does kmail do it with a custom
> paint handler or something?
As the
and it will push a waited tool for KDE
(which I don't have much time to finish right now, but I can
help with directions). Print-manager* (for the record).
*And you don't need to have a printer though it is useful :P
Best,
Daniel Nicoletti - KDE Devel
w=markup
and then use KNotifierStatusItem's setIconByPixmap.
Best,
Daniel Nicoletti - KDE Developer
http://dantti.wordpress.com
When a wicked man dies, his hope perishes;
all he expected from his power comes to nothing. Prov. 11:7
>> Visit
25 matches
Mail list logo