annotate pidgin/pixmaps/status/16/Makefile.am @ 15974:1a12ce76c4f4

The network module now registers the signal 'network-configuration-changed' and emits it when a network change is detected via libnm or the win32 network monitor. The UI could also emit this signal if it knows something network.c doesn't. UPnP and NAT-PMP respond to the signal by clearing their IP address caches; changing networks without quitting/relaunching will now lead to the new IP address being (lazily) determined. This commit also enables nat-pmp and adds nat-pmp.[h|c] to the build process; please let me know if there are any problems building, as I only have OS X test machines.
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 31 Mar 2007 20:33:54 +0000
parents 759f4c6262c6
children fde43bac6f23
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15721
759f4c6262c6 make rtl icons work: http://gaim.sf.net/sean/rtl.png
Sean Egan <seanegan@gmail.com>
parents: 15699
diff changeset
1 SUBDIRS = rtl scalable
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
3 EXTRA_DIST = available.png \
15493
fd4afe8bb584 Faded idle status icons
Sean Egan <seanegan@gmail.com>
parents: 15455
diff changeset
4 available_i.png \
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
5 away.png \
15493
fd4afe8bb584 Faded idle status icons
Sean Egan <seanegan@gmail.com>
parents: 15455
diff changeset
6 away_i.png \
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
7 busy.png \
15493
fd4afe8bb584 Faded idle status icons
Sean Egan <seanegan@gmail.com>
parents: 15455
diff changeset
8 busy_i.png \
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
9 chat.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
10 extended-away.png \
15493
fd4afe8bb584 Faded idle status icons
Sean Egan <seanegan@gmail.com>
parents: 15455
diff changeset
11 extended-away_i.png \
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
12 log-in.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
13 log-out.png \
15497
74efe677c8a5 Restore 'hidden convo' status icon in blist. Additionally, make the name text bold when you have a hidden convo
Sean Egan <seanegan@gmail.com>
parents: 15493
diff changeset
14 message-pending.png \
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
15 offline.png \
15699
1229a0cd9126 docklet pending status
Sean Egan <seanegan@gmail.com>
parents: 15672
diff changeset
16 person.png
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
17
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
18 pidginstatuspixdir = $(datadir)/pixmaps/pidgin/status/16
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
19
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
20 pidginstatuspix_DATA = $(EXTRA_DIST)
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
21