diff options
| author | Matthias Fuchs <[email protected]> | 2009-10-09 10:39:32 +0000 |
|---|---|---|
| committer | Matthias Fuchs <[email protected]> | 2009-10-09 10:39:32 +0000 |
| commit | ec6144e5cf91bfe7d0c0343e2f47db85aa1160b0 (patch) | |
| tree | e322fe56194f39627806abac5d64fb137e5a8adf /src/dolphinsearchcommands.desktop | |
| parent | 11e456e34c796f34c2cf382c8f1c013623144c3c (diff) | |
Use a desktop-file for completion-items for the dolphin-search-box.
svn path=/trunk/KDE/kdebase/apps/; revision=1033040
Diffstat (limited to 'src/dolphinsearchcommands.desktop')
| -rw-r--r-- | src/dolphinsearchcommands.desktop | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/src/dolphinsearchcommands.desktop b/src/dolphinsearchcommands.desktop new file mode 100644 index 000000000..78bf728e1 --- /dev/null +++ b/src/dolphinsearchcommands.desktop @@ -0,0 +1,67 @@ +# Name -- what is displayed in the first column +# Comment -- what is displayed in the second column +# Completion -- what is returned as completion item + +[dolphin and] +#ctx: and as in a logic operator to connect search terms +Name=and +Comment=logic operator and +Completion=and + +[dolphin or] +#ctx: or as in a logic operator to connect search terms +Name=or +Comment=logic operator or +Completion=or + +[dolphin not] +#ctx: not as in a logic operator to connect search terms +Name=not +Comment=logic operator not +Completion=- + +[dolphin fileExtension] +Name=File extension +Comment=for example txt +Completion=fileExtension: +Icon=preferences-desktop-filetype-association + +[dolphin rating] +#ctx: rating of nepomuk resources +Name=Rating +#NOTE "=" does not work here, ":" does +Comment=1 to 10, for example >=7 +GenericName=Use <, <=, :, >= and >. +Completion=rating +Icon=favorites + +[dolphin tag] +#ctx: Tag as in Nepomuk::Tag", "Tag" +Name=Tag +Comment=Tag +Completion=tag: +Icon=mail-tagged + +[dolphin title] +#ctx: The title of a song etc. +Name=Title +Completion=title: + +[dolphin filesize] +Name=File size +Comment=in bytes, for example >1000 +GenericName=Use <, <=, :, >= and >. +Completion=contentSize + +[dolphin contentsize] +Name=Content size +Comment=in bytes +GenericName=Use <, <=, :, >= and >. +Completion=contentSize + +[dolphin lastmodified] +#ctx: When the resource was last modified +Name=Last modified +Comment=for example >1999-10-10 +GenericName=Use <, <=, :, >= and >. +Completion=lastModified |
