Re: Activities (problems & proposals)

2020-10-16 Thread Ivan Čukić
Hi, I'll reply to both your and Martin's mail. First of all, thanks for the ideas. Glad someone uses activities that much. > 1. Remember what apps are set to be shown in all activities. I always use > apps like Telegram and my music player in all activities, and I have to set > this way too oft

Re: Activities (problems & proposals)

2020-10-15 Thread Martin Steigerwald
Hi Niccolo. Thanks for your suggestions. I actually use activities. Currently I use a hidden bar at the top which have the activity widget that opens the activity management side bar and it also ("Aktivitäten") chas the current activities in a kind of a bar next to one another ("Aktivitätenlei

Re: Activities UI, take 5 (at least :) )

2015-09-21 Thread Rajeev Bhatta
Interesting.. I will need to really invest some time in learning activities as that feature is very much desired... Thanks for your response. Regards On Mon, 21 Sep 2015 20:03:04 +0200 Ivan Čukić wrote: > > I am still not very clear on the difference between virtual > > workspaces and activit

Re: Activities UI, take 5 (at least :) )

2015-09-21 Thread Ivan Čukić
> I am still not very clear on the difference between virtual workspaces and > activities... I have tried activities but probably because of my lack of The current UI work is exactly aimed at that - making it more intuitive to get the difference between VDs and activities. > personally see this v

Re: Activities UI, take 5 (at least :) )

2015-09-21 Thread Rajeev Bhatta
Hi, Not sure if this is the right place to post this, if not please excuse me. I am still not very clear on the difference between virtual workspaces and activities... I have tried activities but probably because of my lack of knowledge used it as a workspace. One addition that I am not sure

Re: Activities UI, take 5 (at least :) )

2015-09-21 Thread Ivan Čukić
> what it's still needed in that branch in order to merge? This is a different branch. Thre only thing not merged from /that/ branch is the window drag and drop. That thing I want to recreate since I'm not satisfied by how it worked (and there has been some discussion on FKO regarding that). If

Re: Activities UI, take 5 (at least :) )

2015-09-21 Thread Marco Martin
On Sunday 20 September 2015, Ivan Čukić wrote: > > The idea here is to give UI clues what activities are about while the > user is creating and configuring them. > > The switcher itself does not require many changes (and is mostly > already implemented, but not yet merged). > always wanted to a

Re: activities and scripting

2013-12-13 Thread Nowardev-Team
neat. 2013/12/12 Aaron J. Seigo : > On Monday, December 9, 2013 14:09:40 Nowardev-Team wrote: >> and when you get the whole desktop filled by the png file you get a >> wrong resolution > > in a series of commits today, all the issues noted are resolve in the KDE/4.11 > branch of kde-workspace. > >

Re: activities and scripting

2013-12-12 Thread Aaron J. Seigo
On Monday, December 9, 2013 14:09:40 Nowardev-Team wrote: > and when you get the whole desktop filled by the png file you get a > wrong resolution in a series of commits today, all the issues noted are resolve in the KDE/4.11 branch of kde-workspace. there is 0d905f02297db568af19d4a07a09fd3b7e5

Re: activities and scripting

2013-12-11 Thread Nowardev-Team
first of all i am using kde 4.11.2 , maybe this could be important second i tested the photo activity and it seems to work fine here , but like you can see from this http://paste.kde.org/p43dbe6d0 it doesn't touch wallpapers so i have just added those lines to 00-defaultLayout.js d

Re: activities and scripting

2013-12-11 Thread Aaron J. Seigo
On Wednesday, December 11, 2013 21:28:21 Nowardev-Team wrote: > i tried it and the resolution issue seems to be gone > > https://drive.google.com/file/d/0Bxy7Wd7ZYDezdlRBS18yelJlck0/edit?usp=sharin > g > > but ... selecting a new wallpaper from right click =>desktop > setttings => wallapper it j

Re: activities and scripting

2013-12-11 Thread Aaron J. Seigo
On Wednesday, December 11, 2013 21:28:21 Nowardev-Team wrote: > i tried it and the resolution issue seems to be gone great; i’ll test the other use cases and get it functioning before commit. cheers. -- Aaron J. Seigo ___ Plasma-devel mailing list Pla

Re: activities and scripting

