Feed Advanced Search

Sep 17 2021

soredake added a comment to T13631: Consolidate using addons/extras/plugins repos.

Are there any movements of merging dolphin/dolphin-plugins?

Sep 17 2021, 5:58 AM · Frameworks, Dolphin, Plasma

Sep 5 2021

davidedmundson added a comment to T14335: Rethink KCMInit.

Can the kcminit stuff be considered plasma-internal API?

Sep 5 2021, 3:13 PM · Plasma, KF6
alex claimed T14335: Rethink KCMInit.

The last suggestion was agreed upon by the plasma people, then we can use a standardized symbol name.

Sep 5 2021, 6:22 AM · Plasma, KF6

Aug 30 2021

alex claimed T12248: Port PowerDevil actions to plugins.

On the KF6 weekly it was agreed that the stuff is not considered public API.

Aug 30 2021, 6:11 PM · Plasma
alex added a comment to T14335: Rethink KCMInit.

There were some choices discussed at the KF6 weekly:

  • Install desktop files into specific dir like plasma/kcminit and then query metainfo from there => bad because we would have to open two files and the init phase stuff can be removed. Also the X-KDE-Init-Symbol could be a standardized value.
  • The namespace solution as above would work, but as said it is ugly to make systemsettings depend on the kcminit specific stuff
  • Just loading them as plugins => the functions are linked to the KCMs because there they are also called on-save. Having a small static lib would work though
Aug 30 2021, 5:45 PM · Plasma, KF6
meven added a comment to T14840: Proposal: move Kicker applet to kdeplasma-addons.

On second thought, probably not worth the trouble. We can always re-evaluate what lives where for Plasma 6.

Aug 30 2021, 10:02 AM · Plasma
ngraham closed T14840: Proposal: move Kicker applet to kdeplasma-addons as Wontfix.
Aug 30 2021, 2:34 AM · Plasma
ngraham added a comment to T14840: Proposal: move Kicker applet to kdeplasma-addons.

On second thought, probably not worth the trouble. We can always re-evaluate what lives where for Plasma 6.

Aug 30 2021, 2:34 AM · Plasma

Aug 29 2021

ngraham created T14840: Proposal: move Kicker applet to kdeplasma-addons.
Aug 29 2021, 8:05 PM · Plasma

Aug 17 2021

alex added a comment to T14335: Rethink KCMInit.

In general I am wondering if it is a good thing to keep loading this function pointer from the KCMs.

Aug 17 2021, 4:36 PM · Plasma, KF6

Aug 15 2021

ahmadsamir added a comment to T14335: Rethink KCMInit.

I don't think the phase split makes sense,

Ack, I'm happy to drop that.

I think in general the concept of kcminit makes some sort of sense. It allows us to drop specialisations in startplasma, and that's a good thing.

Aug 15 2021, 8:21 PM · Plasma, KF6
davidedmundson added a comment to T14335: Rethink KCMInit.

I don't think the phase split makes sense,

Aug 15 2021, 8:15 PM · Plasma, KF6
davidedmundson added a comment to T14335: Rethink KCMInit.

@alex it isn't.

Aug 15 2021, 8:13 PM · Plasma, KF6
alex added a comment to T14335: Rethink KCMInit.

How is this tied to kinit at all? As far as I can see a QFunctionPointer is read from the lib and that function is then executed.

Aug 15 2021, 7:32 PM · Plasma, KF6

Aug 9 2021

ngraham closed T9460: Consider a more user-friendly SpinBox control, a subtask of T10891: Breeze theme evolution, as Resolved.
Aug 9 2021, 1:57 PM · Plasma, VDG, Breeze

Aug 8 2021

alex added a comment to T13889: Plasma::PluginLoader cleanup.

https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/303 Took care of the virtual load methods.

Aug 8 2021, 11:02 AM · KF6

Aug 7 2021

alex added a comment to T14757: Possible performance improvements for applet loading.

I did some benchmarking/debugging and there are some other performance issues in kpackage.

Aug 7 2021, 10:40 AM · Plasma

Aug 6 2021

nicolasfella added a comment to T14757: Possible performance improvements for applet loading.

I don't particularly care about the exact name, so fine with me

