Mercurial > pidgin.yaz
annotate .mtn-ignore @ 29818:2c95b7c57ebb
Fix up the X-Status code in many ways:
* Clean up the descriptions to be consistently of the form, "I am _____."
* Properly mark the descriptions for translation.
* Utilize the files from small smiley theme as much as possible. Through
a Makefile rule, they will be copied from emotes/small/16/ to
emblems/16 at build time and then installed as usual. This is slightly
hackish, but ensures that our icons are consistent and saves manual
copying work and duplication of source files in the repository.
+ As part of this, mobile.png was moved to emotes/small/16, as it is
needed in both places.
* Call these things "Custom Status Icon"s (adding "Status") in the UI.
* Add icqmood0 = shopping, based on testing with ICQ6. Thanks John!!!
* Change the xstatus_crap icon to xstatus_typing to match ICQ 6. The other
typing icon was left alone, except that the name was set to NULL so we
wouldn't get duplicates in the list.
* Change the xstatus_iron (Pro7 TV icon) to xstatus_suit, using the 'person
wearing a suit' icon from N3fr0n to match ICQ6. I named this icon,
somewhat arbitrarily, "At the office".
* The PDA icon is now the same as the hiptop, but hopefully that won't cause
any confusion. Also, the custom icon is now higher priority than the
hiptop icon.
* The music icon is the ("tune") emblem, not the emoticon. This seems more
consistent, given that we're talking about buddy list emblems.
* The "Googling" icon has been renamed to "Searching the web" to avoid the
trademark.
* The "zzz" icon is now an icon for smoking, which seems to fit with the
official client's icon as posted in #4508. Other clients may show a
marijuana leaf. Oh well.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 16 Nov 2008 08:39:34 +0000 |
parents | 42fe79ca351d |
children | 5f8fc6e7466a |
rev | line source |
---|---|
17557
4c454d1a6f85
Set up .mtnignore to ignore the svn directories.
Andreas Monitzer <pidgin@monitzer.com>
parents:
17476
diff
changeset
|
1 (.*/)?\.svn |
15395
0453c85a1c51
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15379
diff
changeset
|
2 .*/?Makefile(\.in)?$ |
22589
8b952cb84f45
Ugly hackery to support INSTALL_PIXMAPS for the win32 build.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21807
diff
changeset
|
3 .*/?Makefile\.am\.mingw$ |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
4 (.*/)?TAGS$ |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
5 .*/?.*\.pc$ |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
6 .*/perl/common/[^/]+\.c$ |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
7 .*/perl/common/blib.* |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
8 .*/perl/common/pm_to_blib$ |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
9 .*\.bs$ |
17414
ecf5bf6daa78
Create .def files for easy msvc import library creation.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16602
diff
changeset
|
10 .*\.def$ |
15395
0453c85a1c51
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15379
diff
changeset
|
11 .*\.dll$ |
0453c85a1c51
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15379
diff
changeset
|
12 .*\.exe$ |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
13 intltool-.* |
18459
042b64016a57
Patch from Jason Conti to enable `make -f Makefile.mingw docs` on the windows build. Fixes #1801.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
17476
diff
changeset
|
14 Doxyfile(\.mingw)?$ |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
15 aclocal.m4 |
24287 | 16 autogen.args |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
17 compile |
17475
17c45200927a
Add config.cache to .mtn-ignore.
Richard Laager <rlaager@wiktel.com>
parents:
17414
diff
changeset
|
18 config.cache |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
19 config.guess |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
20 config.h$ |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
21 config.h.in |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
22 config.log |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
23 config.status |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
24 config.sub |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
25 configure$ |
20327
01043a291e3b
applied changes from 2495a1b6a3619d8188151eaf2822ce2ecd435dbf
Luke Schierer <lschiere@pidgin.im>
parents:
19694
diff
changeset
|
26 finch/finch$ |
15837
5ee868aceb6d
.mtn-ignore updates
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15457
diff
changeset
|
27 finch/libgnt/gntmarshal.c |
5ee868aceb6d
.mtn-ignore updates
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15457
diff
changeset
|
28 finch/libgnt/gntmarshal.h |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
29 depcomp |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
30 doc/finch.1$ |
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
31 doc/pidgin.1$ |
16048
55a80bb5ed51
Update doxygen to generate stuff that works in Trac
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15837
diff
changeset
|
32 doc/html |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
33 pidgin.apspec$ |
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
34 pidgin.desktop$ |
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
35 pidgin.spec$ |
16085
83a17c27b900
Updates to .mtn-ignore
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16048
diff
changeset
|
36 pidgin-.*.tar.gz |
16110 | 37 pidgin-.*.tar.bz2 |
21807
f890c02eee13
Ignore stripped win32 bin directory.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21789
diff
changeset
|
38 pidgin-*.*.*-win32bin$ |
17414
ecf5bf6daa78
Create .def files for easy msvc import library creation.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16602
diff
changeset
|
39 pidgin/pidgin$ |
29818
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
40 pidgin/pixmaps/emblems/16/angry.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
41 pidgin/pixmaps/emblems/16/beer.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
42 pidgin/pixmaps/emblems/16/busy.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
43 pidgin/pixmaps/emblems/16/camera.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
44 pidgin/pixmaps/emblems/16/cigarette.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
45 pidgin/pixmaps/emblems/16/coffee.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
46 pidgin/pixmaps/emblems/16/console.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
47 pidgin/pixmaps/emblems/16/love.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
48 pidgin/pixmaps/emblems/16/meeting.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
49 pidgin/pixmaps/emblems/16/mobile.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
50 pidgin/pixmaps/emblems/16/musical-note.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
51 pidgin/pixmaps/emblems/16/party.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
52 pidgin/pixmaps/emblems/16/phone.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
53 pidgin/pixmaps/emblems/16/plate.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
54 pidgin/pixmaps/emblems/16/question.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
55 pidgin/pixmaps/emblems/16/search.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
56 pidgin/pixmaps/emblems/16/sick.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
57 pidgin/pixmaps/emblems/16/sleepy.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
58 pidgin/pixmaps/emblems/16/smile-big.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
59 pidgin/pixmaps/emblems/16/thinking.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
60 pidgin/pixmaps/emblems/16/tv.png |
2c95b7c57ebb
Fix up the X-Status code in many ways:
Richard Laager <rlaager@wiktel.com>
parents:
24404
diff
changeset
|
61 pidgin/pixmaps/emblems/16/yawn.png |
19502
c6af18ea22a9
Update .mtn-ignore for emotes size change.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
18459
diff
changeset
|
62 pidgin/pixmaps/emotes/default/24/theme |
17476
92821180bded
A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents:
17475
diff
changeset
|
63 pidgin/pixmaps/emotes/none/theme |
24404
42fe79ca351d
Make the small smiley theme actually work.
Richard Laager <rlaager@wiktel.com>
parents:
24307
diff
changeset
|
64 pidgin/pixmaps/emotes/small/16/theme |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
65 pidgin/plugins/musicmessaging/music-messaging-bindings.c |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
66 pidgin/plugins/perl/common/Makefile.PL$ |
24307
500591c03a88
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
Richard Laager <rlaager@wiktel.com>
parents:
24287
diff
changeset
|
67 pidgin/plugins/perl/common/Makefile.old |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
68 pidgin/win32/pidgin_dll_rc.rc$ |
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
69 pidgin/win32/pidgin_exe_rc.rc$ |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
70 install-sh |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
71 libpurple/dbus-bindings.c |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
72 libpurple/dbus-types.c |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
73 libpurple/dbus-types.h |
16085
83a17c27b900
Updates to .mtn-ignore
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16048
diff
changeset
|
74 libpurple/example/nullclient |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
75 libpurple/gconf/purple.schemas$ |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
76 libpurple/plugins/dbus-example-bindings.c |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
77 libpurple/plugins/perl/common/Makefile.PL$ |
24307
500591c03a88
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
Richard Laager <rlaager@wiktel.com>
parents:
24287
diff
changeset
|
78 libpurple/plugins/perl/common/Makefile.old |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
79 libpurple/plugins/perl/common/const-c.inc |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
80 libpurple/plugins/perl/common/const-xs.inc |
15395
0453c85a1c51
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15379
diff
changeset
|
81 libpurple/plugins/perl/common/lib |
21789
cbf778310bdd
Ignore the generated purple.h
Stu Tomlinson <stu@nosnilmot.com>
parents:
20327
diff
changeset
|
82 libpurple/purple.h$ |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
83 libpurple/purple-client-bindings.c |
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
84 libpurple/purple-client-bindings.h |
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
85 libpurple/purple-client-example |
16206
93f1801d4cc6
Update .mtn-ignore to properly deal with things produced by make check
Richard Laager <rlaager@wiktel.com>
parents:
16139
diff
changeset
|
86 libpurple/tests/check_libpurple |
24013
216f8eb9d82d
Add libpurple/tests/libpurple.. to the list of files to ignore. I don't
Richard Laager <rlaager@wiktel.com>
parents:
22589
diff
changeset
|
87 libpurple/tests/libpurple.. |
17414
ecf5bf6daa78
Create .def files for easy msvc import library creation.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16602
diff
changeset
|
88 libpurple/version.h$ |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
89 libpurple/win32/libpurplerc.rc$ |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
90 libtool |
15457
f217a2d656c8
Add support for win32 makefile variable overriding using a "local.mak" file in the build root directory. This makes maintaining a custom build environment or cross-compiling easier.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15396
diff
changeset
|
91 local.mak |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
92 ltmain.sh |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
93 missing |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
94 mkinstalldirs |
15396 | 95 po/Makefile.in.in |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
96 po/POTFILES$ |
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
97 po/missing |
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
98 po/notexist |
16206
93f1801d4cc6
Update .mtn-ignore to properly deal with things produced by make check
Richard Laager <rlaager@wiktel.com>
parents:
16139
diff
changeset
|
99 po/pidgin.pot |
15379
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
100 po/stamp-it |
b2a8c5eca30a
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
101 stamp-h1 |
15395
0453c85a1c51
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15379
diff
changeset
|
102 win32-install-dir(\.release)? |
16139
caab13aa0b5c
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents:
16110
diff
changeset
|
103 VERSION$ |