Files, config, and welcome (again)

2012-04-14 Thread Michał 'rysiek7; Woźniak
e files from a QML/JS plasmoid? I am running KDE SC 4.7.4 in Debian Sid. -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel

Re: Files, config, and welcome (again)

2012-04-23 Thread Michał 'rysiek7; Woźniak
tem from my todo-list, which is > "Create Akonadi-based Todo-Plasmoid". Yay! :) Hey, I haven't done it yet! ;) -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Files, config, and welcome (again)

2012-07-19 Thread Michał 'rysiek7; Woźniak
! -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Files, config, and welcome (again)

2012-07-28 Thread Michał 'rysiek7; Woźniak
Dnia piątek, 20 lipca 2012 o 09:35:35 Kevin Krammer napisał(a): > On Thursday, 2012-07-19, Michał 'rysiek' Woźniak wrote: > > Hi again, > > > > Got entangled in a lot of other work, finally getting back to the > > QML/JS ToDo plasmoid of mine. > > &g

Re: Files, config, and welcome (again)

2012-07-30 Thread Michał 'rysiek7; Woźniak
Dnia niedziela, 29 lipca 2012 o 17:05:24 Kevin Krammer napisał(a): > On Saturday, 2012-07-28, Michał 'rysiek' Woźniak wrote: > > I get: > > > > "The module 'org.kde' is not installed" > > > > Any hints? Not being able to save the ta

Re: Files, config, and welcome (again)

2012-07-30 Thread Michał 'rysiek7; Woźniak
Dnia poniedziałek, 30 lipca 2012 o 14:49:03 Kevin Krammer napisał(a): > On Monday, 2012-07-30, Kevin Krammer wrote: > > On Monday, 2012-07-30, Michał 'rysiek' Woźniak wrote: > > > Dnia niedziela, 29 lipca 2012 o 17:05:24 Kevin Krammer napisał(a): > > > >

Drag and drop across plasmoids

2012-08-06 Thread Michał 'rysiek7; Woźniak
the other just makes sense, doesn't it. Alternatively, copy-and-paste/clipboard support would be immensely helpful, even with "export item to plain text" requirement. -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.a

Ordering items in QML Column

2012-09-07 Thread Michał 'rysiek7; Woźniak
://doc.qt.nokia.com/4.7/qml-column.html -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://ma

Re: System tray

2012-09-18 Thread Michał 'rysiek7; Woźniak
asmoids here (KDE 4.8.4) slide *upwards*, instead of down, even when we're talking about bottom-panel-based ones. This looks strange and sometimes leaves artifatcs on the screen. -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego

Tasker in 4.10?

2012-09-28 Thread Michał 'rysiek7; Woźniak
edmine.hackerspace.pl/projects/private-tasker/repository And here's the rationale/idea: http://rys.io/en/71 Is it possible to get Tasker in 4.10? What is the procedure? What are the deadlines? Obviously the code needs a bit of love, but I am going to work on that anyway. -- Pozdrawiam Michał

Re: Tasker in 4.10?

2012-09-28 Thread Michał 'rysiek7; Woźniak
he release # with other numbers too of course :) it's the first > hit that comes back. Cool! -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Testing several plasmoid instances at the same time

2012-10-24 Thread Michał 'rysiek7; Woźniak
hints? Am I missing something? -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://ma

Using a system-default File Dialog in QML

2013-04-13 Thread Michał 'rysiek7; Woźniak
alogs). -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Using a system-default File Dialog in QML

2013-04-13 Thread Michał 'rysiek7; Woźniak
lly an option... -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Using a system-default File Dialog in QML

2013-04-13 Thread Michał 'rysiek7; Woźniak
Dnia sobota, 13 kwietnia 2013 o 19:07:59 Michał 'rysiek' Woźniak napisał(a): > Dnia sobota, 13 kwietnia 2013 o 18:52:09 Shaun Reich napisał(a): > > through javascript. be sure to have your .desktop extension > > enabled: > > > > http://techbase.kde.org/Deve

Re: Using a system-default File Dialog in QML

2013-04-13 Thread Michał 'rysiek7; Woźniak
console.log('+- file selected: ' + fd.file) } The first two did not seem to work; the last one is apparently syntactically incorrect. -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed mess

Re: Using a system-default File Dialog in QML

2013-04-14 Thread Michał 'rysiek7; Woźniak
Dnia sobota, 13 kwietnia 2013 o 19:56:25 Michał 'rysiek' Woźniak napisał(a): > Hi again, > > I managed to load and show the dialog, now am having problems > handling the signals. What is the correct way of handling them? I > tried: > (...) Okay, got it. Sorry for b

Re: Copy text to clipboard from javascript plasmoid

2013-04-14 Thread Michał 'rysiek7; Woźniak
object. So apparently this is not the way. Any pointers? -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Pl

IOJob file write access

2013-04-14 Thread Michał 'rysiek7; Woźniak
so, is there a way to get write-access to files in QML/JS? -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing l

Behaviours with States

2013-04-17 Thread Michał 'rysiek7; Woźniak
ndeed works. I think it would be a good idea to out that in the docs. -- Pozdrawiam Michał "rysiek" Woźniak Fundacja Wolnego i Otwartego Oprogramowania signature.asc Description: This is a digitally signed message part. ___ Plasma-devel m