Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always show icons for meta-contacts in context menu | Vincent Untz | 2010-10-04 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631098 | ||||
* | remove deprecated FIXME | Guillaume Desmottes | 2010-10-04 | 1 | -1/+0 |
| | |||||
* | remove has-separator property from XML files | Guillaume Desmottes | 2010-10-04 | 2 | -2/+0 |
| | | | | It has been removed from GtkDialog | ||||
* | empathy-video-widget: port to new GTK+3 API | Guillaume Desmottes | 2010-10-04 | 1 | -9/+13 |
| | |||||
* | remove EmpathyKludgeLabel | Guillaume Desmottes | 2010-10-04 | 5 | -153/+2 |
| | | | | It shouldn't be needed any more with GTK-3. | ||||
* | empathy_window_iconify: use gdk_window_get_display() | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | individual-linker: no more need to implement size_request | Guillaume Desmottes | 2010-10-04 | 1 | -26/+0 |
| | |||||
* | no more need to implement chat_size_request | Guillaume Desmottes | 2010-10-04 | 1 | -24/+0 |
| | |||||
* | no more need to implement empathy_search_bar_size_request | Guillaume Desmottes | 2010-10-04 | 1 | -22/+0 |
| | | | | GtkBin is smarter now and does it for us. | ||||
* | cell_renderer_text_render: update to new API | Guillaume Desmottes | 2010-10-04 | 1 | -10/+8 |
| | |||||
* | empathy_cell_renderer_expander_render: update to new API | Guillaume Desmottes | 2010-10-04 | 1 | -11/+9 |
| | |||||
* | cell_renderer_activatable_render: update to new API | Guillaume Desmottes | 2010-10-04 | 1 | -8/+7 |
| | |||||
* | use gdk_error_trap_pop_ignored() instead of gdk_error_trap_pop() | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
| | | | | We actually ignore the return value. | ||||
* | GDK keys are now GDK_KEY_* | Guillaume Desmottes | 2010-10-04 | 5 | -14/+14 |
| | |||||
* | Stop using GtkObject (#630685) | Matthias Clasen | 2010-10-04 | 1 | -2/+2 |
| | |||||
* | Move the 'Clear' menu option in the chat window right-click context menu to ↵ | Bilal Akhtar | 2010-10-01 | 1 | -2/+2 |
| | | | | the last place. (#629544) | ||||
* | Allow to set the Service of newly created account (#629734) | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | factor out empathy_protocol_chooser_create_account_settings() | Guillaume Desmottes | 2010-09-29 | 2 | -0/+61 |
| | | | | No need to keep this code duplicated. | ||||
* | Add empathy_service_name_to_display_name() | Guillaume Desmottes | 2010-09-29 | 1 | -5/+3 |
| | | | | | Also makes empathy_protocol_name_to_display_name() fallbacks to the protocol name so caller doesn't have to. | ||||
* | protocol-chooser: expose a 'service' string instead of boolean for facebook ↵ | Guillaume Desmottes | 2010-09-29 | 2 | -33/+19 |
| | | | | and gtalk | ||||
* | geometry: add suport for binding a window more than once | Guillaume Desmottes | 2010-09-29 | 2 | -33/+75 |
| | |||||
* | geometry: no need to export _load and _save | Guillaume Desmottes | 2010-09-29 | 2 | -8/+2 |
| | |||||
* | Add context on "Select" strings (#629707) | Guillaume Desmottes | 2010-09-29 | 2 | -2/+4 |
| | |||||
* | fix typo | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | field_value_is_empty: if the first element is not NULL field is not empty | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | factor out field_value_is_empty() | Guillaume Desmottes | 2010-09-29 | 1 | -1/+10 |
| | |||||
* | add debug output | Guillaume Desmottes | 2010-09-29 | 1 | -0/+3 |
| | |||||
* | Add unsupported contact fields to details_to_set (#630427) | Guillaume Desmottes | 2010-09-29 | 1 | -6/+17 |
| | | | | This avoid to loss unsupported fields when closing the dialog. | ||||
* | Use tp_contact_info_field_copy() instead of creating a new field if found | Guillaume Desmottes | 2010-09-29 | 1 | -6/+12 |
| | |||||
* | contact_widget_details_update_edit: free the list returned by ↵ | Guillaume Desmottes | 2010-09-29 | 1 | -0/+1 |
| | | | | tp_contact_get_contact_info() | ||||
* | contact_widget_details_update_edit: no need to call ↵ | Guillaume Desmottes | 2010-09-29 | 1 | -2/+3 |
| | | | | tp_contact_get_contact_info() each iteration | ||||
* | empathy-chat: update GDK_ defines to GDK_KEY_ | Diego Escalante Urrelo | 2010-09-28 | 1 | -8/+8 |
| | | | | | | This change works in both GTK+ 2.22 and GTK+ 3.0 Bug #630107 | ||||
* | Don't use deprecated gtk_dialog_set_has_separator | Diego Escalante Urrelo | 2010-09-28 | 8 | -27/+0 |
| | | | | | | This is deprecated in GTK+ 2.22 Bug #630107 | ||||
* | empathy-avatar-image: don't use gdk_display global | Diego Escalante Urrelo | 2010-09-28 | 1 | -2/+2 |
| | | | | | | This is deprecated for GTK+ 2.22. Bug #630107 | ||||
* | don't use gtk_window_present_with_time if timestamp == GDK_CURRENT_TIME ↵ | Guillaume Desmottes | 2010-09-27 | 1 | -1/+5 |
| | | | | (#629922) | ||||
* | empathy_window_present: use gtk_get_current_event_time() as default ↵ | Guillaume Desmottes | 2010-09-27 | 1 | -1/+1 |
| | | | | timestamp (#629922) | ||||
* | Mark button texts for translation, also make them HIG-compatible | Gabor Kelemen | 2010-09-24 | 1 | -2/+2 |
| | |||||
* | contact-widget: unref the cancellable once we have cancelled the operation ↵ | Guillaume Desmottes | 2010-09-20 | 1 | -2/+1 |
| | | | | | | | | (#629957) The comment was a lie, contact_widget_details_request_cb early returns when the operation has been cancelled so it wasn't unset. There is no point waiting any way so we can unref it right away. | ||||
* | use tp_clear_object to unref the cancellable | Guillaume Desmottes | 2010-09-20 | 1 | -2/+1 |
| | |||||
* | Add individuals to the EmpathyIndividualStore before updating them | Philip Withnall | 2010-09-15 | 1 | -1/+2 |
| | | | | | | | When adding a new contact _with_ an alias set, the code in EmpathyIndividualStore was listening to (and acting on) property notifications (such as alias changes) for the individual before adding the individual to the store, resulting in duplicate contact listings. Closes: bgo#629380 | ||||
* | blacklist haze's sip protocol (#629736) | Guillaume Desmottes | 2010-09-15 | 1 | -0/+5 |
| | |||||
* | empathy_chat_paste: paste to to search bar if visible (#629594) | Guillaume Desmottes | 2010-09-14 | 1 | -0/+5 |
| | |||||
* | add empathy_search_bar_paste_clipboard() | Guillaume Desmottes | 2010-09-14 | 2 | -0/+8 |
| | |||||
* | Change videosrc element ordering | Sjoerd Simons | 2010-09-14 | 1 | -11/+12 |
| | | | | | | | | | | | | | | | | GStreamers basetransform has a nasty issue where its caps negotiation doesn't keep the ordering of caps when unioning, as a result of this linking the pipeline as "<src> ! videoscale ! colorspace ! video/x-raw-yuv" means at the <src> element yuv is no longer preferred. Changing the pipeline to be "<src> ! colorspace ! videoscale ! video/x-raw-yuv" forces the videoscale to only negotiate video/x-raw-yuv, which in turns ensures the colorspace and <src> element pick the right colorspace. In combination with emulated formats in v4l2src picking the wrong colorspace causes quite a performance hit (the src would do a color conversion in libv4l, while the colorspace element would later convert it back to a colorspace actually native to the src device!) | ||||
* | Polish recent EmpathyVideoSrc changes | Sjoerd Simons | 2010-09-14 | 2 | -55/+52 |
| | | | | | | | | * Fix various typos and broken phrasing * Use the right log level for various messages * Fix potentially calling gst_object_unref (NULL) * Fix coding style * Make various debug messages more useful | ||||
* | Add two optional filter to video src | Alexey Fisher | 2010-09-13 | 1 | -16/+51 |
| | | | | | | | | | | | | | | Add videomaxrate and postproc_tmpnoise as optional filters to empathy_video_src_init. Thay will used if thay are installed. videomaxrate will set maximal framerate to 15fps if some haw webcam will get more than 15fps it will not kill empathy-av with high CPU load. postproc_tmpnoise will reduce video noise produced by most (all) webcams. This will add smoll overhead for load but reduce CPU load of video encoder. Also this should reduce network load (for theoraenc x2) Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net> | ||||
* | Add empathy_gst_make_to_bin | Alexey Fisher | 2010-09-13 | 2 | -11/+71 |
| | |||||
* | Remove "Use Yahoo Japan" label (#609484) | Guillaume Desmottes | 2010-09-13 | 2 | -20/+1 |
| | | | | | It's not a valid connection param any more. Yahoo Japan has its own protocol now. | ||||
* | wrap label explaining the facebook account configuration (#611107) | Guillaume Desmottes | 2010-09-13 | 1 | -0/+1 |
| | |||||
* | coding style fix | Guillaume Desmottes | 2010-09-13 | 1 | -1/+1 |
| | |||||
* | tls-dialog: fix typo in a string (#629134) | Guillaume Desmottes | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3 | Philip Withnall | 2010-09-07 | 8 | -10/+27 |
| | | | | | | | gtk_dialog_set_has_separator() has been removed in GTK+ 3, but can't be removed (or the property's default value changed) in GTK+ 2 without breaking API. This adds a wrapper macro to keep the calls when building against GTK+ 2, and remove them when building against GTK+ 3. | ||||
* | Add a tooltip to the “Unlink” button | Philip Withnall | 2010-09-06 | 1 | -0/+2 |
| | | | | Closes: bgo#628376 | ||||
* | Add a confirmation dialogue to the unlink process | Philip Withnall | 2010-09-06 | 1 | -3/+24 |
| | | | | | | This makes it harder to accidentally remove a linked Individual now that the “Unlink” button is easier to find, and also makes it more obvious that Empathy hasn't just crashed when unlinking. Helps: bgo#628377 | ||||
* | Move the “Unlink” button from the Edit dialogue to the linking dialogue | Philip Withnall | 2010-09-06 | 2 | -52/+41 |
| | | | | | This is a more logical place for it, making unlinking more discoverable. Helps: bgo#628376 | ||||
* | Fix code formatting in EmpathyLinkingDialog | Philip Withnall | 2010-09-06 | 1 | -8/+9 |
| | |||||
* | Change “Link…” to “Link Contacts…” in the individual menu | Philip Withnall | 2010-09-06 | 1 | -1/+1 |
| | | | | | This makes it clearer what the menu entry does, making linking more discoverable. Closes: bgo#628377 | ||||
* | Update the Edit dialogue on contact linking or unlinking | Philip Withnall | 2010-09-03 | 1 | -29/+78 |
| | | | | | | | | Ensure any open Edit dialogues are: • closed, if they're editing the details for a meta-contact which is then unlinked; or • reloaded to show the details of the new meta-contact, if they're editing the details for a contact which is then linked. | ||||
* | Update the Information dialogue on contact linking or unlinking | Philip Withnall | 2010-09-03 | 1 | -75/+111 |
| | | | | | | | | Ensure any open Information dialogues are: • closed, if they're showing the details for a meta-contact which is then unlinked; or • reloaded to show the details of the new meta-contact, if they're showing the details for a contact which is then linked. | ||||
* | Handle the EmpathyIndividualWidget disappearing during an async details call | Philip Withnall | 2010-09-03 | 1 | -3/+6 |
| | | | | | | The EmpathyIndividualWidget may be destroyed between starting and finishing an async call to get contact details. This patch prevents the finishing callback from accessing private data which may have been freed. | ||||
* | Don't try to update EmpathyIndividualWidget's location without an Individual | Philip Withnall | 2010-09-03 | 1 | -1/+2 |
| | |||||
* | Listen to FolksIndividual::removed in EmpathyIndividualWidget | Philip Withnall | 2010-09-03 | 1 | -0/+12 |
| | | | | | | | | | In certain cases, a tooltip will be updated on the contact list when unlinking a meta-contact (reproducable with a meta-contact of meta-contacts). In order to prevent an individual table from getting stuck in the EmpathyIndividualWidget in the tooltip, EmpathyIndividualWidget needs to connect to FolksIndividual::removed to be updated when the Individual is removed or replaced. | ||||
* | Remove an idle handler when EmpathyChat is destroyed | Philip Withnall | 2010-09-03 | 1 | -2/+14 |
| | | | | | This prevents the idle handler potentially running after the EmpathyChat has been destroyed, and accessing freed memory. Closes: bgo#628156 | ||||
* | Port EmpathyIndividualView to use empathy_contact_dup_best_for_action() | Philip Withnall | 2010-09-03 | 1 | -26/+3 |
| | | | | | This ports the code in EmpathyIndividualView which starts a chat when a row is activated. Closes: bgo#628338 | ||||
* | Port EmpathyIndividualMenu to use empathy_contact_dup_best_for_action() | Philip Withnall | 2010-09-03 | 1 | -89/+36 |
| | | | | | This improves the menu code so that it no longer prefers personas with a higher presence, but which can't do the given action. Helps: bgo#628338 | ||||
* | account-widget: apply settings when activating the password entry (#625575) | Cyril Roelandt | 2010-09-03 | 1 | -2/+22 |
| | |||||
* | Ensure we disconnect from signals on Individuals' Personas as they're removed | Philip Withnall | 2010-09-02 | 1 | -34/+48 |
| | | | | | | | | EmpathyIndividualStore connects to some signals on all of the (Telepathy) Personas in each Individual it stores. If an Individual changes its set of Personas, some of those signals might end up never getting disconnected. This fixes that by listening to FolksIndividual::personas-changed and disconnecting signals as appropriate. Closes: bgo#628153 | ||||
* | Remove the “Add Contact…” menu entry from EmpathyIndividualMenu | Philip Withnall | 2010-09-02 | 2 | -92/+0 |
| | | | | It's never used, but is a CPU drain and can sometimes appear uninvited. | ||||
* | Merge branch 'translate-param-628601' | Guillaume Desmottes | 2010-09-02 | 1 | -0/+23 |
|\ | |||||
| * | account_widget_generic_format_param_name: translate common params (#628601) | Guillaume Desmottes | 2010-09-02 | 1 | -0/+23 |
| | | |||||
* | | Merge remote branch 'kaserf/fix-account-name-update' | Guillaume Desmottes | 2010-09-02 | 1 | -1/+2 |
|\ \ | |/ |/| | |||||
| * | do not set the overridden flag when creating | Felix Kaser | 2010-09-02 | 1 | -1/+2 |
| | | | | | | | | | | | | when we are creating a new account we should not set the display-name-overridden flag, since then changes in the account details wont update the name in the accounts tree. | ||||
* | | Bug 628133 — Linking dialog's live search should copy the one from the roster | Philip Withnall | 2010-09-02 | 1 | -0/+20 |
| | | | | | | | | | | | | When launching a linking dialogue from EmpathyIndividualView, copy the view's live search text to the EmpathyIndividualView in the linking dialogue. Closes: bgo#628133 | ||||
* | | Add empathy_linking_dialog_get_individual_linker() | Philip Withnall | 2010-09-02 | 2 | -0/+13 |
| | | | | | | | | Helps: bgo#628133 | ||||
* | | Add empathy_individual_linker_set_search_text() | Philip Withnall | 2010-09-02 | 2 | -4/+19 |
| | | | | | | | | Helps: bgo#628133 | ||||
* | | Add an EmpathyIndividualMenu::link-contacts-activated signal | Philip Withnall | 2010-09-02 | 1 | -9/+27 |
| | | | | | | | | | | This is emitted each time the “Link Contacts…” menu entry is activated. Helps: bgo#628133 | ||||
* | | Make EmpathyIndividualMenu a proper GObject, derived from GtkMenu | Philip Withnall | 2010-09-02 | 2 | -13/+168 |
| | | |||||
* | | empathy_account_widget_get_default_display_name: use the network name (#598394) | Guillaume Desmottes | 2010-09-02 | 1 | -9/+15 |
| | | |||||
* | | account-widget-irc: return the EmpathyIrcNetworkChooser when building the widget | Guillaume Desmottes | 2010-09-02 | 2 | -4/+11 |
| | | |||||
* | | add empathy_irc_network_chooser_get_network() | Guillaume Desmottes | 2010-09-02 | 2 | -0/+12 |
| | | |||||
* | | Only unref the EmpathyIndividualView after emptying the group hash table | Philip Withnall | 2010-09-02 | 1 | -3/+2 |
| | | | | | | | | | | Otherwise, unreffing the view could cause it to be destroyed, and thus emptying the hash table will write into freed memory and crash. | ||||
* | | Remove the expand groups idle handler when destroying an EmpathyIndividualView | Philip Withnall | 2010-09-01 | 1 | -1/+3 |
| | | | | | | | | | | | | This prevents the idle handler from being run after destruction and crashing due to referencing the EmpathyIndividualView's private memory which has already been freed. | ||||
* | | Bug 628106 — Groups are not expanded when reconnecting | Philip Withnall | 2010-09-01 | 1 | -0/+5 |
| | | | | | | | | | | | | Ensure that the list of groups to expand is cleared when going offline, so that it can be freshly created when we come back online again. Closes: bgo#628106 | ||||
* | | Ensure all persona tables are removed from EmpathyIndividualWidget | Philip Withnall | 2010-09-01 | 1 | -0/+2 |
|/ | | | | | | | In the case that EmpathyIndividualWidget is going from showing Personas to showing an Individual table, ensure that all persona tables are removed from the widget, including those for Personas who're being removed from the Individual. Closes: bgo#628481 | ||||
* | Add an INDIVIDUAL_CALL feature to EmpathyIndividualView | Philip Withnall | 2010-09-01 | 2 | -3/+8 |
| | | | | | This allows the context menu on the VoIP icon to be disabled, so that it can't be used from the linking dialogue. Closes: bgo#628433 | ||||
* | Fix the audio/video icon in the contact list | Philip Withnall | 2010-09-01 | 1 | -31/+51 |
| | | | | Closes: bgo#628421 | ||||
* | Fix crash in log_manager_got_chats_cb. | Mike Ruprecht | 2010-09-01 | 1 | -1/+2 |
| | | | | | | | When the log window is opened through the contact list with the previous conversations menu item, Empathy crashes due to there not being a currently selected account when log_manager_got_chats_cb is called. This patch adds a condition to check if there is a selected account before using it. | ||||
* | Choose an best_contact even if it isn't sensitive in the EmpathyIndividualMenu | Philip Withnall | 2010-08-30 | 1 | -1/+1 |
| | | | | This fixes the "Send File" entry not working. | ||||
* | Change the sensitivity of the Link button if changes have been made | Philip Withnall | 2010-08-30 | 1 | -3/+20 |
| | | | | Closes: bgo#628320 | ||||
* | Add a has-changed property to EmpathyIndividualLinker | Philip Withnall | 2010-08-30 | 2 | -0/+59 |
| | | | | | | This exposes information about whether the new Individual has changed from the start Individual, to allow for widget sensitivities to be changed appropriately. Helps: bgo#628320 | ||||
* | Check for gcr-1 when building against GTK+ 3 (GNOME bug #628092) | Frédéric Péters | 2010-08-30 | 1 | -0/+2 |
| | |||||
* | Bug 628121 — Should pick an online persona when starting a chat | Philip Withnall | 2010-08-30 | 2 | -14/+62 |
| | | | | | | Change the EmpathyIndividualMenu and EmpathyIndividualView code for starting chats with Individuals to choose the most available Persona to chat to, rather than just the first available one. Helps: bgo#628121 | ||||
* | yahoo and icq widget: change the accelerator of the Character set widget | Guillaume Desmottes | 2010-08-30 | 2 | -2/+2 |
| | | | | It conflicts with the Close button. | ||||
* | account-widget-jabber: change the accelerator of the Priority widget | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | | | | It clash with the Login button. | ||||
* | account-widget-jabber: change accelerator of the encryption widget | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | | | | 'E' is used by Enabled now. | ||||
* | account-widget-local-xmpp: change accelerator of the email widget | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | | | | 'E' i's used by Enabled now. | ||||
* | account-widget: add accelerator on Enabled | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | jabber and yahoo widget: change the accelerator of the Ignore widget | Guillaume Desmottes | 2010-08-30 | 2 | -2/+2 |
| | |||||
* | account-widget-local-xmpp: change the accelerator of the Nickname widget | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | | | | 'n' is used by the Cancel button now. | ||||
* | fix accelerator conflict with the Cancel button (#623164) | Guillaume Desmottes | 2010-08-30 | 1 | -1/+9 |
| | |||||
* | fix accelerator conflict with the Apply button (#623164) | Guillaume Desmottes | 2010-08-30 | 1 | -3/+10 |
| | |||||
* | factor out set_apply_button() | Guillaume Desmottes | 2010-08-30 | 1 | -4/+13 |
| | |||||
* | Fix a logic error when expanding groups in EmpathyIndividualView | Philip Withnall | 2010-08-30 | 1 | -1/+1 |
| | | | | | | This prevents use of uninitialised memory in the second part of the expression, and should cause groups to be added to the table of groups to expand/contract more frequently (correctly). Helps: bgo#628106 | ||||
* | Force all toggle buttons in the linking UI to update on each toggle event | Philip Withnall | 2010-08-30 | 1 | -5/+39 |
| | | | | | This ensures that the toggle buttons for different instances of the same Individual in the list always display in the correct state. Closes: bgo#628123 | ||||
* | Fix calculation of the number of new personas in EmpathyIndividualWidget | Philip Withnall | 2010-08-30 | 1 | -2/+7 |
| | |||||
* | Port EmpathyPersonaStore to use Individual.personas_changed | Philip Withnall | 2010-08-30 | 1 | -33/+11 |
| | | | | | This makes the notification of changed Personas a lot more efficient in the store. Closes: bgo#627706 | ||||
* | Port EmpathyIndividualWidget to use Individual.personas_changed | Philip Withnall | 2010-08-30 | 1 | -58/+61 |
| | | | | | This makes the notification of changed Personas a lot more efficient in the widget. Helps: bgo#627706 | ||||
* | Bug 628124 — Disallow activating group rows in the linking dialogue | Philip Withnall | 2010-08-30 | 1 | -0/+3 |
| | |||||
* | Bug 628064 — Miscellaneous string fixes | Philip Withnall | 2010-08-27 | 3 | -5/+5 |
| | |||||
* | Bug 628062 — Add translator comments | Philip Withnall | 2010-08-27 | 2 | -0/+12 |
| | |||||
* | remove markups around 'Location' | Guillaume Desmottes | 2010-08-27 | 2 | -2/+10 |
| | |||||
* | Add an EmpathyIndividualView::show-untrusted property | Philip Withnall | 2010-08-27 | 3 | -0/+56 |
| | | | | | | This allows the view to filter out untrusted Individuals (such as link-local XMPP contacts). This is used in the linking dialogue to disallow selection of link-local XMPP contacts for linking. Closes: bgo#627930 | ||||
* | Move all individual view visibility logic into is_visible_individual() | Philip Withnall | 2010-08-27 | 1 | -10/+10 |
| | |||||
* | Desensitise the "Link…" menu entry for untrusted Individuals | Philip Withnall | 2010-08-27 | 1 | -0/+5 |
| | | | | | | | This prevents the linking dialogue from being opened for local-xmpp contacts, who cannot be trusted. This bumps Empathy's dependency on libfolks to 0.1.15. Helps: bgo#627930 | ||||
* | Bug 627715 — Linking dialog: move personas using DnD | Philip Withnall | 2010-08-27 | 1 | -2/+84 |
| | | | | | | | Add support for dragging Individuals from the EmpathyIndividualView to the EmpathyPersonaView in the linking dialogue, and for dragging Personas in the reverse direction, linking and unlinking the appropriate Individuals, respectively. Closes: bgo#627715 | ||||
* | Add drag and drop support to EmpathyPersonaView | Philip Withnall | 2010-08-27 | 2 | -1/+232 |
| | | | | | | This includes an EmpathyPersonaView::drag-individual-received signal, to allow for notification that an Individual has been dropped onto the view. Helps: bgo#627715 | ||||
* | Add feature support for EmpathyPersonaView | Philip Withnall | 2010-08-27 | 3 | -4/+51 |
| | |||||
* | Accept text/plain drops as file transfers, rather than as Individuals | Philip Withnall | 2010-08-27 | 1 | -5/+3 |
| | |||||
* | Add an EmpathyIndividualView feature for receiving Persona drops | Philip Withnall | 2010-08-27 | 2 | -64/+60 |
| | | | | | This is necessary to avoid Personas being droppable on the main contact list, which makes no sense (for the time being). Helps: bgo#627715 | ||||
* | Add an EmpathyIndividualView::drag-persona-received signal | Philip Withnall | 2010-08-27 | 2 | -2/+89 |
| | | | | | This allows notification of drops of personas on the individual view. Helps: bgo#627715 | ||||
* | Add an EmpathyIndividualView::drag-individual-received signal | Philip Withnall | 2010-08-27 | 2 | -35/+55 |
| | | | | | | Subclasses or users of the widget can then override this and stop the signal emission to do new and interesting things with dropped Individuals, rather than just changing their groups. | ||||
* | Use EmpathyIndividualFeatureFlags consistently in EmpathyIndividualView | Philip Withnall | 2010-08-27 | 1 | -4/+4 |
| | |||||
* | Use text/individual-id instead of text/contact-id for dragging Individuals | Philip Withnall | 2010-08-27 | 1 | -2/+2 |
| | |||||
* | Rename EMPATHY_INDIVIDUAL_VIEW_FEATURE_CONTACT_* to *_FEATURE_INDIVIDUAL_* | Philip Withnall | 2010-08-27 | 2 | -13/+13 |
| | |||||
* | Add an EmpathyIndividualView feature for changing Individuals' groups | Philip Withnall | 2010-08-27 | 2 | -15/+38 |
| | | | | | | | | This separates drag and drop support from changing groups, so that EmpathyIndividualView instances (such as the one in the linking dialogue) may support dragging and dropping Individuals to and from another tree view, but not support dragging them between groups inside the EmpathyIndividualView instance. Helps: bgo#627715 | ||||
* | Fix memory leaks in EmpathyIndividualView drop handling code | Philip Withnall | 2010-08-27 | 1 | -15/+11 |
| | |||||
* | Move individual_view_handle_drag() to individual_view_contact_drag_received() | Philip Withnall | 2010-08-27 | 1 | -40/+33 |
| | | | | This will make refactoring easier. Helps: bgo#627715 | ||||
* | Add an EmpathyIndividualView feature for dropping files on Individuals | Philip Withnall | 2010-08-27 | 2 | -6/+13 |
| | | | | | | This allows drag and drop to be enabled for the linking dialogue without allowing files to be dropped onto the dialogue, which wouldn't make sense. Helps: bgo#627715 | ||||
* | Fix row toggling on activation in EmpathyIndividualLinker | Philip Withnall | 2010-08-27 | 1 | -25/+12 |
| | | | | | | Previously, row toggling was only working when activating rows at the end of a live search. This makes it work for all row activation events (i.e. selecting a row and pressing "enter"). | ||||
* | Fix selectable labels in EmpathyIndividualWidget | Philip Withnall | 2010-08-26 | 1 | -8/+11 |
| | | | | | Ensure that labels in EmpathyIndividualWidget are only selectable if the widget isn't in tooltip mode. Closes: bgo#627917 | ||||
* | Fix the "Show Protocols" option with linked contacts | Philip Withnall | 2010-08-26 | 1 | -1/+1 |
| | |||||
* | allow to choose irc network with ENTER | Felix Kaser | 2010-08-26 | 1 | -0/+12 |
| | | | | while searching, the enter key allows you to select an irc network | ||||
* | Merge branch 'irc-wizard-596086' | Guillaume Desmottes | 2010-08-26 | 4 | -2/+117 |
|\ | |||||
| * | use the simple variant of the IRC widget if needed | Guillaume Desmottes | 2010-08-26 | 1 | -2/+10 |
| | | |||||
| * | account-widget-irc: add simple version of the widget | Guillaume Desmottes | 2010-08-26 | 3 | -0/+107 |
| | | |||||
* | | fix selection problems in irc networks | Felix Kaser | 2010-08-26 | 1 | -5/+21 |
|/ | |||||
* | Merge branch 'irc-widget-588243' | Guillaume Desmottes | 2010-08-26 | 7 | -458/+1148 |
|\ | |||||
| * | grab focus on the treeview after adding, editing or removing network | Guillaume Desmottes | 2010-08-26 | 1 | -0/+4 |
| | | |||||
| * | irc-network-chooser-dialog: make it transient and modal | Guillaume Desmottes | 2010-08-26 | 3 | -3/+11 |
| | | |||||
| * | search_text_notify_cb: select first matching only if we are still searching | Guillaume Desmottes | 2010-08-26 | 1 | -2/+21 |
| | | | | | | | | Also scroll to the selected network when cancelling the search. | ||||
| * | Hide the search after picking the network to get the right one | Guillaume Desmottes | 2010-08-26 | 1 | -2/+3 |
| | | |||||
| * | properly set table_common_settings | Guillaume Desmottes | 2010-08-25 | 1 | -2/+2 |
| | | | | | | | | account-widget needs it to add the "Enabled" checkbox. | ||||
| * | cance live search when adding/removing a network | Guillaume Desmottes | 2010-08-25 | 1 | -0/+4 |
| | | |||||
| * | search_text_notify_cb: rename iter to filter_iter to avoid confusion | Guillaume Desmottes | 2010-08-25 | 1 | -3/+4 |
| | | |||||
| * | factor out iter_to_filter_iter() | Guillaume Desmottes | 2010-08-25 | 1 | -14/+21 |
| | | |||||
| * | scroll_to_iter: need a filter iter | Guillaume Desmottes | 2010-08-25 | 1 | -1/+1 |
| | | |||||
| * | assert that iter convert don't fail | Guillaume Desmottes | 2010-08-25 | 1 | -6/+6 |
| | | | | | | | | If they do we did something wrong. | ||||
| * | select_iter: set the cursor as well | Guillaume Desmottes | 2010-08-25 | 1 | -0/+10 |
| | | |||||
| * | make title clearer | Guillaume Desmottes | 2010-08-25 | 1 | -1/+1 |
| | | |||||
| * | don't allow to select a network if none is actually selected | Guillaume Desmottes | 2010-08-25 | 1 | -2/+7 |
| | | |||||
| * | replace the close button by 'Select' | Guillaume Desmottes | 2010-08-25 | 1 | -1/+4 |
| | | |||||
| * | select the first matching network when searching | Guillaume Desmottes | 2010-08-25 | 1 | -0/+6 |
| | | |||||
| * | pass filter iter to select_iter() and scroll_to_iter() | Guillaume Desmottes | 2010-08-25 | 1 | -19/+27 |
| | | |||||
| * | irc-network-chooser: use network accessors | Guillaume Desmottes | 2010-08-25 | 1 | -7/+4 |
| | | |||||
| * | irc-network-chooser-dialog: use network accessors | Guillaume Desmottes | 2010-08-25 | 1 | -18/+4 |
| | | |||||
| * | irc-network-chooser-dialog: add live search support | Guillaume Desmottes | 2010-08-25 | 1 | -7/+91 |
| | | |||||
| * | account-widget-irc: use EmpathyIrcNetworkChooser | Guillaume Desmottes | 2010-08-25 | 2 | -459/+24 |
| | | | | | | | | This avoid having a huge list in a combo box (#588243) | ||||
| * | irc-network-chooser: popup network chooser dialog when clicked | Guillaume Desmottes | 2010-08-25 | 1 | -1/+62 |
| | | |||||
| * | add empathy-irc-network-chooser-dialog | Guillaume Desmottes | 2010-08-25 | 3 | -0/+559 |
| | | | | | | | | Some of the code has been copied from empathy-account-widget-irc.c. | ||||
| * | add empathy-irc-network-chooser | Guillaume Desmottes | 2010-08-25 | 3 | -0/+362 |
| | | |||||
* | | Don't let the GtkCellRendererToggle get activated by clicking on a tree row | Philip Withnall | 2010-08-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | GtkTreeView activates a row when it's clicked or double-clicked, which ends up toggling the GtkCellRendererToggle in the linking dialogue even if it's insensitive, allowing the start Individual to be removed from the link, and causing chaos. See bgo#567481. Closes: bgo#628011 | ||||
* | | Disconnect from the group-changed signal when destroying EmpathyGroupsWidget | Philip Withnall | 2010-08-26 | 1 | -1/+1 |
| | | |||||
* | | Don't expand rows if the tree view has been destroyed | Philip Withnall | 2010-08-25 | 1 | -1/+7 |
|/ | |||||
* | Don't leak a reference when updating an IndividualWidget. | Travis Reitter | 2010-08-24 | 1 | -0/+2 |
| | |||||
* | Merge branch 'tls-connection' | Cosimo Cecchi | 2010-08-24 | 5 | -0/+635 |
|\ | |||||
| * | Use the hostname properties in the dialog | Cosimo Cecchi | 2010-08-19 | 1 | -3/+28 |
| | | |||||
| * | Add a details hash table to the dialog properties | Cosimo Cecchi | 2010-08-19 | 2 | -2/+30 |
| | | |||||
| * | Add reference to the original gnome-keyring repo | Cosimo Cecchi | 2010-08-18 | 2 | -0/+6 |
| | | |||||
| * | Add the checkbox only if the reason is SelfSigned | Cosimo Cecchi | 2010-08-13 | 1 | -5/+14 |
| | | | | | | | | Also, add a comment to explain why. | ||||
| * | Add a 'remember' checkbox and property to the dialog | Cosimo Cecchi | 2010-08-13 | 1 | -2/+33 |
| | | |||||
| * | Import gcr-simple-certificate from gcr | Cosimo Cecchi | 2010-08-13 | 3 | -0/+190 |
| | | | | | | | | | | | | Don't know why, but this isn't exported from gcr. While we try to make this public, include it here, as it's self-contained anyway. | ||||
| * | Add EmpathyTLSDialog | Cosimo Cecchi | 2010-08-13 | 3 | -0/+345 |
| | | |||||
| * | Depend on gcr from gnome-keyring | Cosimo Cecchi | 2010-08-13 | 1 | -0/+1 |
| | | |||||
* | | Remove EmpathyAvatar->token | Philip Withnall | 2010-08-24 | 1 | -2/+2 |
| | | |||||
* | | Use the avatar filename rather than token for change detection | Philip Withnall | 2010-08-24 | 1 | -5/+7 |
| | | | | | | | | | | The filename includes the token, so this allows us to remove the token field from EmpathyAvatar. | ||||
* | | use proper model in linking ui | Felix Kaser | 2010-08-24 | 1 | -1/+1 |
| | | | | | | | | when searching in the linking-ui-treeview the filtered model has to be used. fixes bug #627500 | ||||
* | | linker: add some padding in the 2 part of the pane | Guillaume Desmottes | 2010-08-23 | 1 | -2/+13 |
| | | |||||
* | | individual-widget: adapt number of rows to the features needed | Guillaume Desmottes | 2010-08-23 | 1 | -3/+7 |
| | | |||||
* | | linker: add a label explaining how to use the dialog | Guillaume Desmottes | 2010-08-23 | 1 | -2/+18 |
| | | |||||
* | | Display the number of personas only in tooltips | Guillaume Desmottes | 2010-08-23 | 1 | -19/+25 |
| | | |||||
* | | linker: display titles in bold | Guillaume Desmottes | 2010-08-23 | 1 | -2/+9 |
| | | |||||
* | | Add a "Linked Contacts" label at the top of the Information dialogue | Philip Withnall | 2010-08-20 | 1 | -3/+35 |
| | | |||||
* | | Allow EmpathyIndividualInformationDialog to be resized | Philip Withnall | 2010-08-20 | 1 | -1/+1 |
| | | |||||
* | | Fix some visual breakage of EmpathyIndividualWidget in tooltips | Philip Withnall | 2010-08-20 | 2 | -6/+12 |
| | | | | | | | | It was expanding too much and leaking out of the tooltip balloon. | ||||
* | | Bug 627360 — "Information" of a meta contact is too big for the screen | Philip Withnall | 2010-08-20 | 2 | -3/+56 |
| | | | | | | | | | | Add a GtkScrolledWindow to EmpathyIndividualWidget in the case that it's showing personas. Closes: bgo#627360 | ||||
* | | Display Personas' accounts in the linking dialogue | Philip Withnall | 2010-08-20 | 1 | -1/+3 |
| | | | | | | | | | | Display the account name instead of the Persona's presence message on the right-hand side of the linking dialogue. Closes: bgo#626715 | ||||
* | | Add an "account" column to EmpathyPersonaStore | Philip Withnall | 2010-08-20 | 2 | -0/+10 |
| | | | | | | | | This stores the display name of the PersonaStore for each Persona. | ||||
* | | Avoid conflicting accelerators in New Call dialog. | Will Thompson | 2010-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | _Call conflicts with the stock _Cancel button. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | ||||
* | | Add EmpathyIndividualEditDialog | Philip Withnall | 2010-08-20 | 4 | -6/+336 |
| | | | | | | | | | | This replaces the edit dialogue from empathy-contact-dialogs.c, and is now used from the EmpathyIndividualMenu. Closes: bgo#626544 | ||||
* | | Don't try to expand groups if the EmpathyIndividualView's store is unset | Philip Withnall | 2010-08-20 | 1 | -2/+6 |
| | | |||||
* | | Bug 627219 — Link dialog search doesn't work | Philip Withnall | 2010-08-20 | 3 | -25/+81 |
| | | | | | | | | | | Allow the store of an EmpathyIndividualView to be changed after construction, and cope with recreating the filter when this happens. Closes: bgo#627219 | ||||
* | | Use EmpathyIndividualWidget in EmpathyIndividualInformationDialog | Philip Withnall | 2010-08-20 | 1 | -28/+10 |
| | | |||||
* | | Use EmpathyIndividualWidget in EmpathyIndividualView tooltips | Philip Withnall | 2010-08-20 | 1 | -12/+8 |
| | | |||||
* | | Fix the flags given to the widget in EmpathyIndividualLinker | Philip Withnall | 2010-08-20 | 1 | -1/+1 |
| | | |||||
* | | Expand EmpathyIndividualWidget | Philip Withnall | 2010-08-20 | 4 | -72/+1982 |
| | | | | | | | | | | It's now a fully-fledged widget of its own, rather than a thin wrapper around EmpathyContactWidget. Closes: bgo#626728 | ||||
* | | Split the group editing widgets out of EmpathyContactWidget | Philip Withnall | 2010-08-20 | 5 | -392/+687 |
| | | | | | | | | | | They can be shared between EmpathyContactWidget and a new EmpathyIndividualWidget, once it's written. | ||||
* | | live-search: fix typo | Guillaume Desmottes | 2010-08-19 | 1 | -1/+1 |
| | | |||||
* | | Ensure we disconnect signals from all Personas in an Individual | Philip Withnall | 2010-08-19 | 1 | -19/+58 |
| | | |||||
* | | Allow cancellation of avatar load operations | Philip Withnall | 2010-08-19 | 3 | -13/+54 |
| | | | | | | | | | | | | | | Automatically cancel all pending avatar load operations when disposing of an EmpathyIndividualStore. This prevents crashes when linking individuals in the case that the EmpathyIndividualStore in the linking dialogue gets notified of the new linked individual just before it's destroyed. | ||||
* | | use TP_USER_ACTION_TIME_* (#627165) | Guillaume Desmottes | 2010-08-18 | 2 | -3/+3 |
| | | |||||
* | | Aggregate group expansion/contraction in EmpathyIndividualView | Philip Withnall | 2010-08-18 | 1 | -36/+96 |
| | | | | | | | | | | | | | | The idle handler for expanding/contracting groups was getting scheduled many hundreds of times more than necessary when initialising the contact list. This aggregates expansion/contraction of group rows into a single idle handler call which expands or contracts a number of rows at once. | ||||
* | | Don't recursively expand contact list rows unnecessarily | Philip Withnall | 2010-08-18 | 1 | -1/+1 |
| | | |||||
* | | Bug 626552 — Sporadic tree model warnings upon initial fill in Empathy | Philip Withnall | 2010-08-18 | 1 | -5/+15 |
| | | | | | | | | | | | | Work around bgo#621076 in EmpathyIndividualView to ensure that all individuals and groups are visible in the contact list on initial load. Closes: bgo#626552 | ||||
* | | Rearrange functions in EmpathyIndividualView | Philip Withnall | 2010-08-18 | 1 | -109/+109 |
| | | |||||
* | | Support previous conversations in the Personas menu. | Travis Reitter | 2010-08-16 | 2 | -25/+33 |
| | | |||||
* | | Support chat room invites in the Personas menu. | Travis Reitter | 2010-08-16 | 2 | -42/+68 |
| | | |||||
* | | Support desktop sharing in the Personas menu. | Travis Reitter | 2010-08-16 | 1 | -6/+18 |
| | | |||||
* | | Also support file transfer in the Personas menu. | Travis Reitter | 2010-08-16 | 2 | -7/+20 |
| | | |||||
* | | Support calls in the Personas menu. | Travis Reitter | 2010-08-16 | 3 | -16/+42 |
| | | |||||
* | | Add Personas entries to the contact menu. | Travis Reitter | 2010-08-16 | 2 | -8/+143 |
| | | | | | | | | | | This lets us specifically select which contact to chat and perform other actions with. | ||||
* | | Make the Share my Desktop item map to the first capable contact. | Travis Reitter | 2010-08-16 | 1 | -19/+5 |
| | | |||||
* | | Make the Invite to Chat Room list all possible rooms for all subcontacts. | Travis Reitter | 2010-08-16 | 1 | -16/+99 |
| | | |||||
* | | Make Send File context menu choose the first capable contact. | Travis Reitter | 2010-08-16 | 1 | -18/+6 |
| | | |||||
* | | Make the individual menu items map to the first capable contact. | Philip Withnall | 2010-08-16 | 1 | -42/+79 |
| | | | | | | | | Previously, they assumed every Individual contained exactly one TpContact. | ||||
* | | Show information for all an individual's personas in the information dialogue | Philip Withnall | 2010-08-16 | 4 | -6/+326 |
| | | |||||
* | | log-viewer: rename labels of the Back and Previous buttons | Guillaume Desmottes | 2010-08-16 | 1 | -4/+12 |
| | | | | | | | | | | "Find previous" and "Find next" is what we are already using in the chat view (#626994). | ||||
* | | log-window: fix ordering of the Back and Previous buttons (#626992) | Guillaume Desmottes | 2010-08-16 | 1 | -21/+37 |
|/ | |||||
* | persona-view: use empathy_contact_dup_from_tp_contact instead of ↵ | Guillaume Desmottes | 2010-08-13 | 1 | -1/+1 |
| | | | | empathy_contact_new | ||||
* | persona-store: use empathy_contact_dup_from_tp_contact instead of ↵ | Guillaume Desmottes | 2010-08-13 | 1 | -5/+5 |
| | | | | empathy_contact_new | ||||
* | chat: get the account from the tp-chat | Guillaume Desmottes | 2010-08-12 | 1 | -3/+2 |
| | |||||
* | widget-irc: call update_server_params in setup so buttons are updated (#626620) | Guillaume Desmottes | 2010-08-12 | 1 | -0/+1 |
| | | | | Thanks to Bilal Akhtar for the original patch. | ||||
* | compare accounts using their object paths rather than their TpAccount | Guillaume Desmottes | 2010-08-12 | 1 | -1/+3 |
| | | | | It's safer and we could have 2 proxies for the same Account. | ||||
* | use tp_strdiff | Guillaume Desmottes | 2010-08-12 | 1 | -3/+3 |
| | |||||
* | use explicit pointer comparaisons | Guillaume Desmottes | 2010-08-12 | 1 | -11/+11 |
| | |||||
* | select_account_once_ready: free the account and ID to avoid leaks | Guillaume Desmottes | 2010-08-12 | 1 | -0/+4 |
| | |||||
* | select the account once we have populated the model with its chats (#622714) | Guillaume Desmottes | 2010-08-12 | 1 | -6/+16 |
| | |||||
* | log_manager_got_chats_cb: don't rely on the selected account any more | Guillaume Desmottes | 2010-08-12 | 1 | -8/+4 |
| | | | | | | | | | Getting the chats is now an async operation, so the selected account could have changed while we were fetching the chats. So instead of using the currently selected account we use the account we receive from the hit. Note that this depends on this fix in the logger: https://bugs.freedesktop.org/show_bug.cgi?id=29058 | ||||
* | no need to pass account and chat infos to log_window_chats_set_selected | Guillaume Desmottes | 2010-08-12 | 1 | -14/+8 |
| | |||||
* | also use select_account_once_ready when the window already exists | Guillaume Desmottes | 2010-08-12 | 1 | -2/+1 |
| | |||||
* | keep a ref on the account | Guillaume Desmottes | 2010-08-12 | 1 | -1/+2 |
| | |||||
* | factor out select_account_once_ready | Guillaume Desmottes | 2010-08-12 | 1 | -12/+22 |
| | |||||
* | Fix linking menu entry mnemonic | Philip Withnall | 2010-08-12 | 1 | -1/+1 |
| | | | | Closes: bgo#626130 | ||||
* | Add EmpathyLinkingDialog | Philip Withnall | 2010-08-12 | 5 | -2/+279 |
| | | | | | A dialogue which uses EmpathyIndividualLinker to allow linking of Individuals, accessible by a "Link" entry in the contacts' context menu. | ||||
* | Add EmpathyIndividualLinker | Philip Withnall | 2010-08-12 | 3 | -0/+681 |
| | | | | | This is a widget to allow selection of Individuals to link together to form linked Individuals. | ||||
* | Add EmpathyIndividualWidget | Philip Withnall | 2010-08-12 | 3 | -0/+365 |
| | | | | | This displays details for a single Individual, in much the same way that EmpathyContactWidget displays the details of a single Persona. | ||||
* | Add EmpathyPersonaStore and EmpathyPersonaView | Philip Withnall | 2010-08-12 | 5 | -0/+1927 |
| | | | | | | Based on stripped-down versions of EmpathyContactListStore and EmpathyContactListView, these allow listing of all the Personas for a given Individual. | ||||
* | Only enable row reordering in EmpathyIndividualView if dragging is enabled | Philip Withnall | 2010-08-12 | 1 | -6/+9 |
| | |||||
* | empathy_dispatcher_join_muc: get an account instead of a connection | Guillaume Desmottes | 2010-08-11 | 1 | -4/+5 |
| | |||||
* | re-implement empathy_dispatcher_chat_with_contact using ↵ | Guillaume Desmottes | 2010-08-11 | 4 | -6/+4 |
| | | | | | | empathy_dispatcher_chat_with_contact_id We don't use the callback arg anyway. | ||||
* | empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a ↵ | Guillaume Desmottes | 2010-08-11 | 2 | -18/+10 |
| | | | | TpConnection | ||||
* | empathy_dispatcher_chat_with_contact_id: remove callback argument | Guillaume Desmottes | 2010-08-11 | 2 | -3/+2 |
| | | | | It's unused anyway. | ||||
* | share-my-desktop: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -8/+24 |
| | |||||
* | new-call-dialog: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -10/+25 |
| | |||||
* | empathy_call_factory_new_call_with_streams: remove callback arg | Guillaume Desmottes | 2010-08-11 | 2 | -4/+4 |
| | | | | If you want to handle the channel yourself then use TpAccountChannelRequest. | ||||
* | Use GimpNet as default IRC network (#625675) | Bilal Akhtar | 2010-08-11 | 1 | -0/+6 |
| | |||||
* | empathy_contact_selector_dialog_get_selected: allow to get the account as well | Guillaume Desmottes | 2010-08-10 | 4 | -5/+17 |
| | |||||
* | Minor coding style fixes in EmpathyIndividual[Store|View] | Philip Withnall | 2010-08-09 | 2 | -3/+3 |
| | |||||
* | empathy-individual-menu: no need to get the call factory | Guillaume Desmottes | 2010-08-09 | 1 | -4/+0 |
| | |||||
* | Fix capability change notification in the EmpathyIndividualStore | Philip Withnall | 2010-08-09 | 1 | -6/+35 |
| | | | | Closes: bgo#626162 | ||||
* | Cast away constness of strings in GtkTargetEntry structs | Philip Withnall | 2010-08-05 | 1 | -8/+13 |
| | | | | | This stops gcc warning us about GTK+'s broken API which uses non-const string fields in a static struct. |