Re: Concerning the KDE 4 Digital Clock widget

2010-02-24 Thread Emdek
2010/2/24 Riccardo Iaconelli : >> LXDE has a digital clock which works like that, allowing me to use a >> "Ymd.Hi" date/time setup. Even in KDE 3.5 the digital clock allowed me to >> use a "-MM-DD HH:MM" option, which isn't PHP but which would be >> preferable over the current digital clock opt

Re: Rowspan & Colspan in Javascript GridLayout

2010-02-24 Thread Mathieu Ducharme
On Tue, Feb 23, 2010 at 3:18 AM, Aaron J. Seigo wrote: > On February 22, 2010, Mathieu Ducharme wrote: >> Hi Wayne, >> >> On Mon, Feb 22, 2010 at 5:48 PM, wayne speir wrote: >> > Mathieu, >> > >> > What is it doing or not doing? >> > >> > -- Wayne >> >> Thanks for the prompt reply. >> >> Sorry I

Re: Review Request: Add simple Type-and-Select feature to Folderview applet

2010-02-24 Thread Shantanu Tushar Jha
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2659/ --- (Updated 2010-02-25 03:51:15.550056) Review request for Plasma, usability, Fredr

Review Request: Allow ComboBox.addItem to be used in script.

2010-02-24 Thread Mathieu Ducharme
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3056/ --- Review request for Plasma. Summary --- Allow ComboBox.addItem to be used in

Re: Drawing vector graphics in js widgets

2010-02-24 Thread Aaron J. Seigo
On February 24, 2010, Mohamed Ikbel Boulabiar wrote: > Thanks for the answer and for the api errata you send yesterday. > > I tried with the code below, but it only draws things without changing > the properties of the pen. > > > // > var painter = new QPainter > var pen = new QP

Re: Drawing vector graphics in js widgets

2010-02-24 Thread Mohamed Ikbel Boulabiar
Thanks for the answer and for the api errata you send yesterday. I tried with the code below, but it only draws things without changing the properties of the pen. // var painter = new QPainter var pen = new QPen pen.color = new QColor("red") pen.width = 15 //painter.setbrush = p

Re: gsoc ideas page

2010-02-24 Thread Shaun Reich
On Wed, Feb 24, 2010 at 7:06 AM, Aaron J. Seigo wrote: > On February 24, 2010, Chani wrote: > > http://community.kde.org/GSoC/2010/Ideas > > yes, we should try to get a few items up there at least. note that there > are > plasma related items for skrooge and kontact there as well. maybe we could

Re: Concerning the KDE 4 Digital Clock widget

2010-02-24 Thread Riccardo Iaconelli
First, sorry for not having gotten up with you on this earlier, I've been very busy lately. On Saturday 13 February 2010 05:16:50 Maki Jaderborg wrote: > I was wondering if the digital clock widget present in KDE 4, which lists > you as the author, could be configured like the PHP date() option.

Re: gsoc ideas page

2010-02-24 Thread Guillaume DE BURE
Le Mercredi 24 Février 2010 13:06:07, Aaron J. Seigo a écrit : > On February 24, 2010, Chani wrote: > > http://community.kde.org/GSoC/2010/Ideas > > yes, we should try to get a few items up there at least. note that there are > plasma related items for skrooge and kontact there as well. maybe we

Re: Drawing vector graphics in js widgets

2010-02-24 Thread Aaron J. Seigo
On February 24, 2010, Mohamed Ikbel Boulabiar wrote: > 1. I want to draw vector graphics in a javascript widget and specially > ellipses then thick lines . > Is there an easy way and rapid rendering way to do that ? I can't find var pen = new QPen pen.width = 5 // 5 pixels wide! wooo! pen.color =

Drawing vector graphics in js widgets

2010-02-24 Thread Mohamed Ikbel Boulabiar
Hi all, 1. I want to draw vector graphics in a javascript widget and specially ellipses then thick lines . Is there an easy way and rapid rendering way to do that ? I can't find examples of that in javascript. (the most important) 2. I want also to know how to access special elements in an svg it

Re: JavaScript API: Manipulate elements of a PlasmaSvg

2010-02-24 Thread Aaron J. Seigo
On February 24, 2010, Liebe Markus (RtP2/TEF72) wrote: > In the svg file there is a text element: > mytext > > Is it somehow possible to access this textitem and set/change its value > using the Plasma Javascript API? the only way to do this currently (in c++ or any other language) is to paint t

Re: JavaScript API: Manipulate elements of a PlasmaSvg

2010-02-24 Thread Marco Martin
On Wed, Feb 24, 2010 at 2:35 PM, Liebe Markus (RtP2/TEF72) wrote: > Hi there, > > Is it possible to manipulate text items of a SVG image? > > In the main.js of the plasmoid I did: > svg = new PlasmaSvg('foo');  // loading foo.svg > > In the svg file there is a text element: > mytext > > Is it some

JavaScript API: Manipulate elements of a PlasmaSvg

2010-02-24 Thread Liebe Markus (RtP2/TEF72)
Hi there, Is it possible to manipulate text items of a SVG image? In the main.js of the plasmoid I did: svg = new PlasmaSvg('foo'); // loading foo.svg In the svg file there is a text element: mytext Is it somehow possible to access this textitem and set/change its value using the Plasma Javas

Re: gsoc ideas page

2010-02-24 Thread Aaron J. Seigo
On February 24, 2010, Chani wrote: > http://community.kde.org/GSoC/2010/Ideas yes, we should try to get a few items up there at least. note that there are plasma related items for skrooge and kontact there as well. maybe we could brainstorm a bit here at tokamak as well > btw... there was

gsoc ideas page

2010-02-24 Thread Chani
it's that time of year again - the summer-of-code project ideas are being written up. :) however... the plasma section is currently blank. if everyone could take a few minutes to brainstorm ideas we could fix that easily :) http://community.kde.org/GSoC/2010/Ideas btw... there was someone workin