<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/disabledactionnotifier.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>2024-04-11T11:20:02Z</updated>
<entry>
<title>DisabledActionNotifier: Prevent null dereferences</title>
<updated>2024-04-11T11:20:02Z</updated>
<author>
<name>Joshua Goins</name>
<email>josh@redstrate.com</email>
</author>
<published>2024-04-11T11:20:02Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=39ce7268627ca3ac28b24a3ea4ae266459833cb7'/>
<id>urn:sha1:39ce7268627ca3ac28b24a3ea4ae266459833cb7</id>
<content type='text'>
This prevents a crash on startup where it tries to delete a null
QShortcut because it didn't check if the QShortcut actually exists in
the QHash.

BUG: 485089
</content>
</entry>
<entry>
<title>DolphinMainWindow: show a banner when the user presses the shortcut of a disabled action</title>
<updated>2024-04-03T12:34:50Z</updated>
<author>
<name>Jin Liu</name>
<email>m.liu.jin@gmail.com</email>
</author>
<published>2024-04-03T12:34:50Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7d49cb567b595570f59156965332428c9490a04d'/>
<id>urn:sha1:7d49cb567b595570f59156965332428c9490a04d</id>
<content type='text'>
Currently, there's no feedback when the user presses a shortcut of a disabled
action, e.g. cut / paste in a read-only directory. This patch shows a banner
in that case.

It's implemented by enabling a QShortcut for each disabled action. the
QShortcut is deleted when the action is enabled again.

The following actions are included:
cut
paste
rename
moveToTrash
deleteWithTrashShortcut
deleted
createDir
copyToOtherView
moveToOtherView
</content>
</entry>
</feed>
