pidgin/plugins/meson.build

Fri, 12 Jan 2024 01:47:00 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 12 Jan 2024 01:47:00 -0600
changeset 42566
ddaa27826ccc
parent 42459
e0a24938f214
permissions
-rw-r--r--

Make PidginInfoPane generic

This removes the conversation property and replaces it with title and subtitle
properties.

It also adds a child property so that user can add custom widgets.

Testing Done:
Opened some conversations and verified everything still worked as expected without any warnings or errors.

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

38471
a7ce1d49ac8c Add Pidgin plugins to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 subdir('disco')
40497
2f45a03838e9 Fix gestures plugin
Elliott S <quantum.analyst@gmail.com>
parents: 40492
diff changeset
2 subdir('gestures')
41665
149e5ba1e807 Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41658
diff changeset
3 subdir('iconaway')
42459
e0a24938f214 Add an XScreenSaver based idle source for the new Idle Manager
Gary Kramlich <grim@reaperworld.com>
parents: 42265
diff changeset
4 subdir('idle-xscreensaver')
41665
149e5ba1e807 Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41658
diff changeset
5 subdir('transparency')
41827
c0c9eeca7d4b Flatten Meson build files
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41665
diff changeset
6 subdir('unity', if_found : UNITY)
39803
b622399050b7 Move xmppconsole into a subdirectory.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39745
diff changeset
7 subdir('xmppconsole')

mercurial