Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2009-01-31 | 1 | -163/+211 |
| | | | | svn path=/trunk/; revision=2360 | ||||
* | Add a message format for gtk_message_dialog_new | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2359 | ||||
* | Use contact-list property and create the store in the constructor. | Jonny Lamb | 2009-01-31 | 1 | -13/+19 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2358 | ||||
* | Rename _get_selected to _dup_selected and make sure the contact is unrefed. | Jonny Lamb | 2009-01-31 | 3 | -6/+7 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2357 | ||||
* | Removed dispatcher dup as it's been fixed. | Jonny Lamb | 2009-01-31 | 1 | -4/+0 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2356 | ||||
* | Pass an EmpathyContactList to _new and create the store from that. | Jonny Lamb | 2009-01-31 | 3 | -7/+8 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2355 | ||||
* | Removed old FIXME. | Jonny Lamb | 2009-01-31 | 1 | -4/+0 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2354 | ||||
* | Don't call a function in a variable declaration. | Jonny Lamb | 2009-01-31 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2353 | ||||
* | Use empathy_gtk_init. | Jonny Lamb | 2009-01-31 | 1 | -4/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2352 | ||||
* | Use g_signal_connect_swapped and remove useless functions. | Jonny Lamb | 2009-01-31 | 1 | -35/+12 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2351 | ||||
* | Unref the temp contact appropriately. | Jonny Lamb | 2009-01-31 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2350 | ||||
* | Simplified loops in | Jonny Lamb | 2009-01-31 | 1 | -21/+19 |
| | | | | | | | | Simplified loops in contact_selector_get_{number_online_contacts,iter_for_blank_contact}. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2349 | ||||
* | Use gtk_tree_store_insert_with_values. | Jonny Lamb | 2009-01-31 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2348 | ||||
* | Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+. | Jonny Lamb | 2009-01-31 | 3 | -6/+5 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2347 | ||||
* | Use gtk_main_quit as the destroy callback. | Jonny Lamb | 2009-01-31 | 1 | -9/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2346 | ||||
* | Explicit check. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2345 | ||||
* | Move public methods at the bottom. | Xavier Claessens | 2009-01-31 | 1 | -18/+20 |
| | | | | svn path=/trunk/; revision=2344 | ||||
* | Reorganize the constructor to avoid some casts and to avoid complex inline ↵ | Xavier Claessens | 2009-01-31 | 1 | -12/+14 |
| | | | | | | initializations. svn path=/trunk/; revision=2343 | ||||
* | Don't get a cast to EmpathyContactSelector when it's not needed. | Jonny Lamb | 2009-01-31 | 1 | -4/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2342 | ||||
* | Use gtk_tree_model_get_iter_first instead of going through GtkTreePath. | Jonny Lamb | 2009-01-31 | 1 | -12/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2341 | ||||
* | Use dispose_run in EmpathyContactSelector. | Jonny Lamb | 2009-01-31 | 1 | -0/+8 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2340 | ||||
* | Remove unnecessary casts and macros. | Jonny Lamb | 2009-01-31 | 1 | -14/+9 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2339 | ||||
* | Updated empetit to use the new dispatcher. | Jonny Lamb | 2009-01-31 | 1 | -3/+26 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2338 | ||||
* | Use the new _dup_singleton function instead of _new. | Jonny Lamb | 2009-01-31 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2337 | ||||
* | Small coding style and name changes. | Jonny Lamb | 2009-01-31 | 1 | -73/+59 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2336 | ||||
* | Added Elliot's empetit test program. | Jonny Lamb | 2009-01-31 | 3 | -1/+83 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2335 | ||||
* | Added argument checking to non-static functions. | Jonny Lamb | 2009-01-31 | 1 | -0/+4 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2334 | ||||
* | remove redundant flag | Xavier Claessens | 2009-01-31 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=2333 | ||||
* | add translation function call | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2332 | ||||
* | rename set and unset functions | Xavier Claessens | 2009-01-31 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=2331 | ||||
* | update libempathy-gtk.types | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2330 | ||||
* | conform to GET_PRIV style | Xavier Claessens | 2009-01-31 | 2 | -7/+11 |
| | | | | svn path=/trunk/; revision=2329 | ||||
* | unref store once only | Xavier Claessens | 2009-01-31 | 1 | -1/+5 |
| | | | | svn path=/trunk/; revision=2328 | ||||
* | remove finalize function | Xavier Claessens | 2009-01-31 | 1 | -11/+0 |
| | | | | svn path=/trunk/; revision=2327 | ||||
* | unref contact list store on dispose | Xavier Claessens | 2009-01-31 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=2326 | ||||
* | tidy | Xavier Claessens | 2009-01-31 | 1 | -3/+0 |
| | | | | svn path=/trunk/; revision=2325 | ||||
* | add function to find number of online contacts; fix sensitivity management | Xavier Claessens | 2009-01-31 | 1 | -7/+35 |
| | | | | svn path=/trunk/; revision=2324 | ||||
* | consolidate sensitivity management | Xavier Claessens | 2009-01-31 | 1 | -15/+24 |
| | | | | svn path=/trunk/; revision=2323 | ||||
* | consolidate blank contact management | Xavier Claessens | 2009-01-31 | 1 | -24/+19 |
| | | | | svn path=/trunk/; revision=2322 | ||||
* | move get blank iter function | Xavier Claessens | 2009-01-31 | 1 | -34/+32 |
| | | | | svn path=/trunk/; revision=2321 | ||||
* | add unset blank contact function | Xavier Claessens | 2009-01-31 | 1 | -18/+22 |
| | | | | svn path=/trunk/; revision=2320 | ||||
* | improve function to find iter for blank contact | Xavier Claessens | 2009-01-31 | 1 | -15/+13 |
| | | | | svn path=/trunk/; revision=2319 | ||||
* | fix contact list store sorting | Xavier Claessens | 2009-01-31 | 1 | -6/+2 |
| | | | | svn path=/trunk/; revision=2318 | ||||
* | include config.h | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2317 | ||||
* | include empathy-contact-list-store.h in empathy-contact-selector.h | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2316 | ||||
* | use EmpathyContactListStore directly | Xavier Claessens | 2009-01-31 | 1 | -73/+27 |
| | | | | svn path=/trunk/; revision=2315 | ||||
* | do not add blank when popup showing; add blank when popup becomes hidden and ↵ | Xavier Claessens | 2009-01-31 | 1 | -6/+22 |
| | | | | | | nothing active svn path=/trunk/; revision=2314 | ||||
* | fix widget sensitivity | Xavier Claessens | 2009-01-31 | 1 | -6/+18 |
| | | | | svn path=/trunk/; revision=2313 | ||||
* | fix initial active contact problem; add blank contact, hide on popup, remove ↵ | Xavier Claessens | 2009-01-31 | 1 | -46/+78 |
| | | | | | | on selection and re-add on removal of active; generalise get_iter_for_contact svn path=/trunk/; revision=2312 | ||||
* | update authors | Xavier Claessens | 2009-01-31 | 2 | -4/+4 |
| | | | | svn path=/trunk/; revision=2311 | ||||
* | update copyright and authors | Xavier Claessens | 2009-01-31 | 2 | -0/+4 |
| | | | | svn path=/trunk/; revision=2310 | ||||
* | add selector .c and .h files | Xavier Claessens | 2009-01-31 | 2 | -0/+398 |
| | | | | svn path=/trunk/; revision=2309 | ||||
* | update Makefile.am | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2308 | ||||
* | Use g_list_prepend instead of g_list_append. | Jonny Lamb | 2009-01-31 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2307 | ||||
* | Allow the dispatcher to be freed once a request is finished. | Jonny Lamb | 2009-01-31 | 1 | -2/+35 |
| | | | | | | | | | | | | | Previously, if there was no ref to the dispatcher, it would be freed before the request could be satisfied. By keeping a ref in the DispatcherRequestData, it is freed at the right time. This also disconnects the signal handler from all channels and connections when freeing the dispatcher as the "invalidated" signal callback can be called after the dispatcher has been freed. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2306 | ||||
* | We skip .5 and go directly to .90 | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2305 | ||||
* | Prefix "Empathy" to the notification enum. | Xavier Claessens | 2009-01-31 | 3 | -10/+10 |
| | | | | svn path=/trunk/; revision=2304 | ||||
* | Add a comment explaining why we activate the event in an idle. | Xavier Claessens | 2009-01-31 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=2303 | ||||
* | Factor out some common code. | Xavier Claessens | 2009-01-31 | 4 | -25/+31 |
| | | | | svn path=/trunk/; revision=2302 | ||||
* | Always check if notifications are enabled when we update them. | Xavier Claessens | 2009-01-31 | 1 | -9/+18 |
| | | | | svn path=/trunk/; revision=2301 | ||||
* | Update the pixbuf when we receive an event update. | Xavier Claessens | 2009-01-31 | 1 | -16/+25 |
| | | | | svn path=/trunk/; revision=2300 | ||||
* | Use the avatar for all the events with a contact. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2299 | ||||
* | Add an enum to define notification close reason. | Xavier Claessens | 2009-01-31 | 2 | -2/+11 |
| | | | | svn path=/trunk/; revision=2298 | ||||
* | Unref the notification after it has been closed. | Xavier Claessens | 2009-01-31 | 1 | -11/+18 |
| | | | | svn path=/trunk/; revision=2297 | ||||
* | Escape message body with g_markup_escape_text before pushing it to the ↵ | Xavier Claessens | 2009-01-31 | 1 | -3/+5 |
| | | | | | | notification. svn path=/trunk/; revision=2296 | ||||
* | Fix order or params in chat_window_show_or_update_notification (). | Xavier Claessens | 2009-01-31 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2295 | ||||
* | Move empathy_notification_is_enabled () to src/ | Xavier Claessens | 2009-01-31 | 9 | -59/+127 |
| | | | | svn path=/trunk/; revision=2294 | ||||
* | Fix coding style. | Xavier Claessens | 2009-01-31 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2293 | ||||
* | Add libnotify dep to src/ only. | Xavier Claessens | 2009-01-31 | 2 | -1/+4 |
| | | | | svn path=/trunk/; revision=2292 | ||||
* | Make possible to use libnotify 0.4.4, to not force the usage of too recent ↵ | Xavier Claessens | 2009-01-31 | 3 | -4/+7 |
| | | | | | | distributions. svn path=/trunk/; revision=2291 | ||||
* | Initialize GError to NULL before using it. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2290 | ||||
* | Fix indentation. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2289 | ||||
* | Add a convenience function to avoid hacks when getting the pixbuf from the ↵ | Xavier Claessens | 2009-01-31 | 4 | -18/+30 |
| | | | | | | icon name. svn path=/trunk/; revision=2288 | ||||
* | Make notifications for unfocused chat windows work properly. | Xavier Claessens | 2009-01-31 | 2 | -22/+32 |
| | | | | svn path=/trunk/; revision=2287 | ||||
* | Break after the event has been found. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2286 | ||||
* | W.I.P. for notifications on chat window. | Xavier Claessens | 2009-01-31 | 5 | -8/+101 |
| | | | | svn path=/trunk/; revision=2285 | ||||
* | Don't update the event if the notification can't be shown. | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=2284 | ||||
* | Typo. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2283 | ||||
* | Implement a logic for disabling notifications when away. | Xavier Claessens | 2009-01-31 | 3 | -9/+70 |
| | | | | svn path=/trunk/; revision=2282 | ||||
* | Modify code to handle new preferences. | Xavier Claessens | 2009-01-31 | 4 | -5/+62 |
| | | | | svn path=/trunk/; revision=2281 | ||||
* | Add a preference UI for notifications. | Xavier Claessens | 2009-01-31 | 1 | -6/+80 |
| | | | | svn path=/trunk/; revision=2280 | ||||
* | If the notification is not dismissed by the user, do not display other ↵ | Xavier Claessens | 2009-01-31 | 3 | -3/+31 |
| | | | | | | notifications for new incoming messages. svn path=/trunk/; revision=2279 | ||||
* | Split the event description into header and message body. | Xavier Claessens | 2009-01-31 | 2 | -57/+142 |
| | | | | | | Add a way to update a pending event. svn path=/trunk/; revision=2278 | ||||
* | Fix indentation. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2277 | ||||
* | Insert an image in the notify baloon. | Xavier Claessens | 2009-01-31 | 1 | -2/+19 |
| | | | | svn path=/trunk/; revision=2276 | ||||
* | Adapt the status icon message to the new API. | Xavier Claessens | 2009-01-31 | 1 | -4/+11 |
| | | | | svn path=/trunk/; revision=2275 | ||||
* | Require latest libnotify. Don't crash when clicking the notification. | Xavier Claessens | 2009-01-31 | 2 | -27/+19 |
| | | | | svn path=/trunk/; revision=2274 | ||||
* | Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init (). | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2273 | ||||
* | mimic tooltip and icon notifications; unref any outstanding notification | Xavier Claessens | 2009-01-31 | 1 | -15/+41 |
| | | | | | | on finalize svn path=/trunk/; revision=2272 | ||||
* | uninit linotify after unrefing status icon | Xavier Claessens | 2009-01-31 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2271 | ||||
* | generify notification; add idle activation of event | Xavier Claessens | 2009-01-31 | 1 | -22/+40 |
| | | | | svn path=/trunk/; revision=2270 | ||||
* | add notify uninit | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=2269 | ||||
* | show notification on new event | Xavier Claessens | 2009-01-31 | 1 | -0/+26 |
| | | | | svn path=/trunk/; revision=2268 | ||||
* | initialize libnotify | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2267 | ||||
* | add libnotify configure check | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2266 | ||||
* | disable chat history menu item when there is no account. | Frederic Peters | 2009-01-30 | 1 | -0/+21 |
| | | | | | | (bug #562554) svn path=/trunk/; revision=2265 | ||||
* | Added a new empathy_account_manager_get_count function, to get the number of | Frederic Peters | 2009-01-30 | 2 | -2/+22 |
| | | | | | | accounts. svn path=/trunk/; revision=2264 | ||||
* | Update gitignore | Xavier Claessens | 2009-01-30 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2263 | ||||
* | Updated ca translation (Gil Forcada) | Gil Forcada Codinachs | 2009-01-29 | 1 | -373/+472 |
| | | | | svn path=/trunk/; revision=2262 | ||||
* | Also accept sftp as URL scheme. | Xavier Claessens | 2009-01-29 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2261 | ||||
* | \n is also a delimiter for URLs. | Xavier Claessens | 2009-01-29 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2260 | ||||
* | ps was missing in LINGUAS | Gil Forcada Codinachs | 2009-01-27 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2259 | ||||
* | Updated Greek translation (Marios Zindilis) | Simos Xenitellis | 2009-01-27 | 2 | -0/+0 |
| | | | | svn path=/trunk/; revision=2258 | ||||
* | Added Greek translation (Marios Zindilis) | Simos Xenitellis | 2009-01-27 | 2 | -1/+501 |
| | | | | svn path=/trunk/; revision=2257 | ||||
* | accounts_dialog_button_create_clicked_cb: if, for some reason, ↵ | Guillaume Desmottes | 2009-01-26 | 1 | -0/+6 |
| | | | | | | | | mc_account_create failed, early return instead of crashing From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2256 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-01-25 | 1 | -103/+69 |
| | | | | svn path=/trunk/; revision=2255 | ||||
* | Updated ko translation. | Changwoo Ryu | 2009-01-24 | 1 | -260/+643 |
| | | | | svn path=/trunk/; revision=2254 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-01-24 | 1 | -202/+597 |
| | | | | svn path=/trunk/; revision=2253 | ||||
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2009-01-23 | 2 | -93/+84 |
| | | | | svn path=/trunk/; revision=2252 | ||||
* | Replace G_STR_EMPTY in newly added code too. | Xavier Claessens | 2009-01-23 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2251 | ||||
* | Removed unused G_STR_EMPTY from empathy-ui-utils.h. | Jonny Lamb | 2009-01-23 | 1 | -2/+0 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2250 | ||||
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 22 | -54/+54 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249 | ||||
* | Update the user documentation (Milo Casagrande). | Xavier Claessens | 2009-01-23 | 1 | -77/+350 |
| | | | | svn path=/trunk/; revision=2248 | ||||
* | Do not translate "gtk-ok", "gtk-cancel" etc. Fixes bug #566676 (Lucas Lommer). | Xavier Claessens | 2009-01-23 | 2 | -3/+3 |
| | | | | svn path=/trunk/; revision=2247 | ||||
* | Removed trailing space. Fixes bug #566549 (Leonardo Ferreira Fontenelle) | Xavier Claessens | 2009-01-23 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2246 | ||||
* | Add a source field to specify the name of the account source. (Stephane Wirtel) | Jonny Lamb | 2009-01-23 | 3 | -4/+11 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2245 | ||||
* | updated hebrew translation | Yair Hershkovitz | 2009-01-20 | 1 | -297/+764 |
| | | | | svn path=/trunk/; revision=2244 | ||||
* | Updated gr translation (Marios Zindilis). | Simos Xenitellis | 2009-01-18 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2243 | ||||
* | Updated gr translation (Marios Zindilis). | Simos Xenitellis | 2009-01-18 | 1 | -255/+597 |
| | | | | svn path=/trunk/; revision=2242 | ||||
* | Updated Hungarian translation | Gabor Keleman | 2009-01-17 | 1 | -221/+640 |
| | | | | svn path=/trunk/; revision=2241 | ||||
* | Updated German translation, fix #564539. | Hendrik Richter | 2009-01-17 | 2 | -229/+587 |
| | | | | | | | | 2009-01-16 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation, fix #564539. svn path=/trunk/; revision=2239 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2009-01-17 | 1 | -235/+620 |
| | | | | svn path=/trunk/; revision=2238 | ||||
* | EmpathyDispatcher: Handle File channels that we didn't request. | Jonny Lamb | 2009-01-17 | 1 | -4/+5 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2237 | ||||
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 5 | -6/+11 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2236 | ||||
* | Fix building, there were a missing _new ->_dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2235 | ||||
* | Update python bindings. | Xavier Claessens | 2009-01-16 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=2234 | ||||
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 16 | -18/+18 |
| | | | | svn path=/trunk/; revision=2233 | ||||
* | EmpathyDispatcher: make style somewhat more consistent. | Jonny Lamb | 2009-01-16 | 1 | -119/+171 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2232 | ||||
* | When sending files, make sure the connection is ready before making sure the ↵ | Jonny Lamb | 2009-01-15 | 1 | -3/+21 |
| | | | | | | | | contact is ready. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2231 | ||||
* | Do not unref the channel when closing it, wait for the invalidated signal. | Xavier Claessens | 2009-01-15 | 1 | -24/+12 |
| | | | | svn path=/trunk/; revision=2230 | ||||
* | Remove usage of EmpathyTpGroup from EmpathyTpCall. | Xavier Claessens | 2009-01-13 | 1 | -37/+69 |
| | | | | svn path=/trunk/; revision=2229 | ||||
* | EmpathyContact keeps a ref to the factory. | Xavier Claessens | 2009-01-13 | 1 | -3/+23 |
| | | | | svn path=/trunk/; revision=2228 | ||||
* | Remove some usage of EmpathyTpGroup from EmpathyTpChat | Xavier Claessens | 2009-01-13 | 1 | -6/+14 |
| | | | | svn path=/trunk/; revision=2227 | ||||
* | Remove useless include of empathy-tp-group.h | Xavier Claessens | 2009-01-13 | 5 | -4/+1 |
| | | | | svn path=/trunk/; revision=2226 | ||||
* | Reuse, and properly destroy, the avatar file chooser dialog. | Frederic Peters | 2009-01-12 | 1 | -1/+12 |
| | | | | | | Fixes bug #548768 (Frederic Peters) svn path=/trunk/; revision=2225 | ||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-01-12 | 1 | -129/+136 |
| | | | | svn path=/trunk/; revision=2224 | ||||
* | Updated th translation (Theppitak Karoonboonyanan). | Theppitak Karoonboonyanan | 2009-01-12 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=2223 | ||||
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2009-01-12 | 1 | -128/+144 |
| | | | | svn path=/trunk/; revision=2222 | ||||
* | Bump needed version of telepathy-glib to 0.7.19 | Xavier Claessens | 2009-01-12 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2221 | ||||
* | Clean some coding style | Xavier Claessens | 2009-01-10 | 1 | -9/+6 |
| | | | | svn path=/trunk/; revision=2220 | ||||
* | Remove useless spaces in message. | Xavier Claessens | 2009-01-10 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2219 | ||||
* | Remove useless goto | Xavier Claessens | 2009-01-10 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=2218 | ||||
* | If channel is invalidated before being ready, the error is handled in ↵ | Xavier Claessens | 2009-01-10 | 1 | -0/+4 |
| | | | | | | invalidated_cb, so we can return directly in ready_cb. svn path=/trunk/; revision=2217 | ||||
* | mission_control_get_tpconnection returns a new ref, don't forget to unref ↵ | Xavier Claessens | 2009-01-10 | 1 | -0/+2 |
| | | | | | | the connection. svn path=/trunk/; revision=2216 | ||||
* | Add a FIXME telling that there is a leak, not sure how to plug it, that code ↵ | Xavier Claessens | 2009-01-10 | 1 | -0/+1 |
| | | | | | | will be removed soon anyway. svn path=/trunk/; revision=2215 | ||||
* | Use tp_channel_borrow_connection instead of g_object_get. This fix a leak. | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2214 | ||||
* | Update gitignore | Xavier Claessens | 2009-01-10 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2213 | ||||
* | Do not generate marshallers in src/, it is not needed. | Xavier Claessens | 2009-01-10 | 1 | -21/+0 |
| | | | | svn path=/trunk/; revision=2212 | ||||
* | Fix some errors made when rebasing on master | Xavier Claessens | 2009-01-10 | 3 | -3/+3 |
| | | | | svn path=/trunk/; revision=2211 | ||||
* | Remove dead code | Xavier Claessens | 2009-01-10 | 2 | -19/+0 |
| | | | | svn path=/trunk/; revision=2210 | ||||
* | Correct little coding style | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2209 | ||||
* | Correctly align \ characters | Xavier Claessens | 2009-01-10 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2208 | ||||
* | Update pyhton binding | Xavier Claessens | 2009-01-10 | 2 | -2/+157 |
| | | | | svn path=/trunk/; revision=2207 | ||||
* | Update API doc. | Xavier Claessens | 2009-01-10 | 3 | -2/+7 |
| | | | | svn path=/trunk/; revision=2206 | ||||
* | Only unref things in dispose | Sjoerd Simons | 2009-01-10 | 1 | -13/+4 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2205 | ||||
* | empathy_tube_dispatch_show_error: give a format to gtk_message_dialog_new to ↵ | Guillaume Desmottes | 2009-01-10 | 1 | -1/+1 |
| | | | | | | | | make compiler happy Signed-off-by: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2204 | ||||
* | Ignore requested channels we didn't request except for text channels, also ↵ | Sjoerd Simons | 2009-01-10 | 1 | -2/+31 |
| | | | | | | | | ignore deprecated channels types and channels for which it doesn't make sense to handle them unless they were requested Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2203 | ||||
* | Update the python bindings | Sjoerd Simons | 2009-01-10 | 2 | -98/+151 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2202 | ||||
* | Only show pending messages after the log and explain why ↵ | Sjoerd Simons | 2009-01-10 | 1 | -3/+5 |
| | | | | | | | | show_pending_messages is there when tp-chat gets set Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2201 | ||||
* | Don't use the old style TpTubeType | Sjoerd Simons | 2009-01-10 | 2 | -11/+16 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2200 | ||||
* | Handle Dbus Tubes and ignore non p2p channels | Sjoerd Simons | 2009-01-10 | 1 | -2/+9 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2199 | ||||
* | Add support for DBus tubes | Sjoerd Simons | 2009-01-10 | 1 | -6/+26 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2198 | ||||
* | Add extension for new-style DBus tubes | Sjoerd Simons | 2009-01-10 | 4 | -0/+193 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2197 | ||||
* | Ignore approval that happen after the operation was approved | Sjoerd Simons | 2009-01-10 | 1 | -1/+7 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2196 | ||||
* | Remove approvals when the underlying operation got invalidated | Sjoerd Simons | 2009-01-10 | 1 | -0/+14 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2195 | ||||
* | Correctly define the invalidated signal | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2194 | ||||
* | Port to the new empathy_call_when_ready api | Sjoerd Simons | 2009-01-10 | 2 | -14/+48 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2193 | ||||
* | Make the error in the call_when_ready callback const | Sjoerd Simons | 2009-01-10 | 2 | -2/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2192 | ||||
* | Free ready callbacks in finalize | Sjoerd Simons | 2009-01-10 | 1 | -1/+17 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2191 | ||||
* | Add weak object, destroy notify and error reporting to ↵ | Sjoerd Simons | 2009-01-10 | 2 | -9/+56 |
| | | | | | | | | empathy_contact_call_when_ready Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2190 | ||||
* | Let a chatroom keep a reference to a its TpChat if applicable | Sjoerd Simons | 2009-01-10 | 4 | -13/+60 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2189 | ||||
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 9 | -30/+7 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2188 | ||||
* | Don't unref the TpGroup twice | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2187 | ||||
* | Initialise the chatroom manager from empathy itself | Sjoerd Simons | 2009-01-10 | 2 | -7/+7 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2186 | ||||
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 8 | -36/+33 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2185 | ||||
* | Add empathy-tube-dispatch to POTFILES.in | Sjoerd Simons | 2009-01-10 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2184 | ||||
* | Don't close channels as a side-effect of disposing wrapper objects | Sjoerd Simons | 2009-01-10 | 3 | -6/+19 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2183 | ||||
* | Remove some dead code | Sjoerd Simons | 2009-01-10 | 1 | -6/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2182 | ||||
* | Move the dispatcher to the new singleton policy | Sjoerd Simons | 2009-01-10 | 4 | -17/+34 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2181 | ||||
* | Also free the approvals list | Sjoerd Simons | 2009-01-10 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2180 | ||||
* | Use gulongs to save signal handler ids | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2179 | ||||
* | Always check if the passed operation is actually a dispatch operation | Sjoerd Simons | 2009-01-10 | 1 | -11/+57 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2178 | ||||
* | No need to call empathy_run_until_ready, the DispatchOperation already ↵ | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
| | | | | | | | | ensured it's ready Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2177 | ||||
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2176 | ||||
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -108/+114 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2175 | ||||
* | Style fixes | Sjoerd Simons | 2009-01-10 | 2 | -3/+5 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2174 | ||||
* | Don't initialise variables by calling functions when declaring them | Sjoerd Simons | 2009-01-10 | 1 | -11/+23 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2173 | ||||
* | More style fixes | Sjoerd Simons | 2009-01-10 | 1 | -6/+6 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2172 | ||||
* | Make coding style consistent with the rest of the file | Xavier Claessens | 2009-01-10 | 1 | -15/+14 |
| | | | | svn path=/trunk/; revision=2171 | ||||
* | Fix coding style, user the right unique name | Sjoerd Simons | 2009-01-10 | 1 | -26/+24 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2170 | ||||
* | Completely move to Telepathy coding style | Sjoerd Simons | 2009-01-10 | 1 | -179/+169 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2169 | ||||
* | Remove dead code | Sjoerd Simons | 2009-01-10 | 2 | -673/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2168 | ||||
* | Use the new call utility function to start calls | Sjoerd Simons | 2009-01-10 | 3 | -3/+11 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2167 | ||||
* | Add a utility function to start a call to a contact | Sjoerd Simons | 2009-01-10 | 2 | -0/+40 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2166 | ||||
* | Add a function to explicitly set the remote candidate on outgoing calls ↵ | Sjoerd Simons | 2009-01-10 | 2 | -23/+15 |
| | | | | | | | | instead of relying on the group interface Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2165 | ||||
* | Add code to request a streamed media channel | Sjoerd Simons | 2009-01-10 | 2 | -18/+30 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2164 | ||||
* | DIspatch streamed media channels | Sjoerd Simons | 2009-01-10 | 1 | -6/+13 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2163 | ||||
* | Initialize with a EmpathyTpCall instead of a TpChannel and explicitly close the | Sjoerd Simons | 2009-01-10 | 2 | -11/+20 |
| | | | | | | | | channel after uses Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2162 | ||||
* | Add support for approving video channels | Sjoerd Simons | 2009-01-10 | 1 | -24/+62 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2161 | ||||
* | Add a function to explicitly close EmpathyTpCall | Sjoerd Simons | 2009-01-10 | 2 | -4/+16 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2160 | ||||
* | Report errors when there is no tube handler or poking it fails | Sjoerd Simons | 2009-01-10 | 1 | -7/+62 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2159 | ||||
* | Add support for approving tubes | Sjoerd Simons | 2009-01-10 | 1 | -1/+124 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2158 | ||||
* | Add EmpathyTubeDispatcher as a helper for dispatching tubes | Sjoerd Simons | 2009-01-10 | 3 | -0/+498 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2157 | ||||
* | Make empathy_tp_tube_accept_stream_tube more like underlying dbus function ↵ | Sjoerd Simons | 2009-01-10 | 2 | -55/+85 |
| | | | | | | | | and hand errors to the caller Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2156 | ||||
* | Remove the id parameter, it's no longer used | Sjoerd Simons | 2009-01-10 | 1 | -3/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2155 | ||||
* | Remove tube ID parameter, it's not used in the new tubes spec | Sjoerd Simons | 2009-01-10 | 1 | -5/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2154 | ||||
* | Call emp_cli_init in empathy_init | Sjoerd Simons | 2009-01-10 | 2 | -4/+5 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2153 | ||||
* | New style tubes don't have ides | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2152 | ||||
* | Update to new stream tube spec | Sjoerd Simons | 2009-01-10 | 2 | -156/+60 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2151 | ||||
* | Add new StreamTube spec | Sjoerd Simons | 2009-01-10 | 6 | -1/+433 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2150 | ||||
* | Let a EmpathyChatroomManager observe the dispatcher | Sjoerd Simons | 2009-01-10 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2149 | ||||
* | Act as an observer | Sjoerd Simons | 2009-01-10 | 2 | -0/+91 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2148 | ||||
* | Disconnect signal handlers from the head of the queue before destroying the ↵ | Sjoerd Simons | 2009-01-10 | 1 | -11/+10 |
| | | | | | | | | queue Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2147 | ||||
* | Remove the tp-channel property, it's unused and useless | Sjoerd Simons | 2009-01-10 | 1 | -35/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2146 | ||||
* | Use new dispatcher API to get muc channels | Sjoerd Simons | 2009-01-10 | 3 | -36/+25 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2145 | ||||
* | Remove custom channel requesting functionality, this should go through the ↵ | Sjoerd Simons | 2009-01-10 | 2 | -135/+0 |
| | | | | | | | | dispatcher Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2144 | ||||
* | Add request muc channels to the dispatcher | Sjoerd Simons | 2009-01-10 | 2 | -13/+78 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2143 | ||||
* | Wait untill the TpChat object is ready before going into pending state | Sjoerd Simons | 2009-01-10 | 1 | -2/+41 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2142 | ||||
* | Explicitly close file channels when removing them from the FT manager | Sjoerd Simons | 2009-01-10 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2141 | ||||
* | Add a function to explicitly close File channels | Sjoerd Simons | 2009-01-10 | 2 | -1/+9 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2140 | ||||
* | Make existing contact FT capable when the CM supports it | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2139 | ||||
* | Enable approving of file transfers | Sjoerd Simons | 2009-01-10 | 1 | -35/+37 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2138 | ||||
* | Enabled dispatching of file tranfers | Sjoerd Simons | 2009-01-10 | 1 | -3/+5 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2137 | ||||
* | Use new API to request file transfers | Sjoerd Simons | 2009-01-10 | 1 | -2/+52 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2136 | ||||
* | Add support for dispatching file transfers | Sjoerd Simons | 2009-01-10 | 2 | -27/+150 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2135 | ||||
* | Recognise file transfers | Xavier Claessens | 2009-01-10 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=2134 | ||||
* | Add an optional properties hash to the RequestData struct | Sjoerd Simons | 2009-01-10 | 1 | -4/+9 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2133 | ||||
* | Initial port to the new dispatcher | Sjoerd Simons | 2009-01-10 | 2 | -73/+132 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2132 | ||||
* | Use the new dispatcher api to request text channels | Sjoerd Simons | 2009-01-10 | 3 | -7/+6 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2131 | ||||
* | Start reworking the dispatcher | Sjoerd Simons | 2009-01-10 | 5 | -352/+1546 |
| | | | | | | | | | | | Rework the channel dispatche so it's model is somewhat similar to the ChannelDispatcher in the telepathy-spec. Which allows for a much cleaner and extensible implementation containg no ugly hacks. Currently it's only able to do Text Channels and a lot of the other functionality is temporary disabled Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2130 | ||||
* | Port to the new EmpathyTpChat API | Sjoerd Simons | 2009-01-10 | 1 | -9/+40 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2129 | ||||
* | Improve API of tp-chat | Sjoerd Simons | 2009-01-10 | 2 | -117/+218 |
| | | | | | | | | | | | | | | | | | | * Never automagically acknowledge message, the UI should do this * Add API to acknowledge a single or a list of EmpathyMessage * Add API to get the list of pending messages * Add API to explicitly close the underlying channel * Ignore events from a channel that is being closed. Important events will be emitted when the text channel respawns. In the future we might want to make the closing of the channel async and have it emit signals untill closed. Mostly for the benefit of the logger. Needs some work in the UI bits to disconnect all signals properly when closing the window though. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2128 | ||||
* | Add id field to save the message id as received the CM | Sjoerd Simons | 2009-01-10 | 2 | -0/+19 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2127 | ||||
* | Add empathy_contact_call_when_ready | Sjoerd Simons | 2009-01-10 | 2 | -11/+72 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2126 | ||||
* | use tabs because everyone love tabs | Xavier Claessens | 2009-01-09 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=2125 | ||||
* | dispatcher_tubes_new_tube_cb: add some tube handling debug messages | Xavier Claessens | 2009-01-09 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=2124 | ||||
* | Update Python bindings. | Xavier Claessens | 2009-01-09 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=2123 | ||||
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 6 | -6/+6 |
| | | | | svn path=/trunk/; revision=2122 | ||||
* | Port EmpathyContactManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 10 | -22/+36 |
| | | | | svn path=/trunk/; revision=2121 | ||||
* | Port to the new singleton API. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2120 | ||||
* | Update python bindings. | Xavier Claessens | 2009-01-09 | 2 | -12/+8 |
| | | | | svn path=/trunk/; revision=2119 | ||||
* | Port EmpathyFTManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 3 | -15/+32 |
| | | | | svn path=/trunk/; revision=2118 | ||||
* | Port EmpathyEventManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 3 | -13/+27 |
| | | | | svn path=/trunk/; revision=2117 | ||||
* | Port EmpathySmileyManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 6 | -17/+32 |
| | | | | svn path=/trunk/; revision=2116 | ||||
* | Port EmpathyLogManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 5 | -22/+35 |
| | | | | svn path=/trunk/; revision=2115 | ||||
* | Port EmpathyIdle to the new singleton policy. | Xavier Claessens | 2009-01-09 | 5 | -18/+32 |
| | | | | svn path=/trunk/; revision=2114 | ||||
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 14 | -27/+41 |
| | | | | svn path=/trunk/; revision=2113 | ||||
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2009-01-08 | 1 | -253/+566 |
| | | | | svn path=/trunk/; revision=2112 | ||||
* | Remove accidentall addition | Kjartan Maraas | 2009-01-07 | 1 | -6/+0 |
| | | | | svn path=/trunk/; revision=2111 | ||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-01-07 | 2 | -166/+286 |
| | | | | svn path=/trunk/; revision=2110 |