summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2006-06-11 17:13:17 +0000
committerBenedikt Meurer <benny@xfce.org>2006-06-11 17:13:17 +0000
commit0c2e4897aa65f3df41b9408bc03479a7c693bbcc (patch)
treed946907a67cbe368072a7735226b6581922a142e /icons
parent5f891f63cb3e492bc5ccacbd0ae541ad4bfe857a (diff)
downloadthunar-0c2e4897aa65f3df41b9408bc03479a7c693bbcc.tar.gz
2006-06-11 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-gtk-extensions.{c,h}, thunar/thunar-launcher.c: Add utility function thunar_gtk_icon_factory_insert_icon(), which inserts a named icon or an icon file to a GtkIconFactory with a given name. This is used in ThunarLauncher to add icons for the various launcher GtkAction's. * thunar/thunar-sendto-model.{c,h}, thunar/Makefile.am: Import class ThunarSendtoModel, which provides access to additional "Send To" targets registered as .desktop files in $XDG_DATA_DIRS/Thunar/sendto. * icons/16x16/Makefile.am, icons/16x16/stock_thunar-shortcuts.png: Add stock icon for the shortcuts pane. * thunar/thunar-stock.{c,h}: Add stock icons for the desktop and shortcuts side pane "Send To" targets. * thunar/thunar-launcher-ui.xml, thunar/thunar-launcher.c, thunar/thunar-shortcuts-pane-ui.xml, thunar/thunar-shortcuts-pane.c, thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add "Send To" sub menu to the "File" and file context menus. Turn "Add Folder to Shortcuts" into a sendto target, named "Side Pane (Create Shortcut)". Use ThunarSendtoModel to load additional sendto targets, represented as ThunarVfsMimeHandlers, and add them to the "Send To" menu (will be loaded only on-demand). * configure.in.in, plugins/thunar-sendto-email/, plugins/Makefile.am: Import the sendto-email plugin, which adds an entry to the new "Send To" menu, named "Mail Recipient", and allows to attach files to mails from within the file manager. * po/POTFILES.in: Add new files here. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 22065)
Diffstat (limited to 'icons')
-rw-r--r--icons/16x16/Makefile.am1
-rw-r--r--icons/16x16/stock_thunar-shortcuts.pngbin0 -> 526 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index 9b24da43..5e3fbf18 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -6,6 +6,7 @@ apps_DATA = \
stockdir = $(datadir)/icons/hicolor/16x16/stock/navigation
stock_DATA = \
+ stock_thunar-shortcuts.png \
stock_thunar-templates.png
EXTRA_DIST = \
diff --git a/icons/16x16/stock_thunar-shortcuts.png b/icons/16x16/stock_thunar-shortcuts.png
new file mode 100644
index 00000000..59e04f27
--- /dev/null
+++ b/icons/16x16/stock_thunar-shortcuts.png
Binary files differ