Aug 6 2021, 2:47 PM · Plasma
alex added a comment to T14757: Possible performance improvements for applet loading.
In T14757#261124, @alex wrote:

For KCMs we have a X-KDE-Library key in the metadata, I would suggest we do the same here.

The issue is that this key gets removed when the file is converted to JSON.

Usually this makes sense, because the JSON is embedded in the plugin. In case we convert the deskop files to JSON, as proposed in T14564 we could just as easily add it back.

Aug 6 2021, 2:46 PM · Plasma

Jul 31 2021

alex claimed T14757: Possible performance improvements for applet loading.

I will work on the KPackage bits. I have touched the related code recently and a familiar with it.

Jul 31 2021, 6:58 PM · Plasma
alex added a comment to T14757: Possible performance improvements for applet loading.

We could for example assume that for the package structure "Plasma/Applet" the plugin file is "plasma_applet.so".

Jul 31 2021, 6:48 AM · Plasma

Jul 30 2021

nicolasfella added a comment to T14757: Possible performance improvements for applet loading.

Something that's quite prominent in KPackage::PackageLoader::loadPackage() is loadPackageStructure. This is because it iterates over all plugins in "kpackage/packagestructures" to find the right plugin. If we could infer the plugin name from the package type that would help speed this up. We could for example assume that for the package structure "Plasma/Applet" the plugin file is "plasma_applet.so". This still would need compatibility code for Plasma 5 though

Jul 30 2021, 1:52 PM · Plasma
nicolasfella added a comment to T14757: Possible performance improvements for applet loading.

plasma-pa, plasma-nm and kdeconnect have been ported to have json package metadata, so the desktop->json conversion is not an issue any more on my system

Jul 30 2021, 1:47 PM · Plasma
nicolasfella updated the task description for T14757: Possible performance improvements for applet loading.
Jul 30 2021, 1:46 PM · Plasma

Jul 29 2021

alex added a comment to T14757: Possible performance improvements for applet loading.

For KCMs we have a X-KDE-Library key in the metadata, I would suggest we do the same here.

Jul 29 2021, 3:14 PM · Plasma
alex added a comment to T14757: Possible performance improvements for applet loading.

Another thing that's quite prominent in the profile is KPluginMetaData::fromDesktoFile()

Jul 29 2021, 2:22 PM · Plasma
nicolasfella created T14757: Possible performance improvements for applet loading.
Jul 29 2021, 1:37 PM · Plasma

Jul 27 2021

ngraham added a comment to T11930: Rethink Lock, Login and Logout Screen's Color Modularity.

Ah, darn.

Jul 27 2021, 4:31 PM · Plasma, VDG

Jul 25 2021

ndavis added a comment to T11930: Rethink Lock, Login and Logout Screen's Color Modularity.

You can force a particular color group though.

Jul 25 2021, 8:50 PM · Plasma, VDG

Jul 24 2021

ngraham added a comment to T11930: Rethink Lock, Login and Logout Screen's Color Modularity.

You can force a particular color group though.

Jul 24 2021, 2:01 AM · Plasma, VDG

Jul 23 2021

nicolasfella added a comment to T14735: About Active Module in Systemsettings - Fix it or kill it?.

Proposal to remove: https://invent.kde.org/plasma/systemsettings/-/merge_requests/72

Jul 23 2021, 5:26 PM · Plasma

Jul 21 2021

alex updated subscribers of T14735: About Active Module in Systemsettings - Fix it or kill it?.

I would be in favor of removing it.

Jul 21 2021, 11:18 AM · Plasma
nicolasfella created T14735: About Active Module in Systemsettings - Fix it or kill it?.
Jul 21 2021, 10:49 AM · Plasma

Jul 20 2021

alex claimed T13889: Plasma::PluginLoader cleanup.
Jul 20 2021, 7:39 AM · KF6

Jul 7 2021

filipf added a comment to T11930: Rethink Lock, Login and Logout Screen's Color Modularity.
In T11930#259816, @GB_2 wrote:

If this hasn't already been fixed then we should just hardcode the colors, looks the best and should be easy to do.

Jul 7 2021, 6:21 PM · Plasma, VDG
GB_2 added a comment to T11930: Rethink Lock, Login and Logout Screen's Color Modularity.

