Re: Plasmate status

2011-03-18 Thread Alexander Potashev
2011/3/17 Sebastian Kügler : > I've instead added ${GPGME_INCLUDE} to the include path, can you test if it > build for you now (without your patch)? It builds now, thanks. -- Alexander Potashev ___ Plasma-devel mailing list Plasma-devel@kde.org https:

Re: Plasmate status

2011-03-17 Thread Sebastian Kügler
On Thursday, March 17, 2011 17:46:19 Alexander Potashev wrote: > The following simple change fixes build for me (otherwise the compiler > complains about missing gpgme.h): > > diff --git a/publisher/signingwidget.cpp b/publisher/signingwidget.cpp > index c5a8895..744cfc1 100644 > --- a/publisher/s

Re: Plasmate status

2011-03-17 Thread Alexander Potashev
The following simple change fixes build for me (otherwise the compiler complains about missing gpgme.h): diff --git a/publisher/signingwidget.cpp b/publisher/signingwidget.cpp index c5a8895..744cfc1 100644 --- a/publisher/signingwidget.cpp +++ b/publisher/signingwidget.cpp @@ -37,7 +37,7 @@ #def

Re: plasmate status?

2010-10-18 Thread John Layt
On Monday 18 October 2010 17:57:59 Marco Martin wrote: > On Monday 18 October 2010, Chani wrote: > > wouldn't it upset kdepim 4.4? > > given the changes in kdepim 4.5 I'd rather play it safe :) I'm probably > > lucky that kdepim and kdelibs still get along all right (ish). > > i'm using kdepim 4.4

Re: plasmate status?

2010-10-18 Thread Will Stephenson
On Monday 18 October 2010 16:08:33 Chani wrote: > are there plasmate packages or anything? my system is a bit old, but maybe > the image we'll be using for the workshop will have the dependencies I'm > missing... Version 0.1alpha2 is packaged here, and builds vs trunk still: https://build.opensus

Re: plasmate status?

2010-10-18 Thread Martin Gräßlin
On Monday 18 October 2010 18:57:59 Marco Martin wrote: > On Monday 18 October 2010, Chani wrote: > > On October 18, 2010 18:26:47 Aaron J. Seigo wrote: > > > On Monday, October 18, 2010, Chani wrote: > > > > On October 18, 2010 17:19:53 Aaron J. Seigo wrote: > > > > > On Monday, October 18, 2010, C

Re: plasmate status?

2010-10-18 Thread Aaron J. Seigo
On Monday, October 18, 2010, Chani wrote: > On October 18, 2010 17:19:53 Aaron J. Seigo wrote: > > On Monday, October 18, 2010, Chani wrote: > > > to demo plasmate - but when I tried to compile it it wanted qgpgme, and > > > I > > > > qgpgme is in kdepimlibs. > > ah, I don't have that and don't i

Re: plasmate status?

2010-10-18 Thread todd rme
On Mon, Oct 18, 2010 at 11:53 AM, Chani wrote: > On October 18, 2010 17:19:53 Aaron J. Seigo wrote: >> > are there plasmate packages or anything? >> >> binary packages? i don't think so, no. > > darn... eh, I'll probably just do the demo in kate or qt creator then. What distributions are you usin

Re: plasmate status?

2010-10-18 Thread Aaron J. Seigo
On Monday, October 18, 2010, Chani wrote: > to demo plasmate - but when I tried to compile it it wanted qgpgme, and I qgpgme is in kdepimlibs. > are there plasmate packages or anything? binary packages? i don't think so, no. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209

Re: Plasmate Status

