Re: Review Request 111618: Fix launcher regression, only show icons instead of icons + text

2013-07-20 Thread Eike Hein
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111618/#review36230 --- I'm sorry, but that approach is not good enough. The problem wi

Review Request 111621: Increase size of label pixmap to account for margins and shadows

2013-07-20 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111621/ --- Review request for Plasma and Eike Hein. Description --- The text lab

Re: Review Request 111613: Fix suspend and resume

2013-07-20 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111613/#review36206 --- This review has been submitted with commit 49d7b6bc3ef678be11c

Re: Review Request 111613: Fix suspend and resume

2013-07-20 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111613/ --- (Updated July 20, 2013, 11:56 a.m.) Status -- This change has been ma

Re: how to read and write clipboard in plasma qml?

2013-07-20 Thread Marco Martin
On Friday 19 July 2013, Bruce Ouyang wrote: > i have googled and found no solution. it seems i have to utilize LauchApp > to call a python script for accessing clipboard ps: xclip command is not > my solution because it may be absent in some KDE distributions. this is an open issue in qml itself.

Re: GridView qml

2013-07-20 Thread Heena Mahour
Hey Marco I have used rectangle for blue border in gridView .. you may check out commits in kdepim-runtime and kde-workspace .If busy then you can see screenshot http://picpaste.com/screen-nZKNkvSJ.png :) On Sat, Jul 20, 2013 at 11:27 AM, Marco Martin wrote: > On Friday 19 July 2013, Heena Maho

Re: how to monitor TextEdit's value in plasma qml?

2013-07-20 Thread Marco Martin
On Friday 19 July 2013, Bruce Ouyang wrote: > in html, textedit element has an onChange attribute for monitoring its > value change. plasma qml doesn't. how can i achieve this purpose? As Aaron said, you can manage it monitoring onChanged, by either implementing it in the same element Text { te

Re: GridView qml

2013-07-20 Thread Marco Martin
On Friday 19 July 2013, Heena Mahour wrote: > It is done now ;) > But not using BorderImage :p but it is working now > Thank you I would make it work well with just rectangles, then when the functionality is there, can be seen what to do design-wise -- Marco Martin ___

Re: how to read and write clipboard in plasma qml?

2013-07-20 Thread Martin Graesslin
On Friday 19 July 2013 21:50:18 Nowardev-Team wrote: > i mean qdbus org.kde.klipper /klipper > org.kde.klipper.klipper.setClipboardContents "text to paste" > > get the stuff in klipper > > qdbus org.kde.klipper /klipper > org.kde.klipper.klipper.getClipboardContents note: this only works in ca

Re: how to monitor TextEdit's value in plasma qml?

2013-07-20 Thread Aaron J. Seigo
On Friday, July 19, 2013 23:45:56 Bruce Ouyang wrote: > in html, textedit element has an onChange attribute for monitoring its value > change. plasma qml doesn't. how can i achieve this purpose? in QML, every property has an onChanged handler. so if there is a property named “text” there will be

Review Request 111614: Fix Key Navigation in Plasma Media Center

2013-07-20 Thread Akshay Ratan
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111614/ --- Review request for Plasma, Shantanu Tushar, Sinny Kumari, and Sujith Haridas