diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-10-22 11:48:08 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:10 +0100 |
commit | 99bff8cf8f199cd5899134f12b499ce4ee9a4e82 (patch) | |
tree | f4c346d85d531aad00cc1667c871fdc69b6a70b4 /cui/uiconfig | |
parent | fb6a2d3afb67481565c666c10eee0a875808d803 (diff) |
add GUI and configuration options for Skia
Pretty much a copy&paste of OpenGL. There are no settings for choosing
which backend Skia should use, as the plan is that simply the "best"
one will be selected.
Change-Id: I44fa876ab85de98de482a6ed9f814024334686ce
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/optviewpage.ui | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui index 188a3f9e2d09..f6c260351f7c 100644 --- a/cui/uiconfig/ui/optviewpage.ui +++ b/cui/uiconfig/ui/optviewpage.ui @@ -563,6 +563,62 @@ <property name="top_attach">5</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="useskia"> + <property name="label" translatable="yes" context="optviewpage|useskia">Use Skia for all rendering</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">6</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="forceskia"> + <property name="label" translatable="yes" context="optviewpage|forceskia">Ignore Skia blacklist</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="tooltip_text" translatable="yes" context="optviewpage|forceskia|tooltip_text">Requires restart. Enabling this may expose driver bugs</property> + <property name="margin_left">12</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">7</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="skiaenabled"> + <property name="can_focus">False</property> + <property name="margin_left">12</property> + <property name="label" translatable="yes" context="optviewpage|skiaenabled">Skia is currently enabled.</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">8</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="skiadisabled"> + <property name="can_focus">False</property> + <property name="margin_left">12</property> + <property name="label" translatable="yes" context="optviewpage|skiadisabled">Skia is currently disabled.</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">9</property> + </packing> + </child> </object> </child> </object> |