Summary: | context menu "delete" entry should apply for the currently selected text only | ||
---|---|---|---|
Product: | [Unmaintained] knotes | Reporter: | Wolfram R. Sieber <Wolfram.R.Sieber> |
Component: | general | Assignee: | Michael Brade <brade> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Wolfram R. Sieber
2005-04-13 10:36:01 UTC
SVN commit 495279 by brade: Fixed #103780: Separate "Clear" action visually from Cut/Copy/Paste since it's not doing anything with the clipboard. BUG: 103780 M +5 -0 ChangeLog M +2 -1 knotesui.rc --- branches/KDE/3.5/kdepim/knotes/ChangeLog #495278:495279 @@ -3,6 +3,11 @@ 2006/01/06 Michael Brade <brade@kde.org> + * fixed #103780: Separate "Clear" action visually from Cut/Copy/Paste + since it's not doing anything with the clipboard. + +2006/01/06 Michael Brade <brade@kde.org> + * fix enabling/disabling of font and font size combos. Needed especially for Kontact where the toolbar is not hidden for non-RichText notes. --- branches/KDE/3.5/kdepim/knotes/knotesui.rc #495278:495279 @@ -1,6 +1,6 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="KNotes" version="8"> +<kpartgui name="KNotes" version="9"> <Menu name="note_context" noMerge="1"> <Action name="insert_date"/> @@ -50,6 +50,7 @@ <Action name="edit_cut"/> <Action name="edit_copy"/> <Action name="edit_paste"/> + <Separator/> <Action name="edit_clear"/> <Separator/> <Action name="edit_select_all"/> |