pidgin/resources/infopane.ui

Mon, 30 Jun 2025 23:04:59 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 30 Jun 2025 23:04:59 -0500
changeset 43273
b2e7a32950ae
parent 43041
ea212a081e9c
permissions
-rw-r--r--

Update metainfo.xml for the release

And prepare for the next release right away.

Testing Done:
Ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/4041/

<?xml version="1.0" encoding="UTF-8"?>
<!--
Pidgin - Internet Messenger
Copyright (C) Pidgin Developers <devel@pidgin.im>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this library; if not, see <https://www.gnu.org/licenses/>.
-->
<interface>
  <requires lib="gtk" version="4.0"/>
  <requires lib="pidgin" version="3.0"/>
  <!-- interface-license-type gplv2 -->
  <!-- interface-name Pidgin -->
  <!-- interface-description Internet Messenger -->
  <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
  <template class="PidginInfoPane" parent="GtkBox">
    <child>
      <object class="GtkBox">
        <property name="spacing">6</property>
        <child>
          <object class="PidginAvatar"></object>
        </child>
        <child>
          <object class="GtkBox">
            <property name="hexpand">1</property>
            <property name="orientation">vertical</property>
            <property name="valign">center</property>
            <child>
              <object class="GtkLabel" id="title">
                <property name="selectable">true</property>
                <binding name="label">
                  <lookup name="title">PidginInfoPane</lookup>
                </binding>
                <property name="xalign">0</property>
                <style>
                  <class name="title-2"/>
                </style>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="subtitle_label">
                <property name="selectable">true</property>
                <binding name="label">
                  <closure type="gchararray" function="pidgin_info_pane_linkify_text_cb" object="subtitle_label">
                      <lookup name="subtitle">PidginInfoPane</lookup>
                  </closure>
                </binding>
                <property name="ellipsize">end</property>
                <property name="lines">2</property>
                <property name="use-markup">yes</property>
                <property name="wrap">yes</property>
                <property name="wrap-mode">word-char</property>
                <property name="xalign">0</property>
                <child>
                  <object class="GtkEventControllerMotion">
                    <signal name="enter" handler="pidgin_info_pane_subtitle_enter_cb"/>
                    <signal name="leave" handler="pidgin_info_pane_subtitle_leave_cb"/>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>

mercurial