]> git.0d.be Git - empathy.git/blob - ChangeLog
White space fix.
[empathy.git] / ChangeLog
1 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
2
3         * libempathy-gtk/gossip-new-chatroom-dialog.c:
4         * libempathy-gtk/empathy-main-window.c: White space fix.
5
6 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
7
8         * libempathy-gtk/gossip-account-chooser.c:
9         * libempathy-gtk/gossip-new-chatroom-dialog.c:
10         * libempathy-gtk/gossip-account-widget-jabber.c:
11         * libempathy-gtk/gossip-account-chooser.h:
12         * libempathy-gtk/gossip-new-chatroom-dialog.h:
13         * libempathy-gtk/gossip-group-chat.c:
14         * libempathy-gtk/empathy-main-window.c:
15         * libempathy-gtk/gossip-new-chatroom-dialog.glade:
16         * libempathy-gtk/gossip-account-widget-jabber.glade:
17         * libempathy-gtk/Makefile.am:
18         * libempathy/empathy-tp-chatroom.c:
19         * data/gtalk.profile:
20         * data/jabber.profile:
21         * data/salut.profile:
22         * data/Makefile.am:
23         * data/empathy.desktop.in.in:
24         * data/msn.profile:
25         * data/irc.profile: New objects: GossipAccountChooser and
26         GossipNewChatroom, we can now join any chatroom. Adding IRC profile.
27
28 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
29
30         * libempathy/empathy-idle.c: If we are offline do not set away on idle.
31         If we are already away restore to available when we are no mode idle.
32         Do no modify status message.
33
34 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
35
36         * libempathy-gtk/gossip-group-chat.c:
37         * libempathy-gtk/gossip-group-chat.h:
38         * libempathy-gtk/gossip-private-chat.c:
39         * libempathy-gtk/gossip-private-chat.h:
40         * libempathy-gtk/gossip-group-chat.glade:
41         * libempathy-gtk/Makefile.am:
42         * src/empathy-chat-main.c:
43         * libempathy/empathy-tp-contact-list.c:
44         * libempathy/gossip-telepathy-group.c:
45         * libempathy/gossip-telepathy-group.h:
46         * libempathy/empathy-tp-chatroom.c:
47         * libempathy/empathy-tp-chatroom.h: Implementing basic chatroom support.
48         Actually it works only if we get invited in a chatroom.
49
50 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
51
52         * libempathy-gtk/gossip-chat-view.c: Correctly remember the contact
53         who sent last message.
54
55 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
56
57         * libempathy-gtk/gossip-chat-view.c: Correctly remember if last message
58         comes from the self contact or another.
59
60 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
61
62         * libempathy-gtk/gossip-contact-list-model.c:
63         * libempathy-gtk/gossip-contact-list-model.h: Removed.
64         * libempathy-gtk/gossip-contact-list-view.c:
65         * libempathy-gtk/gossip-contact-list-view.h: Added.
66
67 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
68
69         * libempathy-gtk/gossip-contact-list-store.c: Set COL_NAME earlier like
70         that it can directly be sorted.
71         * data/empathy.schemas.in: s/gossip/empathy/
72
73 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
74
75         * configure.ac: Bump version to 0.5
76
77 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
78
79         * libempathy-gtk/gossip-contact-list-store.c: Allow to set custom 
80         function for getting groups of a contact. Make possible to have groups
81         for presence or role/affiliation in chatroom for example.
82         * libempathy-gtk/gossip-contact-list-store.h: Allow to set custom
83         function to handle DnD of contact. Useful when a custom function is set
84         for groups.
85         * src/empathy-chat-main.c: Minor fix.
86         * TODO:
87         * po/POTFILES.in: Updated.
88
89 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
90
91         * libempathy-gtk/Makefile.am:
92         * libempathy/empathy-tp-chat.c:
93         * libempathy/empathy-contact-manager.c:
94         * libempathy/empathy-contact-list.c: Fix indentation
95         * libempathy/empathy-tp-contact-list.c: Fix not returning the contact
96         in tp_contact_list_find()
97         * TODO: Updated.
98
99 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
100
101         * libempathy-gtk/gossip-contact-list-store.c:
102         * libempathy-gtk/gossip-preferences.c:
103         * libempathy-gtk/gossip-contact-list-store.h:
104         * libempathy-gtk/gossip-contact-list.c:
105         * libempathy-gtk/gossip-contact-list.h:
106         * libempathy-gtk/empathy-main-window.c:
107         * libempathy-gtk/gossip-contact-list-model.c:
108         * libempathy-gtk/gossip-contact-list-model.h:
109         * libempathy-gtk/Makefile.am:
110         * libempathy/empathy-marshal.list: Split GossipContactList into
111         two objects: GossipContactListStore inheriting from GtkTreeStore and
112         GossipContactListView inheriting from GtkTreeView. This makes
113         easier to build new UI widgets reusing the GtkTreeModel.
114
115 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
116
117         * libempathy/empathy-idle.c: Auto away when session id idle, instead of
118         when screensaver is active.
119
120 2007-05-18  Xavier Claessens  <xclaesse@gmail.com>
121
122         * libempathy-gtk/gossip-private-chat.h:
123         * libempathy-gtk/gossip-contact-list.c:
124         * libempathy-gtk/gossip-chat.c:
125         * libempathy-gtk/gossip-chat.h:
126         * libempathy-gtk/gossip-chat-window.c:
127         * libempathy-gtk/Makefile.am:
128         * libempathy-gtk/gossip-chat-view.c:
129         * libempathy-gtk/gossip-private-chat.c:
130         * src/empathy-chat-main.c:
131         * libempathy/gossip-utils.c:
132         * libempathy/gossip-contact.h:
133         * libempathy/empathy-tp-chat.c:
134         * libempathy/gossip-utils.h:
135         * libempathy/empathy-contact-manager.c:
136         * libempathy/empathy-contact-manager.h:
137         * libempathy/empathy-tp-contact-list.c:
138         * libempathy/empathy-tp-contact-list.h:
139         * libempathy/empathy-tp-chatroom.c:
140         * libempathy/empathy-tp-chatroom.h:
141         * libempathy/empathy-contact-list.c:
142         * libempathy/empathy-contact-list.h:
143         * libempathy/Makefile.am:
144         * libempathy/gossip-contact.c: EmpathyContactList is now an interface
145         implemented by EmpathyTpContactList, EmpathyContactManager and
146         EmpathyTpChatroom. GossipContactList use that interface to display a 
147         treeview.
148
149 2007-05-17  Xavier Claessens  <xclaesse@gmail.com>
150
151         * libempathy-gtk/gossip-chat.c: Display ChatState.
152
153 2007-05-16  Xavier Claessens  <xclaesse@gmail.com>
154
155         * libempathy-gtk/empathy-status-icon.c:
156         * libempathy/empathy-idle.c:
157         * libempathy/empathy-idle.h:
158         * libempathy/Makefile.am:
159         * po/POTFILES.in: New object EmpathyIdle to manage autoaway and
160         extended autoaway states.
161
162 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
163
164         * configure.ac:
165         * data/empathy.desktop.in:
166         * data/Makefile.am:
167         * data/empathy.desktop.in.in:
168         * po/POTFILES.in: Set bugzilla information in desktop file and add it 
169         to POTFILES.in
170
171 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
172
173         * libempathy-gtk/empathy-status-icon.glade:
174         * libempathy-gtk/empathy-main-window.glade: Fix using of gossip icons
175         in menus.
176
177 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
178
179         * src/empathy-chat-main.c:
180         * src/empathy-main.c:
181         * configure.ac:
182         * data/22x22/Makefile.am:
183         * data/22x22/empathy.png:
184         * data/48x48:
185         * data/48x48/Makefile.am:
186         * data/48x48/empathy.png:
187         * data/32x32/Makefile.am:
188         * data/32x32/empathy.png:
189         * data/16x16/empathy.png:
190         * data/16x16/Makefile.am:
191         * data/scalable/empathy.svg:
192         * data/scalable/Makefile.am:
193         * data/Makefile.am: Add empathy icon stolen from cohoba.
194
195 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
196
197         * src/empathy-chat-main.c:
198         * src/Makefile.am:
199         * src/empathy-main.c:
200         * po/POTFILES.in
201         * po/LINGUAS:
202         * TODO: Setting up i18n support.
203
204         * po/Makefile.in.in: Removed, it's generated at build time.
205
206 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
207
208         * libempathy-gtk/gossip-account-widget-jabber.glade: Add an example
209         label for jid.
210
211 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
212
213         * libempathy-gtk/gossip-chat-window.c:
214         * libempathy-gtk/gossip-chat-window.h:
215         * src/empathy-chat-main.c:
216         * libempathy/empathy-tp-chat.c:
217         * libempathy/empathy-tp-chat.h: When a new text channel arrives, check
218         if there is no existing GossipChat object for it.
219
220 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
221
222         * src/Makefile.am:
223         * src/empathy-contact-list-main.c: Removing empathy-contact-list
224         program, it's useless.
225
226 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
227
228         * configure.ac: Change version from 0.3darcs to 0.3svn
229
230 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
231
232         * autogen.sh: Set executable
233         * po/POTFILES.in: Update translatable files
234
235 2007-03-16  Xavier Claessens  <xclaesse@gmail.com>
236
237         * Initial version
238