If this hasn't already been fixed then we should just hardcode the colors, looks the best and should be easy to do.

Jul 7 2021, 5:52 PM · Plasma, VDG

Jul 2 2021

ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jul 2 2021, 11:58 AM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jul 2 2021, 10:57 AM · Plasma, VDG, KF6

Jun 26 2021

ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 26 2021, 10:07 PM · Plasma, VDG, KF6

Jun 25 2021

mikeljohnson added a comment to T14619: [RFC] KColorScheme replacement.

ahh, alright thanks for explaining

Jun 25 2021, 3:05 PM · Plasma, VDG, KF6
ndavis added a comment to T14619: [RFC] KColorScheme replacement.

I thought the whole point of this is to use QPallete with above comment being more about that than the syntax

Jun 25 2021, 10:18 AM · Plasma, VDG, KF6

Jun 24 2021

mikeljohnson added a comment to T14619: [RFC] KColorScheme replacement.

I thought the whole point of this is to use QPallete with above comment being more about that than the syntax

Jun 24 2021, 6:58 PM · Plasma, VDG, KF6
ndavis added a comment to T14619: [RFC] KColorScheme replacement.

am I correct to assume that with this approach we would go from:

Kirigami.Theme.colorSet: Kirigami.Theme.View

to

palette: Kirigami.Theme.View?

if so, that seems pretty good

Jun 24 2021, 2:57 PM · Plasma, VDG, KF6
mikeljohnson added a comment to T14619: [RFC] KColorScheme replacement.

am I correct to assume that with this approach we would go from:

Jun 24 2021, 2:31 PM · Plasma, VDG, KF6
nicolasfella removed a project from T14621: [RFC] Consider deprecating PlasmaExtras.PlasmoidHeading in favor of PC3.ToolBar: KF6.
Jun 24 2021, 2:31 PM · Plasma
ndavis added a comment to T14619: [RFC] KColorScheme replacement.

I was thinking we might need equivalents to NegativeText, NeutralText and PositiveText in QPalette for this to work out, but then I realized, couldn't we have Negative, Neutral and Positive Contexts instead? Maybe it would be extreme overkill to have a whole QPalette of colors for a negative context, but it would allow us to tint backgrounds or text differently based on the type of GUI element we're giving the negative color to.

Jun 24 2021, 2:01 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 1:58 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 1:52 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 1:50 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 1:49 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 1:41 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 1:34 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 1:04 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 1:01 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 12:58 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 12:57 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 12:09 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 12:02 PM · Plasma, VDG, KF6
mikeljohnson added a comment to T14621: [RFC] Consider deprecating PlasmaExtras.PlasmoidHeading in favor of PC3.ToolBar.

Good point, although we already have BasicPlasmoidHeading, which adds upon PlasmoidHeading

Jun 24 2021, 12:02 PM · Plasma
nicolasfella added a comment to T14619: [RFC] KColorScheme replacement.

On a technical side this ties into T11587 (Making KColorScheme Tier 1, e.g. in KGuiAddons)

Jun 24 2021, 12:00 PM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 11:59 AM · Plasma, VDG, KF6
nicolasfella added a comment to T14621: [RFC] Consider deprecating PlasmaExtras.PlasmoidHeading in favor of PC3.ToolBar.

I'm not sure this makes sense on a semantic level. The current PlasmoidHeading happens to be very similar to a toolbar, but is that always going to be the case? I don't want us to be locked into a situation where we can't change things later on because they would break other users of ToolBar or because the ToolBar API is not suitable any more

Jun 24 2021, 11:55 AM · Plasma
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 11:55 AM · Plasma, VDG, KF6
mikeljohnson renamed T14621: [RFC] Consider deprecating PlasmaExtras.PlasmoidHeading in favor of PC3.ToolBar from [RFC] Consider deprecating PlasmaExtras.PlasmoidHeading with PC3.ToolBar to [RFC] Consider deprecating PlasmaExtras.PlasmoidHeading in favor of PC3.ToolBar.
Jun 24 2021, 11:48 AM · Plasma
mikeljohnson created T14621: [RFC] Consider deprecating PlasmaExtras.PlasmoidHeading in favor of PC3.ToolBar.
Jun 24 2021, 11:47 AM · Plasma
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 11:20 AM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 11:12 AM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 11:02 AM · Plasma, VDG, KF6
ndavis updated the task description for T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 10:47 AM · Plasma, VDG, KF6
ndavis renamed T14619: [RFC] KColorScheme replacement from KColorScheme replacement to [RFC] KColorScheme replacement.
Jun 24 2021, 10:46 AM · Plasma, VDG, KF6
ndavis created T14619: [RFC] KColorScheme replacement.
Jun 24 2021, 10:46 AM · Plasma, VDG, KF6
dfaure removed a project from T12567: Reduce code/effort duplication around color scheme support: Frameworks.
Jun 24 2021, 9:57 AM · KF6, Kirigami, Plasma

