X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpreferences-skeleton.h;h=ef31fab90c069584ea7a2eb5f64826add1834dd6;hb=5baec7f2ec5b05a6781f10a30890c65112eef76e;hp=3fcb7f56b96f6fc764317768bfa2e5a2b66ba2c4;hpb=238893a45781289c11985fe83f5ce18d4af3ec5b;p=inkscape.git diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 3fcb7f56b..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" @@ -66,28 +83,31 @@ 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" @@ -154,6 +174,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -182,6 +203,15 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -189,7 +219,11 @@ static char const preferences_skeleton[] = " \n" "\n" " \n" +" " +" " +" " " " +" " " " " " " \n" @@ -216,12 +250,17 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" " \n" " \n" " \n" +" \n" +" \n" +" \n" +" \n" " \n" " \n" " \n" @@ -250,6 +289,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -262,8 +302,9 @@ static char const preferences_skeleton[] = " images=\"4278190335\"" //ff0000ff " clips=\"16711935\"" // 00ff00ff " masks=\"65535\"/>\n" // 0x0000ffff -" \n" +" \n" " \n" +" \n" " \n" " \n" @@ -288,9 +329,13 @@ static char const preferences_skeleton[] = " empcolor=\"65344\"\n" // 0x0000FF40 " empspacing=\"5\"/>\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";