pidgin/plugins/meson.build

Tue, 02 Jan 2024 00:36:32 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 02 Jan 2024 00:36:32 -0600
changeset 42562
f02878f30f91
parent 42459
e0a24938f214
permissions
-rw-r--r--

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/

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