summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2006-01-04 18:26:33 +0000
committerBenedikt Meurer <benny@xfce.org>2006-01-04 18:26:33 +0000
commit1d4706a4910e8120753b3dc6c1740c405964e6c3 (patch)
treeb5063e846c2ba473aedba807e8bd8c79c2a9dee3 /icons
parentcf19232d9742212965c630c78da3d704e0cbc48d (diff)
downloadthunar-1d4706a4910e8120753b3dc6c1740c405964e6c3.tar.gz
2006-01-04 Benedikt Meurer <benny@xfce.org>
* docs/reference/thunar-vfs/thunar-vfs-sections.txt, thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs.symbols, docs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml: Add method thunar_vfs_info_chmod() to change the permissions of a file identified by a given ThunarVfsInfo. * thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs.symbols, docs/reference/thunar-vfs/thunar-vfs-sections.txt, docs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml: Add method thunar_vfs_info_chgrp() to change the group id of a file identified by a given ThunarVfsInfo. * thunar-vfs/thunar-vfs-user.c(thunar_vfs_user_load): Properly substitute '&' in real names. * icons/16x16/, icons/Makefile.am, configure.in.in, thunar/Makefile.am, thunar/thunar-stock.{c,h}: Add stock icons thunar-permissions-user, thunar-permissions-group and thunar-permissions-other. * thunar-uca/thunar-uca-plugin.c: Don't display debug messages unless G_ENABLE_DEBUG is defined. * thunar-vfs/thunar-vfs-user.{c,h}, thunar-vfs/thunar-vfs.symbols, docs/reference/thunar-vfs/thunar-vfs-sections.txt, docs/reference/thunar-vfs/tmpl/thunar-vfs-user-manager.sgml: Add new method thunar_vfs_user_manager_get_all_groups() to retrieve all groups known to the ThunarVfsUserManager. * thunar/thunar-advanced-permissions-dialog.{c,h}, thunar/thunar-change-group-dialog.{c,h}, thunar/thunar-permissions-model.{c,h}, thunar/thunar-permissions-view.{c,h}, thunar/Makefile.am, thunar/thunar-file.{c,h}, thunar/thunar-properties-dialog.c: Add permissions tab to the file properties dialog. * po/POTFILES.in: Add new files. * po/*.po: Merge new strings. * tdb/tdbtool.c(print_rec): Fix printf format. (Old svn revision: 19296)
Diffstat (limited to 'icons')
-rw-r--r--icons/16x16/Makefile.am12
-rw-r--r--icons/16x16/stock_thunar-permissions-group.pngbin0 -> 764 bytes
-rw-r--r--icons/16x16/stock_thunar-permissions-other.pngbin0 -> 520 bytes
-rw-r--r--icons/16x16/stock_thunar-permissions-user.pngbin0 -> 796 bytes
-rw-r--r--icons/Makefile.am1
5 files changed, 13 insertions, 0 deletions
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
new file mode 100644
index 00000000..bbbc8999
--- /dev/null
+++ b/icons/16x16/Makefile.am
@@ -0,0 +1,12 @@
+# $Id$
+
+iconsdir = $(datadir)/icons/hicolor/16x16/stock/generic
+icons_DATA = \
+ stock_thunar-permissions-group.png \
+ stock_thunar-permissions-other.png \
+ stock_thunar-permissions-user.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/16x16/stock_thunar-permissions-group.png b/icons/16x16/stock_thunar-permissions-group.png
new file mode 100644
index 00000000..ed2d33b9
--- /dev/null
+++ b/icons/16x16/stock_thunar-permissions-group.png
Binary files differ
diff --git a/icons/16x16/stock_thunar-permissions-other.png b/icons/16x16/stock_thunar-permissions-other.png
new file mode 100644
index 00000000..320d55d1
--- /dev/null
+++ b/icons/16x16/stock_thunar-permissions-other.png
Binary files differ
diff --git a/icons/16x16/stock_thunar-permissions-user.png b/icons/16x16/stock_thunar-permissions-user.png
new file mode 100644
index 00000000..397cd73a
--- /dev/null
+++ b/icons/16x16/stock_thunar-permissions-user.png
Binary files differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 4f736ce0..18dcae1e 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -1,6 +1,7 @@
# $Id$
SUBDIRS = \
+ 16x16 \
24x24 \
48x48