Mercurial > pidgin.yaz
comparison ChangeLog @ 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 | e252238f99df |
children | 7ba9b56a8796 |
comparison
equal
deleted
inserted
replaced
4358:2b8abf7f9cc1 | 4359:5fb47ec9bfe4 |
---|---|
12 * Added support for automake 1.6. | 12 * Added support for automake 1.6. |
13 * aim:// URI's supported with gaim-remote command. | 13 * aim:// URI's supported with gaim-remote command. |
14 * Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri) | 14 * Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri) |
15 * Added rudimentary support for X11R6 session management. (Thanks, | 15 * Added rudimentary support for X11R6 session management. (Thanks, |
16 Robert McQueen) | 16 Robert McQueen) |
17 * Conversation backend and UI are now separated. (Thanks, | |
18 Christian Hammond) | |
17 | 19 |
18 Plugins: | 20 Plugins: |
19 * Tray icon plugin--replaces the old GNOME applet. You'll need | 21 * Tray icon plugin--replaces the old GNOME applet. You'll need |
20 the panel Notification Area applet (aka system-tray-applet) | 22 the panel Notification Area applet (aka system-tray-applet) |
21 for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert | 23 for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert |
113 format (Thanks, Robert McQueen) | 115 format (Thanks, Robert McQueen) |
114 * GTK2 Goodness: | 116 * GTK2 Goodness: |
115 - Account editor (rewritten by Christian Hammond) | 117 - Account editor (rewritten by Christian Hammond) |
116 - Preferences dialog (rewritten by Sean Egan) | 118 - Preferences dialog (rewritten by Sean Egan) |
117 - SignOn Screen (rewritten by Rob Flynn) | 119 - SignOn Screen (rewritten by Rob Flynn) |
118 - Conversation Window (needs tooltips) | 120 - Conversation Window |
119 - Chat Window (sort of: needs menu bar, tooltips) | 121 - Chat Window (sort of: needs menu bar, tooltips) |
120 - GtkIMHtml (Ari Pollak, Christian Hammond) | 122 - GtkIMHtml (Ari Pollak, Christian Hammond) |
121 - Buddy Icons | 123 - Buddy Icons |
122 - IM Images | 124 - IM Images |
123 - Alert Dialogs | 125 - Alert Dialogs |
135 * Code cleanups and fixes (Thanks, Federico Mena Quintero and | 137 * Code cleanups and fixes (Thanks, Federico Mena Quintero and |
136 Ka-Hing Cheung) | 138 Ka-Hing Cheung) |
137 * Word-wrapping on mail notification text (Thanks, Andrew Molloy) | 139 * Word-wrapping on mail notification text (Thanks, Andrew Molloy) |
138 * Generic File Transfer PRPL interface (Thanks, William T. Mahan) | 140 * Generic File Transfer PRPL interface (Thanks, William T. Mahan) |
139 * Better supression of auto-responses (Thanks, Joshua Blanton) | 141 * Better supression of auto-responses (Thanks, Joshua Blanton) |
142 * Drag-and-drop tabs in conversations, and multiple windows with tabs | |
143 in each (Thanks, Christian Hammond) | |
140 | 144 |
141 version 0.59 (06/24/2002): | 145 version 0.59 (06/24/2002): |
142 * Hungarian translation added (Thanks, Sutto Zoltan) | 146 * Hungarian translation added (Thanks, Sutto Zoltan) |
143 * Swedish translation updated (Thanks, Christian Rose) | 147 * Swedish translation updated (Thanks, Christian Rose) |
144 * Spanish translation updated (Thanks, Alex) | 148 * Spanish translation updated (Thanks, Alex) |