Re: Tasker in 4.10?

2012-09-29 Thread Aaron J. Seigo
On Saturday, September 29, 2012 11:11:32 Shaun Reich wrote:
 do you happen to know of an example of something that isn't? never
 figured that one out, making it non-modal. iirc you can't use
 kmessagebox or else it's automatically modal.

you can use KMessageBox::createMessageBox and then set the dialog to not be 
modal. it is a bit of a clumsy API like that. you can also probably send in a 
parent windowId of 0 and then pass WindowModal in the options flags.

-- 
Aaron J. Seigo

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


Tasker in 4.10?

2012-09-28 Thread Michał 'rysiek' Woźniak
Hi there,

Seen the StackFolder thread and thought why the heck not?. You might 
remember a few of my threads about Tasker. here's the KDE-Look:
http://kde-look.org/content/show.php?content=152988

And here's my repo (contains much more fresh code):
https://redmine.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ł 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: Tasker in 4.10?

2012-09-28 Thread Aaron J. Seigo
On Friday, September 28, 2012 19:59:45 Michał 'rysiek'  Woźniak wrote:
 Is it possible to get Tasker in 4.10? What is the procedure?

it has to be:

* maintained
* work in all form factors (planar/desktop, vertical, horizontal)
* follow the typical Plasma principles of resizability, no blocking UI (modal
dialogs are evil, e.g.) etc
* stable

preferably:

* usable/useful not only with a mouse but with touch too
* the UI done in QML
* bonus points for integration with other KDE technologies

btw, where is currently developed (git repo address e.g.)?

 What are the deadlines?

deadlines are described in the KDE SC release schedule.  in fact, if you
google for KDE SC 4.10 release schedule (you can replace the release # with
other numbers too of course :) it's the first hit that comes back.

--
Aaron Seigo

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: Tasker in 4.10?

2012-09-28 Thread Michał 'rysiek' Woźniak
Dnia piątek, 28 września 2012 o 21:46:18 Aaron J. Seigo napisał(a):
 On Friday, September 28, 2012 19:59:45 Michał 'rysiek'  Woźniak 
wrote:
  Is it possible to get Tasker in 4.10? What is the procedure?
 
 it has to be:
 
 * maintained
 * work in all form factors (planar/desktop, vertical, horizontal)
 * follow the typical Plasma principles of resizability, no blocking
 UI (modal dialogs are evil, e.g.) etc
 * stable
 
 preferably:
 
 * usable/useful not only with a mouse but with touch too
 * the UI done in QML
 * bonus points for integration with other KDE technologies

Fantastic! Thanks, now I got myself a roadmap!

 btw, where is currently developed (git repo address e.g.)?

I sent a link to a repo, here it is again:
https://redmine.hackerspace.pl/projects/private-tasker/repository

Hummm... Now that I think about it, I should get some anonymous access 
goiong. Another point to the roadmap!

  What are the deadlines?
 
 deadlines are described in the KDE SC release schedule.  in fact,
 if you google for KDE SC 4.10 release schedule (you can replace
 the 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


Re: Tasker in 4.10?

2012-09-28 Thread Aaron J. Seigo
On Friday, September 28, 2012 22:11:37 Michał 'rysiek'  Woźniak wrote:
 I sent a link to a repo, here it is again:
 https://redmine.hackerspace.pl/projects/private-tasker/repository

you'll want to move this to git.kde.org ... you can get a devel account on
identity.kde.org

--
Aaron J. Seigo

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: Tasker in 4.10?

2012-09-28 Thread Shaun Reich
speaking of modal dialogs; aren't there still a few in plasma still?
last i checked there was one for pretty common cases like removing a
panel, and since it blocks plasma, i had trouble with it when it
wasn't in focus.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel