X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpreferences-skeleton.h;h=ef31fab90c069584ea7a2eb5f64826add1834dd6;hb=5baec7f2ec5b05a6781f10a30890c65112eef76e;hp=ead8e7a623f6b6fd9d0a28f1e5a698b94a3234d5;hpb=1d882e9533b20c0e0783e9d17fcd3f5466fa422f;p=inkscape.git diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index ead8e7a62..ef31fab90 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -1,15 +1,20 @@ #ifndef SEEN_PREFERENCES_SKELETON_H #define SEEN_PREFERENCES_SKELETON_H -#include +#include +/* The root's "version" attribute describes the preferences file format version. + * It should only increase when a backwards-incompatible change is made, + * and special handling has to be added to the preferences class to update + * obsolete versions the user might have. */ static char const preferences_skeleton[] = -"\n" " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -20,6 +25,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -27,6 +33,17 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" "\n" " \n" " \n" @@ -48,32 +65,56 @@ static char const preferences_skeleton[] = " \n" "\n" " \n" " \n" " \n" -" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" " \n" " \n" " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" -" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" -" \n" +" style=\"fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px;\" selcue=\"1\"/>\n" +" \n" +" \n" " \n" " \n" " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" @@ -117,23 +158,25 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" " \n" " \n" " \n" " \n" +" \n" " \n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" +" \n" " \n" " \n" " \n" @@ -154,11 +197,21 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" " \n" +" \n" +" \n" " \n" " \n" " \n" @@ -166,23 +219,59 @@ static char const preferences_skeleton[] = " \n" "\n" " \n" +" " +" " +" " +" " +" " +" " " " " \n" " \n" " \n" " \n" +" \n" +" \n" " \n" " \n" " \n" " \n" " \n" +" \n" " \n" " \n" +" \n" +" \n" " \n" " \n" +" \n" +" \n" +" \n" +" \n" " \n" " \n" " \n" +" \n" +" \n" +" \n" +" \n" +" \n" // GDL_SWITCHER_STYLE_BOTH " \n" #ifdef WIN32 // FIXME: Temporary Win32 special code to enable transient dialogs " \n" @@ -193,7 +282,6 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" " \n" " \n" " \n" @@ -201,18 +289,53 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" +" \n" " \n" " \n" +" \n" +" \n" +" \n" " \n" // 0x0000ffff -" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" " \n" "\n" " " +// NOTE: This gets filled in by the extensions themselves based on +// the properties that they provide in their INX files. " \n" "\n" " \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" " \n" "\n" " \n" @@ -232,6 +367,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" " \n" +" \n" +" \n" +" \n" +" \n" "\n" "\n";