FrameworksRelease
ActivePublic

Details

Description

This project and board is for development tasks that do not require an API/ABI breakage.

Recent Activity

Sep 23 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Sep 23 2025, 9:55 PM · Frameworks, VDG

Aug 22 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Aug 22 2025, 1:31 AM · Frameworks, VDG
ngraham updated the task description for T8552: Polish Open/Save dialogs.
Aug 22 2025, 1:31 AM · Frameworks, VDG

Jul 4 2025

zzag added a comment to D28367: KServiceAction: store parent service.

KDesktopFileAction solves such a problem by storing the desktop file path instead.

Jul 4 2025, 2:04 PM · Frameworks
zzag added a comment to D28367: KServiceAction: store parent service.

Hmm, turn KServicePtr m_service; into a raw pointer? Not sure the action can outlive its parent service?

Jul 4 2025, 1:59 PM · Frameworks
dfaure added a comment to D28367: KServiceAction: store parent service.

Hmm, turn KServicePtr m_service; into a raw pointer? Not sure the action can outlive its parent service?

Jul 4 2025, 1:51 PM · Frameworks

Jul 3 2025

zzag added a comment to D28367: KServiceAction: store parent service.

serviceClone is leaked because both KServiceAction and KService hold strong references to each other. In other words, when you destroy a KService with actions, you always leak a bit of memory. At the moment, I'm not sure how to resolve the issue without breaking the API compatibility.

Jul 3 2025, 12:59 PM · Frameworks

Apr 10 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Apr 10 2025, 1:46 PM · Frameworks, VDG

Apr 9 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Apr 9 2025, 5:21 PM · Frameworks, VDG
ngraham updated the task description for T8552: Polish Open/Save dialogs.
Apr 9 2025, 2:00 PM · Frameworks, VDG

Apr 7 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Apr 7 2025, 2:03 PM · Frameworks, VDG
ngraham updated the task description for T8552: Polish Open/Save dialogs.
Apr 7 2025, 2:02 PM · Frameworks, VDG

Apr 3 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Apr 3 2025, 1:41 PM · Frameworks, VDG

Apr 2 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Apr 2 2025, 4:06 AM · Frameworks, VDG

Mar 24 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 24 2025, 4:19 PM · Frameworks, VDG

Mar 18 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 18 2025, 8:16 PM · Frameworks, VDG
ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 18 2025, 8:16 PM · Frameworks, VDG

Mar 15 2025

liuyanjikde added a watcher for Frameworks: liuyanjikde.
Mar 15 2025, 11:53 PM

Mar 14 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 14 2025, 5:14 PM · Frameworks, VDG
ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 14 2025, 5:12 PM · Frameworks, VDG

Mar 13 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 13 2025, 11:08 PM · Frameworks, VDG

Mar 12 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 12 2025, 4:17 PM · Frameworks, VDG
mart updated the task description for T8552: Polish Open/Save dialogs.
Mar 12 2025, 3:17 PM · Frameworks, VDG

Mar 5 2025

kossebau added a comment to D10114: Fix bug #382437 "Regression in kdialog causes wrong file extension".

And created https://invent.kde.org/frameworks/kio/-/merge_requests/1828 for KF6

Mar 5 2025, 8:22 PM · Plasma, Frameworks
kossebau added a comment to D10114: Fix bug #382437 "Regression in kdialog causes wrong file extension".

Could not think of any reason, so created a patch to approach the octet-stream default extension in another way, some autotest included;
https://invent.kde.org/frameworks/kio/-/merge_requests/1827

Mar 5 2025, 6:43 PM · Plasma, Frameworks
kossebau added a comment to D10114: Fix bug #382437 "Regression in kdialog causes wrong file extension".

Sadly now for octet-stream if ,currentExtension emtpy then extension becomes bogus ".". Was there any reason to make the new option not still also depend on currentExtension (edi: being empty)?

Mar 5 2025, 5:24 PM · Plasma, Frameworks

