~doctormo/inkscape/image-outline-option

« back to all changes in this revision

Viewing changes to src/ui/dialog/inkscape-preferences.cpp

  • Committer: Martin Owens
  • Date: 2014-04-18 23:08:21 UTC
  • Revision ID: doctormo@gmail.com-20140418230821-4vr0ipvqif15ukv9
Add image rendering option for outlines. Setup desktop preferences observer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1463
1463
    _page_bitmaps.add_line( false, "", _importexport_import_res_override, "",
1464
1464
                            _("Use default bitmap resolution in favor of information from file"));
1465
1465
 
 
1466
    _page_bitmaps.add_group_header( _("Render"));
 
1467
    // rendering outlines for pixmap image tags
 
1468
    _rendering_image_outline.init( _("Images in Outline Mode"), "/options/rendering/imageinoutlinemode", true);
 
1469
    _page_bitmaps.add_line(false, _(""), _rendering_image_outline, "", _("When active will render images while in outline mode instead of a red box with an x. This is useful for manual tracing."));
 
1470
 
1466
1471
    this->AddPage(_page_bitmaps, _("Bitmaps"), PREFS_PAGE_BITMAPS);
1467
1472
}
1468
1473