X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpreferences-skeleton.h;h=f2bbce93f640925a0a4a61058e4535c1e0ce5559;hb=8ae988341ea760fdf79e115e244da85a219e6ffa;hp=137b3f8a2937275fc06e8cbb2af91e90113cc7f0;hpb=1dec520cc2d39cea31661d4a8fa1cad67facb255;p=inkscape.git diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 137b3f8a2..f2bbce93f 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,16 +65,17 @@ 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" @@ -65,23 +83,38 @@ 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" +" 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" @@ -125,9 +158,10 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" " \n" @@ -168,6 +202,15 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -175,30 +218,53 @@ 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" @@ -222,6 +287,8 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" +" \n" " \n" " \n" " \n" @@ -233,10 +300,38 @@ static char const preferences_skeleton[] = " images=\"4278190335\"" //ff0000ff " clips=\"16711935\"" // 00ff00ff " masks=\"65535\"/>\n" // 0x0000ffff -" \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";