Re: Some help for recreating the Plasma Tool Box in QML

2011-10-29 Thread Mark
On Sat, Oct 29, 2011 at 11:58 AM, Marco Martin wrote: > On Saturday 29 October 2011, Aaron J. Seigo wrote: > > On Friday, October 28, 2011 22:10:07 Mark wrote: > > > On Thu, Oct 27, 2011 at 2:24 PM, Aaron J. Seigo > wrote: > > > > On Thursday, October 27, 2011 14:05:42 Mark wrote: > > > > > Ah m

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-29 Thread Marco Martin
On Saturday 29 October 2011, Aaron J. Seigo wrote: > On Friday, October 28, 2011 22:10:07 Mark wrote: > > On Thu, Oct 27, 2011 at 2:24 PM, Aaron J. Seigo wrote: > > > On Thursday, October 27, 2011 14:05:42 Mark wrote: > > > > Ah men i hate this.. This is a typical "it's right under your nose" > >

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-29 Thread Aaron J. Seigo
On Friday, October 28, 2011 22:10:07 Mark wrote: > On Thu, Oct 27, 2011 at 2:24 PM, Aaron J. Seigo wrote: > > On Thursday, October 27, 2011 14:05:42 Mark wrote: > > > Ah men i hate this.. This is a typical "it's right under your nose" case > > : > > :p > > > > usually only after it's been pointed

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-28 Thread Mark
On Thu, Oct 27, 2011 at 2:24 PM, Aaron J. Seigo wrote: > On Thursday, October 27, 2011 14:05:42 Mark wrote: > > Ah men i hate this.. This is a typical "it's right under your nose" case > :p > > usually only after it's been pointed out is it right under your now; before > that it may as well be ve

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-27 Thread Aaron J. Seigo
On Thursday, October 27, 2011 14:05:42 Mark wrote: > Ah men i hate this.. This is a typical "it's right under your nose" case :p usually only after it's been pointed out is it right under your now; before that it may as well be very well hidden behind your back ;) don't worry, with time you'll

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-27 Thread Mark
On Thu, Oct 27, 2011 at 1:58 PM, Aaron J. Seigo wrote: > On Thursday, October 27, 2011 13:36:27 Mark wrote: > > flag setWindowFlags(Qt::FramelessWindowHint) on the QDeclarativeView > object > > which is removing the decorations, but i can't find the flag to get rid > of > > the taskbar entry. I h

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-27 Thread Aaron J. Seigo
On Thursday, October 27, 2011 13:36:27 Mark wrote: > flag setWindowFlags(Qt::FramelessWindowHint) on the QDeclarativeView object > which is removing the decorations, but i can't find the flag to get rid of > the taskbar entry. I haven't searched for it thoroughly yet, but if someone > knows that fl

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-27 Thread Mark
On Thu, Oct 27, 2011 at 12:12 PM, Aaron J. Seigo wrote: > On Wednesday, October 26, 2011 21:26:12 Mark wrote: > > Oh and what do i do with my qml files? > > I guess i make them in plasma/desktop/shell/qml <-- new folder > > But where do i need to "install" them in cmake? > > the best thing to do

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-27 Thread Aaron J. Seigo
On Wednesday, October 26, 2011 21:26:12 Mark wrote: > Oh and what do i do with my qml files? > I guess i make them in plasma/desktop/shell/qml <-- new folder > But where do i need to "install" them in cmake? the best thing to do is it to put them into a Plasma Package and install them in the usua

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-26 Thread Mark
On Wed, Oct 26, 2011 at 9:22 PM, Mark wrote: > On Tue, Oct 25, 2011 at 6:30 PM, Aaron J. Seigo wrote: > >> On Tuesday, October 25, 2011 15:22:16 Mark wrote: >> > > kde-workspace/plasma/desktop/shell/toolbox/paneltoobox.* >> > > >> > > which really should be in desktop/toolboxes imo, and not in w

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-26 Thread Mark
On Wed, Oct 26, 2011 at 9:22 PM, Mark wrote: > On Tue, Oct 25, 2011 at 6:30 PM, Aaron J. Seigo wrote: > >> On Tuesday, October 25, 2011 15:22:16 Mark wrote: >> > > kde-workspace/plasma/desktop/shell/toolbox/paneltoobox.* >> > > >> > > which really should be in desktop/toolboxes imo, and not in w

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-26 Thread Mark
On Tue, Oct 25, 2011 at 6:30 PM, Aaron J. Seigo wrote: > On Tuesday, October 25, 2011 15:22:16 Mark wrote: > > > kde-workspace/plasma/desktop/shell/toolbox/paneltoobox.* > > > > > > which really should be in desktop/toolboxes imo, and not in with the > > > shell. > > > i'll fix that right now and

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-25 Thread Aaron J. Seigo
On Tuesday, October 25, 2011 15:22:16 Mark wrote: > > kde-workspace/plasma/desktop/shell/toolbox/paneltoobox.* > > > > which really should be in desktop/toolboxes imo, and not in with the > > shell. > > i'll fix that right now and then they will be in: > > > > kde-workspace/plasma/desktop/toolbox

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-25 Thread Mark
On Tue, Oct 25, 2011 at 3:07 PM, Aaron J. Seigo wrote: > On Tuesday, October 25, 2011 14:10:54 Mark wrote: > > - The tool box icon in the panel can be clicked -- where is that code > > hidden? -- > > kde-workspace/plasma/desktop/shell/toolbox/paneltoobox.* > > which really should be in desktop/to

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-25 Thread Aaron J. Seigo
On Tuesday, October 25, 2011 14:10:54 Mark wrote: > - The tool box icon in the panel can be clicked -- where is that code > hidden? -- kde-workspace/plasma/desktop/shell/toolbox/paneltoobox.* which really should be in desktop/toolboxes imo, and not in with the shell. i'll fix that right now and

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-25 Thread Mark
On Tue, Oct 25, 2011 at 12:10 PM, Aaron J. Seigo wrote: > On Friday, October 21, 2011 13:38:49 Viranch Mehta wrote: > > Well, I'm not sure if it is possible to just change a part of the panel > (the > > tool box). You'd need to re-do the panel in qml, afaik. > > the toolbox _icon_ itself is a ver

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-25 Thread Aaron J. Seigo
On Friday, October 21, 2011 13:38:49 Viranch Mehta wrote: > Well, I'm not sure if it is possible to just change a part of the panel (the > tool box). You'd need to re-do the panel in qml, afaik. the toolbox _icon_ itself is a very tiny piece and doesn't need to be touched. it could be re-done in

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-22 Thread Kevin Krammer
On Friday, 2011-10-21, Mark wrote: > On Fri, Oct 21, 2011 at 2:03 PM, Anton Kreuzkamp wrote: > > On Thursday 20 October 2011 16:27:37 Mark wrote: > > > * What is the current way to get the basic KDE SC running from Git? > > > * What environment variables do i need to set to use KDE from Git > > >

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-21 Thread Mark
On Fri, Oct 21, 2011 at 2:03 PM, Anton Kreuzkamp wrote: > On Thursday 20 October 2011 16:27:37 Mark wrote: > > * What is the current way to get the basic KDE SC running from Git? > > * What environment variables do i need to set to use KDE from Git > (libdir, > > bindir...)? > The easiest (and I

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-21 Thread Anton Kreuzkamp
On Thursday 20 October 2011 16:27:37 Mark wrote: > * What is the current way to get the basic KDE SC running from Git? > * What environment variables do i need to set to use KDE from Git (libdir, > bindir...)? The easiest (and I think also recommended) way is kdesrc-build. _

Re: Some help for recreating the Plasma Tool Box in QML

2011-10-21 Thread Viranch Mehta
On Thu, Oct 20, 2011 at 7:57 PM, Mark wrote: > > * What is the current way to get the basic KDE SC running from Git? > Build kdelibs, kde-runtime, libkactivities and kde-workspace. > * What environment variables do i need to set to use KDE from Git (libdir, > bindir...)? > I use the same old

Some help for recreating the Plasma Tool Box in QML

2011-10-20 Thread Mark
Hi KDE plasma folks, It's been a long while since i last actively contributed to the KDE project. Sadly having a job is sucking up way more time then i would like. In recent months I've started to experiment with QML and started to like it. Provided if i only use it for declaring the GUI. Not the