2009-07-27 Thread Aaron J. Seigo
On Monday 27 July 2009, Diego Casella ([Po]lentino) wrote: > Note that up to now you have to manually setup the working directory by > modifying line 165 in mainwindow.cpp, because > that global variable isn't set yet what's wrong with m_model->package()? > ( actually the projects directories ar

Re: Plasmate Status

2009-07-27 Thread Yuen Hoe Lim
Diego: you need to sudo make install when building plasmate - the previewer overlay needs to be registered before it shows up :P If you have already done that then most likely the files aren't being copied to the correct folder. At least these are the sorts of problem me and Shantanu encoutered :P

Re: Plasmate Status

2009-07-27 Thread Diego Casella ([Po]lentino)
2009/7/27 Artur Souza (MoRpHeUz) > On Monday 27 July 2009, 04:31 Diego Casella ([Po]lentino) wrote: > > Note that up to now you have to manually setup the working directory by > > modifying line 165 in mainwindow.cpp, because > > that global variable isn't set yet ( actually the projects director

Re: Plasmate Status

2009-07-27 Thread Artur Souza (MoRpHeUz)
On Monday 27 July 2009, 04:31 Diego Casella ([Po]lentino) wrote: > Note that up to now you have to manually setup the working directory by > modifying line 165 in mainwindow.cpp, because > that global variable isn't set yet ( actually the projects directories are > saved in $HOME/.kde4/share/apps/p

Re: Plasmate Status

2009-07-27 Thread Diego Casella ([Po]lentino)
Hi Shantanu, The timeline is fully committed, you simply have to right-click on the item to pop-up the menus / trigger the related action =P Note that up to now you have to manually setup the working directory by modifying line 165 in mainwindow.cpp, because that global variable isn't set yet ( act

Re: Plasmate status

2009-07-20 Thread Shantanu Tushar Jha
On Mon, Jul 20, 2009 at 7:29 PM, Yuen Hoe Lim wrote: > Yep, it doesn't seem to accept regular expressions - but a string > containing every permitted character.. > > > http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKRestrictedLine.html#f30d883fc60f67be39e8ffa039842cd6 > > I've tried,

Re: Plasmate status

2009-07-20 Thread Richard Moore
On Mon, Jul 20, 2009 at 2:59 PM, Yuen Hoe Lim wrote: > thing to do 'qwertyQWERTY012345etcetc' so maybe we could try a regular > KLineEdit and do some form of validation? See QRegExpValidator, that's what I used to validate stuff in the .desktop file editor in plasmate. Cheers Rich. _

Re: Plasmate status

2009-07-20 Thread Yuen Hoe Lim
Yep, it doesn't seem to accept regular expressions - but a string containing every permitted character.. http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKRestrictedLine.html#f30d883fc60f67be39e8ffa039842cd6 I've tried, and it actually does allow me to type every character in the expres

Re: Plasmate status

2009-07-19 Thread Shantanu Tushar Jha
On Tue, Jul 14, 2009 at 9:43 AM, Yuen Hoe Lim wrote: > Hi guys, > > On the previewer end we're more or less done function-wise, as far as > I can tell :) Since previous update, I've added support for loading > plasmoids by path (so you don't need to install them beforehand), as > well as modified

Re: Re: Plasmate status

2009-07-16 Thread Yuen Hoe Lim
>> > With a directory tree listing the project files, of course =) >> >> isn't that already there? or did someone remove it? >> > > I've never seen that dock widget =( It's there, though I doubt it's actually doing anything now since we're not saving anything yet afaik. Plus its there when you sta

Re: Re: Plasmate status

2009-07-16 Thread Diego Casella ([Po]lentino)
; > -- Messaggio inoltrato -- > > > From: "Aaron J. Seigo" > > > To: plasma-devel@kde.org > > > Date: Wed, 15 Jul 2009 00:10:29 -0600 > > > Subject: Re: Plasmate status > > > > > > On Monday 13 July 2009, Diego Casella ([Po

Re: Plasmate status

2009-07-15 Thread Michael Rudolph
Hello everyone, I almost feel bad for asking you for the screenshots. You were of course right, there is not much to see yet in terms of workflow and other interactions. I think I understand your concerns with the sidebar now. And I agree with you completely; see my mockups. http://skitch.com/mi

Re: Plasmate status

2009-07-15 Thread Shantanu Tushar Jha
Yes, the keyboard navigation can probably be added without any difficulty. On 7/15/09, Yuen Hoe Lim wrote: > More screenies! > http://yuenhoe.co.cc/blog/2009/07/some-early-plasmate-screenies/ > I don't know how to work the timeline stuff yet so you'd have to refer > to Diego's attachments for tho

Re: Plasmate status

2009-07-15 Thread Michael Rudolph
On Wed, Jul 15, 2009 at 16:54, Yuen Hoe Lim wrote: > More screenies! > http://yuenhoe.co.cc/blog/2009/07/some-early-plasmate-screenies/ > I don't know how to work the timeline stuff yet so you'd have to refer > to Diego's attachments for those :) > > As I was saying to Shantanu, I think KMenu's ha

Re: Plasmate status

2009-07-15 Thread Richard Dale
On Wed, Jul 15, 2009 at 1:52 PM, Artur Souza (MoRpHeUz) wrote: > On Wednesday 15 July 2009, 04:11 Shantanu Tushar Jha wrote: >> option 1: Use a KMenu when the previewer is small, and an Overlay when >> the previewer's size is sufficient. > > I would go with option 1. We really want to have a Plasma

Re: Plasmate status

2009-07-15 Thread Yuen Hoe Lim
More screenies! http://yuenhoe.co.cc/blog/2009/07/some-early-plasmate-screenies/ I don't know how to work the timeline stuff yet so you'd have to refer to Diego's attachments for those :) As I was saying to Shantanu, I think KMenu's have two main advantages despite the not-so-shiny look: the overl

Re: Plasmate status

2009-07-15 Thread Aaron J. Seigo
On Wednesday 15 July 2009, Diego Casella ([Po]lentino) wrote: > I've attached some screenshots showing the current interface and the > timeline I'm coding; branches ... it's neat to see that in there, but let's be sure to keep them as a detail for more advanced usage. people using plasmate should

Re: Plasmate status

2009-07-15 Thread Artur Souza (MoRpHeUz)
On Wednesday 15 July 2009, 04:11 Shantanu Tushar Jha wrote: > option 1: Use a KMenu when the previewer is small, and an Overlay when > the previewer's size is sufficient. I would go with option 1. We really want to have a Plasma look&feel ;) Cheers, --

Re: Plasmate status

2009-07-15 Thread Shantanu Tushar Jha
On 7/14/09, Yuen Hoe Lim wrote: > Hi guys, > > On the previewer end we're more or less done function-wise, as far as > I can tell :) Since previous update, I've added support for loading > plasmoids by path (so you don't need to install them beforehand), as > well as modified the tool menus so tha

Re: Plasmate status

2009-07-15 Thread Shantanu Tushar Jha
On Mon, Jul 13, 2009 at 10:18 PM, Diego Casella ([Po]lentino) wrote: > > Hi guys, > other two weeks are gone, so it's time  to sinc() with each other about > PlasMate status, IIRC =) > Now the TimeLine loads all the commits within the current branch, and also > all the commits that lead > to tha

Re: Plasmate status

2009-07-14 Thread Aaron J. Seigo
On Monday 13 July 2009, Diego Casella ([Po]lentino) wrote: > By the way, do we *really* need the sidebar ? which sidebar? the one for the timeline? > Each item can be found in the > final release of plasmate > under the menubar, so I was wondering if we can replace it with something > more usefu

Re: Plasmate status

2009-07-14 Thread Michael Rudolph
On Tue, Jul 14, 2009 at 16:16, Yuen Hoe Lim wrote: > There isn't much to look at now I think :P If you want I can grab a > bunch of screenshots and post them on a blog or something - unless > there is a rule of sorts against previewing unreleased stuff or the > like? > Hi Yuen, yeah, that's basic

Re: Plasmate status

2009-07-14 Thread Yuen Hoe Lim
There isn't much to look at now I think :P If you want I can grab a bunch of screenshots and post them on a blog or something - unless there is a rule of sorts against previewing unreleased stuff or the like? On 7/14/09, Michael Rudolph wrote: > On Tue, Jul 14, 2009 at 14:09, Artur Souza > (MoRpH

Re: Plasmate status

2009-07-14 Thread Michael Rudolph
On Tue, Jul 14, 2009 at 14:09, Artur Souza (MoRpHeUz) wrote: > Hello :) > > On Monday 13 July 2009, 13:48 Diego Casella ([Po]lentino) wrote: >> By the way, do we *really* need the sidebar ? Each item can be found in the >> final release of plasmate >> under the menubar, so I was wondering if we can

Re: Plasmate status

2009-07-14 Thread Artur Souza (MoRpHeUz)
Hello :) On Monday 13 July 2009, 13:48 Diego Casella ([Po]lentino) wrote: > By the way, do we *really* need the sidebar ? Each item can be found in the > final release of plasmate > under the menubar, so I was wondering if we can replace it with something > more useful like a directory tree list .

Re: Plasmate status

2009-07-13 Thread Yuen Hoe Lim
Hi guys, On the previewer end we're more or less done function-wise, as far as I can tell :) Since previous update, I've added support for loading plasmoids by path (so you don't need to install them beforehand), as well as modified the tool menus so that it uses a KMenu instead of the current ove

Re: Plasmate Status

2009-06-29 Thread Aaron J. Seigo
On Monday 29 June 2009, Diego Casella ([Po]lentino) wrote: > Yep, you're right ! > As you saw in the mailing list, there was a problem with managing the git > pluging, which was *partially* resolved. quite the story... > like committing with comments. Besides, initalizing the Core with > Core::De

Re: Plasmate Status

2009-06-29 Thread Diego Casella ([Po]lentino)
Yep, you're right ! As you saw in the mailing list, there was a problem with managing the git pluging, which was *partially* resolved. In fact the code suggested wasn't totally correct, so I started to talk with apaku, a KDeveloper and Plugin designer, and I discovered that first, I have to subcla

Re: Plasmate Status

2009-06-29 Thread Yuen Hoe Lim
Adding on to that I've since added a new overlay menu to allow the user to select which wallpaper plugin currently installed to use as the previewer background (so having different wallpapers is now possible to degree!). I've also spoken briefly to aseigo about previewing plasmoids without actually