Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | contact: get info from the tp-contact in constructed (#628315) | Guillaume Desmottes | 2010-09-01 | 1 | -38/+37 |
| | | | | | | | | Doing it in set_property is racy: - The tp-contact property is set. We use the contact to set the capabilities of the contact - The "capabilities" property has not be defined so GLib sets its default value (unknown) and so override the real capabilities of the contact. | ||||
* | contact: make some setters static | Guillaume Desmottes | 2010-09-01 | 2 | -109/+101 |
| | |||||
* | the GTK3 flavour of gcr is gcr-3 (#627916) | Guillaume Desmottes | 2010-09-01 | 1 | -4/+1 |
| | |||||
* | 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 | ||||
* | Merge remote branch 'maiku/previous-conversation-crash' | Guillaume Desmottes | 2010-09-01 | 1 | -1/+2 |
|\ | |||||
| * | 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. | ||||
* | | l10n: Updated Greek translation for empathy help | Simos Xenitellis | 2010-09-01 | 1 | -2/+0 |
| | | |||||
* | | Update British English translation | Philip Withnall | 2010-09-01 | 1 | -88/+111 |
| | | |||||
* | | l10n: Updated Greek translation for empathy help | Michael Kotsarinis | 2010-09-01 | 1 | -2119/+911 |
|/ | |||||
* | l10n: Updated Greek translation for empathy | Michael Kotsarinis | 2010-09-01 | 1 | -163/+178 |
| | |||||
* | l10n: Updated Greek translation for empathy | Michael Kotsarinis | 2010-09-01 | 1 | -305/+503 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-09-01 | 1 | -44/+35 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-31 | 1 | -108/+117 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-08-31 | 1 | -81/+98 |
| | |||||
* | Updated Serbian translation | Branko Kokanović | 2010-08-31 | 2 | -324/+270 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-08-31 | 1 | -89/+112 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-31 | 1 | -185/+231 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | coding style fixesEMPATHY_2_31_91 | Guillaume Desmottes | 2010-08-30 | 1 | -2/+1 |
| | |||||
* | add empathy-irc-network-chooser-dialog.c to POTFILES.in | Guillaume Desmottes | 2010-08-30 | 1 | -0/+1 |
| | |||||
* | prepare 2.31.91 release | Guillaume Desmottes | 2010-08-30 | 2 | -2/+84 |
| | |||||
* | 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 | 2 | -1/+7 |
| | |||||
* | 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 |
| | |||||
* | chat_window_detach_hook: move the window *after* showing it | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | | | | | Showing the window fire the "map" signal which is catched in empathy-geometry to move the window to its saved position. (#608140) | ||||
* | Updated Japanese translation (from gnome-2-28 branch) | GLSJPN_Etsuko | 2010-08-30 | 1 | -959/+2101 |
| | |||||
* | 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 | ||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-08-30 | 1 | -3/+3 |
| | |||||
* | Bug 628124 — Disallow activating group rows in the linking dialogue | Philip Withnall | 2010-08-30 | 1 | -0/+3 |
| | |||||
* | Updated Serbian translation | Branko Kokanović | 2010-08-30 | 2 | -1678/+2216 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-08-29 | 1 | -98/+499 |
| | |||||
* | Update British English translation | Philip Withnall | 2010-08-28 | 1 | -93/+110 |
| | |||||
* | Updated doc French translation | Bruno Brouard | 2010-08-28 | 1 | -155/+177 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-08-28 | 1 | -131/+153 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-28 | 1 | -93/+130 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-08-28 | 1 | -699/+1077 |
| | |||||
* | Update Galician translations | Fran Diéguez | 2010-08-27 | 1 | -138/+167 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-08-27 | 1 | -137/+240 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-08-27 | 1 | -138/+246 |
| | |||||
* | nautilus-sendto-plugin: depend on 2.31.7 when building with GTK+2 | Guillaume Desmottes | 2010-08-27 | 2 | -21/+1 |
| | | | | | This version will have the same API that 2.90.0 so we don't have to stay compatible with the old API. | ||||
* | Bug 628064 — Miscellaneous string fixes | Philip Withnall | 2010-08-27 | 7 | -12/+12 |
| | |||||
* | Bug 628062 — Add translator comments | Philip Withnall | 2010-08-27 | 2 | -0/+12 |
| | |||||
* | Unmark strings as translatable which aren't shown to the user | Philip Withnall | 2010-08-27 | 1 | -3/+3 |
| | | | | Helps: bgo#628062 | ||||
* | new-chatroom-dialog: remove markup from transltable string | Guillaume Desmottes | 2010-08-27 | 1 | -2/+5 |
| | |||||
* | 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 | 2 | -1/+6 |
| | | | | | | | 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 | ||||
* | accounts-dialog.ui: set pango properties in the UI file (#628063) | Guillaume Desmottes | 2010-08-27 | 1 | -2/+5 |
| | |||||
* | Merge branch 'trivia' | Guillaume Desmottes | 2010-08-27 | 1 | -7/+14 |
|\ | |||||
| * | main-window: define an enum for pages | Guillaume Desmottes | 2010-08-27 | 1 | -3/+7 |
| | | |||||
| * | Increase the size of the 'No Match Found' label | Guillaume Desmottes | 2010-08-27 | 1 | -2/+7 |
| | | | | | | | | It looks less crap that way. | ||||
| * | no need to use a #define | Guillaume Desmottes | 2010-08-27 | 1 | -4/+2 |
| | | |||||
* | | Don't filter out Individual removal at the IndividualManager level. | Travis Reitter | 2010-08-27 | 1 | -9/+4 |
| | | | | | | | | | | | | The IndividualManager sometimes falsely filters out members of FolksIndividualAggregator:individuals-changed:removed that should be passed along to its users. | ||||
* | | 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 | 3 | -65/+64 |
| | | | | | | | | | | 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 | ||||
* | Use libchamplain 0.7.1 or newer for the map plugin | Jiří Techet | 2010-08-27 | 1 | -4/+4 |
| | | | | Signed-off-by: Jiří Techet <techet@gmail.com> | ||||
* | Fix British English translation | Philip Withnall | 2010-08-27 | 1 | -3/+3 |
| | |||||
* | Update British English translation | Philip Withnall | 2010-08-27 | 1 | -705/+1119 |
| | |||||
* | Updated Spanish translation, fixes bug #627996 | Jorge González | 2010-08-27 | 1 | -81/+93 |
| | |||||
* | 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"). | ||||
* | l10n: Updated Greek translation for empathy | Michael Kotsarinis | 2010-08-26 | 1 | -693/+1157 |
| | |||||
* | 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 | ||||
* | unsensitive the remove button while loading | Guillaume Desmottes | 2010-08-26 | 1 | -1/+14 |
| | |||||
* | insensitive treeview while loading | Guillaume Desmottes | 2010-08-26 | 1 | -1/+4 |
| | |||||
* | accounts-dialog: display loading page while loading accounts (#611701) | Guillaume Desmottes | 2010-08-26 | 2 | -1/+55 |
| | |||||
* | accounts-dialog: add a GtkNotebook | Guillaume Desmottes | 2010-08-26 | 1 | -64/+102 |
| | |||||
* | 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 | 5 | -4/+118 |
|\ | |||||
| * | account-assistant: stop blacklisting IRC (#596086) | Guillaume Desmottes | 2010-08-26 | 1 | -2/+1 |
| | | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'irc-network-selection-fix' | Felix Kaser | 2010-08-26 | 1 | -5/+21 |
|\ \ | |||||
| * | | fix selection problems in irc networks | Felix Kaser | 2010-08-26 | 1 | -5/+21 |
| |/ | |||||
* / | accounts-dialog: insensitive 'add' and 'import' buttons while loading (#624353) | Guillaume Desmottes | 2010-08-26 | 1 | -2/+18 |
|/ | |||||
* | Merge branch 'irc-widget-588243' | Guillaume Desmottes | 2010-08-26 | 11 | -458/+1204 |
|\ | |||||
| * | 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 |
| | | |||||
| * | irc-network: add accessors for name and charset | Guillaume Desmottes | 2010-08-25 | 2 | -0/+20 |
| | | |||||
| * | 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 |
| | | |||||
| * | add empathy_irc_network_manager_dup_default() | Guillaume Desmottes | 2010-08-25 | 2 | -0/+36 |
| | | |||||
* | | 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 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-08-25 | 1 | -16/+3 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-08-25 | 1 | -19/+114 |
|/ | |||||
* | added some files to gitignore | Felix Kaser | 2010-08-25 | 2 | -0/+2 |
| | | | | they were introduced by the interactive tls certificate verification patches. | ||||
* | Use gmodule-export-2.0 so introspecting ourselves works | Sjoerd Simons | 2010-08-25 | 1 | -0/+1 |
| | |||||
* | allow building empathy without eds | Saleem Abdulrasool | 2010-08-25 | 4 | -6/+28 |
| | |||||
* | Update Galician translations | Fran Diéguez | 2010-08-25 | 1 | -17/+109 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-25 | 1 | -18/+111 |
| | |||||
* | Don't leak a reference when updating an IndividualWidget. | Travis Reitter | 2010-08-24 | 1 | -0/+2 |
| | |||||
* | When setting an EmpathyContact's Persona, disconnect existing signal handler | Travis Reitter | 2010-08-24 | 1 | -1/+5 |
| | |||||
* | Merge branch 'tls-connection' | Cosimo Cecchi | 2010-08-24 | 31 | -10/+3472 |
|\ | |||||
| * | Properly handle corner cases of _prepare_async() called twice | Cosimo Cecchi | 2010-08-24 | 1 | -0/+26 |
| | | | | | | | | | | | | - If it's called twice before the first call returned, emit an error. - If it's called twice on an already-prepared object, just successfully return. | ||||
| * | Don't leak certificate data | Cosimo Cecchi | 2010-08-24 | 1 | -1/+2 |
| | | |||||
| * | Use new certificate API in EmpathyServerTLSHandler | Cosimo Cecchi | 2010-08-24 | 1 | -14/+29 |
| | | |||||
| * | Make EmpathyTLSCertificate a TpProxy subclass | Cosimo Cecchi | 2010-08-24 | 2 | -152/+65 |
| | | |||||
| * | Use _complete instead of _complete_in_idle() | Cosimo Cecchi | 2010-08-19 | 1 | -2/+2 |
| | | |||||
| * | Don't show the error if user-requested is set | Cosimo Cecchi | 2010-08-19 | 1 | -1/+10 |
| | | |||||
| * | Use new API in EmpathyAccountsDialog | Cosimo Cecchi | 2010-08-19 | 1 | -2/+2 |
| | | |||||
| * | Add an usre_requested param to _account_get_error() | Cosimo Cecchi | 2010-08-19 | 2 | -3/+15 |
| | | |||||
| * | Use the hostname properties in the dialog | Cosimo Cecchi | 2010-08-19 | 1 | -3/+28 |
| | | |||||
| * | Fill 'user-requested' when we reject the certificate | Cosimo Cecchi | 2010-08-19 | 1 | -3/+11 |
| | | |||||
| * | Use the hash table directly as a parameter to reject () | Cosimo Cecchi | 2010-08-19 | 2 | -7/+2 |
| | | | | | | | | Clients will have to fill it anyway | ||||
| * | Remove whitespace | Cosimo Cecchi | 2010-08-19 | 3 | -6/+6 |
| | | |||||
| * | Add new files to extensions/Makefile.am | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| | | |||||
| * | Add new files to POTFILES.in | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| | | |||||
| * | Implement a timeout machinery for the auth client | Cosimo Cecchi | 2010-08-19 | 1 | -1/+63 |
| | | | | | | | | Similar to the one used in empathy-av.c | ||||
| * | Rename empathy-auth-helper->empathy-auth-client | Cosimo Cecchi | 2010-08-19 | 3 | -7/+7 |
| | | |||||
| * | Don't allow calling verify_async() twice | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| | | |||||
| * | Use tp_clear_pointer() where possible | Cosimo Cecchi | 2010-08-19 | 1 | -7/+3 |
| | | |||||
| * | Push the details table to the dialog after verification | Cosimo Cecchi | 2010-08-19 | 1 | -4/+6 |
| | | |||||
| * | Add a details hash table to the dialog properties | Cosimo Cecchi | 2010-08-19 | 2 | -2/+30 |
| | | |||||
| * | Add a details hash table as an out param of the verification | Cosimo Cecchi | 2010-08-19 | 2 | -6/+30 |
| | | |||||
| * | Make it more clear which snippets are taken from GnuTLS | Cosimo Cecchi | 2010-08-19 | 1 | -1/+7 |
| | | |||||
| * | Assert when we have an invalid pointer | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| | | |||||
| * | Update to the new EmpathyTLSCertificate async API | Cosimo Cecchi | 2010-08-19 | 1 | -3/+4 |
| | | |||||
| * | Make _accept/_reject real async methods | Cosimo Cecchi | 2010-08-19 | 2 | -12/+74 |
| | | |||||
| * | Use _borrow_immutable_properties instead of GetAll() | Cosimo Cecchi | 2010-08-19 | 1 | -44/+21 |
| | | | | | | | | This also simplifies the code somewhat | ||||
| * | Properly use errors when handling channels | Cosimo Cecchi | 2010-08-19 | 1 | -14/+56 |
| | | |||||
| * | Add reference to the original gnome-keyring repo | Cosimo Cecchi | 2010-08-18 | 2 | -0/+6 |
| | | |||||
| * | Require GnuTLS >= 2.8.5 | Cosimo Cecchi | 2010-08-18 | 1 | -1/+2 |
| | | |||||
| * | Add the checkbox only if the reason is SelfSigned | Cosimo Cecchi | 2010-08-13 | 1 | -5/+14 |
| | | | | | | | | Also, add a comment to explain why. | ||||
| * | Save the certificate when we are told to remember | Cosimo Cecchi | 2010-08-13 | 1 | -0/+5 |
| | | |||||
| * | Build the right path when looking at user certs | Cosimo Cecchi | 2010-08-13 | 1 | -3/+7 |
| | | |||||
| * | Add a 'remember' checkbox and property to the dialog | Cosimo Cecchi | 2010-08-13 | 1 | -2/+33 |
| | | |||||
| * | Add a method to store the CA certificate | Cosimo Cecchi | 2010-08-13 | 2 | -0/+121 |
| | | |||||
| * | Integrate the dialog into the auth helper | Cosimo Cecchi | 2010-08-13 | 1 | -1/+41 |
| | | |||||
| * | 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 | 2 | -1/+3 |
| | | |||||
| * | Add also certificates from our storage | Cosimo Cecchi | 2010-08-13 | 1 | -6/+77 |
| | | | | | | | | | | I.e. ~/.config/telepathy/certs. Also, make sure we release memory when finalizing the object. | ||||
| * | Cosmetic changes | Cosimo Cecchi | 2010-08-13 | 1 | -4/+7 |
| | | |||||
| * | Implement hostname checking | Cosimo Cecchi | 2010-08-13 | 1 | -5/+54 |
| | | |||||
| * | Correctly treat the last certificate in the chain | Cosimo Cecchi | 2010-08-13 | 1 | -10/+33 |
| | | | | | | | | I.e. emit SelfSigned if we don't have any trusted CAs in our cache. | ||||
| * | Use the right GnuTLS->Tp mapping for reasons. | Cosimo Cecchi | 2010-08-13 | 1 | -2/+2 |
| | | |||||
| * | Use the right index to access the cert array. | Cosimo Cecchi | 2010-08-13 | 1 | -1/+1 |
| | | |||||
| * | Make sure to release all the references | Cosimo Cecchi | 2010-08-13 | 2 | -3/+11 |
| | | |||||
| * | Whitespace fix | Cosimo Cecchi | 2010-08-13 | 1 | -1/+0 |
| | | |||||
| * | Verify the certificate from the helper. | Cosimo Cecchi | 2010-08-13 | 1 | -4/+52 |
| | | |||||
| * | Add debug output | Cosimo Cecchi | 2010-08-13 | 1 | -0/+2 |
| | | |||||
| * | Update to the new tp-spec API | Cosimo Cecchi | 2010-08-13 | 1 | -25/+6 |
| | | |||||
| * | Add Hostname and Certificate properties | Cosimo Cecchi | 2010-08-13 | 1 | -0/+29 |
| | | |||||
| * | Update spec snapshot | Cosimo Cecchi | 2010-08-13 | 2 | -161/+173 |
| | | |||||
| * | Add EmpathyTLSVerifier | Cosimo Cecchi | 2010-08-13 | 5 | -0/+648 |
| | | | | | | | | This also introduces a dependency on GnuTLS | ||||
| * | Update for the new tp-spec API | Cosimo Cecchi | 2010-08-13 | 2 | -7/+66 |
| | | |||||
| * | Update to the merged spec. | Cosimo Cecchi | 2010-08-13 | 2 | -43/+159 |
| | | |||||
| * | Add the proxy properties and methods. | Cosimo Cecchi | 2010-08-13 | 2 | -0/+102 |
| | | | | | | | | Mirror them on the GObject itself, for Empathy to use and consume them. | ||||
| * | Add the Authentication.TLSCertificate iface | Cosimo Cecchi | 2010-08-13 | 1 | -0/+5 |
| | | |||||
| * | Unref the handler after the signal. | Cosimo Cecchi | 2010-08-13 | 1 | -0/+1 |
| | | | | | | | | | | It's useless at that point, as it only carries the TLS certificate; also, if someone wants to keep it, they can always ref it. | ||||
| * | Add a debug flag for TLS | Cosimo Cecchi | 2010-08-13 | 2 | -0/+2 |
| | | |||||
| * | Add the service files for the new client. | Cosimo Cecchi | 2010-08-13 | 3 | -2/+16 |
| | | |||||
| * | Add tp-spec extensions for TLS auth. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+247 |
| | | |||||
| * | Add a first skeleton of the auth helper. | Cosimo Cecchi | 2010-08-13 | 2 | -1/+98 |
| | | |||||
| * | Add a first skeleton of the auth factory. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+276 |
| | | |||||
| * | Add EmpathyServerTLSHandler. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+341 |
| | | |||||
| * | Add EmpathyTLSCertificate. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+363 |
| | | |||||
* | | Remove EmpathyAvatar->token | Philip Withnall | 2010-08-24 | 3 | -13/+5 |
| | | |||||
* | | 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. | ||||
* | | Remove empathy_contact_new_for_log() | Philip Withnall | 2010-08-24 | 2 | -19/+0 |
| | | | | | | | | It was unused. | ||||
* | | Make empathy_contact_load_avatar_cache() private | Philip Withnall | 2010-08-24 | 2 | -6/+6 |
| | | |||||
* | | Make empathy_contact_set_avatar() private | Philip Withnall | 2010-08-24 | 2 | -12/+9 |
| | | |||||
* | | 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 | ||||
* | | Updated Arabic translation | Khaled Hosny | 2010-08-24 | 1 | -610/+920 |
| | | |||||
* | | Update Czech translation by Marek Cernocky | Petr Kovar | 2010-08-24 | 1 | -594/+931 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-08-23 | 1 | -7/+11 |
| | | |||||
* | | 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 |
| | | |||||
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-08-23 | 2 | -622/+1030 |
| | | |||||
* | | Display the number of personas only in tooltips | Guillaume Desmottes | 2010-08-23 | 1 | -19/+25 |
| | | |||||
* | | pass NULL instead of "" to gtk_label_new() | Guillaume Desmottes | 2010-08-23 | 2 | -2/+2 |
| | | | | | | | | This saves us a strdup. | ||||
* | | linker: display titles in bold | Guillaume Desmottes | 2010-08-23 | 1 | -2/+9 |
| | | |||||
* | | Consider contact without presence as online (#627587) | Guillaume Desmottes | 2010-08-23 | 1 | -1/+3 |
| | | | | | | | | | | | | That what we use to do but f8c37da731af9f6cd74e7a0ef08fa02059d981ac breaked it. If we don't consider such contacts as online, IRC contacts don't appear in the room contact list. | ||||
* | | Updated galician translations | Fran Diéguez | 2010-08-23 | 1 | -58/+73 |
| | | |||||
* | | Updated Danish translation | Kenneth Nielsen | 2010-08-22 | 1 | -631/+915 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-08-21 | 1 | -68/+79 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-08-21 | 1 | -332/+526 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-08-21 | 1 | -96/+153 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2010-08-21 | 1 | -88/+153 |
| | | |||||
* | | Add a "Linked Contacts" label at the top of the Information dialogue | Philip Withnall | 2010-08-20 | 2 | -3/+36 |
| | | |||||
* | | 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 | 5 | -6/+337 |
| | | | | | | | | | | This replaces the edit dialogue from empathy-contact-dialogs.c, and is now used from the EmpathyIndividualMenu. Closes: bgo#626544 | ||||
* | | Allow unlinking individuals through EmpathyIndividualManager | Philip Withnall | 2010-08-20 | 2 | -0/+38 |
| | | | | | | | | | | | | Wrap the FolksIndividualAggregator individual unlinking API in EmpathyIndividualManager with some basic error reporting (it isn't expected that unlinking will fail). | ||||
* | | Updated galician translations | Fran Diéguez | 2010-08-20 | 1 | -88/+148 |
| | | |||||
* | | 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 | ||||
* | | Updated Spanish translation | Jorge González | 2010-08-20 | 1 | -92/+149 |
| | | |||||
* | | 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 | 5 | -72/+1984 |
| | | | | | | | | | | 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 | 6 | -392/+688 |
| | | | | | | | | | | They can be shared between EmpathyContactWidget and a new EmpathyIndividualWidget, once it's written. |