| Commit message (Expand) | Author | Age | Files | Lines |
* | Add empathy-debug-dialog to POTFILES.in. | Jonny Lamb | 2009-06-04 | 1 | -0/+1 |
* | Display a label if the selected CM does not support Debug. | Jonny Lamb | 2009-06-04 | 1 | -6/+56 |
* | Add level label to priv struct. | Jonny Lamb | 2009-06-04 | 1 | -4/+5 |
* | Store toolbar items in priv struct. | Jonny Lamb | 2009-06-04 | 1 | -33/+38 |
* | Keep a ref to the TpDBusDaemon so the NameOwnerChanged cb gets called. | Jonny Lamb | 2009-06-04 | 1 | -6/+7 |
* | Clean up EmpathyDebugDialogPriv. | Jonny Lamb | 2009-06-04 | 1 | -9/+20 |
* | Use G_GSIZE_FORMAT instead of %u. | Jonny Lamb | 2009-06-03 | 1 | -1/+2 |
* | Updated Debug spec. | Jonny Lamb | 2009-06-03 | 1 | -43/+97 |
* | Add a "Copy" toolbar item to copy text to clipboard. | Jonny Lamb | 2009-04-24 | 1 | -0/+73 |
* | Create a straight TpProxy instead of a TpConnection. | Jonny Lamb | 2009-04-24 | 1 | -12/+7 |
* | Connect to NameOwnerChanged so the CM chooser can be updated when new CMs joi... | Jonny Lamb | 2009-04-24 | 1 | -0/+93 |
* | Store unique names in CM model. | Jonny Lamb | 2009-04-24 | 1 | -27/+112 |
* | Use GtkWindow's "transient-for" property instead of holding a ref to the pare... | Jonny Lamb | 2009-04-24 | 1 | -27/+1 |
* | Don't show the same CM more than once in the CM chooser if there are more tha... | Jonny Lamb | 2009-04-24 | 1 | -0/+15 |
* | Use GFile and GFileOutputStream instead of fopen and fprintf. | Jonny Lamb | 2009-04-24 | 1 | -13/+35 |
* | Use "foo != NULL" instead of "foo". | Jonny Lamb | 2009-04-24 | 1 | -7/+7 |
* | Add more comments to debug_dialog_press_event_cb. | Jonny Lamb | 2009-04-24 | 1 | -0/+3 |
* | Use guint instead of int for for loop counter. | Jonny Lamb | 2009-04-24 | 1 | -1/+1 |
* | Split some long lines into two. | Jonny Lamb | 2009-04-24 | 1 | -6/+10 |
* | Changed Help menu item to simply "Debug. | Jonny Lamb | 2009-04-24 | 1 | -1/+1 |
* | Updated coding style. | Jonny Lamb | 2009-04-24 | 1 | -44/+44 |
* | Remove tabs, sigh. | Jonny Lamb | 2009-04-24 | 1 | -5/+5 |
* | Implement save button. | Jonny Lamb | 2009-04-24 | 1 | -0/+96 |
* | Clear the store when changing CM. | Jonny Lamb | 2009-04-24 | 1 | -0/+2 |
* | Implemented a menu when selecting a row to copy message to clipboard. | Jonny Lamb | 2009-04-24 | 1 | -0/+95 |
* | Display debug message as monospace. | Jonny Lamb | 2009-04-24 | 1 | -0/+3 |
* | Implement clear button. | Jonny Lamb | 2009-04-24 | 1 | -0/+11 |
* | Implement level combo box. | Jonny Lamb | 2009-04-24 | 1 | -28/+117 |
* | Align text at the top of the row. | Jonny Lamb | 2009-04-24 | 1 | -0/+1 |
* | Remove trailing whitespace from the debug message. | Jonny Lamb | 2009-04-24 | 1 | -1/+9 |
* | Store the bus name of CMs in an the combo box's tree model instead of two dif... | Jonny Lamb | 2009-04-24 | 1 | -13/+27 |
* | Make the tree view have alternating row colours. | Jonny Lamb | 2009-04-24 | 1 | -0/+1 |
* | Correct indentation and tab problems. | Jonny Lamb | 2009-04-24 | 1 | -36/+36 |
* | Define the debug object path in the header and keep CM bus names from tp_list... | Jonny Lamb | 2009-04-24 | 2 | -15/+17 |
* | Create a new string for category as it's g_free'd. | Jonny Lamb | 2009-04-24 | 1 | -1/+1 |
* | Add Debug interface to TpProxy's known interfaces. | Jonny Lamb | 2009-04-24 | 1 | -0/+3 |
* | Return NULL if _new is not given a GtkWindow. | Jonny Lamb | 2009-04-24 | 1 | -0/+2 |
* | Only set Enabled=false in dispose if there we have a proxy. | Jonny Lamb | 2009-04-24 | 1 | -3/+4 |
* | Changed account chooser to CM chooser. | Jonny Lamb | 2009-04-24 | 1 | -37/+78 |
* | Get the CM bus name from the TpProxy instead of hard-coding, and fix some ref... | Jonny Lamb | 2009-04-24 | 1 | -8/+13 |
* | Make sure the toolbar labels are shown. | Jonny Lamb | 2009-04-24 | 1 | -2/+7 |
* | Only set Enabled when we already have a proxy. | Jonny Lamb | 2009-04-24 | 1 | -1/+2 |
* | Set Enabled dbus property to the correct value depending on whether the signa... | Jonny Lamb | 2009-04-24 | 1 | -9/+26 |
* | Implement pause button and handle connections to signal when changing account. | Jonny Lamb | 2009-04-24 | 1 | -8/+44 |
* | Only connect to NewDebugMessage if the paused button is not pressed. | Jonny Lamb | 2009-04-24 | 1 | -3/+9 |
* | Connect to NewDebugMessage and append it to the treeview. | Jonny Lamb | 2009-04-24 | 1 | -41/+67 |
* | Call GetMessages when the debug dialog opens. | Jonny Lamb | 2009-04-24 | 1 | -11/+171 |
* | Add GtkTreeView to debug dialog. | Jonny Lamb | 2009-04-24 | 1 | -6/+61 |
* | Add Debug interface. | Jonny Lamb | 2009-04-24 | 3 | -1/+115 |
* | Added Debug Window menu item. | Jonny Lamb | 2009-04-24 | 2 | -0/+16 |
* | Added a basic UI to debug dialog. | Jonny Lamb | 2009-04-24 | 2 | -9/+112 |
* | Added initial empty EmpathyDebugDialog. | Jonny Lamb | 2009-04-24 | 3 | -0/+192 |
* | 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 empathy_call_wi... | Guillaume Desmottes | 2009-04-24 | 1 | -0/+12 |
| * | 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 set... | Guillaume Desmottes | 2009-04-23 | 1 | -2/+5 |
|/ |
|
* | check-empathy-helpers: gconf_entry_free has been deprecated; use gconf_entry_... | Guillaume Desmottes | 2009-04-23 | 1 | -1/+1 |
* | 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 |
| * | | 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 |
* | | | Misc. gtk-doc updates, including being more explicit about refs. | Jonny Lamb | 2009-04-23 | 4 | -8/+12 |
* | | | Add documentation for EmpathyNewMessageDialog. | Jonny Lamb | 2009-04-23 | 1 | -0/+18 |
* | | | Add documentation for EmpathyProfileChooser. | Jonny Lamb | 2009-04-23 | 1 | -0/+33 |
* | | | Add documentation for EmpathyAvatarImage. | Jonny Lamb | 2009-04-23 | 2 | -0/+32 |
* | | | Add documentation for EmpathyAvatarChooser. | Jonny Lamb | 2009-04-23 | 2 | -0/+55 |
* | | | Add documentation for EmpathyPresenceChooser. | Jonny Lamb | 2009-04-23 | 2 | -0/+33 |
* | | | Add documentation for EmpathyContactWidget. | Jonny Lamb | 2009-04-23 | 2 | -0/+73 |
* | | | Add documentation for EmpathyContactSelector. | Jonny Lamb | 2009-04-23 | 2 | -2/+68 |
* | | | Add documentation for EmpathyAccountChooser. | Jonny Lamb | 2009-04-23 | 2 | -0/+105 |
|/ / |
|
* | | Remove g_object_ref from empathy_dispatch_operation_get_tp_connection. Fixes ... | Jonny Lamb | 2009-04-22 | 2 | -3/+1 |
* | | Renamed empathy_profile_chooser_get_selected to empathy_profile_chooser_dup_s... | Jonny Lamb | 2009-04-22 | 3 | -4/+5 |
* | | Renamed empathy_contact_list_view_get_selected to empathy_contact_list_view_d... | Jonny Lamb | 2009-04-22 | 3 | -6/+7 |
* | | Renamed empathy_account_chooser_get_account to empathy_account_chooser_dup_ac... | Jonny Lamb | 2009-04-22 | 5 | -8/+10 |
* | | 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 han... | Xavier Claessens | 2009-04-22 | 1 | -0/+1 |
* | | 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 do... | Xavier Claessens | 2009-04-22 | 1 | -1/+1 |
* | | 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 anym... | Xavier Claessens | 2009-04-22 | 2 | -4/+1 |
* | | 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 functi... | Xavier Claessens | 2009-04-22 | 13 | -123/+441 |
* | | 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 spec... | Xavier Claessens | 2009-04-22 | 3 | -4/+36 |
* | | 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 |
* | | Remove dead code | Xavier Claessens | 2009-04-22 | 1 | -3/+0 |
* | | Use new getters and setters of EmpathyChatroom. Simplify to lookup when a tp_... | Xavier Claessens | 2009-04-22 | 1 | -35/+20 |
* | | 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 in... | Xavier Claessens | 2009-04-22 | 1 | -2/+3 |
* | | 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 t... | Xavier Claessens | 2009-04-22 | 2 | -3/+2 |
* | | 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 |
* | | 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 TpConnecti... | Xavier Claessens | 2009-04-22 | 2 | -200/+83 |
* | | Drop unused include of contact factory | Xavier Claessens | 2009-04-22 | 1 | -1/+0 |
* | | EmpathyContactManager: Use new API of EmpathyAccountManager and EmpathyTpCont... | Xavier Claessens | 2009-04-22 | 2 | -89/+65 |
* | | 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 |
* | | 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 sauv... | Guillaume Desmottes | 2009-04-21 | 1 | -27/+57 |
* | | 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 |
* | | 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 |
* | | Fix memleak in avatar_chooser_update_preview_cb. Free string returned by | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+2 |
* | | Fix memleak in contact_widget_model_populate_columns. Since it not used anywhere | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+0 |
* | | Fix memleak in tp_contact_list_group_member_removed_cb. Free group name when | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+1 |
* | | Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it has | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+1 |
* | | Fix memleak in empathy_contact_invite_menu_item_new. Just calling | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+3 |
* | | 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 |
* | | fix memleak in preferences_widget_sync_string_combo. Previously name was not | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+3 |
* | | Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if its | Lars-Peter Clausen | 2009-04-21 | 1 | -3/+1 |
|/ |
|
* | 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 |
* | | 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 |
* | | Modify deeply the join chatroom dialog. | Pierre-Luc Beaudoin | 2009-04-18 | 2 | -125/+70 |
* | | Remove the New in Join New... menu item | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -1/+1 |
* | | Updated POTFILES.in (.glade to .ui) | Claude Paroz | 2009-04-18 | 1 | -27/+27 |
* | | AM_MAINTAINER_MODE is evil | Olivier CrĂȘte | 2009-04-18 | 1 | -1/+0 |
* | | Correct English. | Jonny Lamb | 2009-04-17 | 1 | -1/+1 |
|/ |
|
* | Fix urgency hint for MUCs | Xavier Claessens | 2009-04-17 | 1 | -1/+7 |
* | tp-tube: remove priv->parameters | Guillaume Desmottes | 2009-04-17 | 1 | -5/+0 |
* | tp-tube: remove priv->service | Guillaume Desmottes | 2009-04-17 | 1 | -3/+0 |
* | tp-tube: remove priv->initiator_contact and priv->factory as they are not used | Guillaume Desmottes | 2009-04-17 | 1 | -9/+0 |
* | empathy-tp-tube: remove initiator and type member variables as they are not used | Guillaume Desmottes | 2009-04-17 | 1 | -2/+0 |
* | empathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_STATES as max value for ... | Guillaume Desmottes | 2009-04-17 | 1 | -1/+2 |
* | empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGS | Guillaume Desmottes | 2009-04-17 | 1 | -4/+2 |
* | empathy-tp-tube: the state is a EmpTubeChannelState not a guint | Guillaume Desmottes | 2009-04-17 | 1 | -2/+2 |
* | Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of m... | Xavier Claessens | 2009-04-17 | 1 | -15/+22 |
* | Remove comments coming from the doap template | Xavier Claessens | 2009-04-17 | 1 | -12/+2 |
* | Updated Arabic translation | Khaled Hosny | 2009-04-17 | 1 | -460/+834 |
* | Add empathy.doap file for project description. | Xavier Claessens | 2009-04-17 | 1 | -0/+30 |
* | Fix python bingind | Xavier Claessens | 2009-04-17 | 1 | -0/+2 |
* | Fix compilation warning: chatrooms_window_model_get_selected() was not used. | Xavier Claessens | 2009-04-17 | 1 | -0/+8 |
* | Update python binding | Xavier Claessens | 2009-04-16 | 1 | -33/+27 |
* | Remove reference to glade from panel applets | Xavier Claessens | 2009-04-16 | 2 | -2/+0 |
* | Remove libglade from libempathy-gtk.pc | Xavier Claessens | 2009-04-16 | 1 | -2/+2 |
* | Remove unused edit-chatroom dialog from the UI file. gtk_builder_add_from_fil... | Xavier Claessens | 2009-04-16 | 2 | -220/+2 |
* | Add cell renderer on the theme combobox. Seems GtkBuilder don't set a default... | Xavier Claessens | 2009-04-16 | 1 | -12/+21 |
* | Don't unref 2 times gui. | Xavier Claessens | 2009-04-16 | 1 | -2/+0 |
* | Refactor the floating ref hack into a new function | Xavier Claessens | 2009-04-16 | 6 | -55/+31 |
* | Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xml | Xavier Claessens | 2009-04-16 | 1 | -42/+91 |
* | Add back some icons that were droped during the conversion | Xavier Claessens | 2009-04-16 | 3 | -0/+5 |