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:
parent
9317748613
commit
3fd7731ea0
11
ChangeLog
11
ChangeLog
@ -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/DataViews/PersonView.py: removed unused import
|
||||||
* src/plugins/EventCmp.py: fixed error introduced with previous change
|
* src/plugins/EventCmp.py: fixed error introduced with previous change
|
||||||
* src/gramps.py: removed unused import
|
* src/gramps.py: removed unused import
|
||||||
|
@ -926,7 +926,7 @@ class GrampletView(PageView.PageView):
|
|||||||
Returns image associated with the view, which is used for the
|
Returns image associated with the view, which is used for the
|
||||||
icon for the button.
|
icon for the button.
|
||||||
"""
|
"""
|
||||||
return 'gtk-home'
|
return 'gramps-gramplet'
|
||||||
|
|
||||||
def build_tree(self):
|
def build_tree(self):
|
||||||
return
|
return
|
||||||
|
@ -107,6 +107,7 @@ def register_stock_icons ():
|
|||||||
('gramps-font', _('Font'), gtk.gdk.CONTROL_MASK, 0, ''),
|
('gramps-font', _('Font'), gtk.gdk.CONTROL_MASK, 0, ''),
|
||||||
('gramps-font-color', _('Font Color'), 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-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-lock', _('Public'), gtk.gdk.CONTROL_MASK, 0, ''),
|
||||||
('gramps-media', _('Media'), gtk.gdk.CONTROL_MASK, 0, ''),
|
('gramps-media', _('Media'), gtk.gdk.CONTROL_MASK, 0, ''),
|
||||||
('gramps-notes', _('Notes'), gtk.gdk.CONTROL_MASK, 0, ''),
|
('gramps-notes', _('Notes'), gtk.gdk.CONTROL_MASK, 0, ''),
|
||||||
|
@ -18,6 +18,7 @@ dist_pkgdata_DATA = \
|
|||||||
gramps-font-bgcolor.png \
|
gramps-font-bgcolor.png \
|
||||||
gramps-font-color.png \
|
gramps-font-color.png \
|
||||||
gramps-font.png \
|
gramps-font.png \
|
||||||
|
gramps-gramplet.png \
|
||||||
gramps-lock.png \
|
gramps-lock.png \
|
||||||
gramps-media.png \
|
gramps-media.png \
|
||||||
gramps-notes.png \
|
gramps-notes.png \
|
||||||
|
BIN
src/images/48x48/gramps-gramplet.png
Normal file
BIN
src/images/48x48/gramps-gramplet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
@ -18,6 +18,7 @@ dist_pkgdata_DATA = \
|
|||||||
gramps-font-bgcolor.svg \
|
gramps-font-bgcolor.svg \
|
||||||
gramps-font-color.svg \
|
gramps-font-color.svg \
|
||||||
gramps-font.svg \
|
gramps-font.svg \
|
||||||
|
gramps-gramplet.svg \
|
||||||
gramps-lock.svg \
|
gramps-lock.svg \
|
||||||
gramps-media.svg \
|
gramps-media.svg \
|
||||||
gramps-notes.svg \
|
gramps-notes.svg \
|
||||||
|
1469
src/images/scalable/gramps-gramplet.svg
Normal file
1469
src/images/scalable/gramps-gramplet.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 58 KiB |
Loading…
Reference in New Issue
Block a user