Re: QtQuick 1.0 vs 1.1

2011-11-14 Thread Kevin Kofler
Martin Gräßlin wrote: > I am more for dependency on 4.7.4, but it has to be clarified with the > release team and probably packagers. Till 4.8 is released all distros > should ship it and all packaging systems should support it. So it's > hopefully just a >= 4.7.4 instead of >=4.7.0 From the Fedor

Re: QtQuick 1.0 vs 1.1

2011-11-14 Thread Martin Gräßlin
On Monday 14 November 2011 22:00:32 Marco Martin wrote: > Hi all, > > I just seen a little problem in the series of components we have and the way > we use qml... > for some things, QtQuick 1.1 is required, especially for > implicitWidth/implicitHeight (poor brother of size hints, but makes things

QtQuick 1.0 vs 1.1

2011-11-14 Thread Marco Martin
Hi all, I just seen a little problem in the series of components we have and the way we use qml... for some things, QtQuick 1.1 is required, especially for implicitWidth/implicitHeight (poor brother of size hints, but makes things way better already) and LayoutMirroring, to decently support rtl

Re: Review Request: Plasmate:now StartPage::createNewProject() creates the plasmateprojectrc and not the StartPage::loadLocalProject()

2011-11-14 Thread Giorgos Tsiapaliwkas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102732/ --- (Updated Nov. 14, 2011, 8:43 p.m.) Review request for Plasma. Changes --

Re: Configuring plasma as a sysadmin

2011-11-14 Thread Jeremy Sanders
Aaron J. Seigo wrote: > as you didn't give a concrete description of what you wanted to achieve, i > can't offer you more than that, but the documentation is fairly > comprehensive and you can find examples here: Thanks - I managed to hack something together. It seems to work though the code is u

Re: Configuring plasma as a sysadmin

2011-11-14 Thread Aaron J. Seigo
On Monday, November 14, 2011 12:43:00 Jeremy Sanders wrote: > Is there not a simple way to just copy files from .kde/share/config into > /etc/kde for new users? Could not plasma look for these files rather than > using Javascript? If not, could there be a way to translate the current > panel into J

Configuring plasma as a sysadmin

2011-11-14 Thread Jeremy Sanders
Hi - we're trying to set up a sensible default desktop for new users. We used to take the rc files generated in a configured account and copy them into /etc/kde for new users. This seems completely broken for plasma currently (in Fedora 16). I've tried copying plasma-desktop-appletsrc, plasma-d

Re: Review Request: Add new short shortcuts to plasmoidviewer

2011-11-14 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103132/#review8189 --- Ship it! Ship It! - Aaron J. Seigo On Nov. 14, 2011, 11:34 a

Review Request: Add new short shortcuts to plasmoidviewer

2011-11-14 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103132/ --- Review request for Plasma and Aaron J. Seigo. Description --- Hello

Re: QML Analog Clock

2011-11-14 Thread Viranch Mehta
On Mon, Nov 14, 2011 at 1:35 PM, Marco Martin wrote: > On Friday 11 November 2011, Viranch Mehta wrote: > > On Fri, Nov 11, 2011 at 1:00 PM, todd rme wrote: > > > Is there a QML version of the calendar widget yet? > > > > > > Nope. > > > > Viranch > > that can go for grades as well. > replacing

Re: QML Analog Clock

2011-11-14 Thread Viranch Mehta
On Mon, Nov 14, 2011 at 12:50 PM, Aaron J. Seigo wrote: > > the point is so that we can eventually one day move off of QGraphicsView > and > onto the QML-only, OpenGL-accelerated QML SceneGraph :) > > Right! I totally missed the point about moving away from qgraphicsview ;) makes sense. Viranch

Re: QML Analog Clock

2011-11-14 Thread Marco Martin
On Friday 11 November 2011, Viranch Mehta wrote: > On Fri, Nov 11, 2011 at 1:00 PM, todd rme wrote: > > Is there a QML version of the calendar widget yet? > > > > Nope. > > Viranch that can go for grades as well. replacing the internal clock leaving the calendar, then redoing the calendar for

Re: QML Analog Clock

2011-11-14 Thread Marco Martin
On Saturday 12 November 2011, Viranch Mehta wrote: > On Sat, Nov 12, 2011 at 8:10 PM, Marco Martin wrote: > > how does this sound? > > That's helpful! But what about loading of the multiple custom config uis? > If that part > will also be taken care of by the c++ part, I don't see the point of do