summaryrefslogtreecommitdiff
path: root/icons/i-executable.png
Commit message (Collapse)AuthorAgeFilesLines
* fixed problem with "command/verb separation", and added support for theAndy Hertzfeld2000-12-071-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * components/text/nautilus-text-view.c: (nautilus_text_view_initialize), (add_one_service), (update_service_menu_items), (merge_bonobo_menu_items): fixed problem with "command/verb separation", and added support for the clipboard to the text view. * nautilus-clean.sh: added nautilus-text-view to nautilus-clean.sh * data/emblems/Makefile.am: * data/emblems/danger.png: * icons/Makefile.am: * icons/emblem-danger.svg: added danger emblem from Susan * icons/i-executable.png: * icons/i-executable-aa.png: fixed bug 4691, executable icon looks like KDE icon, by using a new icon from Susan * src/file-manager/fm-icon-view.c: (icon_container_preview_callback): fixed bug 4926, Nautilus tries to preview realaudio files but can't, by special casing the realaudio mime type. Also, cleaned things up a little by removing redundant is_local call.
* new executable icons from SusanAndy Hertzfeld2000-11-111-0/+0
| | | | new executable icons from Susan
* Add iconsElliot Lee1999-12-141-0/+0
* configure.in, Makefile.am, icons/: Add icons * src/file-manager/fm-directory-view.c: Everything goes inside the scroll-frame, not the view itself.