Mar 4 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 4 2025, 11:41 PM · Frameworks, VDG
ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 4 2025, 9:26 PM · Frameworks, VDG
ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 4 2025, 8:26 PM · Frameworks, VDG
ngraham updated the task description for T8552: Polish Open/Save dialogs.
Mar 4 2025, 5:18 PM · Frameworks, VDG

Feb 16 2025

Restricted Application updated subscribers of D7736: Not-to-be-merged review of Python bindings generator.
Feb 16 2025, 2:17 PM · Build System, Frameworks

Feb 6 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Feb 6 2025, 7:43 PM · Frameworks, VDG

Jan 31 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Jan 31 2025, 1:36 PM · Frameworks, VDG
ngraham updated the task description for T8552: Polish Open/Save dialogs.
Jan 31 2025, 1:36 PM · Frameworks, VDG

Jan 30 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Jan 30 2025, 5:54 PM · Frameworks, VDG

Jan 29 2025

ngraham updated the task description for T8552: Polish Open/Save dialogs.
Jan 29 2025, 4:24 PM · Frameworks, VDG

May 9 2024

kossebau added a comment to D26484: Add KIO::DropJobFlag to allow manually showing the menu.

And now reported the challenge of drop objects lifetime vs user input on decisions by https://bugreports.qt.io/browse/QTBUG-125229

May 9 2024, 1:45 PM · Frameworks
kossebau added a comment to D26484: Add KIO::DropJobFlag to allow manually showing the menu.

Hi. I just came across dropping random data (in my case an image) into file views not working, i.e. not creating any new files due to no more data in the QMimeData instance referred to in the DropJob.

May 9 2024, 12:12 PM · Frameworks

Apr 6 2024

kossebau added inline comments to D19557: Update design to look more similar to kde.org.
Apr 6 2024, 9:20 AM · Documentation, Frameworks

Sep 12 2023

ratijas merged task T16891: Revert skipped test in KItemModels into T16892: Revert skipped test in KItemModels.
Sep 12 2023, 3:19 PM · Frameworks
ratijas triaged T16891: Revert skipped test in KItemModels as Low priority.
Sep 12 2023, 2:50 PM · Frameworks

Sep 1 2023

achauvel abandoned D10910: Add unshadowed opaque variants for Breeze Light and Dark desktop themes.
Sep 1 2023, 8:58 PM · Frameworks

Aug 6 2023

fusionfuture added a comment to T12041: KDeclarative: kill own drag and drop handling.

KRunner/Milou:
https://invent.kde.org/frameworks/krunner/-/merge_requests/148
https://invent.kde.org/plasma/milou/-/merge_requests/69

Aug 6 2023, 12:03 PM · Frameworks, KF6

Jul 31 2023

ngraham closed T15398: Create QML equivalent for KPluginWidget as Resolved.

This is done now.

Jul 31 2023, 2:33 PM · VDG, Plasma 6, Frameworks

Jul 10 2023

mart triaged T14954: plasma-framework improvements / breaking changes as Normal priority.
Jul 10 2023, 2:50 PM · Plasma, Frameworks, KF6
mart added a comment to T14954: plasma-framework improvements / breaking changes.
  • Replacement for Dialog is in progress
  • Issues of FrameSvgItem are still valid on KSvg's FrameSgItem
Jul 10 2023, 2:50 PM · Plasma, Frameworks, KF6

Jul 9 2023

nicolasfella added a comment to T12041: KDeclarative: kill own drag and drop handling.

All of the usages are in Plasma, so we could move it there to avoid carrying it in Frameworks

Jul 9 2023, 12:23 PM · Frameworks, KF6
nicolasfella added a comment to T12041: KDeclarative: kill own drag and drop handling.

Remaining:

Jul 9 2023, 12:22 PM · Frameworks, KF6
nicolasfella added a parent task for T14954: plasma-framework improvements / breaking changes: T12102: Meta-Task: Plasma Framework 6.
Jul 9 2023, 10:54 AM · Plasma, Frameworks, KF6

Jun 28 2023

nicolasfella moved T12128: port away from Qt Quick Control 1 from Backlog to Done on the KF6 board.
Jun 28 2023, 11:55 AM · Frameworks, KF6