2008-01-07 Benny Malengier <benny.malengier@gramps-project.org>

* src/DataViews/GrampletView.py:
	* src/gramps_main.py:
	* src/images/48x48/gramps-gramplet.png:
	* src/images/scalable/gramps-gramplet.svg:
	* src/images/48x48/Makefile.am:
	* src/images/scalable/Makefile.am:
	start of gramplet icon

2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com


svn: r9745
This commit is contained in:
Benny Malengier 2008-01-07 21:44:41 +00:00
parent 9317748613
commit 3fd7731ea0
7 changed files with 1483 additions and 2 deletions

View File

@ -1,4 +1,13 @@
2008-07-07 Raphael Ackermann <raphael.ackermann@gmail.com
2008-01-07 Benny Malengier <benny.malengier@gramps-project.org>
* src/DataViews/GrampletView.py:
* src/gramps_main.py:
* src/images/48x48/gramps-gramplet.png:
* src/images/scalable/gramps-gramplet.svg:
* src/images/48x48/Makefile.am:
* src/images/scalable/Makefile.am:
start of gramplet icon
2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com
* src/DataViews/PersonView.py: removed unused import
* src/plugins/EventCmp.py: fixed error introduced with previous change
* src/gramps.py: removed unused import

View File

@ -926,7 +926,7 @@ class GrampletView(PageView.PageView):
Returns image associated with the view, which is used for the
icon for the button.
"""
return 'gtk-home'
return 'gramps-gramplet'
def build_tree(self):
return

View File

@ -107,6 +107,7 @@ def register_stock_icons ():
('gramps-font', _('Font'), gtk.gdk.CONTROL_MASK, 0, ''),
('gramps-font-color', _('Font Color'), gtk.gdk.CONTROL_MASK, 0, ''),
('gramps-font-bgcolor', _('Font Background Color'), gtk.gdk.CONTROL_MASK, 0, ''),
('gramps-gramplet', _('Gramplets'), gtk.gdk.CONTROL_MASK, 0, ''),
('gramps-lock', _('Public'), gtk.gdk.CONTROL_MASK, 0, ''),
('gramps-media', _('Media'), gtk.gdk.CONTROL_MASK, 0, ''),
('gramps-notes', _('Notes'), gtk.gdk.CONTROL_MASK, 0, ''),

View File

@ -18,6 +18,7 @@ dist_pkgdata_DATA = \
gramps-font-bgcolor.png \
gramps-font-color.png \
gramps-font.png \
gramps-gramplet.png \
gramps-lock.png \
gramps-media.png \
gramps-notes.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -18,6 +18,7 @@ dist_pkgdata_DATA = \
gramps-font-bgcolor.svg \
gramps-font-color.svg \
gramps-font.svg \
gramps-gramplet.svg \
gramps-lock.svg \
gramps-media.svg \
gramps-notes.svg \

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 58 KiB