Changes
4 changed files (+8/-36)
-
-
@@ -21,7 +21,6 @@ <gresource prefix="/jp/pocka/plac/gtk-adwaita"><file preprocess="xml-stripblanks">metainfo.xml</file> <file preprocess="xml-stripblanks">ui/browse.ui</file> <file preprocess="xml-stripblanks">ui/browse-item-navigation.ui</file> <file preprocess="xml-stripblanks">ui/browse-item-row.ui</file> <file preprocess="xml-stripblanks">ui/main-window.ui</file> <file preprocess="xml-stripblanks">ui/playback-toolbar.ui</file> <file preprocess="xml-stripblanks">ui/server-list.ui</file>
-
-
gtk-adwaita/data/ui/browse-item-row.ui (deleted)
-
@@ -1,28 +0,0 @@<?xml version="1.0" encoding="utf-8"?> <!-- Copyright 2025 Shota FUJI Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. SPDX-License-Identifier: Apache-2.0 --> <interface> <template class="PlacGtkAdwaitaBrowseItemRow" parent="GtkListBoxRow"> <property name="selectable">false</property> <property name="margin-top">12</property> <property name="margin-start">12</property> <binding name="margin-end"> <lookup name="margin-start" type="PlacGtkAdwaitaBrowseItemRow" /> </binding> </template> </interface>
-
-
-
@@ -29,7 +29,7 @@ <property name="orientation">vertical</property><child> <object class="GtkBox" id="metadata"> <property name="margin-top">20</property> <property name="margin-bottom">10</property> <property name="margin-bottom">4</property> <property name="margin-start">12</property> <binding name="margin-end"> <lookup name="margin-start">metadata</lookup>
-
@@ -87,9 +87,15 @@ <object class="GtkScrolledWindow" id="scroller"><property name="vexpand">true</property> <property name="child"> <object class="GtkListBox" id="items"> <property name="valign">start</property> <property name="margin-top">6</property> <property name="margin-bottom">12</property> <property name="margin-start">12</property> <binding name="margin-end"> <lookup name="margin-start">metadata</lookup> </binding> <style> <class name="background" /> <class name="boxed-list" /> </style> </object> </property>
-
-
-
@@ -16,7 +16,6 @@ // SPDX-License-Identifier: Apache-2.0namespace PlacGtkAdwaita { namespace BrowseItem { [GtkTemplate(ui = "/jp/pocka/plac/gtk-adwaita/ui/browse-item-row.ui")] class Row : Gtk.ListBoxRow { public Plac.Browse.Item item { get; construct; }
-
@@ -40,10 +39,6 @@ default:this.activatable = false; break; } } if (this.activatable) { this.add_css_class("card"); } this.child = new Navigation(item, conn);
-