2013-12-11 Thread Nowardev-Team
i tried it and the resolution issue seems to be gone https://drive.google.com/file/d/0Bxy7Wd7ZYDezdlRBS18yelJlck0/edit?usp=sharing but ... selecting a new wallpaper from right click =>desktop setttings => wallapper it just goes crazy: if i select wallpaper A it just doesn't take it , i need to

Re: activities and scripting

2013-12-11 Thread Aaron J. Seigo
On Wednesday, December 11, 2013 15:57:28 Nowardev-Team wrote: > var activity = new Activity("folderview") > activity.name = i18n("Mac Activity”) > activity.wallpaperPlugin = "image" > activity.wallpaperMode = "SingleImage" > activity.currentConfigGroup = Array("Wallpaper", "image") hm.. does the

Re: activities and scripting

2013-12-11 Thread Nowardev-Team
wrong mail sorry i used activity.writeConfig("wallpaper", "Horos") activity.writeConfig("wallpaperposition","2") 2013/12/11 Nowardev-Team : > ok i tried this again and ti seems that works randomly well, > > > function activitymac(){ > var activity = new Activity("folderview") > activity.name =

Re: activities and scripting

2013-12-11 Thread Nowardev-Team
ok i tried this again and ti seems that works randomly well, function activitymac(){ var activity = new Activity("folderview") activity.name = i18n("Mac Activity") activity.wallpaperPlugin = "image" activity.wallpaperMode = "SingleImage" activity.currentConfigGroup = Array("Wallpaper", "image"

Re: activities and scripting

2013-12-11 Thread Aaron J. Seigo
On Tuesday, December 10, 2013 10:59:08 Nowardev-Team wrote: > i have 1920x 1080 resolution ,if i chose the same wallpaper on > =>right click on the destkop=>desktop settings => it says correctly > 1920x1080 which is my own resolution and if i select it it looks good > here it is > > http://wstaw.

Re: activities and scripting

2013-12-10 Thread Nowardev-Team
i have 1920x 1080 resolution ,if i chose the same wallpaper on =>right click on the destkop=>desktop settings => it says correctly 1920x1080 which is my own resolution and if i select it it looks good here it is http://wstaw.org/m/2013/12/10/codegnome4.jpeg i have managed to remove this behavio

Re: activities and scripting

2013-12-09 Thread Aaron J. Seigo
On Monday, December 9, 2013 14:09:40 Nowardev-Team wrote: > http://wstaw.org/m/2013/12/09/plasma-desktopA27453.png aside from picking the wrong resolution, it isn’t resizing it. you may want to include the appropriate resize option for the wallpaper for that, though by default it is supposed to

Re: Activities in Plasma2

2013-10-21 Thread Aaron J. Seigo
On Monday, October 21, 2013 08:11:05 Damian Ivanov wrote: > And please make it possible to deactivate all usage of activities in already been discussed years ago. it won’t be made optional. the benefit to the people who would take advantage of this is outweighed by the cost in maintenance and qu

Re: Activities in Plasma2

2013-10-21 Thread Marco Martin
On Friday 18 October 2013, Ivan Čukić wrote: > Hi, > > The new library API is done, needs yet to be merged into fr-sc branch. I > haven't changed the service API, and I don't plan to do so for the time > being (the big changes already happened in 4.x). I'm writing a few tests to > commit before th

Re: Activities in Plasma2

2013-10-21 Thread Damian Ivanov
And please make it possible to deactivate all usage of activities in KF5. In KDE4 you can't even at compile time --disable-kactivities or something. Of course one can say "don't use it". I don't. But one is forced to see activities in every part of KDE. On the panel, on right click on the desktop,

Re: Activities in Plasma2

2013-10-18 Thread Ivan Čukić
Hi, The new library API is done, needs yet to be merged into fr-sc branch. I haven't changed the service API, and I don't plan to do so for the time being (the big changes already happened in 4.x). I'm writing a few tests to commit before the merge. As for the branch, we could say that kactivitie

Re: Activities in Plasma2

2013-10-18 Thread Marco Martin
On Fri, Oct 18, 2013 at 2:35 PM, Marco Martin wrote: > > Hi all, > I now have in the branch mart/useActivities of plasma-framework a port of > the shell for activity usage. It means that now as in plasma1 the desktop > containment depends from the current activity (we also have a cute and fast >

Re: Activities API

2013-09-12 Thread Aaron J. Seigo
On Thursday, September 12, 2013 16:19:18 Martin Graesslin wrote: > On Thursday 12 September 2013 15:51:55 Aaron J. Seigo wrote: > > On Thursday, September 12, 2013 15:26:50 Marco Martin wrote: > > > in general to c++ it's maybe slightly clunkier, since one has to call > > > model-> > > > > > > >da

Re: Activities API

2013-09-12 Thread Martin Graesslin
On Thursday 12 September 2013 15:51:55 Aaron J. Seigo wrote: > On Thursday, September 12, 2013 15:26:50 Marco Martin wrote: > > in general to c++ it's maybe slightly clunkier, since one has to call > > model-> > > >data(role) and then try to convert the qvariant. > > > > (perhaps it may have some

Re: Activities API

2013-09-12 Thread Ivan Čukić
Heh, Aaron woke up :) So, this is what is going to be done (90% finished already): ** API mostly stays the same. ** Info, Consumer: === In the back: - all instances of both classes share a backend that syncs the data with the server In the front: - expose the synced data thro

Re: Activities API

2013-09-12 Thread Aaron J. Seigo
On Thursday, September 12, 2013 15:26:50 Marco Martin wrote: > in general to c++ it's maybe slightly clunkier, since one has to call model- > >data(role) and then try to convert the qvariant. > > (perhaps it may have some api to ease fetch data from c++) > > on QML... would be awesome :D i’d be

Re: Activities API

2013-09-12 Thread Marco Martin
On Thursday 12 September 2013, Aaron J. Seigo wrote: > as an added bonus, it would be possible to make multiple instances of the > model share the data behind the scenes: so no matter how many models are in > use there would only ever be one copy of the data. things like > Consumer::listActivities

Re: Activities API

2013-09-12 Thread Aaron J. Seigo
On Friday, September 6, 2013 21:25:19 Ivan Čukić wrote: > In the current activities api, we were tried to make a synchronous api to > something that is async - dbus. after sending my last email which was really just a knee-jerk response to the question being posed i stepped back for a moment an

Re: Activities API

2013-09-12 Thread Aaron J. Seigo
On Saturday, September 7, 2013 00:20:47 Ivan Čukić wrote: > > is for KActivities::Info ? > > I have to actually think more about it, but just at a glace i would leave > > the > > info api as it is now but not creatable, but to be asked with a kjob. > > I'd rather then have a KJob* fetchPropertie

Re: Activities API

2013-09-06 Thread Ivan Čukić
> is for KActivities::Info ? > I have to actually think more about it, but just at a glace i would leave > the > info api as it is now but not creatable, but to be asked with a kjob. > I'd rather then have a KJob* fetchProperties() than having a kjob create the instance - especially since KJob's A

Re: Activities API

2013-09-06 Thread Marco Martin
On Friday 06 September 2013, Ivan Čukić wrote: > Hi all, > > In the current activities api, we were tried to make a synchronous api to > something that is async - dbus. is for KActivities::Info ? I have to actually think more about it, but just at a glace i would leave the info api as it is now

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-28 Thread Vishesh Handa
On Tue, May 28, 2013 at 2:44 PM, Ivan Čukić wrote: > > > I'm obviously still in favour of scrapping the code or at least disabling > > it for 4.11 > > I'm leaning towards that decision as well - disabling until we start really > using it somewhere. > Do you want me to provide a patch? > One th

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-28 Thread Ivan Čukić
> I'm obviously still in favour of scrapping the code or at least disabling > it for 4.11 I'm leaning towards that decision as well - disabling until we start really using it somewhere. One thing I wanted to ask you - did you do some benchmarks about how much virtuoso slows down when the datab

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-28 Thread Vishesh Handa
Ping? I'm obviously still in favour of scrapping the code or at least disabling it for 4.11 On Thu, May 23, 2013 at 2:33 AM, Marco Martin wrote: > On Wednesday 22 May 2013, Ivan Čukić wrote: > > > > the thing got pretty much rewritten a bit recently... > > > exactly what you are searching for?

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Marco Martin
On Wednesday 22 May 2013, Ivan Čukić wrote: > > the thing got pretty much rewritten a bit recently... > > exactly what you are searching for? (i don't think is really searching > > for scores except displaying numericalRathing that iirc is a different > > thing?) > > The recommendations were / ar

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Ivan Čukić
On Wednesday, 22. May 2013. 20.38.58 Marco Martin wrote: > On Wednesday 22 May 2013, Vishesh Handa wrote: > > On Wed, May 22, 2013 at 5:11 PM, Ivan Čukić wrote: > > > > Could you please point me to the relevant code? > > > > > > Quick grep (don't know the code, it is Marco's) > > > > > > plasm

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Marco Martin
On Wednesday 22 May 2013, Vishesh Handa wrote: > On Wed, May 22, 2013 at 5:11 PM, Ivan Čukić wrote: > > > Could you please point me to the relevant code? > > > > Quick grep (don't know the code, it is Marco's) > > > > plasma-mobile/components/metadatamodel/metadatamodel.cpp:411 > > I've check

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Ivan Čukić
> If it has been removed then can we maybe stop storing the info in Nepomuk? > It increases the size of the database, and as you know virtuoso is just one > huge table and therefore all queries will be affected. For 4.11, we should have the feature of showing most used documents in the tasks app

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Vishesh Handa
On Wed, May 22, 2013 at 10:47 PM, Ivan Čukić wrote: > > > > plasma-mobile/components/metadatamodel/metadatamodel.cpp:411 > > > > I've checked both the master and integration branch. > > Strange, my master doesn't match a clean clone. You'll need to ask Marco > what > is going on - haven't been

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Ivan Čukić
p.s. And it is used in libkactivities-models, but again, I don't know whether that library is used somewhere. (had a few inquiries about it since its inception) ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/pla

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Ivan Čukić
> > plasma-mobile/components/metadatamodel/metadatamodel.cpp:411 > > I've checked both the master and integration branch. Strange, my master doesn't match a clean clone. You'll need to ask Marco what is going on - haven't been following plasma-mobile repo development for some time now. Maybe

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Vishesh Handa
On Wed, May 22, 2013 at 5:11 PM, Ivan Čukić wrote: > > > Could you please point me to the relevant code? > > Quick grep (don't know the code, it is Marco's) > plasma-mobile/components/metadatamodel/metadatamodel.cpp:411 > I've checked both the master and integration branch. I cannot seem to f

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Ivan Čukić
> Could you please point me to the relevant code? Quick grep (don't know the code, it is Marco's) plasma-mobile/components/metadatamodel/metadatamodel.cpp:411 > Also, why duplicate the data in both the sqlite and nepomuk database? For the speed issues.* Storing and querying the desktop event

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Vishesh Handa
On Wed, May 22, 2013 at 4:43 PM, Ivan Čukić wrote: > > > Is there any code actually using it right now? > > Yes, plasma active is using it. > Could you please point me to the relevant code? I've grepped the entire plasma-mobile, contour and share-like-connect for "ResourceScoreCache" and "cache

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Ivan Čukić
> Is there any code actually using it right now? Yes, plasma active is using it. Cheerio, Ivan -- A program that has not been tested does not work. -- Bjarne Stroustrup ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailm

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-22 Thread Vishesh Handa
On Tue, May 21, 2013 at 2:01 AM, Ivan Čukić wrote: > Hi, > > Not for activity ranking, but for resource ranking. (activity ranking is > more complex). > > In the desktop world, we can use it for ranking the resources - > right-click an application on the panel, get the list of the top documents >

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-20 Thread Ivan Čukić
Hi, Not for activity ranking, but for resource ranking. (activity ranking is more complex). In the desktop world, we can use it for ranking the resources - right-click an application on the panel, get the list of the top documents for it, etc. The original resource score (exists in some ontology

Re: Activities - Storing ResourceScoreCache in Nepomuk

2013-05-20 Thread Marco Martin
On Mon, May 20, 2013 at 8:35 PM, Vishesh Handa wrote: > Hey Ivan > > I've been monitoring what all is there in my Nepomuk database, and I've > noticed this before but I wasn't too sure about its use. You seem to be > storing a 'kao:ResourceScoreCache' in Nepomuk. > iirc it was for activity ratin

Re: activities save and restore

2012-12-18 Thread Marco Martin
On Tue, Dec 18, 2012 at 7:30 PM, Marco Martin wrote: > Hi all, > I'm debugging a problem in active, where activities are not correctly > restored at boot. > then i remembered one thing: also with plasma on desktop some weeks ago i > had the same problem, of "disappearing" activities > if someone

Re: Activities KCM

2012-08-23 Thread Christoph Feck
On Thursday 23 August 2012 15:45:02 Ivan Čukić wrote: > I don't know what to think of this. Hiding is prettier (to me) > while disabling has its own advantages. Anyone else cares to pitch > in? > > As far as I see, we have both approaches in kcm. I just checked System Settings, and all modules ex

Re: Activities KCM

2012-08-23 Thread todd rme
On Thu, Aug 23, 2012 at 3:45 PM, Ivan Čukić wrote: > >> > This should be done automatically - the activities should be scored based >> > on the current location and stuff like in Plasma Active, and the switcher >> > should sort them by the score, or mark them in some way. >> >> I don't really agre

Re: Activities KCM

2012-08-23 Thread Ivan Čukić
> > This should be done automatically - the activities should be scored based > > on the current location and stuff like in Plasma Active, and the switcher > > should sort them by the score, or mark them in some way. > > I don't really agree here. There are some activities you probably > never w

Re: Activities KCM

2012-08-23 Thread todd rme
On Thu, Aug 23, 2012 at 11:47 AM, Ivan Čukić wrote: > Thanks for the suggestions. > > First, lets start with the feature requests. > >> 1. Which applications start automatically with a given activity. > > As Marco said (and I agree), this shouldn't be for per-activity settings. > But I do think we

Re: Activities KCM

2012-08-23 Thread Ivan Čukić
Thanks for the suggestions. First, lets start with the feature requests. > 1. Which applications start automatically with a given activity. As Marco said (and I agree), this shouldn't be for per-activity settings. But I do think we should have this feature. > 2. Which activities are started aut

Re: Activities KCM

2012-08-23 Thread todd rme
On Wed, Aug 22, 2012 at 8:21 PM, Ivan Čukić wrote: > What would you like to see configurable in activities? 1. Which applications start automatically with a given activity. 2. Which activities are started automatically on boot 3. Which activity is shown when the system starts 4. Location, network

Re: Activities KCM

2012-08-22 Thread Ivan Čukić
Officially starting two-week review period: https://git.reviewboard.kde.org/r/106130/ Ch! -- So remember when you're feeling very small and insecure How amazingly unlikely is your birth And pray that there's intelligent life somewhere up in space Because there's bugger all down here on earth.

Re: Activities KCM

2012-08-22 Thread Ivan Čukić
> and in a kcm is quite confusing (and generates useless chrome) > so i would really not have something like kamdsettings1.png Awesome - I'm now guilt-free for removing that part :) (though, playing again with qml a bit was fun :D) Cheerio! -- So remember when you're feeling very small and

Re: Activities KCM

2012-08-22 Thread Marco Martin
On Wednesday 22 August 2012, Ivan Čukić wrote: > Hi all, > > What would you like to see configurable in activities? > > > Currently planned (and mostly finished): > - plugins selection > - choosing which applications' documents should be stored in > history (all, none, choosing the specifi

Re: Activities library in kdelibs

2011-02-22 Thread Ivan Čukić
> I think the library will probably have to be in experimental/ fir 4.7 and api > rally finalized for 4.8. Yes. The api related to the activities is stable, but the resource open/close/... reporting is not. So, it can go to experimental, not further. -- Cheerio, Ivan -- While you were hanging

Re: activities and locking

2010-09-25 Thread Aaron J. Seigo
On Saturday, September 25, 2010, Marco Martin wrote: > uhm, removing a containment in locked mode seems really uhm, wrong. > from an interaction point of view would make sense to forbid removal of > virtual desktops at all when locked, even if is not a directly plasma > related thing and technicall

Re: activities and locking

2010-09-25 Thread Aaron J. Seigo
On Saturday, September 25, 2010, Chani wrote: > how would this affect the "do you want to delete all the extra > containments?" question when PVD is disabled? it probably suffers the same problem :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB

Re: activities and locking

2010-09-25 Thread Marco Martin
On Friday 24 September 2010, Aaron J. Seigo wrote: > On Friday, September 24, 2010, Chani wrote: > > and while one may question whether deleting should be allowed while > > locked, stopping while locked makes perfect sense. > > so i just ran across a related issue today on b.k.o[1]: when a new des

Re: activities and locking

2010-09-25 Thread Chani
On September 24, 2010 20:41:47 Aaron J. Seigo wrote: > On Friday, September 24, 2010, Chani wrote: > > and while one may question whether deleting should be allowed while > > locked, stopping while locked makes perfect sense. > > so i just ran across a related issue today on b.k.o[1]: when a new d

Re: activities and locking

2010-09-24 Thread Aaron J. Seigo
On Friday, September 24, 2010, Chani wrote: > and while one may question whether deleting should be allowed while locked, > stopping while locked makes perfect sense. so i just ran across a related issue today on b.k.o[1]: when a new desktop or a new screen comes or goes, containments will get ad

Re: activities and locking

2010-09-24 Thread Marco Martin
On Friday 24 September 2010, Chani wrote: > On September 24, 2010 14:51:54 Marco Martin wrote: > > On Friday 24 September 2010, Chani wrote: > > > what we're going to do about this in trunk: the code for the activity > > > stopping will be moved into Corona under a name like exportLayout (to > > >

Re: activities and locking

2010-09-24 Thread Chani
On September 24, 2010 14:51:54 Marco Martin wrote: > On Friday 24 September 2010, Chani wrote: > > what we're going to do about this in trunk: the code for the activity > > stopping will be moved into Corona under a name like exportLayout (to > > mirror importLayout). it won't actually know about a

Re: activities and locking

2010-09-24 Thread Marco Martin
On Friday 24 September 2010, Chani wrote: > what we're going to do about this in trunk: the code for the activity > stopping will be moved into Corona under a name like exportLayout (to > mirror importLayout). it won't actually know about activities, it'll just > know that a certain bit of config n

Re: Activities IRC meeting

2010-07-20 Thread Chani
aww crap, I don't have any jabber client installed. and my internet is being weird this morning. and I don't know how to get to a conference. don't move meetings at the last minute, darnit :( On Tue, Jul 20, 2010 at 8:39 AM, Ivan Čukić wrote: > fine with me, if I succeed in connecting to it :) >

Re: Activities IRC meeting

2010-07-20 Thread Ivan Čukić
fine with me, if I succeed in connecting to it :) 2010/7/20 Sebastian Trüg : > Any chance we can have this meeting in a jabber conference at > nepo...@conference.xabber.de? > My internet connection is acting up again. > > Cheers, > Sebastian > > On 07/16/2010 02:46 PM, Ivan Čukić wrote: >> Sebasti

Re: Activities IRC meeting

2010-07-20 Thread Sebastian Trüg
Any chance we can have this meeting in a jabber conference at nepo...@conference.xabber.de? My internet connection is acting up again. Cheers, Sebastian On 07/16/2010 02:46 PM, Ivan Čukić wrote: > Sebastian and me are planning to hold a meeting about activities on > Tuesday, 5PM UTC. > > It is g

Re: Activities protocol

2010-07-19 Thread Marco Martin
On Saturday 17 July 2010, Chani wrote: > hey, I was wondering... have you guys seen this? > http://doc4.mandriva.org/bin/view/labs/New+features+toward+the+task+oriente > d+desktop and > http://doc4.mandriva.org/bin/view/labs/Mandriva_Smart_Desktop_2010-0 > I always wondered: how much of the mandr

Re: Activities IRC meeting

2010-07-18 Thread Marco Martin
On Fri, Jul 16, 2010 at 2:46 PM, Ivan Čukić wrote: > Sebastian and me are planning to hold a meeting about activities on > Tuesday, 5PM UTC. > > It is going to be about the inner-workings rather than the UI. > > So, anyone willing to join is more than welcome. > will be there :) Cheers, Marco M

Re: Activities protocol

2010-07-17 Thread Chani
hey, I was wondering... have you guys seen this? http://doc4.mandriva.org/bin/view/labs/New+features+toward+the+task+oriented+desktop and http://doc4.mandriva.org/bin/view/labs/Mandriva_Smart_Desktop_2010-0 ___ Plasma-devel mailing list Plasma-devel@kd

Re: Activities IRC meeting

2010-07-16 Thread Ivan Čukić
Probably #nepomuk - less traffic there, so we will not get distracted (I hope) 2010/7/17 Chani : > >> Activities IRC meeting >> *When* >> Tue, 20 July, 7pm – 8pm GMT+02:00 >> *Who* > > erm... there's no "where" mentioned. :) > #plasma? #nepomuk? > -- While you were hanging yourself on someone

Re: Activities IRC meeting

2010-07-16 Thread Chani
> Activities IRC meeting > *When* > Tue, 20 July, 7pm – 8pm GMT+02:00 > *Who* erm... there's no "where" mentioned. :) #plasma? #nepomuk? ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Activities IRC meeting

2010-07-16 Thread Aaron J. Seigo
On July 16, 2010, Ivan Čukić wrote: > Activities IRC meeting > *When* > Tue, 20 July, 7pm – 8pm GMT+02:00 > *Who* where? #plasma or #nepomuk? or? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Devel

Re: Activities IRC meeting

2010-07-16 Thread Chani
On July 16, 2010 05:46:22 Ivan Čukić wrote: > Sebastian and me are planning to hold a meeting about activities on > Tuesday, 5PM UTC. > > It is going to be about the inner-workings rather than the UI. > > So, anyone willing to join is more than welcome. > cool :) 10am tuesday... yes, that works

Re: Activities protocol

2010-07-14 Thread Ivan Čukić
> only thing that concernes me a bit is that this kind of association in kwin, > and in the kded seems a bit uhm separate This is only temporary > > -- > Marco Martin > ___ > Plasma-devel mailing list > Plasma-devel@kde.org > https://mail.kde.org/mailma

Re: Activities protocol

2010-07-14 Thread Marco Martin
On Wednesday 14 July 2010, Ivan Čukić wrote: > > which is a bit of a design flaw imho. being able to know what URI(s) a > > window > > It is not a design flaw, it is about the design not being used at the > moment :) > > Naturally, once the apps start using our new protocol, we'll have the > wid-

Re: Activities protocol

2010-07-14 Thread Ivan Čukić
> which is a bit of a design flaw imho. being able to know what URI(s) a window It is not a design flaw, it is about the design not being used at the moment :) Naturally, once the apps start using our new protocol, we'll have the wid-uri association. (this is the most awesome side effect of acti

Re: Activities protocol

2010-07-14 Thread Aaron J. Seigo
On July 14, 2010, Sebastian Trüg wrote: > The idea on my end is to create nuao:DesktopEvent instances which link > to the opened file and the application opening it. For the latter the that sounds very sensible, and would get rid of the false positives due to automatically associating files issue

Re: Activities protocol

2010-07-14 Thread Aaron J. Seigo
On July 14, 2010, Marco Martin wrote: > just possible to retrieve uris of resources (and from the taskbar i can't > know what documents are open by a particular task...) which is a bit of a design flaw imho. being able to know what URI(s) a window is interacting with could be useful in so many wa

Re: Activities protocol

2010-07-14 Thread Marco Martin
On Wednesday 14 July 2010, Ivan Čukić wrote: > Hi Sebastian, > > First of all, I hope you are on plasma-devel since a lot of people > didn't take me seriously concerning the cross-posting... > > > So applications need to notify it about opening a doc manually? I am > > asking because I started im

Re: Activities protocol

2010-07-14 Thread Sebastian Trüg
On 07/13/2010 09:57 PM, Aaron J. Seigo wrote: > On July 13, 2010, Ivan Čukić wrote: >> a.s. This is a cross-post >> >> Hi, >> >> A few notifications and questions. >> >> 1. The ActivityManager (KDED module) now accepts application name/id >> when the application notifies it that it has opened a doc

Re: Activities protocol

2010-07-14 Thread Sebastian Trüg
On 07/13/2010 04:04 PM, Marco Martin wrote: > On Tue, Jul 13, 2010 at 3:55 PM, Ivan Čukić wrote: >> On 13 July 2010 15:45, Marco Martin wrote: >>> it must be done indeed. >>> but is it possible to automatically unlink it as well when the window >>> is detached from the activity? >> >> Yes, but th

Re: Activities protocol

2010-07-14 Thread Ivan Čukić
Hi Sebastian, First of all, I hope you are on plasma-devel since a lot of people didn't take me seriously concerning the cross-posting... > So applications need to notify it about opening a doc manually? I am > asking because I started implementing the exact same thing and we should Yes, the app

Re: Activities protocol

2010-07-14 Thread Sebastian Trüg
Hi Ivan, On 07/13/2010 03:13 PM, Ivan Čukić wrote: > 1. The ActivityManager (KDED module) now accepts application name/id > when the application notifies it that it has opened a document (or any > other type of resource that has an url) > > If the name is not specified, KWindowInfo is used to try

Re: Activities protocol

2010-07-14 Thread Ivan Čukić
> just curious, why's he doing... whatever he's doing... on a per-application > basis? does it matter whether I opened a document in kate, kwrite or okular? Stats like this are always good to have when you can have them. 1. Apps' recent files could be replaced to work better (with activities and a

Re: Activities protocol

2010-07-13 Thread Chani
On July 13, 2010 12:57:35 Aaron J. Seigo wrote: > On July 13, 2010, Ivan Čukić wrote: > > a.s. This is a cross-post > > > > Hi, > > > > A few notifications and questions. > > > > 1. The ActivityManager (KDED module) now accepts application name/id > > when the application notifies it that it has

Re: Activities protocol

2010-07-13 Thread Aaron J. Seigo
On July 13, 2010, Ivan Čukić wrote: > a.s. This is a cross-post > > Hi, > > A few notifications and questions. > > 1. The ActivityManager (KDED module) now accepts application name/id > when the application notifies it that it has opened a document (or any > other type of resource that has an ur

Re: Activities protocol

2010-07-13 Thread Chani
On July 13, 2010 06:13:15 Ivan Čukić wrote: > a.s. This is a cross-post hmm, so it is. I'm only on the plasma list, and I see we've already uncrossposted the thread there :) > > 1. The ActivityManager (KDED module) now accepts application name/id > when the application notifies it that it has o

Re: Activities protocol

2010-07-13 Thread Marco Martin
On Tue, Jul 13, 2010 at 3:55 PM, Ivan Čukić wrote: > On 13 July 2010 15:45, Marco Martin wrote: >> it must be done indeed. >> but is it possible to automatically unlink it as well when the window >> is detached from the activity? > > Yes, but that would be undesired - if you open a file from an >

Re: Activities protocol

2010-07-13 Thread Ivan Čukić
On 13 July 2010 15:45, Marco Martin wrote: > it must be done indeed. > but is it possible to automatically unlink it as well when the window > is detached from the activity? Yes, but that would be undesired - if you open a file from an activity, it belongs to it. (and possibly other activities as

Re: Activities protocol

2010-07-13 Thread Marco Martin
On Tue, Jul 13, 2010 at 3:13 PM, Ivan Čukić wrote: > a.s. This is a cross-post > > Hi, > > A few notifications and questions. > > 1. The ActivityManager (KDED module) now accepts application name/id > when the application notifies it that it has opened a document (or any > other type of resource t

Re: activities api in kdereview

2010-04-13 Thread Burkhard Lück
Am Dienstag, 13. April 2010 08:31:22 schrieb Chani: > hey, ivan wanted me to tell you guys that he's moved the nepomuk activities > stuff into kdereview. :) > There are some i18n() calls, but I don't find a Messages.sh... -- Burkhard Lück ___ Plasma-de

Re: activities

2010-02-09 Thread Diego Moya
On 5 February 2010 18:44, Aaron J. Seigo wrote: > Context is specific to the person in that it is the person's current internal > state which defines which Context (if any) is applicable. it has nothing to do > with the computer. in fact, Context is a way to make the computer reflect the > person.

Re: activities

2010-02-05 Thread Chani
On February 5, 2010 09:44:14 Aaron J. Seigo wrote: > On February 4, 2010, Chani wrote: > > We seem to have two or three definitions of the word "activity" in > > kdebase now. Oops. > > we have precisely one definition. *you* have precisely one definition, in your head. not so in mine. :) and I g

Re: activities

2010-02-05 Thread Chani
> > So while in theory it makes sense to be able to merge vdesktops with > > > > activities, in reality it'd end up feeling awkward and hacky. :( > > And not really possible. For example, one might want to have more virtual > desktops in one activity (when I say 'one' in this case I mean 'at le

  1   2   >