You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(435) |
Dec
(252) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(177) |
Feb
(157) |
Mar
(187) |
Apr
(168) |
May
(127) |
Jun
(291) |
Jul
(38) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: SourceForge.net <no...@so...> - 2004-11-19 20:49:50
|
Patches item #665986, was opened at 2003-01-10 16:47 Message generated for change (Settings changed) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=665986&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nicolás Lichtmaier (niqueco) >Assigned to: Sean Egan (seanegan) Summary: log.c cleanups Initial Comment: Some cleanups. Less system calls. It was trying to fopen a directory (!!!!) and other weird stuff. I replaced the use of stat (which is expensive) with fstat (which is almost free). ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 13:15 Message: Logged In: YES user_id=60347 Is this patch irrelevant? ---------------------------------------------------------------------- Comment By: Daniel Roberts (zuperdee) Date: 2003-10-31 17:21 Message: Logged In: YES user_id=347499 Actually, as I understand it, SeanEgan is doing a complete rewrite of the logging code, so this patch may now be completely irrelevant. ---------------------------------------------------------------------- Comment By: The Beast With Eyes (beastwitheyes) Date: 2003-06-02 20:07 Message: Logged In: YES user_id=781114 was this patch acknowledged by somebody Nicolás? If it hasn't been rejected, it might be good to include it before log.c changes, and the cleanups will have to be done all over again, instead of being something to keep in mind when comparing to other code after merge and writing new code. ---------------------------------------------------------------------- Comment By: Nicolás Lichtmaier (niqueco) Date: 2003-01-10 16:53 Message: Logged In: YES user_id=419100 Besides, it has more error checking/reporting, and I've removed 8kb of useless malloc and free per each logged message. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=665986&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 20:45:03
|
Patches item #1067060, was opened at 2004-11-15 19:03 Message generated for change (Settings changed) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1067060&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jeff Mahoney (jdmahoney) >Assigned to: Ethan Blanton (eblanton) Summary: gaim.spec fixes for x86_64 on SUSE 9.2 Initial Comment: The spec file isn't quite correct for 64 bit systems. There are a few places where the assumption that libraries are under /usr/lib when that assumption is invalid on 64-bit systems. The attached fix worked for me. Might someone with an x86_64 system running some other RPM-based distribution verify that it works for them? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1067060&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 20:43:54
|
Patches item #631820, was opened at 2002-10-31 19:34 Message generated for change (Settings changed) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=631820&group_id=235 Category: Plugins Group: None >Status: Pending >Resolution: Out of Date Priority: 5 Submitted By: Paul Miller (pmiller9) >Assigned to: Sean Egan (seanegan) Summary: auto reconnect - remember idle & away Initial Comment: Allow auto reconnect to remember the user's idle time and away message (and "state") when he/she is disconnected. Upon reconnection, these values are set accordingly. changes: src/idle.c: split a new function get_idle_time() from check_idle() to allow anyone to correctly calculate the idle time (since there are different methods depending how gaim was compiled). plugins/autoreconn.c: changed hash table to store a structure of the current user states. It uses event_away to set the away message and state to allow full compatibility with all protocols (rather than using a custom away message). Other changes too. cvs patch as of 10/31/02. -Paul ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 14:54 Message: Logged In: YES user_id=60347 This functionality should be included in CVS HEAD. Could you update the patch for CVS oldstatus or CVS HEAD or just close the patch? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-23 11:46 Message: Logged In: NO has anyone tried to get these changes added to the gaim source tree? if not, how can i compile and install this for gaim 0.73 from a binary install? does anyone have a binary of the updated plugin? thanks greg_langley at mailpanda dot com ---------------------------------------------------------------------- Comment By: Brittany Dunlap (sillygirly) Date: 2003-09-30 12:50 Message: Logged In: YES user_id=877534 how does one install this? ---------------------------------------------------------------------- Comment By: Paul Miller (pmiller9) Date: 2002-11-01 15:18 Message: Logged In: YES user_id=509952 posted ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2002-11-01 08:09 Message: Logged In: YES user_id=28833 can you change string constants to be in _("string") format so that translations find them? thanks. ---------------------------------------------------------------------- Comment By: Paul Miller (pmiller9) Date: 2002-10-31 19:35 Message: Logged In: YES user_id=509952 oops, for got to attach the file! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=631820&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 20:43:21
|
Patches item #690943, was opened at 2003-02-21 17:42 Message generated for change (Settings changed) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=690943&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Danny Colascione (quotemstr) >Assigned to: Sean Egan (seanegan) Summary: Bugfix: Tab refresh Initial Comment: In some circumstances, GTK wasn't redrawing tabs upon a drag-and-drop. To replicate: Make a tabbed conversation window with two conversations. Drag one of the conversations out, and then drag it back in. The conversation tab will appear as empty grey (except for the text boxes) until something happens to refresh them. ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 14:42 Message: Logged In: YES user_id=60347 I can't replicate it under Linux XFree86-4.3.0 GTK+-2.4.13 ---------------------------------------------------------------------- Comment By: Danny Colascione (quotemstr) Date: 2003-02-21 20:06 Message: Logged In: YES user_id=41328 SF didn't finished uploading it the first time, it seems. ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2003-02-21 20:03 Message: Logged In: YES user_id=28833 no patch attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=690943&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 20:41:58
|
Patches item #704403, was opened at 2003-03-16 02:24 Message generated for change (Comment added) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=704403&group_id=235 Category: newfeature Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ben Wolfson (rumjuggler) >Assigned to: Sean Egan (seanegan) Summary: OPT_IM_ONE_WINDOW implementation Initial Comment: with the gaim CVS as of last night (20030313) the option OPT_IM_ONE_WINDOW doesn't do anything, because the function im_tabize() (which is in an #if 0 block in prefs.c) is unwritten. This patch provides an implementation of that function (placed in gtkconv.c, because that seemed like an ok place for it--maybe conversations.c is better?) and causes new conversations to be created in their own windows when this option is not set. NB the patch as it stands does not pay attention to the option governing whether or not to put chats and ims in the same window; this is pretty trivial and I'm just submitting the patch as-is to see what the response is. I can add it in pretty easily. ---------------------------------------------------------------------- >Comment By: Luke Schierer (lschiere) Date: 2004-11-19 15:41 Message: Logged In: YES user_id=28833 eperez, if you'd read his comments scattered all over the bugs, plugins, rfe, and patch tracker, all of them 2 or 3 words at most, you would consider it "spam" and not "a review" as well. ---------------------------------------------------------------------- Comment By: Ben Wolfson (rumjuggler) Date: 2004-11-19 14:10 Message: Logged In: YES user_id=121541 I've been using versions of gaim that don't require it, but I think gentoo applies some patches that might address it. The patch is nearly two years old now anyway so if it is still necessary I'm sure it's way out of date. I'll grab source from CVS this weekend and see if it is, and update it if so (or do what lschiere said if I can--I haven't looked at C basically since submitting this patch and never knew any real GUI stuff.) ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 13:32 Message: Logged In: YES user_id=60347 rumjuggler: What's the status of this patch? Is still needed? Will you update it? lschiere: Why the chomo review is spam? ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2004-01-27 12:36 Message: Logged In: YES user_id=28833 chomo: please stop spamming the trackers. rumjuggler: i have not looked at this patch yet, but what i am looking for is code to gray out the conversation placement option when that is selected and to force its value to "last window" (or some new value, but last window should work equivalently) when that is selected. this should have the side effect of making that function you implemented unneeded. ---------------------------------------------------------------------- Comment By: alan johnson (chomo) Date: 2004-01-26 15:35 Message: Logged In: YES user_id=943591 looks ok ---------------------------------------------------------------------- Comment By: Ben Wolfson (rumjuggler) Date: 2003-03-16 03:00 Message: Logged In: YES user_id=121541 The patch as submitted has a bug. This should work better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=704403&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 19:54:30
|
Patches item #631820, was opened at 2002-11-01 00:34 Message generated for change (Comment added) made by eperez You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=631820&group_id=235 Category: Plugins Group: None Status: Open Resolution: None Priority: 5 Submitted By: Paul Miller (pmiller9) Assigned to: Nobody/Anonymous (nobody) Summary: auto reconnect - remember idle & away Initial Comment: Allow auto reconnect to remember the user's idle time and away message (and "state") when he/she is disconnected. Upon reconnection, these values are set accordingly. changes: src/idle.c: split a new function get_idle_time() from check_idle() to allow anyone to correctly calculate the idle time (since there are different methods depending how gaim was compiled). plugins/autoreconn.c: changed hash table to store a structure of the current user states. It uses event_away to set the away message and state to allow full compatibility with all protocols (rather than using a custom away message). Other changes too. cvs patch as of 10/31/02. -Paul ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 19:54 Message: Logged In: YES user_id=60347 This functionality should be included in CVS HEAD. Could you update the patch for CVS oldstatus or CVS HEAD or just close the patch? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-23 16:46 Message: Logged In: NO has anyone tried to get these changes added to the gaim source tree? if not, how can i compile and install this for gaim 0.73 from a binary install? does anyone have a binary of the updated plugin? thanks greg_langley at mailpanda dot com ---------------------------------------------------------------------- Comment By: Brittany Dunlap (sillygirly) Date: 2003-09-30 16:50 Message: Logged In: YES user_id=877534 how does one install this? ---------------------------------------------------------------------- Comment By: Paul Miller (pmiller9) Date: 2002-11-01 20:18 Message: Logged In: YES user_id=509952 posted ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2002-11-01 13:09 Message: Logged In: YES user_id=28833 can you change string constants to be in _("string") format so that translations find them? thanks. ---------------------------------------------------------------------- Comment By: Paul Miller (pmiller9) Date: 2002-11-01 00:35 Message: Logged In: YES user_id=509952 oops, for got to attach the file! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=631820&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 19:42:02
|
Patches item #690943, was opened at 2003-02-21 22:42 Message generated for change (Comment added) made by eperez You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=690943&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Danny Colascione (quotemstr) Assigned to: Nobody/Anonymous (nobody) Summary: Bugfix: Tab refresh Initial Comment: In some circumstances, GTK wasn't redrawing tabs upon a drag-and-drop. To replicate: Make a tabbed conversation window with two conversations. Drag one of the conversations out, and then drag it back in. The conversation tab will appear as empty grey (except for the text boxes) until something happens to refresh them. ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 19:42 Message: Logged In: YES user_id=60347 I can't replicate it under Linux XFree86-4.3.0 GTK+-2.4.13 ---------------------------------------------------------------------- Comment By: Danny Colascione (quotemstr) Date: 2003-02-22 01:06 Message: Logged In: YES user_id=41328 SF didn't finished uploading it the first time, it seems. ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2003-02-22 01:03 Message: Logged In: YES user_id=28833 no patch attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=690943&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 19:10:48
|
Patches item #704403, was opened at 2003-03-16 01:24 Message generated for change (Comment added) made by rumjuggler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=704403&group_id=235 Category: newfeature Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ben Wolfson (rumjuggler) Assigned to: Nobody/Anonymous (nobody) Summary: OPT_IM_ONE_WINDOW implementation Initial Comment: with the gaim CVS as of last night (20030313) the option OPT_IM_ONE_WINDOW doesn't do anything, because the function im_tabize() (which is in an #if 0 block in prefs.c) is unwritten. This patch provides an implementation of that function (placed in gtkconv.c, because that seemed like an ok place for it--maybe conversations.c is better?) and causes new conversations to be created in their own windows when this option is not set. NB the patch as it stands does not pay attention to the option governing whether or not to put chats and ims in the same window; this is pretty trivial and I'm just submitting the patch as-is to see what the response is. I can add it in pretty easily. ---------------------------------------------------------------------- >Comment By: Ben Wolfson (rumjuggler) Date: 2004-11-19 13:10 Message: Logged In: YES user_id=121541 I've been using versions of gaim that don't require it, but I think gentoo applies some patches that might address it. The patch is nearly two years old now anyway so if it is still necessary I'm sure it's way out of date. I'll grab source from CVS this weekend and see if it is, and update it if so (or do what lschiere said if I can--I haven't looked at C basically since submitting this patch and never knew any real GUI stuff.) ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 12:32 Message: Logged In: YES user_id=60347 rumjuggler: What's the status of this patch? Is still needed? Will you update it? lschiere: Why the chomo review is spam? ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2004-01-27 11:36 Message: Logged In: YES user_id=28833 chomo: please stop spamming the trackers. rumjuggler: i have not looked at this patch yet, but what i am looking for is code to gray out the conversation placement option when that is selected and to force its value to "last window" (or some new value, but last window should work equivalently) when that is selected. this should have the side effect of making that function you implemented unneeded. ---------------------------------------------------------------------- Comment By: alan johnson (chomo) Date: 2004-01-26 14:35 Message: Logged In: YES user_id=943591 looks ok ---------------------------------------------------------------------- Comment By: Ben Wolfson (rumjuggler) Date: 2003-03-16 02:00 Message: Logged In: YES user_id=121541 The patch as submitted has a bug. This should work better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=704403&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 18:51:42
|
Patches item #635753, was opened at 2002-11-08 18:23 Message generated for change (Settings changed) made by deryni9 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=635753&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Etan Reisner (deryni9) >Assigned to: Etan Reisner (deryni9) Summary: Set state to login to Initial Comment: This patch adds a menu with all the away states to the Account Editor dialog so that you can select a state to log in to. Open the Account editor choose modify on the account you want and then select the state you want. I added a column to the account editor which shows the state which you will be logged into when you click the Online checkbox to log in. P.S. this patch employs a method similar to my save-state patch, that is it logs you on and sets your away state as the last step of signon. I am working on figuring out whether each protocol allows us to specify a state to log into as part of the signon process. When I manage to get such a list I hope to move both these patches to those methods. ---------------------------------------------------------------------- Comment By: Etan Reisner (deryni9) Date: 2004-11-19 13:51 Message: Logged In: YES user_id=516184 I'd imagine this patch is almost certainly bitrotted to uselessness and yes the upcoming status changes in HEAD should allow for this natively and as such this won't be needed. ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 04:55 Message: Logged In: YES user_id=60347 Is this patch ever going to be applied, or is deprecated with the new gaim status infrastructure in CVS HEAD. Anyway, I'd also like to see and set the status from the accounts editor. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=635753&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 18:51:18
|
Patches item #635753, was opened at 2002-11-08 18:23 Message generated for change (Comment added) made by deryni9 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=635753&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Etan Reisner (deryni9) Assigned to: Nobody/Anonymous (nobody) Summary: Set state to login to Initial Comment: This patch adds a menu with all the away states to the Account Editor dialog so that you can select a state to log in to. Open the Account editor choose modify on the account you want and then select the state you want. I added a column to the account editor which shows the state which you will be logged into when you click the Online checkbox to log in. P.S. this patch employs a method similar to my save-state patch, that is it logs you on and sets your away state as the last step of signon. I am working on figuring out whether each protocol allows us to specify a state to log into as part of the signon process. When I manage to get such a list I hope to move both these patches to those methods. ---------------------------------------------------------------------- >Comment By: Etan Reisner (deryni9) Date: 2004-11-19 13:51 Message: Logged In: YES user_id=516184 I'd imagine this patch is almost certainly bitrotted to uselessness and yes the upcoming status changes in HEAD should allow for this natively and as such this won't be needed. ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 04:55 Message: Logged In: YES user_id=60347 Is this patch ever going to be applied, or is deprecated with the new gaim status infrastructure in CVS HEAD. Anyway, I'd also like to see and set the status from the accounts editor. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=635753&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 18:32:45
|
Patches item #704403, was opened at 2003-03-16 07:24 Message generated for change (Comment added) made by eperez You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=704403&group_id=235 Category: newfeature Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ben Wolfson (rumjuggler) Assigned to: Nobody/Anonymous (nobody) Summary: OPT_IM_ONE_WINDOW implementation Initial Comment: with the gaim CVS as of last night (20030313) the option OPT_IM_ONE_WINDOW doesn't do anything, because the function im_tabize() (which is in an #if 0 block in prefs.c) is unwritten. This patch provides an implementation of that function (placed in gtkconv.c, because that seemed like an ok place for it--maybe conversations.c is better?) and causes new conversations to be created in their own windows when this option is not set. NB the patch as it stands does not pay attention to the option governing whether or not to put chats and ims in the same window; this is pretty trivial and I'm just submitting the patch as-is to see what the response is. I can add it in pretty easily. ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 18:32 Message: Logged In: YES user_id=60347 rumjuggler: What's the status of this patch? Is still needed? Will you update it? lschiere: Why the chomo review is spam? ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2004-01-27 17:36 Message: Logged In: YES user_id=28833 chomo: please stop spamming the trackers. rumjuggler: i have not looked at this patch yet, but what i am looking for is code to gray out the conversation placement option when that is selected and to force its value to "last window" (or some new value, but last window should work equivalently) when that is selected. this should have the side effect of making that function you implemented unneeded. ---------------------------------------------------------------------- Comment By: alan johnson (chomo) Date: 2004-01-26 20:35 Message: Logged In: YES user_id=943591 looks ok ---------------------------------------------------------------------- Comment By: Ben Wolfson (rumjuggler) Date: 2003-03-16 08:00 Message: Logged In: YES user_id=121541 The patch as submitted has a bug. This should work better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=704403&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 18:20:02
|
Patches item #724070, was opened at 2003-04-19 05:27 Message generated for change (Comment added) made by eperez You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=724070&group_id=235 Category: newfeature Group: None Status: Open Resolution: None Priority: 5 Submitted By: Daniel Woods (zytheus) Assigned to: Nobody/Anonymous (nobody) Summary: Disable viewing bold, italic, underline, and strike Initial Comment: Just as it can already disable colors and nonstandard fonts, this changes adds another option that will disable text type (bold, underline, italics, and strike). I've found the existing feature extremely useful particular in chatrooms with annoying spambots trying to get attention. However, the use of bold, etc was still highly annoying and I enjoy being able to disable their display with this patch. Enclosed is resulting cvs diff -u. As a side not, I'm really new to helping with projects such as this. If I've done anything wrong here, any feedback would be GREATLY appreciated. ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 18:20 Message: Logged In: YES user_id=60347 Is you are still maintaining this patch please submit it because I'd also like to disable text type. ---------------------------------------------------------------------- Comment By: Daniel Woods (zytheus) Date: 2003-07-05 05:19 Message: Logged In: YES user_id=223999 I just got 0.64 and tried to run my patch again because it's a feature i like. I noted that my patch no longer works because of some things that have changed since I originally did this work. Since it's been this long with no response regarding my patch, I will not make and upload the diff at this time. However, if this functionality is desired, please email me (zytheus) at my SF account and I'll create a new diff and upload/email it RIGHT away. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=724070&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 18:15:10
|
Patches item #665986, was opened at 2003-01-10 21:47 Message generated for change (Comment added) made by eperez You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=665986&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nicolás Lichtmaier (niqueco) Assigned to: Nobody/Anonymous (nobody) Summary: log.c cleanups Initial Comment: Some cleanups. Less system calls. It was trying to fopen a directory (!!!!) and other weird stuff. I replaced the use of stat (which is expensive) with fstat (which is almost free). ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 18:15 Message: Logged In: YES user_id=60347 Is this patch irrelevant? ---------------------------------------------------------------------- Comment By: Daniel Roberts (zuperdee) Date: 2003-10-31 22:21 Message: Logged In: YES user_id=347499 Actually, as I understand it, SeanEgan is doing a complete rewrite of the logging code, so this patch may now be completely irrelevant. ---------------------------------------------------------------------- Comment By: The Beast With Eyes (beastwitheyes) Date: 2003-06-03 00:07 Message: Logged In: YES user_id=781114 was this patch acknowledged by somebody Nicolás? If it hasn't been rejected, it might be good to include it before log.c changes, and the cleanups will have to be done all over again, instead of being something to keep in mind when comparing to other code after merge and writing new code. ---------------------------------------------------------------------- Comment By: Nicolás Lichtmaier (niqueco) Date: 2003-01-10 21:53 Message: Logged In: YES user_id=419100 Besides, it has more error checking/reporting, and I've removed 8kb of useless malloc and free per each logged message. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=665986&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 16:31:02
|
Patches item #837857, was opened at 2003-11-07 13:21 Message generated for change (Comment added) made by eperez You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=837857&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Björn Voigt (bjoernv) Assigned to: Nobody/Anonymous (nobody) Summary: Missing title patch Initial Comment: The message box which informs the user, that he/she is disconnected has no title. This patch changes this. Is the title "Disconnected" ok? ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 16:31 Message: Logged In: YES user_id=60347 What are you going to do about this patch? Apply it or refuse it? (I don't care too much because my gaim branch doesn't have that disconnect dialog. I'm just helping closing tracker items) ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2003-11-07 13:37 Message: Logged In: YES user_id=28833 as sean egan stated on the gaim-devel mailing list when i forwarded the first version of your patch there, this lack of title is intentional. apparently the HIG suggests it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=837857&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 10:01:23
|
Patches item #855134, was opened at 2003-12-06 00:13 Message generated for change (Comment added) made by eperez You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=855134&group_id=235 Category: newfeature Group: None Status: Open Resolution: None Priority: 5 Submitted By: Brandon Engelberth (engelberth) Assigned to: Sean Egan (seanegan) Summary: Hide Bottom Buttons in IM Window Initial Comment: Creates an additional option, under preferences: Conversation -> IM -> Show Buttons As, for no buttons. If enter is set to send all other buttons are found in the IM menus. ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 10:01 Message: Logged In: YES user_id=60347 This patch is deprecated. Isn't it? ---------------------------------------------------------------------- Comment By: Brandon Engelberth (engelberth) Date: 2003-12-06 14:16 Message: Logged In: YES user_id=334173 The buddy icon visibility is covered by a seperate preference. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-06 14:05 Message: Logged In: NO If you hide buttons in IM Window, can you see the buddy icon? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=855134&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-19 09:55:49
|
Patches item #635753, was opened at 2002-11-08 23:23 Message generated for change (Comment added) made by eperez You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=635753&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Etan Reisner (deryni9) Assigned to: Nobody/Anonymous (nobody) Summary: Set state to login to Initial Comment: This patch adds a menu with all the away states to the Account Editor dialog so that you can select a state to log in to. Open the Account editor choose modify on the account you want and then select the state you want. I added a column to the account editor which shows the state which you will be logged into when you click the Online checkbox to log in. P.S. this patch employs a method similar to my save-state patch, that is it logs you on and sets your away state as the last step of signon. I am working on figuring out whether each protocol allows us to specify a state to log into as part of the signon process. When I manage to get such a list I hope to move both these patches to those methods. ---------------------------------------------------------------------- Comment By: Eduardo Pérez (eperez) Date: 2004-11-19 09:55 Message: Logged In: YES user_id=60347 Is this patch ever going to be applied, or is deprecated with the new gaim status infrastructure in CVS HEAD. Anyway, I'd also like to see and set the status from the accounts editor. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=635753&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-16 12:33:38
|
Patches item #1067146, was opened at 2004-11-16 00:23 Message generated for change (Settings changed) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1067146&group_id=235 Category: segfault Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andrew Hart (arhart) >Assigned to: Sean Egan (seanegan) Summary: dual remove crash fix Initial Comment: This fixes the dual remove crash bug 1055413. This also closes the requests when a buddy (contact,chat) is moved, as the core/ui interface does not distinguish between moves and removes. I'm submitting a gzipped tar of two different diffs. They're essentially the same, but the line numbers have changed a lot in some places between HEAD and oldstatus. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1067146&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-16 05:23:45
|
Patches item #1067146, was opened at 2004-11-16 00:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1067146&group_id=235 Category: segfault Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andrew Hart (arhart) Assigned to: Nobody/Anonymous (nobody) Summary: dual remove crash fix Initial Comment: This fixes the dual remove crash bug 1055413. This also closes the requests when a buddy (contact,chat) is moved, as the core/ui interface does not distinguish between moves and removes. I'm submitting a gzipped tar of two different diffs. They're essentially the same, but the line numbers have changed a lot in some places between HEAD and oldstatus. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1067146&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-16 04:00:28
|
Patches item #1056536, was opened at 2004-10-28 23:58 Message generated for change (Comment added) made by thekingant You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1056536&group_id=235 Category: segfault Group: None Status: Closed Resolution: Accepted Priority: 5 Submitted By: Andrew Hart (arhart) Assigned to: Mark Doliner (thekingant) Summary: crash fix: removing contact accesses freed memory Initial Comment: I'm not aware of a bug report for this. gaim_blist_remove_contact calls gaim_blist_remove_buddy in a while-loop. When the last buddy is removed, the contact is also g_free()d. The while-loop then tests for a child node in the contact which was just g_free()d. The patch uses a flag to avoid referencing the contact after it is g_free()d. ---------------------------------------------------------------------- >Comment By: Mark Doliner (thekingant) Date: 2004-11-15 23:00 Message: Logged In: YES user_id=20979 Apparently I forgot to thank you for fixing this... THANKS!!! ---------------------------------------------------------------------- Comment By: Andrew Hart (arhart) Date: 2004-11-05 12:32 Message: Logged In: YES user_id=1068268 This is probably a more readable fix. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1056536&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-16 00:03:58
|
Patches item #1067060, was opened at 2004-11-16 00:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1067060&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jeff Mahoney (jdmahoney) Assigned to: Nobody/Anonymous (nobody) Summary: gaim.spec fixes for x86_64 on SUSE 9.2 Initial Comment: The spec file isn't quite correct for 64 bit systems. There are a few places where the assumption that libraries are under /usr/lib when that assumption is invalid on 64-bit systems. The attached fix worked for me. Might someone with an x86_64 system running some other RPM-based distribution verify that it works for them? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1067060&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-15 15:50:39
|
Patches item #1066482, was opened at 2004-11-15 01:01 Message generated for change (Settings changed) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1066482&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andrew Hart (arhart) >Assigned to: Etan Reisner (deryni9) Summary: better conv updates on (dis)connection using signals Initial Comment: The calls to update conversations in response to a connection/disconnection are inelegant and incorrect. This patch calls for updates on all relevant conversations (it actually overdoes this a bit in the disconnection case, but only for conversations on accounts that are already disconnected). It also shifts some of the work from connection.c to conversation.c and takes advantage of pre-existing signals. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1066482&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-15 06:01:26
|
Patches item #1066482, was opened at 2004-11-15 01:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1066482&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andrew Hart (arhart) Assigned to: Nobody/Anonymous (nobody) Summary: better conv updates on (dis)connection using signals Initial Comment: The calls to update conversations in response to a connection/disconnection are inelegant and incorrect. This patch calls for updates on all relevant conversations (it actually overdoes this a bit in the disconnection case, but only for conversations on accounts that are already disconnected). It also shifts some of the work from connection.c to conversation.c and takes advantage of pre-existing signals. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1066482&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-15 02:51:09
|
Patches item #1066387, was opened at 2004-11-14 20:08 Message generated for change (Comment added) made by thekingant You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1066387&group_id=235 Category: win32 Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Andrew Hart (arhart) Assigned to: Mark Doliner (thekingant) Summary: fix Makefile.mingw Initial Comment: When the new sounds were added, the windows Makefile was not changed. This changes it. ---------------------------------------------------------------------- >Comment By: Mark Doliner (thekingant) Date: 2004-11-14 21:51 Message: Logged In: YES user_id=20979 Fixed. Thanks for pointing that out! ---------------------------------------------------------------------- Comment By: Mark Doliner (thekingant) Date: 2004-11-14 21:49 Message: Logged In: YES user_id=20979 That's my fault... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1066387&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-15 02:49:08
|
Patches item #1066387, was opened at 2004-11-14 20:08 Message generated for change (Comment added) made by thekingant You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1066387&group_id=235 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andrew Hart (arhart) >Assigned to: Mark Doliner (thekingant) Summary: fix Makefile.mingw Initial Comment: When the new sounds were added, the windows Makefile was not changed. This changes it. ---------------------------------------------------------------------- >Comment By: Mark Doliner (thekingant) Date: 2004-11-14 21:49 Message: Logged In: YES user_id=20979 That's my fault... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1066387&group_id=235 |
|
From: SourceForge.net <no...@so...> - 2004-11-15 01:08:09
|
Patches item #1066387, was opened at 2004-11-14 20:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1066387&group_id=235 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andrew Hart (arhart) Assigned to: Herman Bloggs (hermanator) Summary: fix Makefile.mingw Initial Comment: When the new sounds were added, the windows Makefile was not changed. This changes it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1066387&group_id=235 |