pidgin/glade/meson.build

Mon, 29 Aug 2022 22:06:07 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Mon, 29 Aug 2022 22:06:07 -0500
changeset 41623
78cf94d0f8c8
parent 41099
5f8b886eafce
permissions
-rw-r--r--

Move network preferences to Adwaita preference widgets

This does make the TURN server settings longer vertically, but that seems more consistent with everything.

Also fix the `leave` event on the TURN server setting.

Testing Done:
Toggled all the options and checked that stuff happened in the Debug Window.

Also, I'm not sure why the `GtkSpinButton` and `GtkEntry` expand to different sizes; they both have `hexpand=1`, and the spin button is next to text that's _shorter_ than the entry, but somehow ends up farther right. Seems like a bug in GTK.

PS, be careful of this page; it tries to get your public IP address and displays it when it succeeds.

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

39722
634c34c1abb4 A simple glade catalog with all (?) of our existing widgets.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 pidgin3_xml = configure_file(
634c34c1abb4 A simple glade catalog with all (?) of our existing widgets.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
2 input : 'pidgin3.xml.in',
634c34c1abb4 A simple glade catalog with all (?) of our existing widgets.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3 output : 'pidgin3.xml',
634c34c1abb4 A simple glade catalog with all (?) of our existing widgets.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
4 configuration : version_conf,
634c34c1abb4 A simple glade catalog with all (?) of our existing widgets.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5 install : true,
40536
c0ea70247280 Switch join_paths and + to /.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 39722
diff changeset
6 install_dir : get_option('datadir') / 'glade/catalogs')
41099
5f8b886eafce Add GLADE_CATALOG_SEARCH_PATH to the devenv
Gary Kramlich <grim@reaperworld.com>
parents: 40536
diff changeset
7
5f8b886eafce Add GLADE_CATALOG_SEARCH_PATH to the devenv
Gary Kramlich <grim@reaperworld.com>
parents: 40536
diff changeset
8 devenv.append('GLADE_CATALOG_SEARCH_PATH', meson.current_build_dir())
5f8b886eafce Add GLADE_CATALOG_SEARCH_PATH to the devenv
Gary Kramlich <grim@reaperworld.com>
parents: 40536
diff changeset
9

mercurial