Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the interface checks as per Zdra comments | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -43/+9 |
| | | | | | | | | | The interface checks were superfluous as the connect_to does nothing if the interface doesn't exist and call methods directly call the callback with an error if such method doesn't exist. That is why I kept the verification there as I didn't want to polute logs with error messages. | ||||
* | Add keys' origin | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -0/+1 |
| | |||||
* | Update Copyright year | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -1/+1 |
| | | | | This work started in 2008 but has been released in 2009 | ||||
* | Don't create an unused hashtable and free location on finalize | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -5/+7 |
| | |||||
* | Updated Spanish translation | Jorge Gonzalez | 2009-05-09 | 1 | -213/+228 |
| | |||||
* | Fix bug #579484: Join Chatroom dialog doesn't list rooms when changing | Gabriel Millaire | 2009-05-08 | 2 | -5/+43 |
| | | | | | | account By remembering to start listing rooms when the channel is ready. | ||||
* | upgrade Python bindings | Guillaume Desmottes | 2009-05-08 | 1 | -1/+38 |
| | |||||
* | Verify if the connection supports interface Location.DRAFT | Pierre-Luc Beaudoin | 2009-05-08 | 1 | -12/+51 |
| | | | | Before calling and adding a call back that depends on the interface | ||||
* | Remove a trailing space and g_print | Pierre-Luc Beaudoin | 2009-05-08 | 2 | -3/+1 |
| | |||||
* | Fix doc's consistency | Pierre-Luc Beaudoin | 2009-05-08 | 1 | -2/+2 |
| | |||||
* | Get rid of the run call | Pierre-Luc Beaudoin | 2009-05-08 | 1 | -26/+14 |
| | | | | | Also gets rid of the unnecessary GHashTable copying which caused a crash on location_updated | ||||
* | Use iters on hash tables instead of foreach | Pierre-Luc Beaudoin | 2009-05-08 | 1 | -10/+9 |
| | |||||
* | Fix review comments on EmpathyTpContactFactory by Guillaume Desmottes | Pierre-Luc Beaudoin | 2009-05-08 | 1 | -10/+11 |
| | | | | Mostly coding style and some memory management fixes | ||||
* | Fix review comments on EmpathyContact by Guillaume Desmottes | Pierre-Luc Beaudoin | 2009-05-08 | 1 | -4/+18 |
| | | | | Mostly coding style fixes and documentation | ||||
* | Move get_location to the right place | Pierre-Luc Beaudoin | 2009-05-08 | 1 | -0/+53 |
| | | | | This will make the location requested upon contact creation | ||||
* | Copy the hash table we receive | Pierre-Luc Beaudoin | 2009-05-08 | 1 | -1/+17 |
| | |||||
* | Set/get location on telepathy | Pierre-Luc Beaudoin | 2009-05-08 | 2 | -2/+50 |
| | |||||
* | Get the telepathy bits generated | Pierre-Luc Beaudoin | 2009-05-08 | 4 | -0/+344 |
| | |||||
* | Add Location to EmpathyContact | Pierre-Luc Beaudoin | 2009-05-08 | 4 | -0/+120 |
| | |||||
* | Add Location debug domain | Pierre-Luc Beaudoin | 2009-05-08 | 2 | -1/+3 |
| | |||||
* | Fixed bug #579485 by making each columns sortable | Gabriel Millaire | 2009-05-07 | 1 | -0/+10 |
| | |||||
* | Small update to the manual | Milo Casagrande | 2009-05-06 | 1 | -42/+67 |
| | | | | | | | Updated manrevision number Updated application version number Updated Pulse information Updated publisher and affiliation | ||||
* | tube_is_ready: ensure than tube stays alive while we are calling the callbacks | Guillaume Desmottes | 2009-05-06 | 1 | -0/+3 |
| | |||||
* | Updated Catalan translation by Joan Duran | David Planella | 2009-05-02 | 1 | -274/+1165 |
| | |||||
* | Updated Spanish translation | Jorge Gonzalez | 2009-05-02 | 1 | -47/+60 |
| | |||||
* | Updated Italian translation as of 2.26 | Milo Casagrande | 2009-05-01 | 1 | -548/+661 |
| | |||||
* | empathy_call_window_dispose: disconnect signals before unrefing the contact | Guillaume Desmottes | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | empathy_call_window_constructed: set default title if the call handler ↵ | Guillaume Desmottes | 2009-04-29 | 1 | -0/+5 |
| | | | | doesn't have a contact | ||||
* | remove useless include | Guillaume Desmottes | 2009-04-29 | 1 | -1/+0 |
| | |||||
* | call-window: update window's title when contact's name is changed | Guillaume Desmottes | 2009-04-29 | 1 | -10/+34 |
| | |||||
* | call-window: set remote contact's name in window's title. Fixes #530119 | Guillaume Desmottes | 2009-04-29 | 1 | -0/+25 |
| | |||||
* | call-handler: get the contact from the TpCall if it has not been defined ↵ | Guillaume Desmottes | 2009-04-29 | 1 | -0/+13 |
| | | | | during construction | ||||
* | call-handler: contact and tp-call properties are construct only | Guillaume Desmottes | 2009-04-29 | 1 | -2/+2 |
| | |||||
* | call-window: handler property has to be construct only | Guillaume Desmottes | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | tp-roomlist: use tp_channel_call_when_ready instead of ↵ | Guillaume Desmottes | 2009-04-28 | 1 | -13/+29 |
| | | | | tp_channel_run_until_ready | ||||
* | tube-handler: fix functions definition style | Guillaume Desmottes | 2009-04-28 | 1 | -12/+12 |
| | |||||
* | tube-handler: use tp_channel_call_when_ready instead of ↵ | Guillaume Desmottes | 2009-04-28 | 1 | -6/+23 |
| | | | | tp_channel_run_until_ready | ||||
* | tube-handler: don't leak data and connection if connection is invalidated | Guillaume Desmottes | 2009-04-28 | 1 | -0/+2 |
| | |||||
* | tube-handler: wait that the connection is ready before creating the TpChannel | Guillaume Desmottes | 2009-04-27 | 1 | -11/+28 |
| | |||||
* | document EmpathyTpTube object | Guillaume Desmottes | 2009-04-27 | 1 | -0/+7 |
| | |||||
* | Merge branch 'tp-tube' | Guillaume Desmottes | 2009-04-27 | 3 | -43/+323 |
|\ | |||||
| * | add '%' in front of constants | Guillaume Desmottes | 2009-04-27 | 1 | -1/+1 |
| | | |||||
| * | document empathy-tp-tube | Guillaume Desmottes | 2009-04-27 | 1 | -1/+55 |
| | | |||||
| * | libempathy/empathy-tp-tube.[ch]: port to tp coding style | Guillaume Desmottes | 2009-04-24 | 2 | -41/+52 |
| | | |||||
| * | s/Empaty/Empathy | Guillaume Desmottes | 2009-04-24 | 2 | -5/+5 |
| | | |||||
| * | document empathy_tp_tube_call_when_ready | Guillaume Desmottes | 2009-04-24 | 1 | -1/+28 |
| | | |||||
| * | Merge branch 'master' into tp-tube | Guillaume Desmottes | 2009-04-24 | 97 | -6871/+5310 |
| |\ | |||||
| * | | empathy-tube-handler: wait that tube is ready before announcing it | Guillaume Desmottes | 2009-04-21 | 1 | -8/+27 |
| | | | |||||
| * | | add empathy_tp_tube_call_when_ready. Fixes bug #579735 | Guillaume Desmottes | 2009-04-21 | 2 | -5/+140 |
| | | | |||||
| * | | tp_tube_constructor: get State property not priv->state is actually set | Guillaume Desmottes | 2009-04-21 | 1 | -0/+34 |
| | | | |||||
* | | | Add menu option to display FT Managers | Davyd Madeley | 2009-04-27 | 2 | -0/+25 |
| | | | | | | | | | | | | Fixes GNOME Bug #574626 | ||||
* | | | Fix foaf:mbox URI in DOAP file | Davyd Madeley | 2009-04-27 | 1 | -1/+1 |
| | | | |||||
* | | | Updated Spanish translation | Jorge Gonzalez | 2009-04-26 | 1 | -47/+49 |
| | | | |||||
* | | | Merge branch 'ft-misc' | Jonny Lamb | 2009-04-25 | 5 | -41/+231 |
|\ \ \ | |||||
| * | | | Reference empathy_tp_file_is_ready in the "ready" property. | Jonny Lamb | 2009-04-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | | Remove incorrect emacs modeline. | Jonny Lamb | 2009-04-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | | Added more words to empathy_tp_file_is_ready. | Jonny Lamb | 2009-04-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | | Update python bindings. | Jonny Lamb | 2009-04-25 | 2 | -14/+75 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | | Removed empathy_tp_file_close as it was a duplicate of _cancel. | Jonny Lamb | 2009-04-25 | 3 | -9/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | | Use a tp-glib constant rather than a magic number. | Jonny Lamb | 2009-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | | Update EmpathyTpFile documentation. | Jonny Lamb | 2009-04-25 | 2 | -16/+148 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Fix a theoretical race listing pending messages | Will Thompson | 2009-04-25 | 1 | -4/+4 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you call ListPendingMessages before connecting to Received, the following could theoretically occur: Empathy --- ListPendingMessages --> CM Empathy <-- LPM returns --- CM <----- CM -----> Received Empathy connects to Received and thus you could miss a message. Connecting to Received before calling ListPendingMessages avoids this (mostly theoretical) bug. Signed-off-by: Will Thompson <will.thompson@collabora.co.uk> | ||||
* | | | Add gtk-doc for new functions | Xavier Claessens | 2009-04-25 | 1 | -0/+16 |
| | | | |||||
* | | | Refresh each second instead of each 2 seconds | Xavier Claessens | 2009-04-25 | 1 | -1/+1 |
| | | | |||||
* | | | Display the file transfer speed and calculate remaining time more dynamically. | Xavier Claessens | 2009-04-25 | 3 | -22/+93 |
| | | | |||||
* | | | Updated Spanish translation | Jorge Gonzalez | 2009-04-25 | 1 | -162/+180 |
| | | | |||||
* | | | Add shave support to build process. | Jonny Lamb | 2009-04-24 | 17 | -40/+298 |
| |/ |/| | | | | | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | tp-file: ready property has to be read only | Guillaume Desmottes | 2009-04-24 | 1 | -5/+1 |
| | | |||||
* | | tp-file: implement getter/setter for the ready property | Guillaume Desmottes | 2009-04-24 | 1 | -0/+6 |
| | | |||||
* | | empathy-call-window.c: update priv->sending_video *before* changing widget's ↵ | Guillaume Desmottes | 2009-04-24 | 1 | -2/+2 |
| | | | | | | | | state | ||||
* | | The incoming call dialog doesn't have to be modal. Fixes #576384 | Guillaume Desmottes | 2009-04-24 | 1 | -2/+1 |
| | | | | | | | | This avoid to display the roster with the confirmation dialog. | ||||
* | | add HACKING file pointing to the wiki | Guillaume Desmottes | 2009-04-24 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'spelling-578399' | Davyd Madeley | 2009-04-24 | 10 | -474/+45 |
|\ \ | |||||
| * | | Remove spell dialog from POTFILES.in; remove GtkBuilder file | Davyd Madeley | 2009-04-24 | 2 | -133/+0 |
| | | | |||||
| * | | Fix trailing whitespace | Davyd Madeley | 2009-04-24 | 1 | -5/+5 |
| | | | |||||
| * | | Fixes based on feedback | Adam Schreiber | 2009-04-24 | 1 | -17/+22 |
| | | | | | | | | | | | | | | | Some cleanup still required, done by Davyd Madeley <davyd.madeley@collabora.co.uk> | ||||
| * | | remove empathy-spell-dialog from python binding | Guillaume Desmottes | 2009-04-22 | 2 | -16/+0 |
| | | | |||||
| * | | Display spelling suggestions in a submenu instead of in a separate | Adam Schreiber | 2009-04-22 | 6 | -322/+37 |
| | | | | | | | | | | | | dialog. Fixes bug #578399 | ||||
* | | | Merge branch 'send-video-576394' | Guillaume Desmottes | 2009-04-24 | 2 | -0/+18 |
|\ \ \ | |||||
| * | | | empathy-call-window: add priv->sending_video so we don't call ↵ | Guillaume Desmottes | 2009-04-24 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | empathy_call_window_set_send_video when it's not needed | ||||
| * | | | empathy-call-window: send-video meny entry has to be unsensitive by default | Guillaume Desmottes | 2009-04-23 | 1 | -0/+1 |
| | | | | |||||
| * | | | Sync 'Send Video' button and 'Call -> Send video' menu entry. Fixes #576394 | Guillaume Desmottes | 2009-04-23 | 1 | -0/+5 |
| | | | | |||||
* | | | | doap: Add desktop category | Olav Vitters | 2009-04-24 | 1 | -0/+1 |
| | | | | |||||
* | | | | empathy-contact-widget: call contact_widget_change_contact after widget's ↵ | Guillaume Desmottes | 2009-04-23 | 1 | -2/+5 |
|/ / / | | | | | | | | | | setup. Fixes #579971 | ||||
* | | | check-empathy-helpers: gconf_entry_free has been deprecated; use ↵ | Guillaume Desmottes | 2009-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | gconf_entry_unref | ||||
* | | | Merge branch 'presets-dialog' | Davyd Madeley | 2009-04-23 | 11 | -372/+801 |
|\ \ \ | |||||
| * | | | Rest of gtk-doc | Davyd Madeley | 2009-04-23 | 1 | -0/+9 |
| | | | | |||||
| * | | | Preserve the status message across combo box changes | Davyd Madeley | 2009-04-23 | 1 | -3/+20 |
| | | | | |||||
| * | | | Add a comment for cassidy ;-) | Davyd Madeley | 2009-04-23 | 1 | -0/+1 |
| | | | | |||||
| * | | | Sort presets alphabetically in the list | Davyd Madeley | 2009-04-23 | 2 | -2/+4 |
| | | | | |||||
| * | | | gtk-doc entry | Davyd Madeley | 2009-04-23 | 1 | -0/+9 |
| | | | | |||||
| * | | | Make it possible to edit a status message by double-clicking on it | Davyd Madeley | 2009-04-23 | 1 | -0/+52 |
| | | | | |||||
| * | | | Fix function naming | Davyd Madeley | 2009-04-23 | 1 | -4/+4 |
| | | | | |||||
| * | | | Don't reset the state to Available when you click [Add] | Davyd Madeley | 2009-04-22 | 1 | -6/+14 |
| | | | | |||||
| * | | | Fix up Add Preset combo focusing | Davyd Madeley | 2009-04-22 | 1 | -17/+84 |
| | | | | |||||
| * | | | Add some labels to the UI | Davyd Madeley | 2009-04-22 | 1 | -3/+34 |
| | | | | |||||
| * | | | Connect new dialog into presence chooser, remove old dialog | Davyd Madeley | 2009-04-22 | 5 | -370/+11 |
| | | | | |||||
| * | | | Make test load status presets | Davyd Madeley | 2009-04-22 | 1 | -0/+4 |
| | | | | |||||
| * | | | Add new files to POTFILES.in | Davyd Madeley | 2009-04-22 | 1 | -0/+2 |
| | | | | |||||
| * | | | Make [Add] work | Davyd Madeley | 2009-04-22 | 2 | -6/+150 |
| | | | | |||||
| * | | | Make [Remove] work | Davyd Madeley | 2009-04-21 | 1 | -0/+35 |
| | | | | |||||
| * | | | List presets in the treeview | Davyd Madeley | 2009-04-21 | 3 | -3/+210 |
| | | | | |||||
| * | | | Skeleton of a test program for the dialog | Davyd Madeley | 2009-04-21 | 3 | -1/+53 |
| | | | | |||||
| * | | | Skeleton of a new presets dialog | Davyd Madeley | 2009-04-21 | 3 | -0/+148 |
| | | | | |||||
* | | | | Merge branch 'irc-dialog-579800' | Guillaume Desmottes | 2009-04-23 | 3 | -10/+4 |
|\ \ \ \ | |||||
| * | | | | empathy-account-widget-irc: remove unused widgets | Guillaume Desmottes | 2009-04-23 | 1 | -6/+0 |
| | | | | | |||||
| * | | | | empathy-account-widget-irc: rename button_remove to button_remove_network so ↵ | Guillaume Desmottes | 2009-04-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | it has the same name as the UI id | ||||
| * | | | | empathy_irc_network_dialog_show: call show_all on the dialog | Guillaume Desmottes | 2009-04-23 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | fix another id clash | Guillaume Desmottes | 2009-04-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | rename button_remove to button_remove_network to fix id clash | Guillaume Desmottes | 2009-04-23 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | empathy-account-widget-irc.ui: the network dialog doesn't have to be | Guillaume Desmottes | 2009-04-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | visible by default. Fixes #579800 | ||||
* | | | | | Misc. gtk-doc updates, including being more explicit about refs. | Jonny Lamb | 2009-04-23 | 4 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | | Add documentation for EmpathyNewMessageDialog. | Jonny Lamb | 2009-04-23 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | | Add documentation for EmpathyProfileChooser. | Jonny Lamb | 2009-04-23 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | | Add documentation for EmpathyAvatarImage. | Jonny Lamb | 2009-04-23 | 2 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | | Add documentation for EmpathyAvatarChooser. | Jonny Lamb | 2009-04-23 | 2 | -0/+55 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | | Add documentation for EmpathyPresenceChooser. | Jonny Lamb | 2009-04-23 | 2 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | | Add documentation for EmpathyContactWidget. | Jonny Lamb | 2009-04-23 | 2 | -0/+73 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | | Add documentation for EmpathyContactSelector. | Jonny Lamb | 2009-04-23 | 2 | -2/+68 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | | Add documentation for EmpathyAccountChooser. | Jonny Lamb | 2009-04-23 | 2 | -0/+105 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Remove g_object_ref from empathy_dispatch_operation_get_tp_connection. Fixes ↵ | Jonny Lamb | 2009-04-22 | 2 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | #579780 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Renamed empathy_profile_chooser_get_selected to ↵ | Jonny Lamb | 2009-04-22 | 3 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | empathy_profile_chooser_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Renamed empathy_contact_list_view_get_selected to ↵ | Jonny Lamb | 2009-04-22 | 3 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | empathy_contact_list_view_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Renamed empathy_account_chooser_get_account to ↵ | Jonny Lamb | 2009-04-22 | 5 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | empathy_account_chooser_dup_account and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Rename empathy_contact_new_static to empathy_contact_new_for_log | Xavier Claessens | 2009-04-22 | 3 | -7/+7 |
| | | | | |||||
* | | | | Don't forget to show the contact widget in some places | Xavier Claessens | 2009-04-22 | 1 | -3/+6 |
| | | | | |||||
* | | | | Do not rely on suppress_handlers, it is deprecated. | Xavier Claessens | 2009-04-22 | 1 | -76/+49 |
| | | | | |||||
* | | | | Rename manager to self to not confuse with account_manager. | Xavier Claessens | 2009-04-22 | 1 | -6/+6 |
| | | | | |||||
* | | | | Replace empathy_connection_get_protocol by tp_connection_parse_object_path | Xavier Claessens | 2009-04-22 | 4 | -34/+4 |
| | | | | |||||
* | | | | Add a comment to tell that tp_contact_list_group_add() takes ownership of ↵ | Xavier Claessens | 2009-04-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | handles array | ||||
* | | | | Make the comment for group hash table more explicit | Xavier Claessens | 2009-04-22 | 1 | -1/+2 |
| | | | | |||||
* | | | | Add a comment to explain what does tp_contact_list_group_add | Xavier Claessens | 2009-04-22 | 1 | -0/+5 |
| | | | | |||||
* | | | | Simplify expression in tp_contact_list_group_add_data_unref | Xavier Claessens | 2009-04-22 | 1 | -1/+2 |
| | | | | |||||
* | | | | Add doc for empathy_account_manager_dup_connections. | Xavier Claessens | 2009-04-22 | 1 | -0/+9 |
| | | | | |||||
* | | | | Make explicit in the doc of empathy_account_manager_get_connection that it ↵ | Xavier Claessens | 2009-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | does not return a new ref | ||||
* | | | | Add asserts in connection_invalidated_cb | Xavier Claessens | 2009-04-22 | 1 | -0/+6 |
| | | | | |||||
* | | | | Document hash tables in EmpathyAccountManagerPriv | Xavier Claessens | 2009-04-22 | 1 | -2/+2 |
| | | | | |||||
* | | | | Add empathy_contact_new_static() to create a contact that comes from logs | Xavier Claessens | 2009-04-22 | 3 | -6/+22 |
| | | | | |||||
* | | | | Add G_PARAM_STATIC_STRINGS to EmpathyContact properties | Xavier Claessens | 2009-04-22 | 2 | -11/+10 |
| | | | | |||||
* | | | | Fix build, probably an error while rebasing | Xavier Claessens | 2009-04-22 | 1 | -2/+0 |
| | | | | |||||
* | | | | Cleanup authors of EmpathyContact. It has nothing to do with Gossip code ↵ | Xavier Claessens | 2009-04-22 | 2 | -4/+1 |
| | | | | | | | | | | | | | | | | anymore. All code is mine. | ||||
* | | | | Use tp_connection_get_self_handle where needed | Xavier Claessens | 2009-04-22 | 5 | -68/+20 |
| | | | | |||||
* | | | | Also accept local-pending of publish if adding a contact | Xavier Claessens | 2009-04-22 | 1 | -0/+5 |
| | | | | |||||
* | | | | Change EmpathyTpContactFactory API to look more like TpConnection. Add ↵ | Xavier Claessens | 2009-04-22 | 13 | -123/+441 |
| | | | | | | | | | | | | | | | | | | | | | | | | function to get only one contact from id/handle. | ||||
* | | | | Port EmpathyContactListView's DnD to new API | Xavier Claessens | 2009-04-22 | 1 | -58/+112 |
| | | | | |||||
* | | | | Port EmpathyChatWindow's DnD to new API | Xavier Claessens | 2009-04-22 | 1 | -3/+20 |
| | | | | |||||
* | | | | Port megaphone applet to new API | Xavier Claessens | 2009-04-22 | 1 | -168/+202 |
| | | | | |||||
* | | | | Update python binding | Xavier Claessens | 2009-04-22 | 4 | -426/+104 |
| | | | | |||||
* | | | | Remove useless include of empathy-contact-factory.h | Xavier Claessens | 2009-04-22 | 2 | -2/+0 |
| | | | | |||||
* | | | | Simplify empathy_contact_get_account | Xavier Claessens | 2009-04-22 | 1 | -7/+3 |
| | | | | |||||
* | | | | Extract protocol from the connection's object-path and correctly set the ↵ | Xavier Claessens | 2009-04-22 | 3 | -4/+36 |
| | | | | | | | | | | | | | | | | special group for xmpp-local contacts. | ||||
* | | | | Add commented out code to set the _is_ready property of EmpathyContact | Xavier Claessens | 2009-04-22 | 1 | -0/+14 |
| | | | | |||||
* | | | | Disconnect all signals from tp_chat when the UI is destroyed | Xavier Claessens | 2009-04-22 | 1 | -6/+17 |
| | | | | |||||
* | | | | - Fix connection of "group-members-changed" signal | Xavier Claessens | 2009-04-22 | 1 | -14/+3 |
| | | | | | | | | | | | | | | | | | | | | - Do not unerf channel when calling close. Wait for it to be invalidated becasue we can still get signals between the moment we called close and the CM actually closing the channel. | ||||
* | | | | Remove dead code | Xavier Claessens | 2009-04-22 | 1 | -3/+0 |
| | | | | |||||
* | | | | Use new getters and setters of EmpathyChatroom. Simplify to lookup when a ↵ | Xavier Claessens | 2009-04-22 | 1 | -35/+20 |
| | | | | | | | | | | | | | | | | tp_chat is destroyed. | ||||
* | | | | Add getter and setter for "tp-chat" and "favorite" properties on EmpathyChatroom | Xavier Claessens | 2009-04-22 | 2 | -43/+85 |
| | | | | |||||
* | | | | Remove useless condition | Xavier Claessens | 2009-04-22 | 1 | -12/+9 |
| | | | | |||||
* | | | | Drop dead code | Xavier Claessens | 2009-04-22 | 2 | -101/+0 |
| | | | | |||||
* | | | | Drop usage of McAccount from EmpathyTpTube | Xavier Claessens | 2009-04-22 | 1 | -8/+1 |
| | | | | |||||
* | | | | If presence message is "", get the default message. | Xavier Claessens | 2009-04-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Remove dead code | Xavier Claessens | 2009-04-22 | 1 | -2/+0 |
| | | | | |||||
* | | | | Update doc | Xavier Claessens | 2009-04-22 | 2 | -5/+0 |
| | | | | |||||
* | | | | Remove obsolet test applications | Xavier Claessens | 2009-04-22 | 3 | -120/+0 |
| | | | | |||||
* | | | | Add a group channel only if suppress_handler == FALSE | Xavier Claessens | 2009-04-22 | 1 | -3/+5 |
| | | | | |||||
* | | | | Make sure to not ref a NULL object | Xavier Claessens | 2009-04-22 | 1 | -0/+3 |
| | | | | |||||
* | | | | index begin at 0 and not 1 for GArray | Xavier Claessens | 2009-04-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Get the factory in _constructed because connection property is not set yet ↵ | Xavier Claessens | 2009-04-22 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | in _init | ||||
* | | | | CONSTRUCT_ONLY properties must be writable | Xavier Claessens | 2009-04-22 | 1 | -3/+5 |
| | | | | |||||
* | | | | Get the priv struct of the right object. | Xavier Claessens | 2009-04-22 | 1 | -2/+2 |
| | | | | |||||
* | | | | Get the connection for newly created accounts | Xavier Claessens | 2009-04-22 | 1 | -44/+53 |
| | | | | |||||
* | | | | Port empathy.c to new API | Xavier Claessens | 2009-04-22 | 1 | -1/+8 |
| | | | | |||||
* | | | | Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed ↵ | Xavier Claessens | 2009-04-22 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | to be enough. | ||||
* | | | | Port EmpathyNEwChatroomDialog to new API | Xavier Claessens | 2009-04-22 | 1 | -3/+3 |
| | | | | |||||
* | | | | Port EmpathyMainWindow to new API | Xavier Claessens | 2009-04-22 | 1 | -35/+9 |
| | | | | |||||
* | | | | - Split info/edit/personal dialogs into different functions. | Xavier Claessens | 2009-04-22 | 4 | -63/+142 |
| | | | | | | | | | | | | | | | | - Make sure empathy_contact_widget_new works with a NULL contact. | ||||
* | | | | Port EmpathyEventManager to new API | Xavier Claessens | 2009-04-22 | 1 | -96/+43 |
| | | | | |||||
* | | | | There is no "contact" property on EmpathyTpFile | Xavier Claessens | 2009-04-22 | 1 | -2/+0 |
| | | | | |||||
* | | | | Port EmpathyNewMessageDialog to new API. | Xavier Claessens | 2009-04-22 | 1 | -45/+55 |
| | | | | |||||
* | | | | Port EmpathyContactWidget to new API. | Xavier Claessens | 2009-04-22 | 1 | -42/+62 |
| | | | | |||||
* | | | | Add empathy_account_chooser_get_connection() | Xavier Claessens | 2009-04-22 | 2 | -0/+19 |
| | | | | |||||
* | | | | Base EmpathyAvatarChooser on connection instead of account. | Xavier Claessens | 2009-04-22 | 1 | -83/+29 |
| | | | | |||||
* | | | | EmpathyTpContactFactory don't have a ready property anymore. | Xavier Claessens | 2009-04-22 | 1 | -12/+6 |
| | | | | |||||
* | | | | Remove unused function empathy_dispatcher_call_with_contact(). | Xavier Claessens | 2009-04-22 | 2 | -31/+0 |
| | | | | |||||
* | | | | Port EmpathyContactDialogs to new API. | Xavier Claessens | 2009-04-22 | 1 | -4/+16 |
| | | | | |||||
* | | | | Port EmpathyChatWindow to new API and remove dead code. | Xavier Claessens | 2009-04-22 | 1 | -15/+1 |
| | | | | |||||
* | | | | Port EmpathyChat to new API. | Xavier Claessens | 2009-04-22 | 2 | -33/+18 |
| | | | | |||||
* | | | | Remove usage of EmpathyTpGroup from EmpathyTpContactList | Xavier Claessens | 2009-04-22 | 1 | -566/+610 |
| | | | | |||||
* | | | | Remove EmpathyTpGroup | Xavier Claessens | 2009-04-22 | 3 | -1076/+0 |
| | | | | |||||
* | | | | Use the account manager to map from connection to account. | Xavier Claessens | 2009-04-22 | 1 | -6/+19 |
| | | | | |||||
* | | | | Add empathy_tp_chat_get_connection() to direct access the channel's connection. | Xavier Claessens | 2009-04-22 | 2 | -0/+11 |
| | | | | |||||
* | | | | Reorder functions to not declare them on top | Xavier Claessens | 2009-04-22 | 1 | -267/+267 |
| | | | | |||||
* | | | | Fix some coding style | Xavier Claessens | 2009-04-22 | 1 | -105/+90 |
| | | | | |||||
* | | | | Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup. | Xavier Claessens | 2009-04-22 | 2 | -403/+375 |
| | | | | |||||
* | | | | Port EmpathyCallHandler to new API | Xavier Claessens | 2009-04-22 | 1 | -30/+20 |
| | | | | |||||
* | | | | Port EmpathyTpCall to new API | Xavier Claessens | 2009-04-22 | 1 | -36/+23 |
| | | | | |||||
* | | | | Port EmpathyLogManager to new API | Xavier Claessens | 2009-04-22 | 1 | -2/+6 |
| | | | | |||||
* | | | | Port EmpathyDispatchOperation to new API | Xavier Claessens | 2009-04-22 | 1 | -6/+61 |
| | | | | |||||
* | | | | Port EmpathyTpFile to new API and add a ready property | Xavier Claessens | 2009-04-22 | 2 | -43/+130 |
| | | | | |||||
* | | | | EmpathyDispatcher: Use new EmpathyAccountManager API and rebase on ↵ | Xavier Claessens | 2009-04-22 | 2 | -200/+83 |
| | | | | | | | | | | | | | | | | TpConnection instead of McAccount | ||||
* | | | | Drop unused include of contact factory | Xavier Claessens | 2009-04-22 | 1 | -1/+0 |
| | | | | |||||
* | | | | EmpathyContactManager: Use new API of EmpathyAccountManager and ↵ | Xavier Claessens | 2009-04-22 | 2 | -89/+65 |
| | | | | | | | | | | | | | | | | EmpathyTpContactList. | ||||
* | | | | Rebase EmpathyTpContactList on TpConnection instead of McAccount. | Xavier Claessens | 2009-04-22 | 2 | -121/+53 |
| | | | | |||||
* | | | | Change API of EmpathyTpContactFactory: | Xavier Claessens | 2009-04-22 | 2 | -776/+313 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Based on TpConnection instead of McAccount. - Drop all code that is now handled in TpContact. - Make it per-connection singleton. | ||||
* | | | | Drop EmpathyContactFactory | Xavier Claessens | 2009-04-22 | 3 | -270/+2 |
| | | | | |||||
* | | | | Keep a ref to all TpConnection objects. Map account<>connection. | Xavier Claessens | 2009-04-22 | 2 | -0/+159 |
| | | | | |||||
* | | | | Turn EmpathyContact into a TpContact wrapper | Xavier Claessens | 2009-04-22 | 2 | -385/+213 |
| |/ / |/| | | |||||
* | | | update python bindings | Guillaume Desmottes | 2009-04-22 | 1 | -0/+60 |
| | | | |||||
* | | | Output GtkBuilder errors as g_critical() not DEBUG() | Davyd Madeley | 2009-04-22 | 1 | -1/+1 |
| | | | |||||
* | | | Updated Spanish translation | Jorge Gonzalez | 2009-04-22 | 1 | -203/+187 |
| | | | |||||
* | | | Updated Spanish translation | Jorge Gonzalez | 2009-04-22 | 1 | -27/+39 |
| |/ |/| | |||||
* | | Add ellipsis to the add account button. Fixes bug #548704 | Guillaume Desmottes | 2009-04-21 | 1 | -2/+36 |
| | | |||||
* | | empathy-accounts-dialog.ui: no change, the file has just been opened and ↵ | Guillaume Desmottes | 2009-04-21 | 1 | -27/+57 |
| | | | | | | | | sauved in Glade | ||||
* | | Updated Galician Translation | Frco. Javier Rial | 2009-04-21 | 2 | -471/+763 |
| | | |||||
* | | Merge branch 'tube-bus-name' | Guillaume Desmottes | 2009-04-21 | 2 | -1/+33 |
|\ \ | |||||
| * | | empathy_tube_handler_build_bus_name: escape invalid char in the service name | Guillaume Desmottes | 2009-04-21 | 1 | -1/+22 |
| | | | |||||
| * | | don't dispatch D-Bus tube having an invalid ServiceName | Guillaume Desmottes | 2009-04-21 | 1 | -0/+11 |
| | | | |||||
* | | | Add context string for translation (#575442) | Frederic Peters | 2009-04-21 | 1 | -1/+1 |
|/ / | |||||
* | | Instead of destroying the submenu when it's not needed only create it if there | Lars-Peter Clausen | 2009-04-21 | 1 | -13/+5 |
| | | | | | | | | is a submenu item. | ||||
* | | Fix indent. | Lars-Peter Clausen | 2009-04-21 | 2 | -3/+3 |
| | | |||||
* | | Fix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled buffer | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+2 |
| | | | | | | | | after it has been saved and is not needed anymore. | ||||
* | | Fix memleak in avatar_chooser_update_preview_cb. Free string returned by | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+2 |
| | | | | | | | | gtk_file_chooser_get_preview_filename. | ||||
* | | Fix memleak in contact_widget_model_populate_columns. Since it not used anywhere | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+0 |
| | | | | | | | | else it does not make sense to add a ref to the renderer, or does it? | ||||
* | | Fix memleak in tp_contact_list_group_member_removed_cb. Free group name when | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+1 |
| | | | | | | | | it is removed from the group list. | ||||
* | | Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it has | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+1 |
| | | | | | | | | been removed from the message queue. | ||||
* | | Fix memleak in empathy_contact_invite_menu_item_new. Just calling | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+3 |
| | | | | | | | | gtk_widget_destroy on submenu won't free it since it is floating. | ||||
* | | Fix memleak. Free strings retrieved from gtk_tree_model_get. | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+2 |
| | | |||||
* | | Fix memleak in empathy_account_manager_init. Do not create unused account data. | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+1 |
| | | |||||
* | | Fix memleak in empathy_tp_file_accept. Free content of priv->filename before | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+1 |
| | | | | | | | | overwriting it. | ||||
* | | fix memleak in preferences_widget_sync_string_combo. Previously name was not | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+3 |
| | | | | | | | | freed if it was a match. | ||||
* | | Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if its | Lars-Peter Clausen | 2009-04-21 | 1 | -3/+1 |
|/ | | | | needed and freed again. | ||||
* | Coding style fix | Davyd Madeley | 2009-04-21 | 1 | -2/+1 |
| | |||||
* | s/favourite/favorite/ | Davyd Madeley | 2009-04-21 | 1 | -9/+9 |
| | |||||
* | Reliably set favourite-star | Davyd Madeley | 2009-04-21 | 2 | -31/+53 |
| | |||||
* | Update the preset list | Davyd Madeley | 2009-04-21 | 1 | -1/+21 |
| | |||||
* | Add a favourite icon to custom/saved messages | Davyd Madeley | 2009-04-21 | 1 | -8/+81 |
| | |||||
* | More icon sizes | Davyd Madeley | 2009-04-20 | 9 | -0/+8 |
| | |||||
* | Icons from Firefox | Davyd Madeley | 2009-04-20 | 3 | -0/+2 |
| | |||||
* | Merge commit 'bigon/configure-deprecated-flag' | Xavier Claessens | 2009-04-19 | 10 | -13/+18 |
|\ | |||||
| * | Use autotools magic to take care of disabling deprecated symbols | Laurent Bigonville | 2009-04-18 | 10 | -13/+18 |
| | | | | | | | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols | ||||
* | | Fix plural forms | Khaled Hosny | 2009-04-19 | 1 | -4/+4 |
| | | |||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-04-19 | 1 | -464/+467 |
| | | |||||
* | | Updated British English translation | Philip Withnall | 2009-04-18 | 1 | -180/+180 |
| | | |||||
* | | Fix coding style by not going over 80 chars too much | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -10/+18 |
| | | |||||
* | | Fix indent and translation | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -3/+3 |
| | | |||||
* | | Fix memory leaks + minor coding style changes | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -5/+7 |
| | | |||||
* | | Add members, invite and password columns to Join dialog | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -5/+61 |
| | | |||||
* | | Add more information to EmpathyChatroom | Pierre-Luc Beaudoin | 2009-04-18 | 3 | -3/+242 |
| | | | | | | | | | | | | | | - Invite Only - Require password - Subject - Member count | ||||
* | | Modify deeply the join chatroom dialog. | Pierre-Luc Beaudoin | 2009-04-18 | 2 | -125/+70 |
| | | | | | | | | | | | | The rationale is that the room list is now loaded when the expander is open. It will refresh it if is open and the server is changed. | ||||
* | | Remove the New in Join New... menu item | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -1/+1 |
| | | | | | | | | As the the dialog doesn't necessarily create a new room, it makes no sens. |