Tue, 20 Feb 2024 01:19:41 -0600
Add a show offline buddies toggle button to the contact list
I debated about making a property for `show-offline` but decided against it as we probably don't need/want another way to customize the filters.
Testing Done:
Clicked the button a few times
Reviewed at https://reviews.imfreedom.org/r/2961/
pidgin_doc_content_files = [ ] if get_option('doc') pidgin_toml = configure_file( input : 'pidgin.toml.in', output : 'pidgin.toml', configuration : version_conf, install : true, install_dir : docs_dir / 'pidgin', ) pidgin_doc = custom_target('pidgin-doc', input : [ pidgin_toml, pidgin_gir[0] ], output : 'pidgin', command : [ gidocgen, 'generate', '--quiet', '--fatal-warnings', '--config=@INPUT0@', '--output-dir=@OUTPUT@', '--no-namespace-dir', '--content-dir=@0@'.format(meson.current_source_dir()), '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/birb/birb'), '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/gplugin/gplugin'), '--add-include-path=@0@'.format(meson.global_build_root() / 'subprojects/gplugin/gplugin-gtk4'), '--add-include-path=@0@'.format(meson.project_build_root() / 'libpurple'), '@INPUT1@' ], depends: [ libpurple_gir[0] ], depend_files : [ pidgin_doc_content_files ], build_by_default : true, install : true, install_dir : docs_dir, ) endif