* src/plugins/DetDescendantReport.py (get_xpm_image): Remove
function, import it from Utils.py instead. * src/plugins/DetAncestralReport.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/FtmStyleDescendants.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/FtmStyleAncestors.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/FamilyGroup.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/IndivComplete.py (get_xpm_image): Remove function, import it from Utils.py instead. * src/plugins/IndivSummary.py (get_xpm_image): Remove function, import it from Utils.py instead; Convert to db. svn: r3125
This commit is contained in:
@@ -40,6 +40,7 @@ import Report
|
||||
import BaseDoc
|
||||
import Errors
|
||||
import Utils
|
||||
from Utils import get_xpm_image
|
||||
from gettext import gettext as _
|
||||
from QuestionDialog import ErrorDialog
|
||||
|
||||
@@ -711,96 +712,6 @@ def _build_spouse_map(database,person):
|
||||
spouse_map[name] = family_id
|
||||
return spouse_map
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
def get_xpm_image():
|
||||
return [
|
||||
"48 48 33 1",
|
||||
" c None",
|
||||
". c #1A1A1A",
|
||||
"+ c #6A665E",
|
||||
"@ c #A6A6A6",
|
||||
"# c #BABAB6",
|
||||
"$ c #D2D2D2",
|
||||
"% c #EDE2D2",
|
||||
"& c #7A7262",
|
||||
"* c #F1EADF",
|
||||
"= c #867A6E",
|
||||
"- c #56524E",
|
||||
"; c #868686",
|
||||
"> c #E2CAA2",
|
||||
", c #F2EEE2",
|
||||
"' c #4E4E4E",
|
||||
") c #B2966E",
|
||||
"! c #FAFAFA",
|
||||
"~ c #A29E96",
|
||||
"{ c #BEA27A",
|
||||
"] c #CECABE",
|
||||
"^ c #968A76",
|
||||
"/ c #DAD2C6",
|
||||
"( c #423E3E",
|
||||
"_ c #BA9E72",
|
||||
": c #B7AC9A",
|
||||
"< c #E9DAC3",
|
||||
"[ c #E6E2E2",
|
||||
"} c #322E2A",
|
||||
"| c #9E9286",
|
||||
"1 c #E6D2B6",
|
||||
"2 c #F2EEE9",
|
||||
"3 c #5E5A56",
|
||||
"4 c #F6F2EE",
|
||||
" ",
|
||||
" ",
|
||||
" ^=^=====&&&+&++++333+& ",
|
||||
" =##############:#:~;33& ",
|
||||
" =#!!!!!!!!!!!!!!*[$#;;|- ",
|
||||
" ;#!!!!!!!!!!!!!!!2[$@&]|( ",
|
||||
" =#!!!!!!!!!!!!!!!!2[$-[];} ",
|
||||
" =#!!!!@@@@@@@@!!!!![4'![];} ",
|
||||
" =#!!!!!!4!!4!!!!!!!!4'!![];} ",
|
||||
" =#!!!!!!!!!!!!!!!!!!!'*!![];( ",
|
||||
" =#!!!!!!!!!!!!!!!!!!!'[*!![]|- ",
|
||||
" &#!!!!@@~@@@~@@~@@@@@'][4!![#|+ ",
|
||||
" &#!4!!!!!!!!!!!!!4!!!'..}('3&=+& ",
|
||||
" =#!!!!@@@@@@@@@@@@@@@@##@~;=+3(+ ",
|
||||
" &#!!!!!!!!!!!!!!!!!!!![$##~;;='( ",
|
||||
" &#!!!!@@@@@~@@@~@@@@~@@@@@#~~;+( ",
|
||||
" &#!!!!!!!!!!!!!!!!!!!!444[]#@~&} ",
|
||||
" &#!!!!!!!!!!!!!!!!!!4442[[$]#@=} ",
|
||||
" &#!!!!!!!!!!!!!!!!!!4444[[$]]:;} ",
|
||||
" +#!!!!@~@@@@@@@@~@@@@@~~~|;]]];} ",
|
||||
" +#!!!!!!!!!!!!!!!!!44444,[$/]:^} ",
|
||||
" +#!!!!@@@~@@@@@@@@~@~~~~~~|1>$|} ",
|
||||
" +#!!!!!!!!!!!!!!!44442[*%[[<$]|} ",
|
||||
" +#!!!!@@@@~@@@@~~@~~~~~~~~|1/>~} ",
|
||||
" +#!!!!!!!!!!!!!!44444**[%%</1])} ",
|
||||
" +#!!!!!!!!!!!!!4422******%%<1/|} ",
|
||||
" +#!!!!!!!!!!!!!!4,*,**2***%<1/)} ",
|
||||
" 3#!!!!@@@@@~,442,*,*,2**,,[<1/)} ",
|
||||
" +#!!!!!!4!!444444**[%%%%%%<<1>~} ",
|
||||
" 3#!!!!@@4*@@@~~~~~~~~~~||||<11)} ",
|
||||
" +#4!!4444444,24[[*[<%<%<<<<<11|} ",
|
||||
" 3#!!!44,,,@~~~~~~~~~|||||||111_} ",
|
||||
" 3#!!!!!44444[4[[%%%%%<<<<11111)} ",
|
||||
" 3#!!!!~@,*~~~~~~~~||||||^|^1>1_} ",
|
||||
" 3#!!!444442%**[%<%%%<<<<11111>_} ",
|
||||
" 3#!!!4***[~~~~~~|||||||^|^^1>>{} ",
|
||||
" -#!444444**[%<%%%<<<<11111>1>>_} ",
|
||||
" -#4444~~[[~~~|||||||^)^^^^^>>>_} ",
|
||||
" -#4444[**[%%%%%%<<<<11111>>>>>)} ",
|
||||
" '#4444****%%%%%<<<111<11>>>>>>_} ",
|
||||
" ':44****%%%%%<<<1<1<1>>1>>>>>>)} ",
|
||||
" -@4******%%%<%<1<<1111>>>>>>>>)} ",
|
||||
" '#****%%%%<%<<<<1<11>1>>>>>>>>)} ",
|
||||
" ':##:::::::{{{{{{__{___))^)))))} ",
|
||||
" }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}} ",
|
||||
" ",
|
||||
" ",
|
||||
" "]
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user