Code

family name field on svgfonts dialog now properly saves attribute. Should do the...
[inkscape.git] / src / ui / dialog / inkscape-preferences.h
index 289a8ecce146fe9c8407781458bd41c8bd63f936..6efebb7427a7373ef7e3cf5a424dbe2d9ef9a4c0 100644 (file)
@@ -147,6 +147,7 @@ protected:
 
     PrefRadioButton _clone_option_parallel, _clone_option_stay, _clone_option_transform,
                     _clone_option_unlink, _clone_option_delete;
+    PrefCheckButton _clone_relink_on_duplicate;
 
     PrefCheckButton _mask_mask_on_top;
     PrefCheckButton _mask_mask_remove;
@@ -164,6 +165,7 @@ protected:
     PrefCheckButton _sel_layer_deselects;
 
     PrefSpinButton  _importexport_export, _misc_recent, _misc_simpl;
+    PrefSpinButton  _misc_latency_skew;
     PrefCheckButton _misc_comment, _misc_forkvectors, _misc_scripts;
     PrefCombo       _misc_small_toolbar;
     PrefCombo       _misc_small_secondary;
@@ -171,6 +173,7 @@ protected:
     PrefCombo       _misc_overs_bitmap;
     PrefCombo       _misc_bitmap_editor;
     PrefCheckButton _misc_bitmap_autoreload;
+    PrefSpinButton  _bitmap_copy_res;
 
     PrefCheckButton _autosave_autosave_enable;
     PrefSpinButton  _autosave_autosave_interval;
@@ -220,7 +223,6 @@ protected:
     PrefCheckButton   _svgoutput_inlineattrs;
     PrefSpinButton    _svgoutput_indent;
     PrefCheckButton   _svgoutput_allowrelativecoordinates;
-    PrefCheckButton   _svgoutput_allowshorthands;
     PrefCheckButton   _svgoutput_forcerepeatcommands;
 
     PrefEntryButtonHBox _importexport_ocal_url;
@@ -241,7 +243,7 @@ protected:
     static void AddGradientCheckbox(DialogPage& p, const std::string& prefs_path, bool def_value);
     static void AddConvertGuidesCheckbox(DialogPage& p, const std::string& prefs_path, bool def_value);
     static void AddDotSizeSpinbutton(DialogPage& p, const std::string& prefs_path, double def_value);
-    static void AddNewObjectsStyle(DialogPage& p, const std::string& prefs_path);
+    static void AddNewObjectsStyle(DialogPage& p, const std::string& prefs_path, const gchar* banner = NULL);
 
     void on_pagelist_selection_changed();
     void initPageMouse();