Re: Re: Re: Team meeting today

2012-06-27 Thread Sebastian Kügler
On Thursday, June 21, 2012 16:49:42 Mark wrote: > I'm not sure about this but someone with in depth git knowledge can > probably clarify on this. I think git has an option to at least show > which people commited to which file. If you simply do that for all of git log . in a given directory helps

Re: Re: Raj change

2012-06-27 Thread Sebastian Kügler
On Wednesday, June 20, 2012 18:01:54 Swapnil Bhartiya wrote: > I think the mistake we made was to go for "300€" with no explanation, > just > changing it to "60€" sounds like repeating the same mistake. > > When I left home and moved to Delhi to prepare for my mass communication > a

Re: Re: Plasma Bug Workflow BOF

2012-06-27 Thread Sebastian Kügler
On Friday, June 22, 2012 15:11:42 Myriam Schweingruber wrote: > What needs to be understood is that all code can have bugs, that is > only natural and nobody will deny that. But that also means that we > should thrive to make the code better, and IMHO to some extend a > developer should feel respon

Adding an image to slideshow.

2012-06-27 Thread Varun Herale
Hello, This is regarding bug#302612 . When a URL is added using setUrls(url), the path is temporarily added to the "m_slideshowBackgrounds" list. But when the next slide is rendered this member doesn't remember the path added. It goes back to only cont

[KDE Bugtracking System] REMINDER: current Plasma regressions

2012-06-27 Thread bugzilla_noreply
Please find below a list of the current regressions reported for Plasma This search was scheduled by myr...@kde.org. Plasma regressions -- Bug 300885: https://bugs.kde.org/show_bug.cgi?id=300885 Priority: NOR Severity: critical Platform: Ubuntu Packages Assignee: plasma

Windows previews in qml plasmoid?

2012-06-27 Thread Michail V.
Is there a way to have windows previews in a qml plasmoid? For example is a tasks qml plasmoid possible? Regards, Michail ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Where I can find api documents of qml?

2012-06-27 Thread Shaun Reich
The best way right now is to use org.kde.qtextracomponents and use QIconItem and set the icon property to e.g. "dialog-warning". Its the equivalent to kdes kicon and what not. And you can discover which icon you want by using kdialog --geticon actions.

Re: how do I deal with special characters?

2012-06-27 Thread Djuro Drljaca
Hello, from what I see in the error string it probably expects only letters (and '#' character). Could you write the function call (with a small description what is going on) and the problematic input data so that the problem can be "debugged"? Regards, Djuro Drljaca On Wed, Jun 27, 2012 at 5:09

Re: Where I can find api documents of qml?

2012-06-27 Thread gaoxiang
On Wednesday 27 June 2012 13:32:53 David Edmundson wrote: > On Wed, Jun 27, 2012 at 1:26 PM, David Edmundson > > wrote: > > On Wed, Jun 27, 2012 at 12:53 PM, qasdfgtyuiop wrote: > >> I want to insert some icon in my qml widget, and using javascript to > >> access calendar. But I can not find t

Re: Hello... WorkFlow Plasmoid

2012-06-27 Thread Michail V.
Hello, this plasmoid is going pretty well, it is almost usable right now I have use libtaskmanager and libkactivities for the communication with qml and much much more goodness. Next Stop is going to be the cloning theory for activities, For the delete activity issue, I just had to wait for the

Re: Where I can find api documents of qml?

2012-06-27 Thread David Edmundson
On Wed, Jun 27, 2012 at 1:26 PM, David Edmundson wrote: > On Wed, Jun 27, 2012 at 12:53 PM, qasdfgtyuiop wrote: >> I want to insert some icon in my qml widget, and using javascript to >> access calendar.  But I can not find the document related to this. >> Where can I find a document of plasma qm

Re: Where I can find api documents of qml?

2012-06-27 Thread David Edmundson
On Wed, Jun 27, 2012 at 12:53 PM, qasdfgtyuiop wrote: > I want to insert some icon in my qml widget, and using javascript to > access calendar.  But I can not find the document related to this. > Where can I find a document of plasma qml? > > I have seen these pages but find nothing helpful, these

Where I can find api documents of qml?

2012-06-27 Thread qasdfgtyuiop
I want to insert some icon in my qml widget, and using javascript to access calendar. But I can not find the document related to this. Where can I find a document of plasma qml? I have seen these pages but find nothing helpful, these pages don't contain enough information: http://techbase.kde.org

Re: Plasma applets inside QML applet

2012-06-27 Thread Dmitry
Hello! I've found out a strange behaviour. If I place embedded applet into panel part of tray then the embedded applets look well and work. But If I place them into popup dialog then they look strange and don't work at all. It seems that plasma automatically places their extended/popup form i