diff --git a/ChangeLog b/ChangeLog index 9d899956f..b74546c39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-04-28 Benny Malengier + * src/images/.../Makefile.am: + * src/images/Makefile.am: + * src/DataViews/_RelationView.py: + * src/MarkupText.py: + * src/gramps_main.py: + * src/images/.../gramps-font-color...: + * src/images/.../gramps-font-bgcolor...: + * src/images/.../gramps-parents-open...: + * src/images/48x48/gramps-parents-add.png: + New icons for add/share parents, clean up media icon, icons for fonts as asked by Zsolt, delete of no more needed icons gramps-sharefamily, gramps-media-all. Reflect changes to images to makefiles. Use the new icons. + 2007-04-27 Brian Matherly * src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmarked.py: * src/Filters/Rules/Person/_RelationshopPathBetweenBookmarks.py: diff --git a/src/DataViews/_RelationView.py b/src/DataViews/_RelationView.py index 4a24cae65..f136881db 100644 --- a/src/DataViews/_RelationView.py +++ b/src/DataViews/_RelationView.py @@ -133,7 +133,7 @@ class RelationshipView(PageView.PersonNavView): self.config_update) Config.client.notify_add("/apps/gramps/interface/toolbar-on", self.shade_update) - self.reorder_sensitive = False + self.reorder_sensitive = False def set_active(self): PageView.PersonNavView.set_active(self) @@ -268,8 +268,8 @@ class RelationshipView(PageView.PersonNavView): - + @@ -312,19 +312,19 @@ class RelationshipView(PageView.PersonNavView): self.order_action = gtk.ActionGroup(self.title + '/ChangeOrder') self.order_action.add_actions([ ('ChangeOrder', gtk.STOCK_SORT_ASCENDING, _('_Reorder'), None , - _("Reorder the relationships"), self.reorder), + _("Reorder the relationships"), self.reorder), ]) self.family_action = gtk.ActionGroup(self.title + '/Family') self.family_action.add_actions([ ('Edit', gtk.STOCK_EDIT, _('Edit'), None , - _("Edits the active person"), self.edit_active), - ('AddSpouse', 'gramps-spouse', _('Spouse'), None , - _("Adds a new relationship"), self.add_spouse), - ('AddParents', 'gramps-parents', _('Add'), None , - _("Adds a new set of parents"), self.add_parents), - ('ShareFamily', 'gramps-sharefamily', _('Share'), None , - _("Adds an existing set of parents"), self.select_parents), + _("Edits the active person"), self.edit_active), + ('AddSpouse', 'gramps-spouse', _('Add partner'), None , + _("Add a new relationship"), self.add_spouse), + ('AddParents', 'gramps-parents-add', _('Add new parents'), None , + _("Adds a new set of parents"), self.add_parents), + ('ShareFamily', 'gramps-parents-open', _('Add existing parents'), None , + _("Adds an existing set of parents"), self.select_parents), ]) self.add_action_group(self.order_action) diff --git a/src/MarkupText.py b/src/MarkupText.py index f8bbe68a3..7c648e653 100644 --- a/src/MarkupText.py +++ b/src/MarkupText.py @@ -304,9 +304,9 @@ class MarkupBuffer(gtk.TextBuffer): format_actions = [ ('font', gtk.STOCK_SELECT_FONT, None, None, _('Font'), self.on_action_activate), - ('foreground', gtk.STOCK_SELECT_COLOR, None, None, + ('foreground', 'gramps-font-color', None, None, _('Font Color'), self.on_action_activate), - ('background', gtk.STOCK_SELECT_COLOR, None, None, + ('background', 'gramps-font-bgcolor', None, None, _('Background Color'), self.on_action_activate), ('clear', gtk.STOCK_CLEAR, None, None, _('Clear'), self._format_clear_cb), diff --git a/src/gramps_main.py b/src/gramps_main.py index d26c84c0c..3a1c4996e 100644 --- a/src/gramps_main.py +++ b/src/gramps_main.py @@ -105,11 +105,14 @@ def register_stock_icons (): ('gramps-date-edit',_('Edit Date'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-event',_('Events'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-family',_('Family'),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-lock',_('Public'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-media',_('Media'),gtk.gdk.CONTROL_MASK,0,''), - ('gramps-media-all',_('Media'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-notes',_('Notes'),gtk.gdk.CONTROL_MASK,0,''), - ('gramps-parents',_('Add Parents'),gtk.gdk.CONTROL_MASK,0,''), + ('gramps-parents',_('Parents'),gtk.gdk.CONTROL_MASK,0,''), + ('gramps-parents-add',_('Add Parents'),gtk.gdk.CONTROL_MASK,0,''), + ('gramps-parents-open',_('Select Parents'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-pedigree',_('Pedigree'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-person',_('Person'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-place',_('Places'),gtk.gdk.CONTROL_MASK,0,''), @@ -128,7 +131,6 @@ def register_stock_icons (): ('gramps-export',_('Export'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-undo-history',_('Undo History'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-url',_('URL'),gtk.gdk.CONTROL_MASK,0,''), - ('gramps-sharefamily',_('Share Family'),gtk.gdk.CONTROL_MASK,0,''), ] # Register our stock items diff --git a/src/images/16x16/Makefile.am b/src/images/16x16/Makefile.am index 88b224e93..308fdb36a 100644 --- a/src/images/16x16/Makefile.am +++ b/src/images/16x16/Makefile.am @@ -16,7 +16,6 @@ dist_pkgdata_DATA = \ gramps-event.png \ gramps-family.png \ gramps-lock.png \ - gramps-media-all.png \ gramps-media.png \ gramps-notes.png \ gramps-parents.png \ diff --git a/src/images/16x16/gramps-media-all.png b/src/images/16x16/gramps-media-all.png deleted file mode 100644 index 9daf5fe16..000000000 Binary files a/src/images/16x16/gramps-media-all.png and /dev/null differ diff --git a/src/images/22x22/Makefile.am b/src/images/22x22/Makefile.am index a25426969..9de7de0ac 100644 --- a/src/images/22x22/Makefile.am +++ b/src/images/22x22/Makefile.am @@ -16,7 +16,6 @@ dist_pkgdata_DATA = \ gramps-event.png \ gramps-family.png \ gramps-lock.png \ - gramps-media-all.png \ gramps-media.png \ gramps-notes.png \ gramps-parents.png \ diff --git a/src/images/22x22/gramps-media-all.png b/src/images/22x22/gramps-media-all.png deleted file mode 100644 index e8354ed3e..000000000 Binary files a/src/images/22x22/gramps-media-all.png and /dev/null differ diff --git a/src/images/22x22/gramps-media.png b/src/images/22x22/gramps-media.png index 6e26d9c00..b5d7f1a56 100644 Binary files a/src/images/22x22/gramps-media.png and b/src/images/22x22/gramps-media.png differ diff --git a/src/images/48x48/Makefile.am b/src/images/48x48/Makefile.am index 86519a127..a2eddc0ef 100644 --- a/src/images/48x48/Makefile.am +++ b/src/images/48x48/Makefile.am @@ -15,11 +15,14 @@ dist_pkgdata_DATA = \ gramps-date.png \ gramps-event.png \ gramps-family.png \ + gramps-font-bgcolor.png \ + gramps-font-color.png \ gramps-lock.png \ - gramps-media-all.png \ gramps-media.png \ gramps-notes.png \ gramps-parents.png \ + gramps-parents-add.png \ + gramps-parents-open.png \ gramps-pedigree.png \ gramps-person.png \ gramps-place.png \ diff --git a/src/images/48x48/gramps-font-bgcolor.png b/src/images/48x48/gramps-font-bgcolor.png new file mode 100644 index 000000000..3ccd8e392 Binary files /dev/null and b/src/images/48x48/gramps-font-bgcolor.png differ diff --git a/src/images/48x48/gramps-font-color.png b/src/images/48x48/gramps-font-color.png new file mode 100644 index 000000000..883b15a74 Binary files /dev/null and b/src/images/48x48/gramps-font-color.png differ diff --git a/src/images/48x48/gramps-media-all.png b/src/images/48x48/gramps-media-all.png deleted file mode 100644 index 9c2a566f1..000000000 Binary files a/src/images/48x48/gramps-media-all.png and /dev/null differ diff --git a/src/images/48x48/gramps-media.png b/src/images/48x48/gramps-media.png index 38edc4023..96f7ec740 100644 Binary files a/src/images/48x48/gramps-media.png and b/src/images/48x48/gramps-media.png differ diff --git a/src/images/48x48/gramps-parents-add.png b/src/images/48x48/gramps-parents-add.png new file mode 100644 index 000000000..ddac4b613 Binary files /dev/null and b/src/images/48x48/gramps-parents-add.png differ diff --git a/src/images/48x48/gramps-parents-open.png b/src/images/48x48/gramps-parents-open.png new file mode 100644 index 000000000..32a19dcde Binary files /dev/null and b/src/images/48x48/gramps-parents-open.png differ diff --git a/src/images/Makefile.am b/src/images/Makefile.am index b0b7a8b9e..4d4183b14 100644 --- a/src/images/Makefile.am +++ b/src/images/Makefile.am @@ -55,11 +55,9 @@ map_tile_images = \ dist_pkgdata_DATA = \ bad.png\ caution.png\ - gramps-sharefamily.png\ good.png\ gramps.png\ logo.png\ - gramps-parents.svg\ splash.jpg\ gramps-export.png\ gramps-url.png\ diff --git a/src/images/gramps-sharefamily.png b/src/images/gramps-sharefamily.png deleted file mode 100644 index ae7546588..000000000 Binary files a/src/images/gramps-sharefamily.png and /dev/null differ diff --git a/src/images/scalable/Makefile.am b/src/images/scalable/Makefile.am index 2fe9178c3..3b695fa30 100644 --- a/src/images/scalable/Makefile.am +++ b/src/images/scalable/Makefile.am @@ -15,11 +15,14 @@ dist_pkgdata_DATA = \ gramps-date.svg \ gramps-event.svg \ gramps-family.svg \ + gramps-font-bgcolor.svg \ + gramps-font-color.svg \ gramps-lock.svg \ - gramps-media-all.svg \ gramps-media.svg \ gramps-notes.svg \ gramps-parents.svg \ + gramps-parents-open.svg \ + gramps-parents-add.svg \ gramps-pedigree.svg \ gramps-person.svg \ gramps-place.svg \ diff --git a/src/images/scalable/gramps-font-bgcolor.svg b/src/images/scalable/gramps-font-bgcolor.svg new file mode 100644 index 000000000..2fef2e703 --- /dev/null +++ b/src/images/scalable/gramps-font-bgcolor.svg @@ -0,0 +1,554 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + Benny Malengier + + + + + original elemens from +tango: Andreas Nilsson +oxygen guys +Jakub Steiner http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/scalable/gramps-font-color.svg b/src/images/scalable/gramps-font-color.svg new file mode 100644 index 000000000..375540017 --- /dev/null +++ b/src/images/scalable/gramps-font-color.svg @@ -0,0 +1,536 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + Benny Malengier + + + + + original elemens from +tango: Andreas Nilsson +oxygen guys +Jakub Steiner http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/scalable/gramps-media-all.svg b/src/images/scalable/gramps-media-all.svg deleted file mode 100644 index 61d9e3891..000000000 --- a/src/images/scalable/gramps-media-all.svg +++ /dev/null @@ -1,1027 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Emblem Photos - - - Jakub Steiner - - - - - emblem - photos - pictures - raw - jpeg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/images/scalable/gramps-media.svg b/src/images/scalable/gramps-media.svg index 30196ba65..074d7338c 100644 --- a/src/images/scalable/gramps-media.svg +++ b/src/images/scalable/gramps-media.svg @@ -7,20 +7,33 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="90.000000" - inkscape:export-xdpi="90.000000" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" width="48px" height="48px" - id="svg11300" + id="svg1800" sodipodi:version="0.32" - inkscape:version="0.43+devel" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories" - sodipodi:docname="applications-multimedia.svg"> + inkscape:version="0.45" + sodipodi:docbase="/home/benny/programms/gramps/myicons/scalable" + sodipodi:docname="gramps-media-3.svg" + inkscape:export-filename="/home/benny/programms/gramps/myicons/22x22/gramps-media-3.png" + inkscape:export-xdpi="41.25" + inkscape:export-ydpi="41.25" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:modified="TRUE"> + + + + @@ -33,29 +46,16 @@ offset="1" id="stop7142" /> - - - - - - - + xlink:href="#linearGradient7138" + id="linearGradient7144" + x1="43.6875" + y1="32.133045" + x2="26.625" + y2="32.133045" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,2)" /> @@ -68,6 +68,57 @@ offset="1" id="stop7073" /> + + + + + + + + + + + + id="linearGradient7079"> + id="stop7081" /> + id="stop7083" /> - - + id="linearGradient12129"> + + + + id="aigrd1"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inkscape:window-width="770" + inkscape:window-height="652" + inkscape:window-x="110" + inkscape:window-y="64" /> @@ -187,22 +662,21 @@ image/svg+xml + + Emblem Photos Jakub Steiner - http://jimmac.musichall.cz - - Multimedia Category - video - audio - multimedia - applications - category + emblem + photos + pictures + raw + jpeg @@ -227,92 +701,258 @@ id="layer1" inkscape:label="Layer 1" inkscape:groupmode="layer"> - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/scalable/gramps-parents-add.svg b/src/images/scalable/gramps-parents-add.svg new file mode 100644 index 000000000..e7874877c --- /dev/null +++ b/src/images/scalable/gramps-parents-add.svg @@ -0,0 +1,1065 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + People + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + users + people + + + + + + Andreas Nilsson, add sign +Benny Malengier, grouping + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/gramps-parents.svg b/src/images/scalable/gramps-parents-open.svg similarity index 50% rename from src/images/gramps-parents.svg rename to src/images/scalable/gramps-parents-open.svg index e5d642ae2..9efb7f940 100644 --- a/src/images/gramps-parents.svg +++ b/src/images/scalable/gramps-parents-open.svg @@ -13,11 +13,192 @@ height="48px" id="svg2108" sodipodi:version="0.32" - inkscape:version="0.44" - sodipodi:docbase="/home/dona/gramps-svn/src/images" - sodipodi:docname="parents.svg"> + inkscape:version="0.45" + sodipodi:docbase="/home/benny/programms/gramps/myicons/scalable" + sodipodi:docname="gramps-parents-open.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/benny/programms/gramps/myicons/48x48/gramps-parents-open.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:modified="TRUE"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -382,6 +563,98 @@ y1="36.390400" x2="21.408455" y2="35.739632" /> + + + + + + + + + + inkscape:window-height="788" + inkscape:window-x="0" + inkscape:window-y="96" /> @@ -427,6 +700,12 @@ + + + Andreas Nilsson, add sign +Benny Malengier, grouping + + @@ -452,7 +731,7 @@ style="display:inline"> + transform="translate(-2.875,1.375)"> + style="opacity:1;color:#000000;fill:url(#radialGradient1381);fill-opacity:1;fill-rule:evenodd;stroke:#404604;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> @@ -482,11 +761,11 @@ sodipodi:nodetypes="cccc" id="path3810" d="M 18.910795,19.786797 C 18.910795,19.786797 21.062118,21.447132 20.876786,23.44733 C 22.918012,21.646536 22.976659,18.195806 22.976659,18.195806 L 18.910795,19.786797 z " - style="opacity:1;color:black;fill:#9db029;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:1;color:#000000;fill:#9db029;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:1;color:#000000;fill:url(#linearGradient1372);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:0.22784807;color:#000000;fill:url(#linearGradient1369);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> @@ -536,7 +815,7 @@ style="opacity:1;display:inline"> + transform="translate(2.125,-5.25)"> + style="opacity:1;color:#000000;fill:url(#radialGradient1980);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:1;color:#000000;fill:url(#linearGradient1982);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> @@ -571,11 +850,11 @@ sodipodi:nodetypes="cccc" id="path4316" d="M 33.410795,26.786797 C 33.410795,26.786797 35.562118,28.447132 35.376786,30.44733 C 37.418012,28.646536 37.476659,25.195806 37.476659,25.195806 L 33.410795,26.786797 z " - style="opacity:1;color:black;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:1;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:0.22784807;color:#000000;fill:url(#linearGradient1988);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> @@ -622,82 +901,136 @@ id="g2292" transform="translate(-8.237686,3.795331)"> + id="g3540" + transform="matrix(0.63351,0,0,0.63351,29.8034,-5.62889)"> + id="path3514" + d="M -9.2855096,53.742947 L -3.4049346,53.742947 L -6.8352696,50.707924 L -7.5703416,51.641777 L -8.3054146,50.941387 L -9.2855096,53.742947 z " + style="color:#000000;fill:url(#linearGradient3573);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.45064,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" + sodipodi:ry="8.6620579" + sodipodi:rx="8.6620579" + sodipodi:cy="19.008621" + sodipodi:cx="31.112698" + id="path3518" + style="color:#000000;fill:url(#radialGradient3577);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" + transform="matrix(2.460972,0,0,1.266762,-74.20479,42.83012)" /> + id="path3520" + d="M -4.5697286,73.026546 L 10.131711,73.026546 C 14.297119,73.026546 18.421051,71.57126 19.93267,67.423426 C 21.368133,63.484565 20.177694,55.983723 10.866783,49.913676 L -6.5299206,49.913676 C -15.840832,55.516795 -17.004402,63.179563 -14.860736,67.656888 C -12.676859,72.218198 -8.9801606,73.026546 -4.5697286,73.026546 z " + style="color:#000000;fill:url(#radialGradient3579);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1.35297143px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + + style="opacity:0.21518986;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.35297108px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M -4.6685716,71.65027 L 9.8760284,71.621087 C 13.534855,71.621087 17.15725,70.342787 18.485033,66.699397 C 19.745921,63.239564 18.353742,56.650944 10.175186,51.319113 L -5.7988316,50.998101 C -13.977387,55.919791 -15.56036,62.650644 -13.646771,66.904467 C -11.733181,71.158289 -8.9407886,71.621087 -4.6685716,71.65027 z " + id="path3526" + sodipodi:nodetypes="cczcczc" /> + + id="path3532" + style="color:#000000;fill:url(#radialGradient3585);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + transform="matrix(1.215711,0,0,1.158351,-35.28805,21.1246)" + sodipodi:type="arc" + style="opacity:0.19620254;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.14012825px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path3534" + sodipodi:cx="31.112698" + sodipodi:cy="19.008621" + sodipodi:rx="8.6620579" + sodipodi:ry="8.6620579" + d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.45064,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" /> + id="path3536" + d="M -10.300254,71.889659 C -12.029518,71.169936 -12.803478,69.435492 -12.803478,69.435492 C -11.637409,64.061515 -7.6474206,60.12978 -7.6474206,60.12978 C -7.6474206,60.12978 -10.806708,68.597262 -10.300254,71.889659 z " + style="opacity:0.22784807;color:#000000;fill:url(#linearGradient3587);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + + + + + + + + + + + diff --git a/src/images/scalable/gramps-parents.svg b/src/images/scalable/gramps-parents.svg index 9dd58e86a..d10f22a13 100644 --- a/src/images/scalable/gramps-parents.svg +++ b/src/images/scalable/gramps-parents.svg @@ -7,15 +7,17 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="48px" height="48px" id="svg2108" sodipodi:version="0.32" - inkscape:version="0.43" - sodipodi:docbase="/home/benny/programms/gramps/myicons/scalable" - sodipodi:docname="gramps-parents_2.svg"> + inkscape:version="0.45" + sodipodi:docbase="/home/benny/programms/gramps/gramps23/src/images/scalable" + sodipodi:docname="gramps-parents.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:modified="true"> + inkscape:window-height="788" + inkscape:window-x="61" + inkscape:window-y="109" /> @@ -658,7 +660,7 @@ style="display:inline"> + transform="translate(-2.875,1.375)"> + style="opacity:1;color:#000000;fill:url(#radialGradient1381);fill-opacity:1;fill-rule:evenodd;stroke:#404604;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> @@ -688,11 +690,11 @@ sodipodi:nodetypes="cccc" id="path3810" d="M 18.910795,19.786797 C 18.910795,19.786797 21.062118,21.447132 20.876786,23.44733 C 22.918012,21.646536 22.976659,18.195806 22.976659,18.195806 L 18.910795,19.786797 z " - style="opacity:1;color:black;fill:#9db029;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:1;color:#000000;fill:#9db029;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:1;color:#000000;fill:url(#linearGradient1372);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:0.22784807;color:#000000;fill:url(#linearGradient1369);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> @@ -742,7 +744,7 @@ style="opacity:1;display:inline"> + transform="translate(2.125,-5.25)"> + style="opacity:1;color:#000000;fill:url(#radialGradient1980);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:1;color:#000000;fill:url(#linearGradient1982);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> @@ -777,11 +779,11 @@ sodipodi:nodetypes="cccc" id="path4316" d="M 33.410795,26.786797 C 33.410795,26.786797 35.562118,28.447132 35.376786,30.44733 C 37.418012,28.646536 37.476659,25.195806 37.476659,25.195806 L 33.410795,26.786797 z " - style="opacity:1;color:black;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:1;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:0.22784807;color:#000000;fill:url(#linearGradient1988);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> @@ -829,7 +831,7 @@ transform="translate(-8.237686,3.795331)"> + transform="matrix(0.63351,0,0,0.63351,29.8034,-5.62889)">