Based on
http://kdeblog.mageprojects.com/2012/12/07/application-wide-shortcuts-in-qml-this-time-without-qshortcut/
can you provide me with some feedback about how a clean
qml plasmoid can create global shortcuts?
For example through qml plugins is it a feasible option?
Is there a better approach
>
> aha! ok .. so imho this belongs more in kactivitymanagerd (kamd) itself.
>
> i was considering whether or not it makes sense to have different orders of
> activities .. and i don't think it does. activities should probably be
> globally consistent.
>
> where we coordinate all activity related i
On Thu, Feb 14, 2013 at 2:04 AM, Martin Gräßlin wrote:
> Virtual Desktops are not a legacy concept in the world of Activities. The
> usage of virtual desktops is to group your windows that is a need not going
> away with Activities.
>
> Blocking any change to VDs because they are considered as le
On Wednesday 13 February 2013 17:12:08 Shaun Reich wrote:
> Attempting to enhance a legacy concept as this, ends up going into the area
> of what activities already do and are attempting to do.
Virtual Desktops are not a legacy concept in the world of Activities. The
usage of virtual desktops is to
> On Feb. 9, 2013, 6:49 p.m., Mark Gaiser wrote:
> > Just wanted to add that it has a regression that slipped in the 4.10.0
> > release. https://bugs.kde.org/show_bug.cgi?id=312684
> >
> > If you have only one virtual desktop the pager just shows an empty area.
> > That is obviously wrong. It
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108891/
---
(Updated Feb. 11, 2013, 8:15 p.m.)
Review request for Plasma.
Changes
--
On Wed, Feb 13, 2013 at 12:50 AM, Sebastian Kügler wrote:
> Hi,
>
> I've just pushed a change to plasma-frameworks which introduces a change to
> the installation path for your QtQuick2 imports, moving it under
> $PREFIX/lib/qml basically. (They previously went into $PREFIX/qml, which is a
> bit u
On Wednesday, February 13, 2013 23:55:00 Michail Vourlakos wrote:
> Because now ordering is supported in Activities based on that data
> engine I wanted
> the user to be able to go to next or previous activity based on the
> ordered activities list
> by using global shortcuts also...
aha! ok .. so
On Wed, Feb 13, 2013 at 4:48 PM, Rick Stockton <
rickstock...@reno-computerhelp.com> wrote:
> First: Sorry about the creation of 2 (now 3) Topics. I simply found
> "Places" to be an utterly confusing word for the topic under discussion.
>
>
hehe, yeah it was...then one of said threads ended up exp
this sounds like something you probably don't want to actually do .. :)
generally shortcuts are associated with UI (e.g. plasmoids) rather than
DataEngines. can you explain the use case?
Well, I was afraid I would take that answer ... :)
The use case is the following... I have created a data
My comment is at the bottom..
On 02/13/2013 10:12 AM, Mark wrote:
> On Wed, Feb 13, 2013 at 6:51 PM, Rick Stockton
> wrote:
>> On 02/13/2013 06:51 AM, Mark wrote:
>>> On Wed, Feb 13, 2013 at 3:24 PM, Aaron J. Seigo wrote:
On Tuesday, February 12, 2013 15:59:36 Mark wrote:
> I understand
On Wednesday, February 13, 2013 23:03:14 Michail Vourlakos wrote:
> What is the best approach in order to register some global shortcuts for
> a plasma service (this is in a plasma data engineimplementation)
this sounds like something you probably don't want to actually do .. :)
generally shortcu
What is the best approach in order to register some global shortcuts for
a plasma service (this is in a plasma data engineimplementation)
Regards,
Michail
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-de
On Wednesday, February 13, 2013 15:36:48 Marco Martin wrote:
> * authorization.h
we need to come develop a new security framework here that will cover QML
imports and the whole bit.
> * DeclarativeappletScript and AppletInterface:
> I tought for approximately 0.22 seconds about merging those tw
On Wed, Feb 13, 2013 at 6:51 PM, Rick Stockton
wrote:
>
> On 02/13/2013 06:51 AM, Mark wrote:
>> On Wed, Feb 13, 2013 at 3:24 PM, Aaron J. Seigo wrote:
>>> On Tuesday, February 12, 2013 15:59:36 Mark wrote:
I understand your reasoning, but i don't think you should do this. In
my opinion
On Wed, Feb 13, 2013 at 6:59 PM, Mark wrote:
> On Wed, Feb 13, 2013 at 4:18 PM, Martin Gräßlin wrote:
>> On Wednesday 13 February 2013 15:58:15 Mark wrote:
>>> Anyway, if you need any information regarding that, please just ask. I
>>> have the setup at home and i can easily compile any patches yo
On Wed, Feb 13, 2013 at 4:18 PM, Martin Gräßlin wrote:
> On Wednesday 13 February 2013 15:58:15 Mark wrote:
>> Anyway, if you need any information regarding that, please just ask. I
>> have the setup at home and i can easily compile any patches you have
>> for me.
> Best would be to try whether us
On 02/13/2013 06:51 AM, Mark wrote:
> On Wed, Feb 13, 2013 at 3:24 PM, Aaron J. Seigo wrote:
>> On Tuesday, February 12, 2013 15:59:36 Mark wrote:
>>> I understand your reasoning, but i don't think you should do this. In
>>> my opinion a plasmoid - and certainly one that's on the panel - should
>
On Wednesday, February 13, 2013 16:00:43 Martin Gräßlin wrote:
> On Wednesday 13 February 2013 15:24:49 Aaron J. Seigo wrote:
> > but there's a pragmatic solution:
> > hide the fucking thing when there is only one vd.
>
> Have you seen Aurelien's suggestion of adding a button to the KCM where o
Le Wednesday 13 February 2013 15:02:33 Aaron J. Seigo a écrit :
> > 2. The way single-runners are queried is not very elegant. It looks like
>
> > this:
> this probably should be provided by RunnerManager and RunnerSyntax. sth
> like:
>
> QString RunnerSyntax::asQuery(const QString &userInput = Q
Le Wednesday 13 February 2013 14:10:40 Marco Martin a écrit :
> On Wednesday 13 February 2013, Aurélien Gâteau wrote:
> > >> 3. I noticed some runners advertise single-runner mode but do not
> > >> define a
> > >> default syntax. Is it a bug or is there a reason for that?
> > >
> > > hmm, example
On Wed, Feb 13, 2013 at 4:18 PM, Martin Gräßlin wrote:
> On Wednesday 13 February 2013 15:58:15 Mark wrote:
>> Anyway, if you need any information regarding that, please just ask. I
>> have the setup at home and i can easily compile any patches you have
>> for me.
> Best would be to try whether us
On Wed, Feb 13, 2013 at 4:07 PM, Marco Martin wrote:
> On Wednesday 13 February 2013, Mark wrote:
>> Then on to the fixing part. If you remove the pager from the default
>> setup there is only one other way to get the pager. Adding it
>> explicitly! So then the question becomes: if the user adds i
On Wednesday 13 February 2013 15:58:15 Mark wrote:
> Anyway, if you need any information regarding that, please just ask. I
> have the setup at home and i can easily compile any patches you have
> for me.
Best would be to try whether using KScreen improves the situation. If not get
in contact with
On Wednesday 13 February 2013 16:04:03 Marco Martin wrote:
> On Wednesday 13 February 2013, Martin Gräßlin wrote:
> > On Wednesday 13 February 2013 15:24:49 Aaron J. Seigo wrote:
> > > but there's a pragmatic solution:
> > > hide the fucking thing when there is only one vd.
> >
> > Have you seen
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108944/#review27379
---
Ship it!
one small comment below, but otherwise this can go in
On Wednesday 13 February 2013, Oliver Henshaw wrote:
> Is it feasible to show a placeholder for the (invisible) pager when
> the panel is unlocked (or just when the widget explorer is open)? That
> would circumvent some of the problems with an invisible pager that
> takes up no space.
technically
On Wednesday 13 February 2013, Mark wrote:
> Then on to the fixing part. If you remove the pager from the default
> setup there is only one other way to get the pager. Adding it
> explicitly! So then the question becomes: if the user adds it
> explicitly, should the pager "just" be visible? Regardl
On Wednesday 13 February 2013, Martin Gräßlin wrote:
> On Wednesday 13 February 2013 15:24:49 Aaron J. Seigo wrote:
> > but there's a pragmatic solution:
> > hide the fucking thing when there is only one vd.
>
> Have you seen Aurelien's suggestion of adding a button to the KCM where one
> chan
On Wednesday 13 February 2013 15:24:49 Aaron J. Seigo wrote:
> but there's a pragmatic solution:
>
> hide the fucking thing when there is only one vd.
Have you seen Aurelien's suggestion of adding a button to the KCM where one
changes the number of virtual desktops to add the pager to the set
On Wed, Feb 13, 2013 at 3:54 PM, Martin Gräßlin wrote:
> On Wednesday 13 February 2013 14:29:12 Mark wrote:
>> On Wed, Feb 13, 2013 at 2:23 PM, Martin Gräßlin wrote:
>> > On Wednesday 13 February 2013 13:50:08 Mark wrote:
>> >> That's the intention and that hasn't changed. Apparently most of you
On 12 February 2013 19:06, Shaun Reich wrote:
> On Tue, Feb 12, 2013 at 10:40 AM, Martin Gräßlin wrote:
>>
>> Technical implementation aside: I think that makes absolute sense:
>> * one vd by default
>> * do not show pager for one vd
>> * show pager if user uses more vds
>
>
> i agree that showin
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108935/#review27372
---
Ship it!
a couple of small code style issues, but otherwise th
On Wednesday 13 February 2013 14:29:12 Mark wrote:
> On Wed, Feb 13, 2013 at 2:23 PM, Martin Gräßlin wrote:
> > On Wednesday 13 February 2013 13:50:08 Mark wrote:
> >> That's the intention and that hasn't changed. Apparently most of you
> >> seem to disagree here. Apparently i'm the only one that
On Wed, Feb 13, 2013 at 3:36 PM, Aaron J. Seigo wrote:
> On Wednesday, February 13, 2013 11:24:06 Mark wrote:
>> When i brought this issue up in RB and moved it to this list i was
>> actually expecting a reply like: "Ohh, we introduced a new pager in
>> 4.10 that occupies space without putting any
On Wed, Feb 13, 2013 at 3:24 PM, Aaron J. Seigo wrote:
> On Tuesday, February 12, 2013 15:59:36 Mark wrote:
>> I understand your reasoning, but i don't think you should do this. In
>> my opinion a plasmoid - and certainly one that's on the panel - should
>> never be invisible but still take up roo
On Wednesday 13 February 2013, Marco Martin wrote:
> Hi all,
>
> since i'm going forward with the porting of the qml scriptengine to
> plasma2, i got to think about the current implementation and how to
> implement missing pieces (that leads to what to change)
>
> This could be a topic for a mond
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108944/
---
(Updated Feb. 13, 2013, 2:43 p.m.)
Review request for Plasma.
Changes
--
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108944/
---
Review request for Plasma.
Description
---
This patch adds a custom e
On Wednesday 13 February 2013, Marco Martin wrote:
> Hi all,
>
> since i'm going forward with the porting of the qml scriptengine to
> plasma2, i got to think about the current implementation and how to
> implement missing pieces (that leads to what to change)
And all of this naturally leads to a
Hi all,
since i'm going forward with the porting of the qml scriptengine to plasma2, i
got to think about the current implementation and how to implement missing
pieces (that leads to what to change)
This could be a topic for a monday telco, but putting this forward already.
right now the scri
On Wednesday, February 13, 2013 11:24:06 Mark wrote:
> When i brought this issue up in RB and moved it to this list i was
> actually expecting a reply like: "Ohh, we introduced a new pager in
> 4.10 that occupies space without putting anything in it by default.
> Lets fix that asap." But there is n
On Tuesday, February 12, 2013 15:59:36 Mark wrote:
> I understand your reasoning, but i don't think you should do this. In
> my opinion a plasmoid - and certainly one that's on the panel - should
> never be invisible but still take up room.
i think we can all agree that an empty space is a bug th
On Wed, Feb 13, 2013 at 7:20 AM, Aurélien Gâteau wrote:
> Yes, that's what I meant with "If the pager is not in the default setup,
> then
> there is no need to hide it when only one vd is there."
+1
--
Luís Gabriel
___
Plasma-devel mailing list
Plas
On Wednesday, February 13, 2013 11:15:58 Aurélien Gâteau wrote:
> This means that if I add the "Activities" runner, whose default syntax is
> "activity :q:", then by default Homerun queries the runner for "activity".
> If the user types "work" in the search field, Homerun queries the runner
> for "
On Wed, Feb 13, 2013 at 2:23 PM, Martin Gräßlin wrote:
> On Wednesday 13 February 2013 13:50:08 Mark wrote:
>> That's the intention and that hasn't changed. Apparently most of you
>> seem to disagree here. Apparently i'm the only one that dislikes
>> having an empty space shown by default..
> to c
On Wed, Feb 13, 2013 at 2:08 PM, Aurélien Gâteau wrote:
> On Wed, 13 Feb 2013 13:50:08 +0100, Mark wrote:
I'm just going to assume you're making a joke here.
In case you're not: bad idea!
>>>
>>>
>>> Do you have arguments to back this bold claim?
>>
>>
>> Sure. I've opened
On Wednesday 13 February 2013 13:50:08 Mark wrote:
> That's the intention and that hasn't changed. Apparently most of you
> seem to disagree here. Apparently i'm the only one that dislikes
> having an empty space shown by default..
to complement what Aurelien just wrote: you need to step aside from
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108938/#review27360
---
This review has been submitted with commit
6ce2cf70f03bc2120bf
On Wednesday 13 February 2013, Aurélien Gâteau wrote:
> On Wed, 13 Feb 2013 12:45:33 +0100, Marco Martin wrote:
> >> if (query.contains(placeHolder)) {
> >>
> >> return query.replace(placeHolder, term);
> >>
> >> } else {
> >>
> >> return query + ' ' + term;
>
On Wed, 13 Feb 2013 13:50:08 +0100, Mark wrote:
I'm just going to assume you're making a joke here.
In case you're not: bad idea!
Do you have arguments to back this bold claim?
Sure. I've opened this topic to improve the pager for default usage:
- Show it even when you have just one VD to f
On Wed, 13 Feb 2013 13:44:31 +0100, Martin Gräßlin wrote:
On Wednesday 13 February 2013 06:43:47 Aurélien Gâteau wrote:
On Wed, 13 Feb 2013 12:23:41 +0100, Martin Gräßlin wrote:
> On Wednesday 13 February 2013 06:17:45 Aurélien Gâteau wrote:
>> Since the virtual desktop kcm is already shown from
On Wed, Feb 13, 2013 at 1:16 PM, Aurélien Gâteau wrote:
> On Wed, 13 Feb 2013 13:11:13 +0100, Mark wrote:
>>
>> On Wed, Feb 13, 2013 at 12:17 PM, Aurélien Gâteau wrote:
>>>
>>> On Wed, 13 Feb 2013 11:40:15 +0100, Marco Martin wrote:
On Wednesday 13 February 2013, Mark wrote:
>
On Wed, 13 Feb 2013 12:45:33 +0100, Marco Martin wrote:
if (query.contains(placeHolder)) {
return query.replace(placeHolder, term);
} else {
return query + ' ' + term;
}
}
Is there a better way to do this?
uhm... RunnerManager::launchQuery(const QString &term, cons
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108935/
---
Review request for Plasma.
Description
---
Add a DBus method to plasm
On Wednesday 13 February 2013 06:43:47 Aurélien Gâteau wrote:
> On Wed, 13 Feb 2013 12:23:41 +0100, Martin Gräßlin wrote:
> > On Wednesday 13 February 2013 06:17:45 Aurélien Gâteau wrote:
> >> Since the virtual desktop kcm is already shown from within the pager
> >> applet
> >> configuration dialog
On Wed, 13 Feb 2013 13:11:13 +0100, Mark wrote:
On Wed, Feb 13, 2013 at 12:17 PM, Aurélien Gâteau
wrote:
On Wed, 13 Feb 2013 11:40:15 +0100, Marco Martin wrote:
On Wednesday 13 February 2013, Mark wrote:
That would probably be the best way i guess.
But then we still have an empty taskbar ar
On Wed, Feb 13, 2013 at 12:17 PM, Aurélien Gâteau wrote:
> On Wed, 13 Feb 2013 11:40:15 +0100, Marco Martin wrote:
>>
>> On Wednesday 13 February 2013, Mark wrote:
>>
>>> That would probably be the best way i guess.
>>> But then we still have an empty taskbar area occupied by the pager
>>> during
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108938/#review27357
---
Ship it!
Ship It!
- Marco Martin
On Feb. 13, 2013, 10:54 a.
On Wednesday 13 February 2013, Aurélien Gâteau wrote:
> In the long term, I hope this makes it possible to drop some of Homerun
> sources and replace them with single-runner runners. Potential candidates
> are (Source => runner):
> - Favorite Places => Places
> - Recent Documents => Recent Documen
On Wed, 13 Feb 2013 12:23:41 +0100, Martin Gräßlin wrote:
On Wednesday 13 February 2013 06:17:45 Aurélien Gâteau wrote:
Since the virtual desktop kcm is already shown from within the pager
applet
configuration dialog, maybe it can simply be removed from
systemsettings?
erm no, I'm using virtual
On Wednesday 13 February 2013 06:17:45 Aurélien Gâteau wrote:
> Since the virtual desktop kcm is already shown from within the pager
> applet
> configuration dialog, maybe it can simply be removed from
> systemsettings?
erm no, I'm using virtual desktops but not a pager and the KCM offers more
than
On Wed, 13 Feb 2013 11:40:15 +0100, Marco Martin wrote:
On Wednesday 13 February 2013, Mark wrote:
That would probably be the best way i guess.
But then we still have an empty taskbar area occupied by the pager
during the 4.10 cycle. I can hardly imagine that to be the
intention?
It's just a
On Wed, Feb 13, 2013 at 11:40 AM, Marco Martin wrote:
> On Wednesday 13 February 2013, Mark wrote:
>
>> That would probably be the best way i guess.
>> But then we still have an empty taskbar area occupied by the pager
>> during the 4.10 cycle. I can hardly imagine that to be the intention?
>>
>>
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108938/
---
Review request for Plasma and Sebastian Kügler.
Description
---
Make
On Wed, Feb 13, 2013 at 11:35 AM, Martin Gräßlin wrote:
> On Wednesday 13 February 2013 11:24:06 Mark wrote:
>> When i brought this issue up in RB and moved it to this list i was
>> actually expecting a reply like: "Ohh, we introduced a new pager in
>> 4.10 that occupies space without putting anyt
On Wednesday 13 February 2013 11:40:15 Marco Martin wrote:
> On Wednesday 13 February 2013, Mark wrote:
> > That would probably be the best way i guess.
> > But then we still have an empty taskbar area occupied by the pager
> > during the 4.10 cycle. I can hardly imagine that to be the intention?
>
On Wednesday 13 February 2013, Mark wrote:
> That would probably be the best way i guess.
> But then we still have an empty taskbar area occupied by the pager
> during the 4.10 cycle. I can hardly imagine that to be the intention?
>
> It's just a simple QML one liner.. If you want i can commit th
On Wednesday 13 February 2013 11:24:06 Mark wrote:
> When i brought this issue up in RB and moved it to this list i was
> actually expecting a reply like: "Ohh, we introduced a new pager in
> 4.10 that occupies space without putting anything in it by default.
> Lets fix that asap." But there is not
On Wed, Feb 13, 2013 at 11:11 AM, Marco Martin wrote:
> On Wednesday 13 February 2013, Mark wrote:
>> Hi,
>>
>> It's been a while ago since i last heard anything about the
>> "Chameleon", but it seems to be finished and installable for android
>> devices: http://chameleonlauncher.com/
>>
>> Implem
On Wed, Feb 13, 2013 at 11:20 AM, Aurélien Gâteau wrote:
> Le Wednesday 13 February 2013 11:04:06 Martin Gräßlin a écrit :
>> On Wednesday 13 February 2013 10:58:09 Mark wrote:
>> > On Wed, Feb 13, 2013 at 10:38 AM, Aurélien Gâteau wrote:
>> > > Le Tuesday 12 February 2013 23:55:39 Mark a écrit :
Le Wednesday 13 February 2013 11:04:06 Martin Gräßlin a écrit :
> On Wednesday 13 February 2013 10:58:09 Mark wrote:
> > On Wed, Feb 13, 2013 at 10:38 AM, Aurélien Gâteau wrote:
> > > Le Tuesday 12 February 2013 23:55:39 Mark a écrit :
[snip]
> > >> Why are you folks discarding my usecase complete
Hi,
I have been working lately on adding better support for single-runner runners
to Homerun. The code is currently available in the "wip/single-runner" branch
of Homerun.
This code exposes all runners which advertise single-runner mode as sources.
When a single-runner is used, Homerun uses th
On Wednesday 13 February 2013, Mark wrote:
> Hi,
>
> It's been a while ago since i last heard anything about the
> "Chameleon", but it seems to be finished and installable for android
> devices: http://chameleonlauncher.com/
>
> Implementing something like this on the new plasma shell in QML woul
On Wednesday 13 February 2013 10:58:09 Mark wrote:
> On Wed, Feb 13, 2013 at 10:38 AM, Aurélien Gâteau wrote:
> > Le Tuesday 12 February 2013 23:55:39 Mark a écrit :
> >> On Tue, Feb 12, 2013 at 8:06 PM, Shaun Reich wrote:
> >> > On Tue, Feb 12, 2013 at 10:40 AM, Martin Gräßlin
> >
> > wrote:
>
On Wed, Feb 13, 2013 at 10:38 AM, Aurélien Gâteau wrote:
> Le Tuesday 12 February 2013 23:55:39 Mark a écrit :
>> On Tue, Feb 12, 2013 at 8:06 PM, Shaun Reich wrote:
>> > On Tue, Feb 12, 2013 at 10:40 AM, Martin Gräßlin
> wrote:
>> >> Technical implementation aside: I think that makes absolute s
Le Tuesday 12 February 2013 23:55:39 Mark a écrit :
> On Tue, Feb 12, 2013 at 8:06 PM, Shaun Reich wrote:
> > On Tue, Feb 12, 2013 at 10:40 AM, Martin Gräßlin
wrote:
> >> Technical implementation aside: I think that makes absolute sense:
> >> * one vd by default
> >> * do not show pager for one
77 matches
Mail list logo