Jun 19 2021

justinzobel closed T13900: Plasma Charts Faces and Plasma Charts Presets not on sidebar as Resolved.

I can search for the names of these two categories (they are named differently now) and I can find these products with the product search bar.

Jun 19 2021, 6:21 AM · Plasma, KDE Store

Jun 16 2021

mvourlakos added a comment to T12433: Consider how to unify Latte and Plasma Panels.

so, just your browser with working microphone, optionally webcam, and there will be a link under meet.kde.org. It will be on kde-hosted bigbluebutton server which is web based and both chrome or firefox works okS

Jun 16 2021, 6:10 AM · VDG, Plasma, Latte Dock, Goal: Consistency

Jun 15 2021

mart added a comment to T12433: Consider how to unify Latte and Plasma Panels.

I indicated the last hour 18-19 utc as Plasma/LAtteDock, though we can discuss about it at any point if is better for you as timing.
Of course you're invited to participate on the rest as well :)

Jun 15 2021, 10:15 AM · VDG, Plasma, Latte Dock, Goal: Consistency
mart added a comment to T12433: Consider how to unify Latte and Plasma Panels.
Jun 15 2021, 10:11 AM · VDG, Plasma, Latte Dock, Goal: Consistency

Jun 14 2021

ngraham added a comment to T9986: Delete "What's This" inline help functionality.

To close the loop on this, the feature has now been integrated, and I have submitted a merge request to remove the button from the toolbar: https://invent.kde.org/plasma/kwin/-/merge_requests/1104

Jun 14 2021, 7:56 PM · Goal: Consistency, KDE Applications, Plasma, KF6, VDG
ngraham added a comment to T10891: Breeze theme evolution.

This is a behavior provided by the upstream QMenu component and it's not something we can override in any KDE code. You would need to report it to the Qt people.

Jun 14 2021, 1:52 PM · Plasma, VDG, Breeze
piomiq added a comment to T10891: Breeze theme evolution.

Have you ever wonder about not disappearing popup menu after choosing option ?

Jun 14 2021, 12:51 PM · Plasma, VDG, Breeze
mvourlakos added a comment to T12433: Consider how to unify Latte and Plasma Panels.

No prob for me whatever works best for you. Slots in Wednesday are 16:00 - 19:00 UTC so that makes it evening/night in Greece 19:00 - 22:00 and I can participate.

Jun 14 2021, 12:37 PM · VDG, Plasma, Latte Dock, Goal: Consistency
mart added a comment to T12433: Consider how to unify Latte and Plasma Panels.

There are 3 hours booked for plasma on wednesday.
maybe we just can use one of those for this?

Jun 14 2021, 9:10 AM · VDG, Plasma, Latte Dock, Goal: Consistency
davidedmundson added a comment to T12433: Consider how to unify Latte and Plasma Panels.

I had booked one for Monday, But Marco has a special "Plasma day" which we can maybe move to.

Jun 14 2021, 9:07 AM · VDG, Plasma, Latte Dock, Goal: Consistency

Jun 9 2021

ngraham added a comment to T10891: Breeze theme evolution.

Please report bugs/complaints/proposals for changes to the new widget style to https://invent.kde.org/plasma/breeze/-/issues/

Jun 9 2021, 8:51 PM · Plasma, VDG, Breeze
endlesswaterfall added a comment to T10891: Breeze theme evolution.

One thing that it looks weird is the pressed state of buttons: they show a gradient effect, but the normal state doesn't have it (or it has, but it's really subtle). I think the button should have a very subtle dark background with a inner shadow.

