Tue, 02 Jan 2024 00:36:32 -0600
Create a full widget for the new instant message window
This now uses AdwMessageDialog and is self contained but PidginApplication
manages a singleton of it.
Previously this used the request api. I'm not sure why, as the request fields
were created by the ui itself.
Testing Done:
Created an im with `Echo` on a `demo` account and was able to send and receive messages.
Reviewed at https://reviews.imfreedom.org/r/2896/
library('unity', 'unity.c', c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'], gnu_symbol_visibility : 'hidden', dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib], name_prefix : '', install : true, install_dir : PIDGIN_PLUGINDIR) settings_schemas = [ 'im.pidgin.Pidgin.plugin.Unity.gschema.xml', ] install_data(settings_schemas, install_dir: schemas_dir) gnome.post_install(glib_compile_schemas: true) # Compile the schemas in the current directory; this is only useful for testing gnome.compile_schemas(depend_files: files(settings_schemas)) devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())