annotate src/Makefile.am @ 4359:5fb47ec9bfe4

[gaim-migrate @ 4625] Wow, okay, where to begin with this one ;) I rewrote the whole conversation backend. It is now core/UI split. Here's how it works.. Every conversation is represented by a gaim_conversation structure. This branches out into gaim_im and gaim_chat structures. Every conversation lives in (well, normally, but it doesn't have to) a gaim_window structure. This is a _CORE_ representation of a window. There can be multiple gaim_window structures around. The gaim_window and gaim_conversation structures have UI-specific operation structures associated with them. At the moment, the only UI is GTK+, and this will be for some time. Don't start thinking you can write a QT UI now. It's just not going to happen. Everything that is done on a conversation is done through the core API. This API does core processing and then calls the UI operations for the rendering and anything else. Now, what does this give the user? - Multiple windows. - Multiple tabs per window. - Draggable tabs. - Send As menu is moved to the menubar. - Menubar for chats. - Some very cool stuff in the future, like replacing, say, IRC chat windows with an X-Chat interface, or whatever. - Later on, customizable window/conversation positioning. For developers: - Fully documented API - Core/UI split - Variable checking and mostly sane handling of incorrect variables. - Logical structure to conversations, both core and UI. - Some very cool stuff in the future, like replacing, say, IRC chat windows with an X-Chat interface, or whatever. - Later on, customizable window/conversation positioning. - Oh yeah, and the beginning of a stock icon system. Now, there are things that aren't there yet. You will see tabs even if you have them turned off. This will be fixed in time. Also, the preferences will change to work with the new structure. I'm starting school in 2 days, so it may not be done immediately, but hopefully in the next week. Enjoy! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 20 Jan 2003 09:10:23 +0000
parents 74f65a3d2a1f
children c0bb8c760416
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
1 EXTRA_DIST = \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
2 getopt.c \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
3 getopt.h \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
4 getopt1.c
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
5
2086
424a40f12a6c [gaim-migrate @ 2096]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1901
diff changeset
6 SUBDIRS = protocols
424a40f12a6c [gaim-migrate @ 2096]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1901
diff changeset
7
3478
3da42b64304e [gaim-migrate @ 3532]
Sean Egan <seanegan@gmail.com>
parents: 3442
diff changeset
8 bin_PROGRAMS = gaim gaim-remote
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
9 gaim_SOURCES = about.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
10 aim.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
11 away.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
12 browser.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
13 buddy.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
14 buddy_chat.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
15 conversation.c \
4359
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
16 conversation.h \
2416
61b816a7b467 [gaim-migrate @ 2429]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2393
diff changeset
17 core.c \
4205
e4a4b99f4294 [gaim-migrate @ 4441]
Christian Hammond <chipx86@chipx86.com>
parents: 4202
diff changeset
18 core.h \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
19 dialogs.c \
4359
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
20 dnd-hints.c \
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
21 dnd-hints.h \
3609
4faf84dfdda2 [gaim-migrate @ 3722]
Rob Flynn <gaim@robflynn.com>
parents: 3552
diff changeset
22 ft.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
23 gaim.h \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
24 gaim-socket.h \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
25 gaimrc.c \
4359
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
26 gtkconv.c \
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
27 gtkconv.h \
1428
00b3d02a2168 [gaim-migrate @ 1438]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1350
diff changeset
28 gtkimhtml.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
29 gtkimhtml.h \
4359
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
30 gtkutils.c \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
31 html.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
32 idle.c \
2382
569ae9f2bb89 [gaim-migrate @ 2395]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2373
diff changeset
33 list.c \
4184
af2eeb7f7cf8 [gaim-migrate @ 4415]
Christian Hammond <chipx86@chipx86.com>
parents: 4157
diff changeset
34 log.c \
2849
4eb0490f5ff3 [gaim-migrate @ 2862]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2425
diff changeset
35 md5.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
36 md5.h \
2393
a7ecfd3f7714 [gaim-migrate @ 2406]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2382
diff changeset
37 module.c \
960
fa681641643d [gaim-migrate @ 970]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 817
diff changeset
38 multi.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
39 multi.h \
560
cf3da01f451c [gaim-migrate @ 570]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 559
diff changeset
40 perl.c \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
41 prefs.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
42 proxy.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
43 proxy.h \
981
7e231bc0018a [gaim-migrate @ 991]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 960
diff changeset
44 prpl.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
45 prpl.h \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
46 server.c \
4157
9c31ddae80a1 [gaim-migrate @ 4385]
Rob Flynn <gaim@robflynn.com>
parents: 3802
diff changeset
47 session.c \
3478
3da42b64304e [gaim-migrate @ 3532]
Sean Egan <seanegan@gmail.com>
parents: 3442
diff changeset
48 socket.c \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
49 sound.c \
4359
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
50 stock.c \
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
51 stock.h \
4263
74f65a3d2a1f [gaim-migrate @ 4514]
Sean Egan <seanegan@gmail.com>
parents: 4205
diff changeset
52 themes.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
53 util.c \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
54 ui.h
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
55
2097
d933b30d67b0 [gaim-migrate @ 2107]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2086
diff changeset
56 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
1658
ea5b31cdd438 [gaim-migrate @ 1668]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1523
diff changeset
57 gaim_LDFLAGS = -export-dynamic
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
58 gaim_LDADD = \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
59 $(GTK_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
60 $(SOUND_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
61 $(STATIC_LINK_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
62 $(PERL_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
63 $(XSS_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
64 $(SM_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
65 $(INTLLIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
66 $(GTKSPELL_LIBS)
357
e396f6c4a342 [gaim-migrate @ 367]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 349
diff changeset
67
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
68 gaim_remote_SOURCES = gaim-remote.c socket.c
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
69 gaim_remote_LDADD = $(GLIB_LIBS)
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
70
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
71 AM_CPPFLAGS = \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
72 $(PERL_CFLAGS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
73 $(GTKSPELL_CFLAGS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
74 -DLOCALEDIR=\"$(datadir)/locale\" \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
75 -DLIBDIR=\"$(libdir)/gaim/\" \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
76 -DDATADIR=\"$(datadir)\" \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
77 $(DEBUG_CFLAGS)