Jun 9 2021, 4:34 PM · Plasma, VDG, Breeze

Jun 8 2021

ngraham updated the task description for T10891: Breeze theme evolution.
Jun 8 2021, 4:38 PM · Plasma, VDG, Breeze
ngraham closed T13451: Combine the best aspects from the various Breeze style proposals (Final style: "Blue Ocean"), a subtask of T10891: Breeze theme evolution, as Resolved.
Jun 8 2021, 4:35 PM · Plasma, VDG, Breeze

Jun 7 2021

broulik added a comment to T13570: Plasma Work From Home Edition.

Media Session API gained "video conferencing actions, could be useful to expose those actions through p-b-i somehow: https://web.dev/media-session/#video-conferencing-actions

Jun 7 2021, 9:38 AM · Plasma

Jun 6 2021

alex added a comment to T13889: Plasma::PluginLoader cleanup.

https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/268

Jun 6 2021, 9:24 AM · KF6

Jun 4 2021

mvourlakos added a comment to T12433: Consider how to unify Latte and Plasma Panels.

If it is 21 June it works perfectly.

Jun 4 2021, 11:15 AM · VDG, Plasma, Latte Dock, Goal: Consistency
mvourlakos added a comment to T12433: Consider how to unify Latte and Plasma Panels.

Nope, lets go pick a time. All the slots are empty currently.
I have all the availability. Does Monday afternoon work?

Jun 4 2021, 11:11 AM · VDG, Plasma, Latte Dock, Goal: Consistency
davidedmundson added a comment to T12433: Consider how to unify Latte and Plasma Panels.

Nope, lets go pick a time. All the slots are empty currently.
I have all the availability. Does Monday afternoon work?

Jun 4 2021, 11:03 AM · VDG, Plasma, Latte Dock, Goal: Consistency
mvourlakos added a comment to T12433: Consider how to unify Latte and Plasma Panels.

@davidedmundson is there any update concerning your proposal to have a BOF for Latte in Akademy?

Jun 4 2021, 10:54 AM · VDG, Plasma, Latte Dock, Goal: Consistency

Jun 3 2021

ahiemstra added a comment to T14523: Figure out a way to avoid GTK apps making unpleasant beeping noises when run on Plasma.

Personally I agree with the KWin bug report that it doesn't belong in KWin, as this is primarily a notification/audio thing instead of a window management thing.

Jun 3 2021, 1:42 PM · Plasma

Jun 2 2021

aronkvh added a comment to T8569: Redesign Policy Kit Authorization dialog.

No matter what, I really like using an arrow to the right of the password field instead of an OK button.

Wouldn't this bring an inconsistent with other parts of the system which has "ok" and "cancel buttons" (like save dialogs, for example)?

Jun 2 2021, 2:50 PM · VDG, Plasma

Jun 1 2021

endlesswaterfall added a comment to T8569: Redesign Policy Kit Authorization dialog.

No matter what, I really like using an arrow to the right of the password field instead of an OK button.

Jun 1 2021, 7:06 PM · VDG, Plasma
endlesswaterfall added a comment to T8569: Redesign Policy Kit Authorization dialog.

here is another option, which would be easy to understand for me:

Jun 1 2021, 7:02 PM · VDG, Plasma

May 30 2021

aronkvh added a comment to T8569: Redesign Policy Kit Authorization dialog.

here is another option, which would be easy to understand for me:

May 30 2021, 12:07 PM · VDG, Plasma
endlesswaterfall added a comment to T8569: Redesign Policy Kit Authorization dialog.
In T8569#257072, @apol wrote:

Would it maybe make sense to style it into Plasma rather than like an application?

In practice, it's 100% a plasma component, on any other DE you'll have the native dialog and it makes sense the concept of "Your system needs authentication" rather than "a window coming from space wants your password".

May 30 2021, 7:50 AM · VDG, Plasma

May 29 2021

apol added a comment to T8569: Redesign Policy Kit Authorization dialog.

Would it maybe make sense to style it into Plasma rather than like an application?

May 29 2021, 11:28 PM · VDG, Plasma

May 28 2021

aronkvh added a comment to T8569: Redesign Policy Kit Authorization dialog.

What about something like this?

May 28 2021, 8:24 PM · VDG, Plasma