log finch/gntconv.c @ 22779:9467ae6096fd

age author description
Wed, 23 Apr 2008 02:31:11 +0000 Sadrul Habib Chowdhury Fix a crash which I think happens when the same buddy is in the buddylist
Fri, 07 Mar 2008 22:03:24 +0000 Sadrul Habib Chowdhury Patch from Kyle Turman to show the alias when available in the typing notification. Closes #4957.
Thu, 06 Mar 2008 15:54:30 +0000 Sadrul Habib Chowdhury Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.
Tue, 12 Feb 2008 04:02:23 +0000 Sadrul Habib Chowdhury Ignore the recv/send flags when the system flag is set for a message.
Tue, 12 Feb 2008 03:58:58 +0000 Sadrul Habib Chowdhury Highlighted message color has a higher priority over an action message color.
Sat, 02 Feb 2008 03:51:19 +0000 Richard Nelson Add a finch log viewer. This is largely copied from Pidgin.
Sun, 27 Jan 2008 04:06:39 +0000 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.
Sat, 26 Jan 2008 22:33:08 +0000 Sadrul Habib Chowdhury We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
Sat, 26 Jan 2008 21:39:29 +0000 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleConversation.
Sat, 26 Jan 2008 21:13:46 +0000 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleConnection.
Sat, 26 Jan 2008 20:45:41 +0000 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleAccount. This also includes a change I made to reduce the Cyclomatic Complexity of one of the functions.
Sat, 26 Jan 2008 20:32:26 +0000 Sadrul Habib Chowdhury Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Mon, 03 Dec 2007 22:56:22 +0000 Sadrul Habib Chowdhury Do not append ':' after expanding a /me.
Mon, 03 Dec 2007 07:01:32 +0000 Richard Nelson Add color to the conversation window to indicate various message attributes
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Tue, 06 Nov 2007 21:19:19 +0000 Sadrul Habib Chowdhury I feel good when I am able to send messages, instead of just typing them.
Sat, 27 Oct 2007 13:56:54 +0000 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
Tue, 23 Oct 2007 17:27:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
Mon, 01 Oct 2007 04:21:32 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.1' (head 4321e1e266d11dddee2cde190828ae5001812367)
Sun, 30 Sep 2007 16:55:19 +0000 Will Thompson merge of '07d5798f8a0b64518b4697e0376f5ceeddbb61e2'
Sat, 29 Sep 2007 20:49:34 +0000 Sadrul Habib Chowdhury void functions shouldn't 'return'. Thanks tmcmahon2. Fixes #3151 (gntconv.c fails to compile in Solaris 9)
Fri, 28 Sep 2007 16:34:43 +0000 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
Wed, 19 Sep 2007 11:29:19 +0000 Sadrul Habib Chowdhury Show 'buzz'/'nudge' etc. messages differently from regular messages.
Wed, 19 Sep 2007 10:57:37 +0000 Sadrul Habib Chowdhury Fix #104 (Reconnect to network should reconnect chats also). This has been
Fri, 19 Oct 2007 16:27:50 +0000 Luke Schierer applied changes from 2ab75e32c52e94c674d0b5a396d224da7e9d509e
Fri, 28 Sep 2007 16:22:27 +0000 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 15 Sep 2007 09:53:30 +0000 Sadrul Habib Chowdhury If there's a chat open when an account gets disconnected because of an error,
Thu, 13 Sep 2007 02:15:05 +0000 Sadrul Habib Chowdhury Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Tue, 04 Sep 2007 05:23:50 +0000 Sadrul Habib Chowdhury Use the proper column for searching users in the chat userlist.
Tue, 28 Aug 2007 04:32:52 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137)
Sun, 26 Aug 2007 09:39:54 +0000 Sadrul Habib Chowdhury Fix #2767 (per-conversation/chat mute option).
Sun, 26 Aug 2007 08:58:59 +0000 Sadrul Habib Chowdhury Add two missing conversation-uiops functions. (has_focus and present)
Sun, 26 Aug 2007 08:34:04 +0000 Sadrul Habib Chowdhury Separate logging support for each conversation.
Sat, 25 Aug 2007 11:29:43 +0000 Sadrul Habib Chowdhury Clear the message history in the /clear callback.
Thu, 23 Aug 2007 06:00:37 +0000 Sadrul Habib Chowdhury Notify the user if a message is not sent in a conversation because he's disconnected.
Sat, 18 Aug 2007 00:11:13 +0000 Sadrul Habib Chowdhury Update the 'send to' menu in conversation windows when necessary.
Thu, 28 Jun 2007 03:09:03 +0000 Eric Polino explicit merge of 'e53fe113efde971f9f1d14d8a7af937542ee2732'
Fri, 22 Jun 2007 23:05:11 +0000 Eric Polino Conversation window names are now suffixed by type
Wed, 25 Jul 2007 20:57:24 +0000 Sadrul Habib Chowdhury Just show an empty line, instead of bouncing the text down when the user
Tue, 03 Jul 2007 11:20:33 +0000 Sadrul Habib Chowdhury Use the utility function for the conversation and debug windows.
Sat, 30 Jun 2007 06:45:59 +0000 Sadrul Habib Chowdhury Use the completion-signal to append a ': ' after a tab-completed nick.
Sat, 23 Jun 2007 03:04:20 +0000 Sadrul Habib Chowdhury Plucked revision from finchfeat to give different names to windows for
Thu, 21 Jun 2007 21:32:13 +0000 Sadrul Habib Chowdhury Fix a few runtime warnings.
Wed, 20 Jun 2007 18:23:49 +0000 Stu Tomlinson #include reorganizations to allow compiling with glib < 2.8 using the
Fri, 15 Jun 2007 03:36:54 +0000 Sadrul Habib Chowdhury Provide a 'unseen-count' data for the conversations so the dbus-docklet can use that information.
Tue, 29 May 2007 21:48:43 +0000 Sadrul Habib Chowdhury Do not send typing notification if you are typing a /-command.
Thu, 24 May 2007 21:15:16 +0000 Sadrul Habib Chowdhury Use utility functions to get user info. Closes #964.
Sat, 19 May 2007 06:54:15 +0000 Richard Laager Death to more futuristic struct initialization. This should be the last.
Sun, 13 May 2007 09:42:37 +0000 Sadrul Habib Chowdhury Show user flags in chat userlist.
Fri, 11 May 2007 02:37:24 +0000 Sadrul Habib Chowdhury Notify when you leave a chat, after /part or /kick.
Wed, 09 May 2007 21:15:05 +0000 Sadrul Habib Chowdhury Make get-info behave the same way from both the conversation window menu and the buddylist context menu.
Wed, 09 May 2007 04:08:01 +0000 Sadrul Habib Chowdhury Change a string, and make sure non-functional items are not added in the conversation window menu.
Tue, 08 May 2007 00:35:34 +0000 Sadrul Habib Chowdhury Patch #751 from 'Dustin Howett' to change the output string from /debug version.
Fri, 04 May 2007 23:24:04 +0000 Sadrul Habib Chowdhury Add a /users command to toggle the userlist in chat windows.
Fri, 04 May 2007 22:33:57 +0000 Richard Nelson Conversation menus
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Mon, 16 Apr 2007 02:07:49 +0000 Richard Laager Rename the Doxygen group from gntui to finch and define the finch group