changelog
- Sun, 18 Jul 2004 18:47:20 +0000
- by Ambrose Li <ambrose.li@gmail.com> [Sun, 18 Jul 2004 18:47:20 +0000] rev 9558
- [gaim-migrate @ 10394]
some _() updates from Ambrose C. LI
committer: Luke Schierer <lschiere@pidgin.im>
- Sun, 18 Jul 2004 18:21:26 +0000
- by Sean Egan <seanegan@pidgin.im> [Sun, 18 Jul 2004 18:21:26 +0000] rev 9557
- [gaim-migrate @ 10393]
And one that is less likely to crash.
- Sun, 18 Jul 2004 18:20:04 +0000
- by Sean Egan <seanegan@pidgin.im> [Sun, 18 Jul 2004 18:20:04 +0000] rev 9556
- [gaim-migrate @ 10392]
DND bug fix.
- Sun, 18 Jul 2004 14:57:55 +0000
- by Sean Egan <seanegan@pidgin.im> [Sun, 18 Jul 2004 14:57:55 +0000] rev 9555
- [gaim-migrate @ 10391]
Buddy icon scaling changes.
- Sat, 17 Jul 2004 18:11:12 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Sat, 17 Jul 2004 18:11:12 +0000] rev 9554
- [gaim-migrate @ 10387]
" This patch adds chat user status icons (voice / halfop
/ op / founder) to chats
There's a screenshot here, showing ops, voices and
ignored ops and voices
http://nosnilmot.com/gaim/chatusers.png
This required some changes in how the core stores the
list of users in chats to be able to store the status
too, which are detailed below.
I also fixed up some memory leaks as I came across them
(string values returned by gtk_tree_model_get() not
being g_free()'d) and a minor bug in signals-test.c
Conversation API:
Changed:
gaim_conv_chat_add_user() (added flags parameter)
gaim_conv_chat_add_users() now (added GList of flags
parameter)
gaim_conv_chat_get_users() now returns a GList of
GaimChatBuddy's
gaim_conv_chat_set_users() now expects a GList of
GaimChatBuddy's
Added:
gaim_conv_chat_set_user_flags()
gaim_conv_chat_get_user_flags()
gaim_conv_chat_find_user()
gaim_conv_chat_cb_new()
gaim_conv_chat_cb_find()
gaim_conv_chat_cb_destroy()
gaim_conv_chat_cb_get_name()
Conversation UI ops:
added: chat_update_user()
Signals:
Changed: chat-buddy-joining & chat-buddy-joined now
include the user's flags
Added: chat-buddy-flags for when user's flags change
Added:
gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT
(required for the new chat-buddy-flags signal)
Protocol Plugins:
All updated to work with above changes (obviously)
User flags support added to IRC, Jabber and SILC
New Files:
pixmaps/status/default/ voice.svg halfop.svg op.svg
founder.svg
" --Stu Tomlinson
committer: Luke Schierer <lschiere@pidgin.im>
- Sat, 17 Jul 2004 17:08:24 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Sat, 17 Jul 2004 17:08:24 +0000] rev 9553
- [gaim-migrate @ 10386]
(13:06:08) nosnilmot: Paco-Paco / LSchiere: this cures the flooding on
signon for me
committer: Luke Schierer <lschiere@pidgin.im>
- Fri, 16 Jul 2004 16:45:32 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Fri, 16 Jul 2004 16:45:32 +0000] rev 9552
- [gaim-migrate @ 10381]
nosnilmot says this should have gone in before string freeze
committer: Luke Schierer <lschiere@pidgin.im>
- Fri, 16 Jul 2004 14:58:15 +0000
- by Luke Schierer <lschiere@pidgin.im> [Fri, 16 Jul 2004 14:58:15 +0000] rev 9551
- [gaim-migrate @ 10380]
forgot this again
- Fri, 16 Jul 2004 14:56:47 +0000
- by Casey Ho <caseyho@pidgin.im> [Fri, 16 Jul 2004 14:56:47 +0000] rev 9550
- [gaim-migrate @ 10379]
" When unqueuing messages and "sounds while away" is set,
Gaim will play a message receieved for every message
unqueued. If there are a large number of messages, my
SB Audigy tries playing them all and ends up creating a
crackly ugly sound. Friends of mine have complained
about this as well.
This patch fixes that by making sure sounds are
disabled when unqueuing messages. Sounds will be
re-enabled afterwards if necessary.
Something to note is that playing the sounds when
unqueuing messages crashes Gaim on occasion, with about
50% success. After applying this patch, the crashes
stopped. The backtrace isn't particularly
helpful...it's all question marks and valgrind doesn't
say much either. Crash or no crash though, this
eliminates annoying behavior so that is probably more
important.
I originally fixed this for my plugin AutoProfile, but
since they use similar code for queuing messages, it
would be nice if Gaim has it as well :)" --Casey Ho
committer: Luke Schierer <lschiere@pidgin.im>
- Fri, 16 Jul 2004 14:52:52 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Fri, 16 Jul 2004 14:52:52 +0000] rev 9549
- [gaim-migrate @ 10378]
(10:52:04) nosnilmot: LSchiere:
http://nosnilmot.com/patches/gaim-0.81cvs-autorecon-whitespace-and-commentfix.patch
(10:52:17) LSchiere: lol, okay. i was just starting on that
committer: Luke Schierer <lschiere@pidgin.im>