|
From: SourceForge.net <no...@so...> - 2005-04-16 16:14:08
|
Patches item #1176798, was opened at 2005-04-05 00:37 Message generated for change (Comment added) made by thekingant You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1176798&group_id=235 Category: newfeature Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ed Anderson (nilbus0) Assigned to: Mark Doliner (thekingant) Summary: Timestamp on chat invitations Initial Comment: It's useful when you come back to your computer and see a chat invite to know whether it's old or recent. I wrote this simple patch to include the date and time on the chat invitation. I used %c for locale formatting. Ed Anderson ---------------------------------------------------------------------- >Comment By: Mark Doliner (thekingant) Date: 2005-04-16 12:14 Message: Logged In: YES user_id=20979 Hmm, I don't know how I feel about this. The patch itself is good, but it only solves the problem for chat invites. The problem still exists for everything else: authorization requests, "buddy added you to his buddy list" messages, and tons of other errors and requests. Maybe gtknotify.c and gtkrequest.c should automatically add a timestamp to title of the windows they create? Maybe they should only add the timestamp after the window has been open for a minute or more? ---------------------------------------------------------------------- Comment By: Ed Anderson (nilbus0) Date: 2005-04-05 08:37 Message: Logged In: YES user_id=1050753 After playing with it a little, I like the strftime format "%I:%M%P on %b %d" better than "%c". Please use that format instead, if you agree. ---------------------------------------------------------------------- Comment By: Luke Schierer (lschiere) Date: 2005-04-05 07:25 Message: Logged In: YES user_id=28833 Mark, can you look this over? ---------------------------------------------------------------------- Comment By: Ed Anderson (nilbus0) Date: 2005-04-05 00:47 Message: Logged In: YES user_id=1050753 This was patched against the oldstatus tag of the CVS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1176798&group_id=235 |