<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphincontextmenu.cpp, branch master</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=master</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2026-02-20T08:48:54Z</updated>
<entry>
<title>Add keyboard shortcut support for service menu actions</title>
<updated>2026-02-20T08:48:54Z</updated>
<author>
<name>Albert Mkhitaryan</name>
<email>mkhalbert@gmail.com</email>
</author>
<published>2026-02-20T08:48:54Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=db49ac4e1916f87143574b064b36ec86f8407145'/>
<id>urn:sha1:db49ac4e1916f87143574b064b36ec86f8407145</id>
<content type='text'>
Introduce ServiceMenuShortcutManager, which registers all service menu actions with KActionCollection at startup allowing users to assign keyboard shortcuts in Configure Keyboard Shorcuts. Save/Load of configs happens via KXMLGUI in dolphinui.rc.

Notes:
- Manager initializes before setupGUI() for shortcut restoration
- Execution and validation handled entirely by KFileItemAction in KIO.

BUG: 260266
</content>
</entry>
<entry>
<title>dolphinview: when creating a subfolder expand to it if in details mode</title>
<updated>2026-01-20T09:45:34Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-11-16T12:53:58Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=93a6978655fc1ce9e0fd8ea08029859f71c32db9'/>
<id>urn:sha1:93a6978655fc1ce9e0fd8ea08029859f71c32db9</id>
<content type='text'>
So the new folder is in view.
</content>
</entry>
<entry>
<title>dolphincontextmenu: Add hint that shift+middle-click opens the third app</title>
<updated>2025-11-16T18:59:53Z</updated>
<author>
<name>Tomasz Kot</name>
<email>tomasz.kot13@gmail.com</email>
</author>
<published>2025-11-16T18:59:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d444d1033a16e3f1a540a82af266203ca48aa239'/>
<id>urn:sha1:d444d1033a16e3f1a540a82af266203ca48aa239</id>
<content type='text'>
Checks if the second action in the submenu is actually an app and not a
separator, and add hint "Shift + Middle Click".
</content>
</entry>
<entry>
<title>dolphincontextmenu: Update "Empty Trash" enabled state dynamically</title>
<updated>2025-10-17T10:34:42Z</updated>
<author>
<name>Pan Zhang</name>
<email>zhangpan@kylinos.cn</email>
</author>
<published>2025-10-14T10:55:25Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=6a765fe24da611543da57d4f3eac951de2706591'/>
<id>urn:sha1:6a765fe24da611543da57d4f3eac951de2706591</id>
<content type='text'>
Initialize the action state based on current trash contents and keep it in sync with Trash::emptinessChanged to avoid incorrect disabling on startup.

BUG: 501091
</content>
</entry>
<entry>
<title>dolphincontextmenu: Update "Empty Trash" enabled state dynamically</title>
<updated>2025-10-17T10:34:42Z</updated>
<author>
<name>Pan Zhang</name>
<email>zhangpan@kylinos.cn</email>
</author>
<published>2025-10-10T06:09:37Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=79fe69f7077e4397d5000cedab8a8d6934ff0d04'/>
<id>urn:sha1:79fe69f7077e4397d5000cedab8a8d6934ff0d04</id>
<content type='text'>
Initialize the action state based on current trash contents and keep it in sync with Trash::emptinessChanged to avoid incorrect disabling on startup.

BUG: 501091
</content>
</entry>
<entry>
<title>DolphinContextMenu: Don't parent new file menu to the menu</title>
<updated>2025-09-01T16:42:23Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2025-09-01T14:48:06Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=efbda5eaa74dfe1ed81c2973c0fbcdf5c97666dc'/>
<id>urn:sha1:efbda5eaa74dfe1ed81c2973c0fbcdf5c97666dc</id>
<content type='text'>
It needs to outlive the menu for the file name input prompt to work.
While at it, hook up the new rejected signals ot ensure the menu
is properly cleaned up also when canceled.

Amends commit 697d58e9
</content>
</entry>
<entry>
<title>DolphinContextMenu: Show Configure Trash instead of Properties</title>
<updated>2025-08-16T09:13:13Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2025-07-28T19:05:07Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=87a97aee00b3ea8ace5172db9a4b6fe2045d56d9'/>
<id>urn:sha1:87a97aee00b3ea8ace5172db9a4b6fe2045d56d9</id>
<content type='text'>
The Properties window is mostly useless in Trash.
This also makes it consistent with the Places panel.

BUG: 497349
</content>
</entry>
<entry>
<title>Add a SetFolderIcon ItemAction plugin</title>
<updated>2025-06-09T12:16:36Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-06-09T12:16:36Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=697d58e9727e229abb81956d27a05d1f02d8c775'/>
<id>urn:sha1:697d58e9727e229abb81956d27a05d1f02d8c775</id>
<content type='text'>
To allow to change folder icon from the context menu.

CCBUG: 467221
</content>
</entry>
<entry>
<title>DolphinContextMenu: Add properties entry last for trash entry</title>
<updated>2025-03-24T15:24:17Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2025-03-21T08:38:57Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=86ac2e51eab9ba3412cbaf655bcc27f20b419157'/>
<id>urn:sha1:86ac2e51eab9ba3412cbaf655bcc27f20b419157</id>
<content type='text'>
It's supposed to be consistent and always last.
</content>
</entry>
<entry>
<title>implement shortcut action for file creation</title>
<updated>2025-02-03T18:23:16Z</updated>
<author>
<name>Christian Schwarz</name>
<email>cmrs@cmrs.io</email>
</author>
<published>2025-02-03T18:23:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f81d73a7f3a851dc755ef0cd1fd2a2507587a900'/>
<id>urn:sha1:f81d73a7f3a851dc755ef0cd1fd2a2507587a900</id>
<content type='text'>
BUG: 462899
</content>
</entry>
</feed>
