diff options
| author | Frank Reininghaus <[email protected]> | 2009-11-25 08:46:04 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2009-11-25 08:46:04 +0000 |
| commit | ab39a5952001cdb3d1b9ca693da7f8e246558fb8 (patch) | |
| tree | a19f20c2fc6f478de371c694e9fdd98c4e201cee /src/dolphinpart.rc | |
| parent | a6a253667e20c551fba128cc68891f52470da524 (diff) | |
Restore the "Edit->Selection" menu from Konqueror 3 for file
management. It includes the actions "Select All" and "Select Items
Matching a Pattern".
This feature will be in KDE 4.4.
FEATURE: 197536
svn path=/trunk/KDE/kdebase/apps/; revision=1053976
Diffstat (limited to 'src/dolphinpart.rc')
| -rw-r--r-- | src/dolphinpart.rc | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc index d0b2cc634..7340c4dc1 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphinpart" version="9" > +<kpartgui name="dolphinpart" version="10" > <MenuBar> <Menu name="edit"><text>&Edit</text> <Action name="new_menu"/> @@ -9,9 +9,16 @@ <Action name="delete"/> <Action name="editMimeType"/> <Action name="properties"/> - <Separator /> - <Action name="select_all" /> - <Action name="invert_selection" /> + <Separator/> + <Menu name="selection"> + <text context="@title:menu">Selection</text> + <Action name="select_items_matching" /> + <Action name="unselect_items_matching" /> + <Separator/> + <Action name="select_all" /> + <Action name="unselect_all" /> + <Action name="invert_selection" /> + </Menu> </Menu> <Menu name="view"><text>&View</text> <Menu name="sort"> |
