pidgin/glade/meson.build

Sat, 02 Jan 2021 21:58:08 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Sat, 02 Jan 2021 21:58:08 -0600
changeset 40682
edbc992e77be
parent 40536
c0ea70247280
child 41099
5f8b886eafce
permissions
-rw-r--r--

Some initial cleanups to PidginStatusBox

* Removed the connecting animation
* Removed the typing animation
* Internally track network connectivity status
* Moved object declaration to G_DEFINE_*_TYPE
* Removed the timer that would set a status message after you stop typing.

Testing Done:
Compiled and ran locally.

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

pidgin3_xml = configure_file(
    input : 'pidgin3.xml.in',
    output : 'pidgin3.xml',
    configuration : version_conf,
    install : true,
    install_dir : get_option('datadir') / 'glade/catalogs')

mercurial