Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2013-09-30 | 2 | -80/+80 |
| | |||||
* | EmpathyDebugWindow: set request widget size, drop set default size | Igor Gnatenko | 2013-09-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | Empathy debug window opens w/ weird size. This caused by scrolled window. In official documentation of gtk+ I look that uses: gtk_widget_set_size_request (window, 300, 300); And it's work! Set default size isn't needed. Reference: https://bugzilla.gnome.org/show_bug.cgi?id=708826 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | ||||
* | [l10n]Updated Turkish translation | Emin Tufan Çetin | 2013-09-26 | 1 | -2547/+2764 |
| | |||||
* | individual-store-channel: don't steal pixbuf store reference | Guillaume Desmottes | 2013-09-25 | 1 | -0/+3 |
| | | | | | | | empathy_individual_store_get_individual_status_icon() doesn't return a reffed pixbuf so we have to ref it explicitly. https://bugzilla.gnome.org/show_bug.cgi?id=708716 | ||||
* | use (room-name, account-path) as primary key when removing GMenuItem | Guillaume Desmottes | 2013-09-25 | 1 | -5/+24 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=707885 | ||||
* | menu_removed_cb: fix 'name' leak | Guillaume Desmottes | 2013-09-25 | 1 | -7/+13 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=707885 | ||||
* | menu_removed_cb: call g_menu_model_get_n_items() once | Guillaume Desmottes | 2013-09-25 | 1 | -3/+4 |
| | | | | | | No need to call it during each iteration. https://bugzilla.gnome.org/show_bug.cgi?id=707885 | ||||
* | Create one single GAction to join rooms | Guillaume Desmottes | 2013-09-25 | 1 | -34/+46 |
| | | | | | | | | The proper way to handle multi menu items having the same semantic is to have one single GAction associated with different GMenuItem having specific parameters instead of having one action per menu item. Fix bgo#707885 as we no longer have spaces in GMenuItem action names. | ||||
* | preferences: remove location resources BIND_SENSITIVE calls | Guillaume Desmottes | 2013-09-24 | 1 | -6/+0 |
| | | | | | | | 32529f49e3935b5f4fd747fcfe2d62322f86ec52 removed the BIND_ACTIVE calls but I forgot those. https://bugzilla.gnome.org/show_bug.cgi?id=708684 | ||||
* | remove released flag | Guillaume Desmottes | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | 3.10.0 | Guillaume Desmottes | 2013-09-24 | 2 | -3/+26 |
| | |||||
* | theme-adium: still execute the start of the script if ressource is missing | Guillaume Desmottes | 2013-09-24 | 1 | -5/+6 |
| | | | | | | | | | This fix a regression introduced by 19e784a4b2655db5cf414c7ce43662a9adb9d0c6. If empathy-chat.js can't be find (like in the preferences dialog) we still want to execute the start of the script. https://bugzilla.gnome.org/show_bug.cgi?id=708616 | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2013-09-23 | 2 | -38/+38 |
| | |||||
* | EmpathyDebugger: Initialize gint argc as 0 | Igor Gnatenko | 2013-09-23 | 1 | -1/+1 |
| | | | | | | | | | Since f451000063d5e20b337d2a8d7b0d7faf6429af6b empathy-debugger crashes on start, because have cycle w/ argc++, but argc is uninitialized. Reference: https://bugzilla.gnome.org/show_bug.cgi?id=708403 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | ||||
* | l10n: Update Japanese translation | victory | 2013-09-23 | 1 | -57/+33 |
| | |||||
* | l10n: Update Japanese translation | Jiro Matsuzawa | 2013-09-23 | 1 | -1555/+1354 |
| | | | | Merge the latest pot. | ||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2013-09-23 | 1 | -687/+678 |
| | |||||
* | Updated Ukrainian | Daniel Korostil | 2013-09-22 | 1 | -1540/+1248 |
| | |||||
* | Updated slovak translation | Peter Mráz | 2013-09-22 | 1 | -1/+1 |
| | |||||
* | Update Arabic translation | Khaled Hosny | 2013-09-20 | 1 | -1650/+1412 |
| | |||||
* | [l10n] Update Catalan translation | Josep Sànchez | 2013-09-19 | 1 | -4407/+647 |
| | |||||
* | Updated Brazilian Portuguese translation | Enrico Nicoletto | 2013-09-19 | 2 | -1/+3662 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2013-09-19 | 1 | -1534/+1246 |
| | |||||
* | Punjabi Translation updated by Aman | A S Alam | 2013-09-18 | 1 | -1543/+1265 |
| | |||||
* | coding style fixes | Guillaume Desmottes | 2013-09-17 | 5 | -6/+6 |
| | |||||
* | add missing config.h includes | Guillaume Desmottes | 2013-09-17 | 8 | -0/+16 |
| | |||||
* | tls-test: use tp-glib single headers | Guillaume Desmottes | 2013-09-17 | 1 | -1/+2 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2013-09-17 | 1 | -1541/+1250 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | prepare 3.9.92 | Guillaume Desmottes | 2013-09-16 | 2 | -2/+42 |
| | |||||
* | Template.html: remove DOCTYPE | Guillaume Desmottes | 2013-09-16 | 1 | -1/+0 |
| | | | | | | | | | | This ensures that WebKit considers the document in 'quirks' mode which is now needed when using document.body.scrollTop (used to check if we should scroll down or not when adding a new message). See https://bugs.webkit.org/show_bug.cgi?id=121419 for details. https://bugzilla.gnome.org/show_bug.cgi?id=707781 | ||||
* | nautilus-send-to: Use GtkListBox API instead of EggListBox | Xavier Claessens | 2013-09-16 | 1 | -4/+3 |
| | |||||
* | Stop using deprecated libaccounts-glib functions | Xavier Claessens | 2013-09-16 | 4 | -30/+48 |
| | |||||
* | Stop using Folks deprecated functions | Xavier Claessens | 2013-09-16 | 3 | -3/+3 |
| | |||||
* | Fix UOA build | Xavier Claessens | 2013-09-16 | 5 | -27/+32 |
| | |||||
* | Finnish translation update by Jiri Grönroos | Ville-Pekka Vainio | 2013-09-15 | 1 | -1598/+1330 |
| | |||||
* | Updated German translation | Benjamin Steinwender | 2013-09-15 | 1 | -1470/+829 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2013-09-14 | 1 | -1538/+637 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2013-09-12 | 1 | -1420/+1124 |
| | |||||
* | Assamese Translation Updated | Nilamdyuti Goswami | 2013-09-12 | 1 | -1561/+1277 |
| | |||||
* | Updated Latvian translation | Rūdolfs Mazurs | 2013-09-12 | 1 | -1543/+1267 |
| | |||||
* | Use tpaw_uoa_manager_dup instead of empathy_uoa_manager_dup | Chandni Verma | 2013-09-12 | 2 | -2/+2 |
| | |||||
* | Updated slovak translation | Pavol Klačanský | 2013-09-11 | 1 | -113/+115 |
| | |||||
* | .gitignore: automake 1.13 copies in /test-driver | Guillaume Desmottes | 2013-09-10 | 1 | -0/+1 |
| | |||||
* | Merge branch 'gnome-3-8' | Guillaume Desmottes | 2013-09-09 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: NEWS configure.ac | ||||
| * | debug-window: fix typo | Guillaume Desmottes | 2013-09-09 | 1 | -1/+1 |
| | | |||||
| * | remove released flag | Guillaume Desmottes | 2013-09-09 | 1 | -1/+1 |
| | | |||||
| * | prepare 3.8.4 | Guillaume Desmottes | 2013-09-09 | 2 | -2/+17 |
| | | |||||
* | | Merge branch 'gnome-3-8' | Guillaume Desmottes | 2013-09-09 | 1 | -1/+6 |
|\| | | | | | | | | | Conflicts: libempathy/empathy-keyring.c | ||||
| * | debug-window: ellipsize the message text renderer | Guillaume Desmottes | 2013-09-09 | 1 | -1/+6 |
| | | | | | | | | | | | | | | Ridiculously long messages were crashing empathy-debugger because Pango weren't able to display them all. https://bugzilla.gnome.org/show_bug.cgi?id=696328 | ||||
| * | 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 | ||||
| * | 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 | ||||
* | | Updated Russian translation | Yuri Myasoedov | 2013-09-09 | 1 | -1916/+790 |
| | | |||||
* | | add empathy.appdata.xml | Guillaume Desmottes | 2013-09-09 | 2 | -0/+22 |
| | | |||||
* | | Updated Hungarian help translation | Gabor Kelemen | 2013-09-09 | 1 | -468/+702 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-09-09 | 1 | -706/+89 |
| | | |||||
* | | Updated Indonesian translation | Andika Triwidada | 2013-09-08 | 1 | -1542/+627 |
| | | |||||
* | | Updated Belarusian translation. | Ihar Hrachyshka | 2013-09-08 | 1 | -1541/+629 |
| | | |||||
* | | Updated Serbian translation | Мирослав Николић | 2013-09-07 | 2 | -3114/+1294 |
| | | |||||
* | | Updated Czech translation | Marek Černocký | 2013-09-05 | 1 | -1422/+490 |
| | | |||||
* | | bump GDK_VERSION_MIN_REQUIRED to 3.8 | Guillaume Desmottes | 2013-09-05 | 1 | -1/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=707538 | ||||
* | | stop using gtk_style_context_get_font | Guillaume Desmottes | 2013-09-05 | 2 | -5/+11 |
| | | | | | | | | | | | | It's been deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=707538 | ||||
* | | 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 |
| | |