2019-04-04 23:10:18 +00:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<interface>
|
2018-01-18 22:46:58 +00:00
|
|
|
|
<object class="IconStore" id="store"/>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<object class="GtkTreeModelFilter" id="filter_model">
|
2018-01-18 22:46:58 +00:00
|
|
|
|
<property name="child-model">store</property>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
</object>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<template class="IconBrowserWindow" parent="GtkApplicationWindow">
|
2019-02-07 08:23:02 +00:00
|
|
|
|
<style>
|
|
|
|
|
<class name="devel"/>
|
|
|
|
|
</style>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<property name="title" translatable="yes">Icon Browser</property>
|
2016-12-29 00:43:18 +00:00
|
|
|
|
<property name="default-width">1024</property>
|
|
|
|
|
<property name="default-height">768</property>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<child type="titlebar">
|
|
|
|
|
<object class="GtkHeaderBar" id="header">
|
|
|
|
|
<property name="title" translatable="yes">Icon Browser</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
|
<property name="show-title-buttons">1</property>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<child type="title">
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<style>
|
|
|
|
|
<class name="linked"/>
|
|
|
|
|
</style>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkRadioButton" id="normal_radio">
|
2018-01-18 22:46:58 +00:00
|
|
|
|
<property name="draw-indicator">0</property>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<property name="label" translatable="yes">Normal</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkRadioButton" id="symbolic_radio">
|
2018-01-18 22:46:58 +00:00
|
|
|
|
<property name="draw-indicator">0</property>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<property name="label" translatable="yes">Symbolic</property>
|
|
|
|
|
<property name="group">normal_radio</property>
|
|
|
|
|
<signal name="toggled" handler="symbolic_toggled"/>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2019-03-27 17:20:18 +00:00
|
|
|
|
<child type="end">
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<object class="GtkToggleButton" id="search">
|
|
|
|
|
<style>
|
|
|
|
|
<class name="image-button"/>
|
|
|
|
|
</style>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkImage" id="search-icon">
|
|
|
|
|
<property name="icon-name">edit-find-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<object class="GtkBox">
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<child>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<object class="GtkListBox" id="context_list">
|
|
|
|
|
<signal name="selected-rows-changed" handler="selected_context_changed"/>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2014-12-02 15:09:21 +00:00
|
|
|
|
<child>
|
2016-12-14 14:55:55 +00:00
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
|
<property name="orientation">vertical</property>
|
2014-12-02 15:09:21 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<child>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<object class="GtkBox" id="content_box">
|
|
|
|
|
<property name="orientation">vertical</property>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<child>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<object class="GtkSearchBar" id="searchbar">
|
2014-11-01 02:28:17 +00:00
|
|
|
|
<property name="search-mode-enabled" bind-source="search" bind-property="active" bind-flags="bidirectional"/>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkSearchEntry" id="searchentry">
|
2014-11-01 02:28:17 +00:00
|
|
|
|
<signal name="search-changed" handler="search_text_changed"/>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkScrolledWindow" id="sw">
|
2018-01-18 22:46:58 +00:00
|
|
|
|
<property name="expand">1</property>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<child>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<object class="GtkIconView" id="list">
|
|
|
|
|
<property name="model">filter_model</property>
|
2015-02-22 16:11:09 +00:00
|
|
|
|
<property name="selection-mode">none</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
|
<property name="activate-on-single-click">1</property>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<signal name="item_activated" handler="item_activated"/>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererPixbuf" id="cell">
|
|
|
|
|
<property name="xpad">10</property>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<property name="ypad">10</property>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText" id="text_cell">
|
|
|
|
|
<property name="xpad">10</property>
|
|
|
|
|
<property name="ypad">10</property>
|
|
|
|
|
</object>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</template>
|
|
|
|
|
<object class="GtkSizeGroup">
|
|
|
|
|
<property name="mode">vertical</property>
|
|
|
|
|
<widgets>
|
|
|
|
|
<widget name="normal_radio"/>
|
|
|
|
|
<widget name="symbolic_radio"/>
|
|
|
|
|
<widget name="search"/>
|
|
|
|
|
</widgets>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkDialog" id="details">
|
2018-01-18 22:46:58 +00:00
|
|
|
|
<property name="modal">1</property>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<property name="use-header-bar">1</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
|
<property name="resizable">0</property>
|
2017-12-31 17:57:39 +00:00
|
|
|
|
<property name="hide-on-close">1</property>
|
2019-01-24 21:11:45 +00:00
|
|
|
|
<child internal-child="content_area">
|
2014-07-27 07:32:10 +00:00
|
|
|
|
<object class="GtkBox">
|
2019-04-17 00:59:57 +00:00
|
|
|
|
<property name="orientation">vertical</property>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkGrid">
|
|
|
|
|
<property name="margin">10</property>
|
2015-11-28 20:00:29 +00:00
|
|
|
|
<property name="row-spacing">18</property>
|
|
|
|
|
<property name="column-spacing">18</property>
|
2017-08-07 21:33:42 +00:00
|
|
|
|
<property name="halign">center</property>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<child>
|
2017-08-02 13:50:19 +00:00
|
|
|
|
<object class="GtkImage" id="image1">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">end</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="labelled-by" target="label1"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2017-08-02 13:50:19 +00:00
|
|
|
|
<object class="GtkImage" id="image2">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">end</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="labelled-by" target="label2"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2017-08-02 13:50:19 +00:00
|
|
|
|
<object class="GtkImage" id="image3">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">end</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="labelled-by" target="label3"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">2</property>
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2017-08-02 13:50:19 +00:00
|
|
|
|
<object class="GtkImage" id="image4">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">end</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="labelled-by" target="label4"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">3</property>
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2017-08-02 13:50:19 +00:00
|
|
|
|
<object class="GtkImage" id="image5">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">end</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="labelled-by" target="label5"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">4</property>
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2017-08-07 21:33:42 +00:00
|
|
|
|
<child>
|
2017-10-19 14:13:47 +00:00
|
|
|
|
<object class="GtkImage" id="image6">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">end</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
IconTheme: Simplify icon scaling
We had a pretty complex setup where we tried to avoid scaling up themes from dirs
that specified a size. However, not only was it very complex, but it didn't quite
work with window scales, because when using e.g. a size 32 directory for 16@2x
the dir size is wrong anyway. Additionally it turns out most code either picks
an existing icon size, or uses the FORCE_SIZE flags, so it doesn't seem
like a useful behaviour.
This change drops the FORCE_SIZE flags, and always scales
icons. Additionally it moves the scaling of the icon to rendering,
which seems more modern, and allows us to (later) share icons loaded
for different sizes that happened to use the same source file (at
different scales).
Note that this changes the behaviour of
gtk_icon_paintable_download_texture() is it now returns the unscaled
source icon. However, ignore thats, as I plan to remove this function
and replace it with a way to render a paintable to a cairo-surface
instead.
2020-02-05 14:47:23 +00:00
|
|
|
|
<relation type="labelled-by" target="label5"/>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">5</property>
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
</layout>
|
2017-08-07 21:33:42 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
IconTheme: Simplify icon scaling
We had a pretty complex setup where we tried to avoid scaling up themes from dirs
that specified a size. However, not only was it very complex, but it didn't quite
work with window scales, because when using e.g. a size 32 directory for 16@2x
the dir size is wrong anyway. Additionally it turns out most code either picks
an existing icon size, or uses the FORCE_SIZE flags, so it doesn't seem
like a useful behaviour.
This change drops the FORCE_SIZE flags, and always scales
icons. Additionally it moves the scaling of the icon to rendering,
which seems more modern, and allows us to (later) share icons loaded
for different sizes that happened to use the same source file (at
different scales).
Note that this changes the behaviour of
gtk_icon_paintable_download_texture() is it now returns the unscaled
source icon. However, ignore thats, as I plan to remove this function
and replace it with a way to render a paintable to a cairo-surface
instead.
2020-02-05 14:47:23 +00:00
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkImage" id="image7">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">end</property>
|
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="labelled-by" target="label5"/>
|
|
|
|
|
</accessibility>
|
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">6</property>
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
</layout>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkImage" id="image8">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">end</property>
|
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="labelled-by" target="label6"/>
|
|
|
|
|
</accessibility>
|
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">7</property>
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
</layout>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<child>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
|
<property name="halign">center</property>
|
2015-11-28 19:48:40 +00:00
|
|
|
|
<property name="valign">baseline</property>
|
IconTheme: Simplify icon scaling
We had a pretty complex setup where we tried to avoid scaling up themes from dirs
that specified a size. However, not only was it very complex, but it didn't quite
work with window scales, because when using e.g. a size 32 directory for 16@2x
the dir size is wrong anyway. Additionally it turns out most code either picks
an existing icon size, or uses the FORCE_SIZE flags, so it doesn't seem
like a useful behaviour.
This change drops the FORCE_SIZE flags, and always scales
icons. Additionally it moves the scaling of the icon to rendering,
which seems more modern, and allows us to (later) share icons loaded
for different sizes that happened to use the same source file (at
different scales).
Note that this changes the behaviour of
gtk_icon_paintable_download_texture() is it now returns the unscaled
source icon. However, ignore thats, as I plan to remove this function
and replace it with a way to render a paintable to a cairo-surface
instead.
2020-02-05 14:47:23 +00:00
|
|
|
|
<property name="label">8×8</property>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
<style>
|
|
|
|
|
<class name="dim-label"/>
|
|
|
|
|
</style>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="label-for" target="image1"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
<object class="GtkLabel" id="label2">
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<property name="halign">center</property>
|
2015-11-28 19:48:40 +00:00
|
|
|
|
<property name="valign">baseline</property>
|
IconTheme: Simplify icon scaling
We had a pretty complex setup where we tried to avoid scaling up themes from dirs
that specified a size. However, not only was it very complex, but it didn't quite
work with window scales, because when using e.g. a size 32 directory for 16@2x
the dir size is wrong anyway. Additionally it turns out most code either picks
an existing icon size, or uses the FORCE_SIZE flags, so it doesn't seem
like a useful behaviour.
This change drops the FORCE_SIZE flags, and always scales
icons. Additionally it moves the scaling of the icon to rendering,
which seems more modern, and allows us to (later) share icons loaded
for different sizes that happened to use the same source file (at
different scales).
Note that this changes the behaviour of
gtk_icon_paintable_download_texture() is it now returns the unscaled
source icon. However, ignore thats, as I plan to remove this function
and replace it with a way to render a paintable to a cairo-surface
instead.
2020-02-05 14:47:23 +00:00
|
|
|
|
<property name="label">16×16</property>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
<style>
|
|
|
|
|
<class name="dim-label"/>
|
|
|
|
|
</style>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="label-for" target="image2"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
<object class="GtkLabel" id="label3">
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<property name="halign">center</property>
|
2015-11-28 19:48:40 +00:00
|
|
|
|
<property name="valign">baseline</property>
|
IconTheme: Simplify icon scaling
We had a pretty complex setup where we tried to avoid scaling up themes from dirs
that specified a size. However, not only was it very complex, but it didn't quite
work with window scales, because when using e.g. a size 32 directory for 16@2x
the dir size is wrong anyway. Additionally it turns out most code either picks
an existing icon size, or uses the FORCE_SIZE flags, so it doesn't seem
like a useful behaviour.
This change drops the FORCE_SIZE flags, and always scales
icons. Additionally it moves the scaling of the icon to rendering,
which seems more modern, and allows us to (later) share icons loaded
for different sizes that happened to use the same source file (at
different scales).
Note that this changes the behaviour of
gtk_icon_paintable_download_texture() is it now returns the unscaled
source icon. However, ignore thats, as I plan to remove this function
and replace it with a way to render a paintable to a cairo-surface
instead.
2020-02-05 14:47:23 +00:00
|
|
|
|
<property name="label">18×18</property>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
<style>
|
|
|
|
|
<class name="dim-label"/>
|
|
|
|
|
</style>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="label-for" target="image3"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">2</property>
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
<object class="GtkLabel" id="label4">
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<property name="halign">center</property>
|
2015-11-28 19:48:40 +00:00
|
|
|
|
<property name="valign">baseline</property>
|
IconTheme: Simplify icon scaling
We had a pretty complex setup where we tried to avoid scaling up themes from dirs
that specified a size. However, not only was it very complex, but it didn't quite
work with window scales, because when using e.g. a size 32 directory for 16@2x
the dir size is wrong anyway. Additionally it turns out most code either picks
an existing icon size, or uses the FORCE_SIZE flags, so it doesn't seem
like a useful behaviour.
This change drops the FORCE_SIZE flags, and always scales
icons. Additionally it moves the scaling of the icon to rendering,
which seems more modern, and allows us to (later) share icons loaded
for different sizes that happened to use the same source file (at
different scales).
Note that this changes the behaviour of
gtk_icon_paintable_download_texture() is it now returns the unscaled
source icon. However, ignore thats, as I plan to remove this function
and replace it with a way to render a paintable to a cairo-surface
instead.
2020-02-05 14:47:23 +00:00
|
|
|
|
<property name="label">24×24</property>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
<style>
|
|
|
|
|
<class name="dim-label"/>
|
|
|
|
|
</style>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="label-for" target="image4"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">3</property>
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
<object class="GtkLabel" id="label5">
|
2014-06-24 22:36:29 +00:00
|
|
|
|
<property name="halign">center</property>
|
2015-11-28 19:48:40 +00:00
|
|
|
|
<property name="valign">baseline</property>
|
IconTheme: Simplify icon scaling
We had a pretty complex setup where we tried to avoid scaling up themes from dirs
that specified a size. However, not only was it very complex, but it didn't quite
work with window scales, because when using e.g. a size 32 directory for 16@2x
the dir size is wrong anyway. Additionally it turns out most code either picks
an existing icon size, or uses the FORCE_SIZE flags, so it doesn't seem
like a useful behaviour.
This change drops the FORCE_SIZE flags, and always scales
icons. Additionally it moves the scaling of the icon to rendering,
which seems more modern, and allows us to (later) share icons loaded
for different sizes that happened to use the same source file (at
different scales).
Note that this changes the behaviour of
gtk_icon_paintable_download_texture() is it now returns the unscaled
source icon. However, ignore thats, as I plan to remove this function
and replace it with a way to render a paintable to a cairo-surface
instead.
2020-02-05 14:47:23 +00:00
|
|
|
|
<property name="label">32×32</property>
|
2014-07-27 11:44:41 +00:00
|
|
|
|
<style>
|
|
|
|
|
<class name="dim-label"/>
|
|
|
|
|
</style>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="label-for" target="image5"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">4</property>
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2017-08-07 21:33:42 +00:00
|
|
|
|
<object class="GtkLabel" id="label6">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">baseline</property>
|
IconTheme: Simplify icon scaling
We had a pretty complex setup where we tried to avoid scaling up themes from dirs
that specified a size. However, not only was it very complex, but it didn't quite
work with window scales, because when using e.g. a size 32 directory for 16@2x
the dir size is wrong anyway. Additionally it turns out most code either picks
an existing icon size, or uses the FORCE_SIZE flags, so it doesn't seem
like a useful behaviour.
This change drops the FORCE_SIZE flags, and always scales
icons. Additionally it moves the scaling of the icon to rendering,
which seems more modern, and allows us to (later) share icons loaded
for different sizes that happened to use the same source file (at
different scales).
Note that this changes the behaviour of
gtk_icon_paintable_download_texture() is it now returns the unscaled
source icon. However, ignore thats, as I plan to remove this function
and replace it with a way to render a paintable to a cairo-surface
instead.
2020-02-05 14:47:23 +00:00
|
|
|
|
<property name="label">48×48</property>
|
2017-08-07 21:33:42 +00:00
|
|
|
|
<style>
|
|
|
|
|
<class name="dim-label"/>
|
|
|
|
|
</style>
|
2018-03-19 15:29:25 +00:00
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="label-for" target="image6"/>
|
|
|
|
|
</accessibility>
|
2019-04-04 23:10:18 +00:00
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">5</property>
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
</layout>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
IconTheme: Simplify icon scaling
We had a pretty complex setup where we tried to avoid scaling up themes from dirs
that specified a size. However, not only was it very complex, but it didn't quite
work with window scales, because when using e.g. a size 32 directory for 16@2x
the dir size is wrong anyway. Additionally it turns out most code either picks
an existing icon size, or uses the FORCE_SIZE flags, so it doesn't seem
like a useful behaviour.
This change drops the FORCE_SIZE flags, and always scales
icons. Additionally it moves the scaling of the icon to rendering,
which seems more modern, and allows us to (later) share icons loaded
for different sizes that happened to use the same source file (at
different scales).
Note that this changes the behaviour of
gtk_icon_paintable_download_texture() is it now returns the unscaled
source icon. However, ignore thats, as I plan to remove this function
and replace it with a way to render a paintable to a cairo-surface
instead.
2020-02-05 14:47:23 +00:00
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="label7">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
|
<property name="label">64×64</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="dim-label"/>
|
|
|
|
|
</style>
|
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="label-for" target="image7"/>
|
|
|
|
|
</accessibility>
|
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">6</property>
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
</layout>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="label8">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
|
<property name="label">scalable</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="dim-label"/>
|
|
|
|
|
</style>
|
|
|
|
|
<accessibility>
|
|
|
|
|
<relation type="label-for" target="image8"/>
|
|
|
|
|
</accessibility>
|
|
|
|
|
<layout>
|
|
|
|
|
<property name="left-attach">7</property>
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
</layout>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2017-10-18 11:00:41 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkButton">
|
|
|
|
|
<property name="label" translatable="yes">Copy to Clipboard</property>
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
<property name="margin">20</property>
|
|
|
|
|
<signal name="clicked" handler="copy_to_clipboard"/>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2017-08-07 21:33:42 +00:00
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="description">
|
|
|
|
|
<property name="margin">10</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
|
<property name="wrap">1</property>
|
2017-08-07 21:33:42 +00:00
|
|
|
|
<property name="max-width-chars">60</property>
|
|
|
|
|
<property name="valign">start</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2014-07-27 07:32:10 +00:00
|
|
|
|
</object>
|
2014-06-24 22:36:29 +00:00
|
|
|
|
</interface>
|