Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stop using gtk_icon_info_free() | Guillaume Desmottes | 2013-09-05 | 2 | -2/+2 |
| | | | | | | It's been deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=707538 | ||||
* | remove egg-list-box | Guillaume Desmottes | 2013-09-04 | 6 | -23/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=706988 | ||||
* | roster-view: inherit from GtkListBox | Guillaume Desmottes | 2013-09-04 | 6 | -90/+80 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=706988 | ||||
* | roster-group: inherit from GtkListBoxRow | Guillaume Desmottes | 2013-09-04 | 3 | -9/+17 |
| | | | | | | Need to be pack in a GtkListBox. https://bugzilla.gnome.org/show_bug.cgi?id=706988 | ||||
* | roster-contact: inherit from GtkListBoxRow | Guillaume Desmottes | 2013-09-04 | 2 | -9/+10 |
| | | | | | | Need to be pack in a GtkListBox. https://bugzilla.gnome.org/show_bug.cgi?id=706988 | ||||
* | depends on Gtk+ 3.9.4 | Guillaume Desmottes | 2013-09-04 | 1 | -2/+2 |
| | | | | | | Needed for GtkListBox. https://bugzilla.gnome.org/show_bug.cgi?id=706988 | ||||
* | fix 'popup-individual-menu' in roster tests | Guillaume Desmottes | 2013-09-04 | 3 | -6/+9 |
| | | | | We added the 'group' argument to the signal. | ||||
* | depend on Geoclue 1.99.3 | Guillaume Desmottes | 2013-09-04 | 1 | -1/+1 |
| | | | | This version has been released with the 'export D-Bus XML' patch. | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2013-09-04 | 2 | -3041/+2462 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-09-04 | 1 | -136/+87 |
| | |||||
* | Update French translation | Alexandre Franke | 2013-09-04 | 1 | -1537/+1254 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2013-09-04 | 1 | -6/+6 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-09-04 | 1 | -169/+126 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2013-09-04 | 1 | -209/+165 |
| | |||||
* | [l10n] Updated Italian translation. | Milo Casagrande | 2013-09-04 | 1 | -98/+35 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | 3.9.91EMPATHY_3_9_91 | Guillaume Desmottes | 2013-09-03 | 2 | -2/+39 |
| | |||||
* | telepathy-account-widgets: update submodule | Marco Barisione | 2013-09-03 | 1 | -0/+0 |
| | | | | | This update is needed to fix an issue with translations, see https://bugzilla.gnome.org/show_bug.cgi?id=707208 | ||||
* | configure.ac: pass --with-gettext-package to tp-aw's configure | Marco Barisione | 2013-09-03 | 1 | -0/+1 |
| | | | | | | | telepathy-account-widgets is a submodule, so it can be included by multiple projects. If we don't have a different per-project GETTEXT_PACKAGE we end up with different projects shipping .mo files supposed to be installed in the same location. | ||||
* | UOA: Fix build failure | Tim Lunn | 2013-09-03 | 2 | -3/+3 |
| | | | | | | This was a regression caused by c689cd6a91cb2a31ce0d03f47e59ca4e3f368e9c https://bugzilla.gnome.org/show_bug.cgi?id=707338 | ||||
* | preferences: remove location sources preferences | Guillaume Desmottes | 2013-09-03 | 5 | -115/+0 |
| | | | | | | Not used anymore with Geoclue 2. https://bugzilla.gnome.org/show_bug.cgi?id=706627 | ||||
* | location-manager: use Geoclue 2 | Guillaume Desmottes | 2013-09-03 | 1 | -371/+72 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=706627 | ||||
* | add empathy-geoclue-helper | Guillaume Desmottes | 2013-09-03 | 5 | -5/+651 |
| | | | | | | Based on a proposed API on fdo#68658. May end up in geoclue at some point. https://bugzilla.gnome.org/show_bug.cgi?id=706627 | ||||
* | depends on GLib 2.37 | Guillaume Desmottes | 2013-09-03 | 1 | -2/+2 |
| | | | | | | Needed for the latest GDbus code gen. https://bugzilla.gnome.org/show_bug.cgi?id=706627 | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2013-09-03 | 1 | -81/+87 |
| | |||||
* | Update Brazilian Portuguese translation, proofread by Enrico Nicoletto | Rafael Ferreira | 2013-09-03 | 1 | -920/+89 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2013-09-03 | 1 | -1385/+1084 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-09-03 | 1 | -1368/+1075 |
| | |||||
* | theme-adium: deal with g_resources_lookup_data() failing | Guillaume Desmottes | 2013-09-02 | 1 | -0/+3 |
| | | | | | | | | | Only empathy-chat registers the gresources so when executing this code from the empathy process (theme preview in the preferences dialog) we don't find the resource. That's fine as this JS code is only used for the infinite callback but best to not warning. https://bugzilla.gnome.org/show_bug.cgi?id=707291 | ||||
* | Updated Galician translations | Fran Diéguez | 2013-09-02 | 1 | -28/+36 |
| | |||||
* | telepathy-account-widgets: update to master | Guillaume Desmottes | 2013-09-02 | 1 | -0/+0 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2013-09-02 | 1 | -108/+77 |
| | |||||
* | Use typographical ellipses consistently | Seán de Búrca | 2013-09-02 | 5 | -10/+10 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=707104 | ||||
* | Updated Irish translation | Seán de Búrca | 2013-08-30 | 1 | -1586/+745 |
| | |||||
* | Updated POTFILES.skip | Piotr Drąg | 2013-08-29 | 1 | -0/+2 |
| | |||||
* | Updated slovak translation | Pavol Klačanský | 2013-08-29 | 1 | -769/+47 |
| | |||||
* | egg-list-box: update to master | Guillaume Desmottes | 2013-08-28 | 2 | -2/+2 |
| | | | | | | Update the signature of our sort function as its API changed. https://bugzilla.gnome.org/show_bug.cgi?id=706829 | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-08-28 | 1 | -1331/+447 |
| | |||||
* | Fix build with correct macro | Seán de Búrca | 2013-08-27 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=706830 | ||||
* | Updated Galician translations | Fran Diéguez | 2013-08-27 | 1 | -1370/+1066 |
| | |||||
* | [l10n] Updated Italian translation. | Milo Casagrande | 2013-08-25 | 1 | -1366/+472 |
| | |||||
* | RosterWindow: Connect to signal "menu-item-activated" from EmpathyIndividualMenu | Chandni Verma | 2013-08-23 | 1 | -0/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=643183 | ||||
* | Emit menu-item-activated when an action is performed from the individual menu | Chandni Verma | 2013-08-23 | 3 | -28/+66 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=643183 | ||||
* | Deploy a signal "menu-item-activated" in EmpathyIndividualMenu | Chandni Verma | 2013-08-23 | 1 | -0/+17 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=643183 | ||||
* | Roster: Hide search-bar on hitting Enter on selected individual | Chandni Verma | 2013-08-23 | 1 | -0/+14 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=643183 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-08-22 | 1 | -1318/+1014 |
| | |||||
* | Updated slovak translation | Pavol Klačanský | 2013-08-22 | 1 | -1521/+1235 |
| | |||||
* | Update French translation | Alexandre Franke | 2013-08-22 | 1 | -459/+632 |
| | |||||
* | Updated Brazilian Portuguese translation | Enrico Nicoletto | 2013-08-22 | 1 | -1347/+1042 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2013-08-21 | 1 | -1334/+1030 |
| | |||||
* | <name> should match repository's name. | Andrea Veri | 2013-08-21 | 1 | -1/+1 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-08-21 | 1 | -1481/+618 |
| | |||||
* | call-window: ensure "Swap camera" is only visible when there are >1 cameras | Jonny Lamb | 2013-08-20 | 1 | -8/+13 |
| | | | | | It was possible to get into a state where "Swap camera" was visible even when there was only one camera connected. | ||||
* | remove released flag | Guillaume Desmottes | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | 3.9.90EMPATHY_3_9_90 | Guillaume Desmottes | 2013-08-20 | 2 | -2/+37 |
| | |||||
* | POTFILES.skip: ignore the whole telepathy-account-widgets directory | Marco Barisione | 2013-08-20 | 1 | -0/+2 |
| | |||||
* | empathy-env.in: set TPAW_SRCDIR | Marco Barisione | 2013-08-20 | 1 | -0/+3 |
| | |||||
* | configure.ac: get the UOA provider name from tp-aw's pkg-config file | Marco Barisione | 2013-08-20 | 1 | -4/+4 |
| | |||||
* | configure.ac: if unreleased, enable tp-aw's extra warnings | Marco Barisione | 2013-08-20 | 1 | -0/+4 |
| | | | | | | telepathy-account-widget cannot rely on a variable similar to empathy_released for extra warnings, so Empathy's configure script passes --enable-unreleased-checks to it if empathy_released is not 1. | ||||
* | configure.ac: pass --with-pkgdatadir to tp-aw's configure | Marco Barisione | 2013-08-20 | 1 | -0/+1 |
| | |||||
* | tp-account-widgets: remove internal copy | Marco Barisione | 2013-08-20 | 74 | -21856/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | Use the telepathy-account-widgets submodule instead of the internal copy | Marco Barisione | 2013-08-20 | 9 | -14/+30 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | Add telepathy-account-widgets submodule | Marco Barisione | 2013-08-20 | 2 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | POTFILES.in: remove files that were moved to tp-account-widgets | Marco Barisione | 2013-08-20 | 1 | -22/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets/Makefile.am: don't check the style of copied files | Marco Barisione | 2013-08-20 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | account-widget: add an "action-area" property | Marco Barisione | 2013-08-20 | 5 | -19/+59 |
| | | | | | | | This allows user of the class to get the buttons packed in a different widget, for instance the one returned by gtk_dialog_get_action_area. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | account-widget: make the buttons look like normal dialog buttons | Marco Barisione | 2013-08-20 | 1 | -3/+7 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | protocol-chooser: port to TpawProtocol | Marco Barisione | 2013-08-20 | 2 | -397/+54 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | protocol: add an object to represent a protocol and a way to list them | Marco Barisione | 2013-08-20 | 3 | -0/+641 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets/Makefile.am: remove Empathy's include paths | Marco Barisione | 2013-08-20 | 1 | -2/+0 |
| | | | | | | tp-account-widgets doesn't depend on Empathy headers any more! https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets: don't include empathy(-ui)-utils.h | Marco Barisione | 2013-08-20 | 16 | -22/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets: use g_strcmp0 instead of strcmp | Marco Barisione | 2013-08-20 | 3 | -6/+6 |
| | | | | | | | | There was no bug in this code, but I noticed the usage of strcmp because of compilation errors caused by some changes to the includes. g_strcmp0 is safer as it handles NULLs. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | irc-network-dialog: include stdlib.h needed for strtoul | Marco Barisione | 2013-08-20 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-string-parser: include string.h needed for strlen | Marco Barisione | 2013-08-20 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: add the TPAW namespace to ACCOUNT_WIDGETS_RESOURCES_PREFIX | Marco Barisione | 2013-08-20 | 3 | -5/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: move ACCOUNT_WIDGETS_RESOURCES_PREFIX from Empathy | Marco Barisione | 2013-08-20 | 3 | -2/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | debug: remove EMPATHY_DEBUG_IRC as it's not needed any more | Marco Barisione | 2013-08-20 | 2 | -14/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | calendar-button: don't use the non-existing TPAW_DEBUG_OTHER_THING flag | Marco Barisione | 2013-08-20 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-debug: remove unused debug keys | Marco Barisione | 2013-08-20 | 2 | -30/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets: use TpAW's debugging functions instead of Empathy's | Marco Barisione | 2013-08-20 | 17 | -34/+34 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | debug: set tp-account-widgets's debug flags | Marco Barisione | 2013-08-20 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-debug: don't set tp-glib's debug flags, Empathy does that | Marco Barisione | 2013-08-20 | 1 | -2/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-debug: copy from Empathy | Marco Barisione | 2013-08-20 | 3 | -0/+266 |
| | | | | | | | This commit just copies the files and renames the function. tp-account-widget's debugging stuff is not functional yet. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | pixbuf-utils: copy the generic pixbuf-related utily functions from Empathy | Marco Barisione | 2013-08-20 | 18 | -190/+272 |
| | | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: use self->priv instead of EMPATHY_GET_PRIV(self) | Marco Barisione | 2013-08-20 | 16 | -776/+597 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename it | Marco Barisione | 2013-08-20 | 30 | -66/+98 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: copy URL handling functions from Empathy to tp-aw | Marco Barisione | 2013-08-20 | 5 | -46/+50 |
| | | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: move empathy_xml_validate_from_resource to tp-aw and rename it | Marco Barisione | 2013-08-20 | 8 | -41/+50 |
| | | | | | | | This commit also changes the licence of the moved code (all copyrighted by Collabora Ltd.) from GPL to LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: move empathy_window_present* to tp-aw and rename it | Marco Barisione | 2013-08-20 | 10 | -52/+72 |
| | | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: move empathy_get_toplevel_window to tp-aw and rename it | Marco Barisione | 2013-08-20 | 7 | -22/+30 |
| | | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: move empathy_implement_finish_* to tp-aw and rename them | Marco Barisione | 2013-08-20 | 10 | -59/+70 |
| | | | | | | All the code was initially written for wocky which is under LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | user-info: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 6 | -121/+120 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | avatar-chooser: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 6 | -145/+147 |
| | | | | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. EmpathyAvatarChooser was based on Evolution's EImageChooser that was originally LGPL. The later contributions were relicensed by the authors, see GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-images: move the default avatar definition from Empathy to tp-aw | Marco Barisione | 2013-08-20 | 10 | -12/+47 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-gsettings: move the avatar path stuff from Empathy to tp-aw | Marco Barisione | 2013-08-20 | 4 | -5/+42 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | camera-monitor: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 11 | -168/+168 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | cheese-camera-device-monitor: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 6 | -136/+145 |
| | | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | calendar-button: move from Empathy to tp-accounts-widgets | Marco Barisione | 2013-08-20 | 7 | -110/+110 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | contactinfo-utils: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 6 | -31/+31 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | contactinfo-utils: remove the include for empathy-ui-utils.h | Marco Barisione | 2013-08-20 | 1 | -2/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | string-parser: move everything except for _match_smiley(), to tp-aw | Marco Barisione | 2013-08-20 | 14 | -268/+324 |
| | | | | | | | empathy_string_match_smiley() depends on other files and it's not needed by tp-account-widgets, so we can leave it in libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | contactinfo-utils: move create_channel_list_label to individual-widget | Marco Barisione | 2013-08-20 | 3 | -71/+66 |
| | | | | | | | This removed the dependency of contactinfo-utils on empathy-request-util.h, so it's easier to move tp tp-account-widgets. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | time: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 11 | -45/+45 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | builder: move empathy_builder_* from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 26 | -229/+265 |
| | | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | builder: add stub header and source file for tpaw_builder_* functions | Marco Barisione | 2013-08-20 | 3 | -0/+55 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | live-search: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 18 | -188/+190 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | account-settings: don't set the presence on newly created accounts | Marco Barisione | 2013-08-20 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | What happened before this patch was: 1) tpaw_account_settings_do_create_account() sets the requested presence to the global requested presence in Empathy; 2) If the requested presence is unset, unknown or offline, empathy_connect_new_account() sets it to available; 3) Every process with a TpAccountManager object in memory that was previously used to set the requested presence will try to set the presence on the new account. The first step is a problem as it doesn't work if the account is created by a process that is not Empathy as the other processes have no way of knowing what Empathy's requested presence is. This doesn't matter as, in the third step, both Empathy and gnome-shell (and any other process using a TpAccountManager) will try to set the presence to their own idea of the current requested presence. Of course this is a race condition, see [1], but the behaviour is not changed by this patch. In case there is no process using a TpAccountManager, the second step will still guarantee that the newly created account goes online. [1] https://bugs.freedesktop.org/show_bug.cgi?id=24104 https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: copy empathy_make_color_whiter() | Marco Barisione | 2013-08-20 | 3 | -2/+15 |
| | | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | utils: remove empathy_account_has_uri_scheme_tel() | Marco Barisione | 2013-08-20 | 2 | -21/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | account-settings: use TpAccount's functions for schemes instead of Empathy's | Marco Barisione | 2013-08-20 | 1 | -3/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | individual-menu: use TpAccount's functions for schemes instead of Empathy's | Marco Barisione | 2013-08-20 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: move functions for protocol and service display information | Marco Barisione | 2013-08-20 | 9 | -100/+107 |
| | | | | | | | | | | | | | The following functions were moved from empathy to tp-aw and renamed accordingly: * empathy_protocol_icon_name; * empathy_protocol_name_to_display_name; * empathy_service_name_to_display_name. This commit also changes the licence of the moved code (all copyrighted by Collabora Ltd.) from GPL to LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: move empathy_connect_new_account to tp-aw and rename it | Marco Barisione | 2013-08-20 | 8 | -52/+59 |
| | | | | | | | This commit also changes the licence of the moved code (all copyrighted by Collabora Ltd.) from GPL to LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tpaw-utils: add stub for files with misc utility functions | Marco Barisione | 2013-08-20 | 3 | -0/+56 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | uoa-utils: move from Empathy to tp-aw | Marco Barisione | 2013-08-20 | 6 | -19/+31 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | keyring: explain why the schema name still contains “Empathy” | Marco Barisione | 2013-08-20 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | keyring: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 11 | -66/+69 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | connection-managers: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 13 | -186/+187 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | account-settings: fix a reference to empathy-account-widget.c | Marco Barisione | 2013-08-20 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | account-settings: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 19 | -594/+592 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | irc-network: change the license header from the GPL to the LGPL one | Marco Barisione | 2013-08-20 | 1 | -10/+9 |
| | | | | | | | | The license of this file should have been LGPL from the start (see the header file too). Anyway, we have permission to relicense this file to LGPL, see GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | account-widget: change the license header from the GPL to the LGPL one | Marco Barisione | 2013-08-20 | 3 | -30/+27 |
| | | | | | | | We have permission to relicense these files to LGPL, see GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets: refer to the right renamed files | Marco Barisione | 2013-08-20 | 2 | -5/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets: rename all the files from empathy-* to tpaw-* | Marco Barisione | 2013-08-20 | 42 | -96/+96 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets: Switch the symbols namespace to tpaw | Emanuele Aina | 2013-08-20 | 27 | -917/+917 |
| | | | | | | | | The file names have been kept unchanged to keep the diff simple and will be updated later. This makes easier to spot where the account widgets still rely on libempathy. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets: Move the IRC network list with the related sources | Emanuele Aina | 2013-08-20 | 7 | -9/+15 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets: Move the IRC support sources with the account widget | Emanuele Aina | 2013-08-20 | 9 | -8/+9 |
| | | | | | | | | To handle different networks and servers the IRC account widget uses many helper object and functions. Move them close to the IRC account widget sources. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | tp-account-widgets: Move account widgets code in the tp-account-widgets subdir | Emanuele Aina | 2013-08-20 | 33 | -29/+104 |
| | | | | | | | Start moving the account widgets code in a subdir before fully isolating it and stubbing it out in a submodule. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | accounts-dialog: Include the proper account-widget header | Emanuele Aina | 2013-08-20 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | GOSSIP-RELICENSING: emails authorising us to relicense code for tp-aw | Marco Barisione | 2013-08-20 | 1 | -0/+3378 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following people agreed with the relicensing of their code: - Martyn Russell <martyn@lanedo.com> - Richard Hult <richard@tinybird.com> - Mikael Hallendal <micke@tinybird.com> - Jonny Lamb <jonnylamb@gnome.org> - Felix Kaser <f.kaser@gmx.net> - Cosimo Cecchi <cosimoc@gnome.org> - Travis Reitter <treitter@gmail.com> - Xavier Claessens <xclaesse@gmail.com> - Marco Barisione <marco@barisione.org> - Danielle Madeley <danielle@madeley.id.au> - Chandni Verma <chandniverma2112@gmail.com> - Cyril Roelandt <tipecaml@gmail.com> - Dimitris Zenios <dimitris.zenios@gmail.com> - Jonathan Tellier <jonathan.tellier@gmail.com> - Marc Plano-Lesay <marc.planolesay@gmail.com> - Vitaly Minko <vitaly.minko@gmail.com> - Frederic Peters <fpeters@0d.be> - Andreas Henriksson <andreas@fatal.se> - Vincent Untz <vuntz@gnome.org> - Baptiste Mille-Mathias <baptistem@gnome.org> - Susana Pereira <susana.pereira@gmail.com> - Steve Frécinaux <code@istique.net> - Lars-Peter Clausen <lars@metafoo.de> - Milo Casagrande <milo@ubuntu.com> - Philip Withnall <philip@tecnocode.co.uk> - Bastien Nocera <hadess@hadess.net> - Daniel G. Siegel <dgsiegel@gnome.org> - Filippo Argiolas <filippo.argiolas@gmail.com> - Jaap Haitsma <jaap@haitsma.org> - Ryan Zeigler <zeiglerr@gmail.com> - Raluca-Elena Podiuc <ralucaelena1985@gmail.com> Collabora Ltd. agrees with the relicensing of the code (contributed by various authors) needed for telepathy-account-widgets (this work is done for Collabora). Richard Hult agrees with relicensing the code owned by Imendio/Tinybird. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | preferences: only show autoconnect when shell isn't running | Jonny Lamb | 2013-08-20 | 2 | -2/+13 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=701392 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2013-08-20 | 1 | -9/+13 |
| | |||||
* | Updated German translation | Christian Kirbach | 2013-08-20 | 1 | -724/+744 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2013-08-20 | 1 | -70/+74 |
| | |||||
* | Do not ring on incoming calls when busy | Emilio Pozuelo Monfort | 2013-08-19 | 1 | -3/+14 |
| | | | | | | Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=666221 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2013-08-19 | 1 | -72/+75 |
| | |||||
* | Set a title to password dialogs | Emilio Pozuelo Monfort | 2013-08-19 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=706125 | ||||
* | Add missing include | Emilio Pozuelo Monfort | 2013-08-19 | 1 | -0/+1 |
| | | | | | | | | Needed for EMPATHY_LOCATION_*. Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=706125 | ||||
* | [l10n] Updated Italian translation. | Milo Casagrande | 2013-08-18 | 1 | -151/+165 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2013-08-17 | 1 | -223/+240 |
| | |||||
* | Use new GeocodeLocation API in geocode-glib 0.99.1 | Andreas Henriksson | 2013-08-15 | 1 | -6/+5 |
| | | | | | | | | | | | | Use new accessor functions. The location structure members has been hidden. Use regular g_object_unref, since the geocode_location_free has been removed. See: https://git.gnome.org/browse/geocode-glib/commit?id=5372f2f7ff97707dcc839bd3ed79ea9f289f7409 "lib: Turn GeocodeLocation into a proper GObject" https://bugzilla.gnome.org/show_bug.cgi?id=706020 | ||||
* | Use new api-versioned name for geocode-glib | Andreas Henriksson | 2013-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | geocode-glib has changed the name of the pkg-config file to include the api version. Update configure script accordingly. See: https://git.gnome.org/browse/geocode-glib/commit/?id=1cadaa879b7d72d973880680b5f947fd5c275974 "pkg-config: Version the pkg-config file" https://bugzilla.gnome.org/show_bug.cgi?id=706020 | ||||
* | Show typing icon against composing members of a MUC | Chandni Verma | 2013-08-14 | 1 | -0/+67 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=703487 | ||||
* | Make individual_store_find_contact and free_iters protected | Chandni Verma | 2013-08-14 | 2 | -10/+16 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=703487 | ||||
* | Contact should leave 'Ungrouped' group immediately upon first joining a group | Chandni Verma | 2013-08-13 | 1 | -0/+13 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=698530 | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-08-12 | 1 | -915/+1124 |
| | |||||
* | Updated German help translation | Christian Kirbach | 2013-08-10 | 1 | -502/+601 |
| | |||||
* | EmpathyAccountsDialog: Simplify the way we update account display name label ↵ | Xavier Claessens | 2013-08-09 | 1 | -35/+12 |
| | | | | | | | | | in infobar accounts_dialog_update_status_infobar() is the function responsible for doing all updates. https://bugzilla.gnome.org/show_bug.cgi?id=705668 | ||||
* | EmpathyAccountSettings: remember the new account display name when setting one. | Xavier Claessens | 2013-08-09 | 1 | -6/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=705668 | ||||
* | EmpathyUserInfo: Update identifier/alias when they change on the account | Xavier Claessens | 2013-08-09 | 1 | -3/+26 |
| | | | | | | | | | When the account goes online the account's nickname quickly changes from the identifier to the actual nickname from the self VCard. Identifier can change as well when editing account settings. https://bugzilla.gnome.org/show_bug.cgi?id=705668 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-08-09 | 1 | -80/+93 |
| | |||||
* | Don't dereference a NULL error | Emilio Pozuelo Monfort | 2013-08-08 | 1 | -1/+2 |
| | | | | | | | libsecret returns FALSE without an error in some cases but we unconditionally dereference it, causing a crash. https://bugzilla.gnome.org/show_bug.cgi?id=692105 | ||||
* | Updated Hungarian translation | Gabor Kelemen | 2013-08-08 | 1 | -714/+730 |
| | |||||
* | use the user_action_time received from TP when presenting existing call window | Guillaume Desmottes | 2013-08-07 | 3 | -4/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=705618 | ||||
* | empathy_call_window_present(): rename to _new_handler() | Guillaume Desmottes | 2013-08-07 | 3 | -3/+3 |
| | | | | | | | The name was miss leading as this function do more than just presenting the window. https://bugzilla.gnome.org/show_bug.cgi?id=705618 | ||||
* | use the user_action_time received from TP when presenting new call window | Guillaume Desmottes | 2013-08-07 | 2 | -2/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=705618 | ||||
* | call-factory::new-call-handler: remove unused 'outgoing' arg | Guillaume Desmottes | 2013-08-07 | 2 | -3/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=705618 | ||||
* | fix memory leak | Chandni Verma | 2013-08-06 | 1 | -0/+1 |
| | |||||
* | Updated Brazilian Portuguese translation | Rafael Ferreira | 2013-08-06 | 1 | -710/+729 |
| | |||||
* | Fix assertion failure on opening conversation menu in 1-1 chats | Chandni Verma | 2013-08-03 | 1 | -8/+17 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-08-02 | 1 | -111/+128 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2013-07-31 | 1 | -371/+602 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-07-26 | 1 | -105/+119 |
| | |||||
* | calls: only set InitialAudio or InitialVideo if they are true | Alban Crequy | 2013-07-25 | 1 | -5/+12 |
| | | | | | | Any genuinely voice-only CM might not include InitialVideo in its advertised RequestableChannelClass. Empathy must not add InitialVideo=false then but just not include it. | ||||
* | Updated Czech translation | Marek Černocký | 2013-07-22 | 1 | -2/+2 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2013-07-22 | 1 | -105/+117 |
| | |||||
* | Show a 'Remove from Group <group-name>' button in remove dialog | Chandni Verma | 2013-07-21 | 1 | -11/+68 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=585440 | ||||
* | Install property active-group in EmpathyIndividualMenu | Chandni Verma | 2013-07-21 | 6 | -7/+47 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=585440 | ||||
* | GOA: ignore non-Telepathy accounts | Marco Barisione | 2013-07-18 | 1 | -0/+6 |
| | | | | | | | This fixes a crash when trying to remove a GOA account without chat support. https://bugzilla.gnome.org/show_bug.cgi?id=704469 | ||||
* | "Join Chat" and "Leave Chat" menu items for Conversation menu in MUCs | Chandni Verma | 2013-07-18 | 2 | -0/+72 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=643755 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-07-18 | 1 | -59/+63 |
| | |||||
* | EmpathySoundManager: Fix playing sound when account goes online. | Xavier Claessens | 2013-07-18 | 1 | -7/+29 |
| | | | | | | | | We need to use the requested presence instead of the current presence to check if we should play sound, because in the case of an account that just got connected, its current presence may still be OFFLINE. https://bugzilla.gnome.org/show_bug.cgi?id=704454 | ||||
* | Move empathy_check_available_state() from utils to sound-manager | Xavier Claessens | 2013-07-18 | 3 | -19/+18 |
| | | | | | | | It is used only from one place, there is no reason to have it in utils. https://bugzilla.gnome.org/show_bug.cgi?id=704454 | ||||
* | EmpathyEventManager: Do not miss contact signon even for new contacts | Xavier Claessens | 2013-07-18 | 1 | -3/+16 |
| | | | | | | | When a new contact is added, it could already be online, especially with Salut. https://bugzilla.gnome.org/show_bug.cgi?id=704452 | ||||
* | [l10n] Updated Italian translation. | Milo Casagrande | 2013-07-17 | 1 | -47/+53 |
| | |||||
* | Updated slovak translation | Pavol Klačanský | 2013-07-14 | 1 | -16/+18 |
| | |||||
* | update Simplified Chinese (zh_CN) translation | Wylmer Wang | 2013-07-11 | 1 | -750/+826 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2013-07-10 | 1 | -9/+14 |
| | |||||
* | Remove the name of an account once it has been deleted. | Travis Reitter | 2013-07-09 | 1 | -0/+10 |
| | | | | | | | | | This fixes a minor security issue where information about an account (its name) could be displayed after the point it was deleted. It only lasted until Empathy was quit. This patch ensures the name is scrubbed from Empathy immediately. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=701649 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2013-07-09 | 1 | -11/+14 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2013-07-09 | 1 | -1/+1 |
| | |||||
* | 3.9.4EMPATHY_3_9_4 | Guillaume Desmottes | 2013-07-09 | 2 | -2/+20 |
| | |||||
* | roster: compare elements as utf8 strings, for correct collation | Frédéric Péters | 2013-07-09 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=703453 | ||||
* | EmpathySearchContactDialog: Set search entry insensitive when search is not ↵ | Xavier Claessens | 2013-07-08 | 1 | -0/+2 |
| | | | | | | | | | supported There is no point in letting user type something if the search button is insensitive anyway. https://bugzilla.gnome.org/show_bug.cgi?id=703775 | ||||
* | EmpathyContactSearchDialog: Set line wrap on message pages instead of ellipsize | Xavier Claessens | 2013-07-08 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=703775 | ||||
* | EmpathyContactSearchDialog: Add a "Not Supported" message page | Xavier Claessens | 2013-07-08 | 1 | -1/+15 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=703775 | ||||
* | EmpathyContactSearchDialog: factor out append_message_page() | Xavier Claessens | 2013-07-08 | 1 | -13/+20 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=703775 | ||||
* | Updated slovak translation | Pavol Klačanský | 2013-07-08 | 1 | -68/+69 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-07-04 | 1 | -38/+38 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2013-06-29 | 1 | -67/+67 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-06-28 | 1 | -67/+67 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-06-27 | 1 | -59/+60 |
| | |||||
* | AccountsDialog: Truncate too long account names | Xavier Claessens | 2013-06-26 | 1 | -3/+3 |
| | | | | | | This prevent strings to be too big. https://bugzilla.gnome.org/show_bug.cgi?id=702095 | ||||
* | Merge branch 'gnome-3-8' | Xavier Claessens | 2013-06-26 | 1 | -0/+1 |
|\ | |||||
| * | AccountsDialog: Ellipsize account dispaly name | Xavier Claessens | 2013-06-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | This fix gnome-shell crash if the name is too big, because it makes the window huge. https://bugzilla.gnome.org/show_bug.cgi?id=702095 | ||||
* | | Merge branch 'gnome-3-8' | Guillaume Desmottes | 2013-06-26 | 1 | -1/+21 |
|\| | |||||
| * | Fix escaping of text in empathy log window | Ryan Lortie | 2013-06-26 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | | We insert text into the log window by using a javascript expression, with the text to insert quoted with single quotes. Ensure that we apply the correct escaping so that backslashes and quote characters are taken literally. https://bugzilla.gnome.org/show_bug.cgi?id=691085 | ||||
* | | Updated Spanish translation | Daniel Mustieles | 2013-06-24 | 1 | -158/+234 |
| | | |||||
* | | Add help <desc> and update index.page | Ekaterina Gerasimova | 2013-06-24 | 1 | -7/+11 |
| | | | | | | | | Every page should have a description and a proper title. library.gnome.org will soon use these. | ||||
* | | Update create-account help page | Ekaterina Gerasimova | 2013-06-24 | 3 | -85/+77 |
| | | | | | | | | Update the page as it was somewhat out of date. | ||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-06-20 | 1 | -57/+57 |
| | | |||||
* | | [l10n] Updated Italian translation. | Milo Casagrande | 2013-06-18 | 1 | -124/+123 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2013-06-17 | 1 | -41/+41 |
| | | |||||
* | | remove released flag | Guillaume Desmottes | 2013-06-17 | 1 | -1/+1 |
| | | |||||
* | | 3.9.3EMPATHY_3_9_3 | Guillaume Desmottes | 2013-06-17 | 2 | -2/+14 |
| | | |||||
* | | Merge remote-tracking branch 'origin/gnome-3-8' | Guillaume Desmottes | 2013-06-17 | 1 | -0/+1 |
|\| | |||||
| * | debug-window: fix messages array leak | Guillaume Desmottes | 2013-06-11 | 1 | -0/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=701914 | ||||
* | | Fix new account dialog for title conforming to HIG | Sindhu S | 2013-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Changed new account dialog title from "Adding new account" to "Add new account" compliant with GNOME HIG. https://bugzilla.gnome.org/show_bug.cgi?id=701891 | ||||
* | | Merge branch 'gnome-3-8' | Xavier Claessens | 2013-06-11 | 1 | -5/+20 |
|\| | |||||
| * | EmpathyNewChatroomDialog: Do not crash if the CM omitted handle-name | Xavier Claessens | 2013-06-11 | 1 | -0/+6 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=698742 | ||||
| * | EmpathyNewChatroomDialog: Make sure we use the TpRoomList that correspond to ↵ | Xavier Claessens | 2013-06-11 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | | selected account When switching account before tp_room_list_new_async() finish, there is a race for which one will finish first. We ignore the new TpRoomList if it does not correspond to the currently selected account. https://bugzilla.gnome.org/show_bug.cgi?id=698742 | ||||
| * | EmpathyNewChatroom: Fix comment to correspond to the reality | Xavier Claessens | 2013-06-11 | 1 | -2/+2 |
| | | | | | | | | | | | | The comments where out of sync with the en COL_* enum. https://bugzilla.gnome.org/show_bug.cgi?id=698742 | ||||
* | | Updated Galician translations | Fran Diéguez | 2013-06-02 | 1 | -3/+2 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2013-06-02 | 1 | -723/+721 |
| | | |||||
* | | empathy-sanity-checker: Include empathy-keyring.h when HAVE_UOA is defined. | Iain Lane | 2013-05-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | We use empathy_keyring_set_account_password_finish and friends from here. https://bugzilla.gnome.org/show_bug.cgi?id=701281 | ||||
* | | remove released flag | Guillaume Desmottes | 2013-05-29 | 1 | -1/+1 |
| | | |||||
* | | prepare 3.9.2EMPATHY_3_9_2 | Guillaume Desmottes | 2013-05-29 | 2 | -2/+22 |
| | | |||||
* | | Updated Czech translation | Marek Černocký | 2013-05-29 | 1 | -721/+722 |
| | | |||||
* | | Updated slovak translation | Pavol Klačanský | 2013-05-25 | 1 | -1/+1 |
| | | |||||
* | | Updated slovak translation | Pavol Klačanský | 2013-05-25 | 1 | -719/+716 |
| | | |||||
* | | Merge branch 'gnome-3-8' | Guillaume Desmottes | 2013-05-24 | 3 | -14/+9 |
|\| | | | | | | | | | | | Conflicts: NEWS configure.ac | ||||
| * | remove released flag | Guillaume Desmottes | 2013-05-24 | 1 | -1/+1 |
| | | |||||
| * | 3.8.3EMPATHY_3_8_3 | Guillaume Desmottes | 2013-05-24 | 2 | -2/+8 |
| | | |||||
| * | debug-window: pass the proper type when setting 'yalign' | Guillaume Desmottes | 2013-05-24 | 1 | -1/+1 |
| | | |||||
| * | new-chatroom-dialog: use tp_g_signal_connect_object() | Guillaume Desmottes | 2013-05-24 | 1 | -6/+6 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696151 | ||||
| * | Revert "log-window: escape the body of the message" | Guillaume Desmottes | 2013-05-24 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | | | | | | This commit introduced a nasty regression breaking UTF-8 logs (#692746). I prefer to revert it as #691085 was a far less anoying bug. We'll re-fix #691085 once we'll have a UTF-8 friendly escape function in GLib (#89548). This reverts commit 1e7449f5a14e2f031389808206c9991f65d3ade7. | ||||
| * | remove released flag | Guillaume Desmottes | 2013-05-20 | 1 | -1/+1 |
| | | |||||
| * | prepare 3.8.2EMPATHY_3_8_2 | Guillaume Desmottes | 2013-05-20 | 2 | -2/+9 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2013-05-24 | 1 | -757/+753 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2013-05-17 | 1 | -311/+274 |
| | | |||||
* | | Mark untranslatable images in help | Ekaterina Gerasimova | 2013-05-17 | 6 | -40/+43 |
| | | | | | | | | | | Mark images without text as untranslatable in user help. At the same time, mark author emails as untranslatable. | ||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-05-16 | 1 | -723/+717 |
| | | |||||
* | | Add gnome-help/C entry to .gitignore | Sindhu S | 2013-05-12 | 1 | -0/+1 |
| | | | | | | | | The command `git status` will now recognize new *.page added in help/C | ||||
* | | [l10n] Update Catalan documentation | Gil Forcada | 2013-05-09 | 1 | -39/+30 |
| | | |||||
* | | [l10n] Update Catalan documentation | Manel Vidal | 2013-05-09 | 1 | -2554/+2618 |
| | | |||||
* | | Fix UOA build error | Xavier Claessens | 2013-05-07 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'gnome-3-8' | Xavier Claessens | 2013-05-07 | 1 | -0/+11 |
|\| | |||||
| * | Fix crash when displaying google account vcard | Xavier Claessens | 2013-05-07 | 1 | -0/+11 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2013-05-05 | 1 | -896/+1092 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2013-05-04 | 1 | -721/+717 |
| | | |||||
* | | release: update last_tag_pattern | Guillaume Desmottes | 2013-05-03 | 1 | -1/+1 |
| | | |||||
* | | remove released flag | Guillaume Desmottes | 2013-05-03 | 1 | -1/+1 |
| | | |||||
* | | prepare 3.9.1EMPATHY_3_9_1 | Guillaume Desmottes | 2013-05-03 | 2 | -2/+22 |
| | | |||||
* | | GNOME Goal: Update icon names | B.Prathibha | 2013-05-03 | 4 | -4/+4 |
| | | | | | | | | | | | | Corrected the icon names as per the icon naming spec. https://bugzilla.gnome.org/show_bug.cgi?id=692160 | ||||
* | | fixed grammatical error: setup -> set up could find this error only in ↵ | SandipTiwari | 2013-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | src/empathy-roster-window.c changed from "You need to setup an ..." to "You need to set up an ..." as suggested. https://bugzilla.gnome.org/show_bug.cgi?id=697302 | ||||
* | | Merge branch 'gnome-3-8' | Guillaume Desmottes | 2013-05-03 | 1 | -0/+1 |
|\| | |||||
| * | call-window: Remember that the audio output has been added | Olivier Crête | 2013-05-03 | 1 | -0/+1 |
| | | | | | | | | | | | | Otherwise it tries to re-add it. https://bugzilla.gnome.org/show_bug.cgi?id=697214 | ||||
* | | Merge branch 'gnome-3-8' | Guillaume Desmottes | 2013-05-03 | 3 | -1/+21 |
|\| | | | | | | | | | Conflicts: src/empathy.c | ||||
| * | libempathy: Fix build by adding missing math.h header | Stef Walter | 2013-05-03 | 1 | -0/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699017 | ||||
| * | remove released flag | Guillaume Desmottes | 2013-04-15 | 1 | -1/+1 |
| | |