diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2007-05-31 14:34:41 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2007-05-31 14:34:41 +0800 |
commit | 546782190814122008dd2af907bab67ccfd3e85b (patch) | |
tree | 50d79a5ae475063c38e4e62cdaaa3c3817220077 /TODO | |
parent | 47a527f8d0028164b2a2d7a9094f9aba6863934c (diff) | |
download | gsoc2013-empathy-546782190814122008dd2af907bab67ccfd3e85b.tar gsoc2013-empathy-546782190814122008dd2af907bab67ccfd3e85b.tar.gz gsoc2013-empathy-546782190814122008dd2af907bab67ccfd3e85b.tar.bz2 gsoc2013-empathy-546782190814122008dd2af907bab67ccfd3e85b.tar.lz gsoc2013-empathy-546782190814122008dd2af907bab67ccfd3e85b.tar.xz gsoc2013-empathy-546782190814122008dd2af907bab67ccfd3e85b.tar.zst gsoc2013-empathy-546782190814122008dd2af907bab67ccfd3e85b.zip |
2007-05-31 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/gossip-account-chooser.c: Fix warning when selecting
all accounts.
* src/empathy-accounts-main.c:
* libempathy-gtk/empathy-status-icon.c:
* libempathy-gtk/gossip-accounts-dialog.h:
* libempathy-gtk/gossip-accounts-dialog.c:
* libempathy-gtk/gossip-preferences.h:
* libempathy-gtk/gossip-preferences.c: Set parent window.
* libempathy-gtk/empathy-main-window.c: Implement favorite chatroom
menu and fix a leak.
* libempathy-gtk/Makefile.am:
* libempathy/Makefile.am:
* libempathy/gossip-chatroom.c:
* libempathy/gossip-chatroom.h:
* libempathy/gossip-chatroom-manager.c:
* libempathy/gossip-chatroom-manager.h:
* libempathy/gossip-chatroom-manager.dtd:
* libempathy-gtk/gossip-chatrooms-window.glade:
* libempathy-gtk/gossip-chatrooms-window.c:
* libempathy-gtk/gossip-chatrooms-window.h: New files to implement
favorite chatrooms and a window to show them.
* libempathy-gtk/gossip-chat.c: Fix tooltip leaked.
* libempathy-gtk/gossip-chat-window.h:
* libempathy-gtk/gossip-chat-window.c: Do not use deprecated
gtk_object_sink(). Implement favorite chatroom features. Find a chat
by comparing the account AND the chat ID.
* src/empathy-chat-main.c:
* libempathy/empathy-tp-chat.h:
* libempathy/empathy-tp-chat.c:
* libempathy/gossip-utils.h:
* libempathy/gossip-utils.c: empathy_tp_chat_get_id() returns the Text
channel's name. The chat ID is unique only for a specified account.
* libempathy/empathy-tp-contact-list.c: Fix some leaks and add a FIXME
comment for a leak not yet fixed.
* TODO: Would be cool to have a glade catalog for libempathy-gtk.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@100 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ Things you can do if you want to help: - Rename all files and functions name to use the empathy namespace. - Porting gossip-account-widget-*.{c,h} from gossip project (Guillaume is already working on IRC widget). - Porting various UI widgets from gossip to libempathy-gtk for contact info, adding contact, personal info, etc. - - GtkWidget-ify gossip widgets imported in libempathy-gtk. Actually most window/dialog do not inherit from GtkWindow/GtkDialog... + - GtkWidget-ify gossip widgets imported in libempathy-gtk. Actually most window/dialog do not inherit from GtkWindow/GtkDialog. Need to create a glade catalog. - Fix setting subscription for contacts in EmpathyTpContactList. - Filter channels before dispatching them. For example we need a GtkStatusIcon that blink when an event arrives (text/voip/ft channel) and tells the MC to dispatch the channel only when the user clicked the icon. Like in gossip. For that we need a filter DBus API in MC, not yet written. - Make use of NetworkManager to set the presence |