aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tpaw-images: move the default avatar definition from Empathy to tp-awMarco Barisione2013-08-2010-12/+47
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tpaw-gsettings: move the avatar path stuff from Empathy to tp-awMarco Barisione2013-08-204-5/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* camera-monitor: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2011-168/+168
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* cheese-camera-device-monitor: move from Empathy to tp-account-widgetsMarco Barisione2013-08-206-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-widgetsMarco Barisione2013-08-207-110/+110
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* contactinfo-utils: move from Empathy to tp-account-widgetsMarco Barisione2013-08-206-31/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* contactinfo-utils: remove the include for empathy-ui-utils.hMarco Barisione2013-08-201-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* string-parser: move everything except for _match_smiley(), to tp-awMarco Barisione2013-08-2014-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-widgetMarco Barisione2013-08-203-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-widgetsMarco Barisione2013-08-2011-45/+45
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-2026-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_* functionsMarco Barisione2013-08-203-0/+55
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* live-search: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2018-188/+190
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* account-settings: don't set the presence on newly created accountsMarco Barisione2013-08-201-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 Barisione2013-08-203-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 Barisione2013-08-202-21/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* account-settings: use TpAccount's functions for schemes instead of Empathy'sMarco Barisione2013-08-201-3/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* individual-menu: use TpAccount's functions for schemes instead of Empathy'sMarco Barisione2013-08-201-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tpaw-utils: move functions for protocol and service display informationMarco Barisione2013-08-209-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 itMarco Barisione2013-08-208-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 functionsMarco Barisione2013-08-203-0/+56
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* uoa-utils: move from Empathy to tp-awMarco Barisione2013-08-206-19/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* keyring: explain why the schema name still contains “Empathy”Marco Barisione2013-08-201-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* keyring: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2011-66/+69
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* connection-managers: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2013-186/+187
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* account-settings: fix a reference to empathy-account-widget.cMarco Barisione2013-08-201-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* account-settings: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2019-594/+592
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* irc-network: change the license header from the GPL to the LGPL oneMarco Barisione2013-08-201-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 oneMarco Barisione2013-08-203-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 filesMarco Barisione2013-08-202-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: rename all the files from empathy-* to tpaw-*Marco Barisione2013-08-2042-96/+96
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: Switch the symbols namespace to tpawEmanuele Aina2013-08-2027-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 sourcesEmanuele Aina2013-08-207-9/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: Move the IRC support sources with the account widgetEmanuele Aina2013-08-209-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 subdirEmanuele Aina2013-08-2033-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 headerEmanuele Aina2013-08-201-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* GOSSIP-RELICENSING: emails authorising us to relicense code for tp-awMarco Barisione2013-08-201-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 runningJonny Lamb2013-08-202-2/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=701392
* Updated Slovenian translationMatej Urbančič2013-08-201-9/+13
|
* Updated German translationChristian Kirbach2013-08-201-724/+744
|
* Updated Czech translationMarek Černocký2013-08-201-70/+74
|
* Do not ring on incoming calls when busyEmilio Pozuelo Monfort2013-08-191-3/+14
| | | | | | Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=666221
* Updated Spanish translationDaniel Mustieles2013-08-191-72/+75
|
* Set a title to password dialogsEmilio Pozuelo Monfort2013-08-191-0/+2
| | | | | | Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=706125
* Add missing includeEmilio Pozuelo Monfort2013-08-191-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 Casagrande2013-08-181-151/+165
|
* Updated Slovenian translationMatej Urbančič2013-08-171-223/+240
|
* Use new GeocodeLocation API in geocode-glib 0.99.1Andreas Henriksson2013-08-151-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-glibAndreas Henriksson2013-08-151-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 MUCChandni Verma2013-08-141-0/+67
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703487
* Make individual_store_find_contact and free_iters protectedChandni Verma2013-08-142-10/+16
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703487
* Contact should leave 'Ungrouped' group immediately upon first joining a groupChandni Verma2013-08-131-0/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=698530
* Updated Lithuanian translationAurimas Černius2013-08-121-915/+1124
|
* Updated German help translationChristian Kirbach2013-08-101-502/+601
|
* EmpathyAccountsDialog: Simplify the way we update account display name label ↵Xavier Claessens2013-08-091-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 Claessens2013-08-091-6/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705668
* EmpathyUserInfo: Update identifier/alias when they change on the accountXavier Claessens2013-08-091-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 translationKjartan Maraas2013-08-091-80/+93
|
* Don't dereference a NULL errorEmilio Pozuelo Monfort2013-08-081-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 translationGabor Kelemen2013-08-081-714/+730
|
* use the user_action_time received from TP when presenting existing call windowGuillaume Desmottes2013-08-073-4/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705618
* empathy_call_window_present(): rename to _new_handler()Guillaume Desmottes2013-08-073-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 windowGuillaume Desmottes2013-08-072-2/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705618
* call-factory::new-call-handler: remove unused 'outgoing' argGuillaume Desmottes2013-08-072-3/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705618
* fix memory leakChandni Verma2013-08-061-0/+1
|
* Updated Brazilian Portuguese translationRafael Ferreira2013-08-061-710/+729
|
* Fix assertion failure on opening conversation menu in 1-1 chatsChandni Verma2013-08-031-8/+17
|
* Updated Galician translationsFran Diéguez2013-08-021-111/+128
|
* Updated Hebrew translation.Yaron Shahrabani2013-07-311-371/+602
|
* Updated Spanish translationDaniel Mustieles2013-07-261-105/+119
|
* calls: only set InitialAudio or InitialVideo if they are trueAlban Crequy2013-07-251-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 translationMarek Černocký2013-07-221-2/+2
|
* Updated Czech translationMarek Černocký2013-07-221-105/+117
|
* Show a 'Remove from Group <group-name>' button in remove dialogChandni Verma2013-07-211-11/+68
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=585440
* Install property active-group in EmpathyIndividualMenuChandni Verma2013-07-216-7/+47
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=585440
* GOA: ignore non-Telepathy accountsMarco Barisione2013-07-181-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 MUCsChandni Verma2013-07-182-0/+72
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=643755
* Updated Norwegian bokmål translationKjartan Maraas2013-07-181-59/+63
|
* EmpathySoundManager: Fix playing sound when account goes online.Xavier Claessens2013-07-181-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-managerXavier Claessens2013-07-183-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 contactsXavier Claessens2013-07-181-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 Casagrande2013-07-171-47/+53
|
* Updated slovak translationPavol Klačanský2013-07-141-16/+18
|
* update Simplified Chinese (zh_CN) translationWylmer Wang2013-07-111-750/+826
|
* Updated Czech translationMarek Černocký2013-07-101-9/+14
|
* Remove the name of an account once it has been deleted.Travis Reitter2013-07-091-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 translationDaniel Mustieles2013-07-091-11/+14
|
* remove released flagGuillaume Desmottes2013-07-091-1/+1
|
* 3.9.4EMPATHY_3_9_4Guillaume Desmottes2013-07-092-2/+20
|
* roster: compare elements as utf8 strings, for correct collationFrédéric Péters2013-07-091-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703453
* EmpathySearchContactDialog: Set search entry insensitive when search is not ↵Xavier Claessens2013-07-081-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 ellipsizeXavier Claessens2013-07-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703775
* EmpathyContactSearchDialog: Add a "Not Supported" message pageXavier Claessens2013-07-081-1/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703775
* EmpathyContactSearchDialog: factor out append_message_page()Xavier Claessens2013-07-081-13/+20
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703775
* Updated slovak translationPavol Klačanský2013-07-081-68/+69
|
* Updated Norwegian bokmål translationKjartan Maraas2013-07-041-38/+38
|
* Updated Czech translationMarek Černocký2013-06-291-67/+67
|
* Updated Galician translationsFran Diéguez2013-06-281-67/+67
|
* Updated Spanish translationDaniel Mustieles2013-06-271-59/+60
|
* AccountsDialog: Truncate too long account namesXavier Claessens2013-06-261-3/+3
| | | | | | This prevent strings to be too big. https://bugzilla.gnome.org/show_bug.cgi?id=702095
* Merge branch 'gnome-3-8'Xavier Claessens2013-06-261-0/+1
|\
| * AccountsDialog: Ellipsize account dispaly nameXavier Claessens2013-06-261-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 Desmottes2013-06-261-1/+21
|\|
| * Fix escaping of text in empathy log windowRyan Lortie2013-06-261-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 translationDaniel Mustieles2013-06-241-158/+234
| |
* | Add help <desc> and update index.pageEkaterina Gerasimova2013-06-241-7/+11
| | | | | | | | Every page should have a description and a proper title. library.gnome.org will soon use these.
* | Update create-account help pageEkaterina Gerasimova2013-06-243-85/+77
| | | | | | | | Update the page as it was somewhat out of date.
* | Updated Norwegian bokmål translationKjartan Maraas2013-06-201-57/+57
| |
* | [l10n] Updated Italian translation.Milo Casagrande2013-06-181-124/+123
| |
* | Updated Spanish translationDaniel Mustieles2013-06-171-41/+41
| |
* | remove released flagGuillaume Desmottes2013-06-171-1/+1
| |
* | 3.9.3EMPATHY_3_9_3Guillaume Desmottes2013-06-172-2/+14
| |
* | Merge remote-tracking branch 'origin/gnome-3-8'Guillaume Desmottes2013-06-171-0/+1
|\|
| * debug-window: fix messages array leakGuillaume Desmottes2013-06-111-0/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=701914
* | Fix new account dialog for title conforming to HIGSindhu S2013-06-141-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 Claessens2013-06-111-5/+20
|\|
| * EmpathyNewChatroomDialog: Do not crash if the CM omitted handle-nameXavier Claessens2013-06-111-0/+6
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=698742
| * EmpathyNewChatroomDialog: Make sure we use the TpRoomList that correspond to ↵Xavier Claessens2013-06-111-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 realityXavier Claessens2013-06-111-2/+2
| | | | | | | | | | | | The comments where out of sync with the en COL_* enum. https://bugzilla.gnome.org/show_bug.cgi?id=698742
* | Updated Galician translationsFran Diéguez2013-06-021-3/+2
| |
* | Updated Galician translationsFran Diéguez2013-06-021-723/+721
| |
* | empathy-sanity-checker: Include empathy-keyring.h when HAVE_UOA is defined.Iain Lane2013-05-311-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 flagGuillaume Desmottes2013-05-291-1/+1
| |
* | prepare 3.9.2EMPATHY_3_9_2Guillaume Desmottes2013-05-292-2/+22
| |
* | Updated Czech translationMarek Černocký2013-05-291-721/+722
| |
* | Updated slovak translationPavol Klačanský2013-05-251-1/+1
| |
* | Updated slovak translationPavol Klačanský2013-05-251-719/+716
| |
* | Merge branch 'gnome-3-8'Guillaume Desmottes2013-05-243-14/+9
|\| | | | | | | | | | | Conflicts: NEWS configure.ac
| * remove released flagGuillaume Desmottes2013-05-241-1/+1
| |
| * 3.8.3EMPATHY_3_8_3Guillaume Desmottes2013-05-242-2/+8
| |
| * debug-window: pass the proper type when setting 'yalign'Guillaume Desmottes2013-05-241-1/+1
| |
| * new-chatroom-dialog: use tp_g_signal_connect_object()Guillaume Desmottes2013-05-241-6/+6
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696151
| * Revert "log-window: escape the body of the message"Guillaume Desmottes2013-05-241-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 flagGuillaume Desmottes2013-05-201-1/+1
| |
| * prepare 3.8.2EMPATHY_3_8_2Guillaume Desmottes2013-05-202-2/+9
| |
* | Updated Hebrew translation.Yaron Shahrabani2013-05-241-757/+753
| |
* | Updated Spanish translationDaniel Mustieles2013-05-171-311/+274
| |
* | Mark untranslatable images in helpEkaterina Gerasimova2013-05-176-40/+43
| | | | | | | | | | Mark images without text as untranslatable in user help. At the same time, mark author emails as untranslatable.
* | Updated Norwegian bokmål translationKjartan Maraas2013-05-161-723/+717
| |
* | Add gnome-help/C entry to .gitignoreSindhu S2013-05-121-0/+1
| | | | | | | | The command `git status` will now recognize new *.page added in help/C
* | [l10n] Update Catalan documentationGil Forcada2013-05-091-39/+30
| |
* | [l10n] Update Catalan documentationManel Vidal2013-05-091-2554/+2618
| |
* | Fix UOA build errorXavier Claessens2013-05-071-0/+2
| |
* | Merge branch 'gnome-3-8'Xavier Claessens2013-05-071-0/+11
|\|
| * Fix crash when displaying google account vcardXavier Claessens2013-05-071-0/+11
| |
* | Updated Slovenian translationMatej Urbančič2013-05-051-896/+1092
| |
* | Updated Spanish translationDaniel Mustieles2013-05-041-721/+717
| |
* | release: update last_tag_patternGuillaume Desmottes2013-05-031-1/+1
| |
* | remove released flagGuillaume Desmottes2013-05-031-1/+1
| |
* | prepare 3.9.1EMPATHY_3_9_1Guillaume Desmottes2013-05-032-2/+22
| |
* | GNOME Goal: Update icon namesB.Prathibha2013-05-034-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 ↵SandipTiwari2013-05-031-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 Desmottes2013-05-031-0/+1
|\|
| * call-window: Remember that the audio output has been addedOlivier Crête2013-05-031-0/+1
| | | | | | | | | | | | Otherwise it tries to re-add it. https://bugzilla.gnome.org/show_bug.cgi?id=697214
* | Merge branch 'gnome-3-8'Guillaume Desmottes2013-05-033-1/+21
|\| | | | | | | | | Conflicts: src/empathy.c
| * libempathy: Fix build by adding missing math.h headerStef Walter2013-05-031-0/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699017
| * remove released flagGuillaume Desmottes2013-04-151-1/+1
| |
| * 3.8.1EMPATHY_3_8_1Guillaume Desmottes2013-04-151-0/+18
| |
| * prepare 3.8.1Guillaume Desmottes2013-04-151-2/+2
| |
| * Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2013-04-081-2487/+2535
| |
| * Updated German help translationChristian Kirbach2013-04-051-23/+22
| |
| * EmpathyApp: don't open the main instance if only the preferences are requestedMarco Trevisan (Treviño)2013-04-051-4/+10
| | | | | | | | Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=697254
* | Updated Spanish translationDaniel Mustieles2013-05-031-93/+148
| |
* | Updated link-contacts.page, bug 677549Shobha Tyagi2013-04-301-25/+48
| |
* | [l10n] Updated Italian translation.Milo Casagrande2013-04-281-716/+715
| |
* | Updated Greek translationDimitris Spingos2013-04-261-198/+211
| |
* | Updated Spanish translationDaniel Mustieles2013-04-241-90/+119
| |
* | Update Simplified Chinese help translationWylmer Wang2013-04-201-2280/+2691
| |
* | Update video call help for 3.8Ekaterina Gerasimova2013-04-163-15/+18
| |
* | Update help for making audio callsEkaterina Gerasimova2013-04-163-12/+19
| | | | | | | | | | Update the help for 3.8 and delete icon that is no longer dispayed in the application.
* | Updated Spanish translationDaniel Mustieles2013-04-131-41/+39
| |
* | empathy-utils: add missing math.h includeGuillaume Desmottes2013-04-101-0/+1
| |
* | Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2013-04-081-2487/+2535
| |
* | Updated German help translationChristian Kirbach2013-04-051-23/+22
| |
* | EmpathyDebugger: Use application activate and keep platform dataMarco Trevisan (Treviño)2013-04-051-19/+51
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697197
* | EmpathyApp: Use GAction to pass the command-line to main instanceMarco Trevisan (Treviño)2013-04-051-1/+28
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697197
* | EmpathyApp: don't open the main instance if only the preferences are requestedMarco Trevisan (Treviño)2013-04-051-4/+10
| | | | | | | | Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=697254
* | EmpathyChat: pass platform-data when activatingMarco Trevisan (Treviño)2013-04-051-2/+4
| | | | | | | | This can be done by not initializing gtk before that the application will do it.
* | EmpathyAccounts: use GApplication activateMarco Trevisan (Treviño)2013-04-051-16/+21
| |
* | EmpathyApp: don't activate app with invalid commandlineMarco Trevisan (Treviño)2013-04-051-6/+7
| |
* | EmpathyApp: clear errors in command-line initializationMarco Trevisan (Treviño)2013-04-051-5/+2
| |
* | empaty.desktop: enable StartupNotifyMarco Trevisan (Treviño)2013-04-051-1/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697197
* | Empathy: Use g_application_activate to pass platform-data to the GtkApplicationMarco Trevisan (Treviño)2013-04-051-27/+16
| | | | | | | | | | | | | | Also we make sure that the DESKTOP_STARTUP_ID env variable is not unset when initializing gtk. https://bugzilla.gnome.org/show_bug.cgi?id=697197
* | keyring: Drop legacy function after the libsecret migrationEmanuele Aina2013-04-043-16/+2
| |
* | Merge branch 'gnome-3-8'Xavier Claessens2013-04-031-2/+8
|\|
| * UOA: Do not segfault when "Done" or "Cancel" button clicked but widget is ↵Lukas Vacek2013-04-031-2/+8
| | | | | | | | not ready yet
* | Clean up #include directives in source filesEmanuele Aina2013-04-0266-105/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* | Clean up #include directives in headersEmanuele Aina2013-04-0256-64/+16
| | | | | | | | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* | Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-02183-542/+427
| | | | | | | | | | | | | | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* | help: Fix broken linkEkaterina Gerasimova2013-04-011-1/+1
| |
* | help: Mark icon as untranslatableEkaterina Gerasimova2013-04-011-2/+3
| | | | | | | | | | Mark the icon in the index as untranslatable, but the fallback text as translatable.
* | chat-resources: Fix dependencies generation on $(srcdir) != $(builddir)Emanuele Aina2013-04-011-11/+7
| | | | | | | | | | | | `glib-compile-resources generate-dependencies' needs the --sourcedir flag to be able to work properly when $(srcdir) != $(builddir). Spotted by running `make distcheck'.
* | Use a flat namespace for internal includesEmanuele Aina2013-04-01161-433/+440
| | | | | | | | | | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* | Avoid include path overspecificationsEmanuele Aina2013-04-0117-33/+33
| | | | | | | | | | | | | | If we're under the libempathy directory there's no need to prefix include file paths with it, and the same is true for libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* | Use double quotes for all internal headersEmanuele Aina2013-04-01158-448/+448
| | | | | | | | | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* | utils: Drop the file-based empathy_xml_validate()Emanuele Aina2013-04-012-37/+0
| | | | | | | | | | | | | | | | After embedding all the DTDs with GResource the file-based empathy_xml_validate() is no longer needed, replaced by empathy_xml_validate_from_resource(). https://bugzilla.gnome.org/show_bug.cgi?id=696974
* | Embed DTDs for XML validation as GResourcesEmanuele Aina2013-04-017-12/+33
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696974
* | utils: Add empathy_xml_validate_from_resource()Emanuele Aina2013-04-012-0/+37
| | | | | | | | | | | | Validate against dtd stored in a GResource. https://bugzilla.gnome.org/show_bug.cgi?id=696974
* | account-widget: Embed .ui files with GResourceEmanuele Aina2013-04-018-42/+64
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696978
* | ui-utils: Add empathy_builder_get_resource()Emanuele Aina2013-03-312-5/+43
|/ | | | | | | Add the empathy_builder_get_file() companion to load UI elements from embedded resources. https://bugzilla.gnome.org/show_bug.cgi?id=696978
* Fix breakage introduced in previous commit with Cheese enabledEmanuele Aina2013-03-291-0/+1
| | | | | Oops. I failed to test commit 66e393b7 with the Cheese support enabled and I deleted an header too much.
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-28135-731/+5
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-2861-61/+61
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* goa-mc-plugin: Fix deprecation warningsEmanuele Aina2013-03-271-6/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696544
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-03-271-33/+40
|
* Updated British English translationBruce Cowan2013-03-271-242/+320
|
* Update uk translationDaniel Korostil2013-03-261-265/+340
|
* Updated kn translationsShankar Prasad2013-03-261-1/+1
|
* Updated kn translationsShankar Prasad2013-03-261-14/+8
|
* release.py: update last_tag_patternGuillaume Desmottes2013-03-261-1/+1
|
* remove released flagGuillaume Desmottes2013-03-261-1/+1
|
* 3.8.0EMPATHY_3_8_0Guillaume Desmottes2013-03-262-3/+26
|
* Updated Telugu TranslationsKrishnababu Krothapalli2013-03-251-175/+249
|
* Updated gujarati fileSweta Kothari2013-03-251-214/+291
|
* Fix translations of keywords in .desktop filesPiotr Drąg2013-03-251-1/+1
|
* Update French translationAlexandre Franke2013-03-241-25/+133
|
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-03-241-489/+522
|
* Updated Slovenian translationAndrej Žnidaršič2013-03-231-417/+221
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2013-03-231-236/+310
|
* Updated Russian translationYuri Myasoedov2013-03-221-457/+733
|
* Updated Hungarian documentation translationGabor Kelemen2013-03-211-173/+163
|
* hindi translationRajesh Ranjan2013-03-211-177/+248
|
* Updated slovak translationPavol Klačanský2013-03-211-5/+3
|
* L10N: Updated Persian TranslationArash Mousavi2013-03-211-170/+248
|
* Updated Tamil translationDr.T.Vasudevan2013-03-201-1097/+1343
|
* Updated Odia Translation.ManojKumar Giri2013-03-201-210/+291
|
* gitignore: Hide autogenerated resource files from gitEmanuele Aina2013-03-201-0/+2
|
* remove released flagGuillaume Desmottes2013-03-201-1/+1
|
* 3.7.92EMPATHY_3_7_92Guillaume Desmottes2013-03-202-1/+32
|
* [l10n] Added Tadjik translationVictor Ibragimov2013-03-202-0/+4413
|
* Updated slovak translationPavol Klačanský2013-03-191-61/+55
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-03-181-265/+334
|
* Updated Korean translationChangwoo Ryu2013-03-161-183/+248
|
* Updated Portuguese translation and converted to New Spelling (Novo AO)Duarte Loreto2013-03-151-372/+439
|
* Update French translationAlexandre Franke2013-03-141-193/+268
|
* Fix link issue when UOA is enabledXavier Claessens2013-03-131-0/+2
| | | | | src/empathy-sanity-cleaning.c uses libaccounts-glib directly, so we have to pass UOA build flags.
* Bump required Folks version to 0.9.0Xavier Claessens2013-03-131-1/+1
| | | | | We depend on libgee 0.8 so we have to ensure that we build with a folks that uses libgee 0.8 as well.
* [l10n] Updated Estonian translationMattias Põldaru2013-03-131-8/+25
|
* Updated Danish translationKennethNielsen2013-03-131-198/+231
|
* [l10n] Updated Italian translation.Milo Casagrande2013-03-131-140/+134
|
* Updated Indonesian translationAndika Triwidada2013-03-121-190/+227
|
* [l10n] Updated Catalan translationGil Forcada2013-03-121-261/+330
|
* irc-network-chooser-dialog: break live search references cycleGuillaume Desmottes2013-03-111-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692105
* irc-network-chooser-dialog: disconnect live search signals in disposeGuillaume Desmottes2013-03-111-12/+12
| | | | | | | The 'destroyed' signal is called to late, we have to disconnect those signals before destroying the live search object. https://bugzilla.gnome.org/show_bug.cgi?id=692105
* live_search_unmap: check if priv->hook_widget is not NULLGuillaume Desmottes2013-03-111-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692105
* explicitely depends on coglGuillaume Desmottes2013-03-111-0/+1
| | | | | | We use cogl directly in some empathy-call files. https://bugzilla.gnome.org/show_bug.cgi?id=695556
* Updated kn translationsShankar Prasad2013-03-111-141/+146
|
* Updated kn translationsShankar Prasad2013-03-111-183/+200
|
* Updated Hungarian translation by Péter Bojtos <ptr at ulx dot hu>Gabor Kelemen2013-03-101-285/+391
|
* Updated Greek translationDimitris Spingos2013-03-101-24/+145
|