aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 3.9.90EMPATHY_3_9_90Guillaume Desmottes2013-08-202-2/+37
* POTFILES.skip: ignore the whole telepathy-account-widgets directoryMarco Barisione2013-08-201-0/+2
* empathy-env.in: set TPAW_SRCDIRMarco Barisione2013-08-201-0/+3
* configure.ac: get the UOA provider name from tp-aw's pkg-config fileMarco Barisione2013-08-201-4/+4
* configure.ac: if unreleased, enable tp-aw's extra warningsMarco Barisione2013-08-201-0/+4
* configure.ac: pass --with-pkgdatadir to tp-aw's configureMarco Barisione2013-08-201-0/+1
* tp-account-widgets: remove internal copyMarco Barisione2013-08-2074-21856/+0
* Use the telepathy-account-widgets submodule instead of the internal copyMarco Barisione2013-08-209-14/+30
* Add telepathy-account-widgets submoduleMarco Barisione2013-08-202-0/+3
* POTFILES.in: remove files that were moved to tp-account-widgetsMarco Barisione2013-08-201-22/+0
* tp-account-widgets/Makefile.am: don't check the style of copied filesMarco Barisione2013-08-201-2/+2
* account-widget: add an "action-area" propertyMarco Barisione2013-08-205-19/+59
* account-widget: make the buttons look like normal dialog buttonsMarco Barisione2013-08-201-3/+7
* protocol-chooser: port to TpawProtocolMarco Barisione2013-08-202-397/+54
* protocol: add an object to represent a protocol and a way to list themMarco Barisione2013-08-203-0/+641
* tp-account-widgets/Makefile.am: remove Empathy's include pathsMarco Barisione2013-08-201-2/+0
* tp-account-widgets: don't include empathy(-ui)-utils.hMarco Barisione2013-08-2016-22/+0
* tp-account-widgets: use g_strcmp0 instead of strcmpMarco Barisione2013-08-203-6/+6
* irc-network-dialog: include stdlib.h needed for strtoulMarco Barisione2013-08-201-0/+1
* tpaw-string-parser: include string.h needed for strlenMarco Barisione2013-08-201-0/+1
* tpaw-utils: add the TPAW namespace to ACCOUNT_WIDGETS_RESOURCES_PREFIXMarco Barisione2013-08-203-5/+5
* tpaw-utils: move ACCOUNT_WIDGETS_RESOURCES_PREFIX from EmpathyMarco Barisione2013-08-203-2/+3
* debug: remove EMPATHY_DEBUG_IRC as it's not needed any moreMarco Barisione2013-08-202-14/+12
* calendar-button: don't use the non-existing TPAW_DEBUG_OTHER_THING flagMarco Barisione2013-08-201-1/+1
* tpaw-debug: remove unused debug keysMarco Barisione2013-08-202-30/+4
* tp-account-widgets: use TpAW's debugging functions instead of Empathy'sMarco Barisione2013-08-2017-34/+34
* debug: set tp-account-widgets's debug flagsMarco Barisione2013-08-201-0/+3
* tpaw-debug: don't set tp-glib's debug flags, Empathy does thatMarco Barisione2013-08-201-2/+0
* tpaw-debug: copy from EmpathyMarco Barisione2013-08-203-0/+266
* pixbuf-utils: copy the generic pixbuf-related utily functions from EmpathyMarco Barisione2013-08-2018-190/+272
* tpaw-utils: use self->priv instead of EMPATHY_GET_PRIV(self)Marco Barisione2013-08-2016-776/+597
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-2030-66/+98
* tpaw-utils: copy URL handling functions from Empathy to tp-awMarco Barisione2013-08-205-46/+50
* tpaw-utils: move empathy_xml_validate_from_resource to tp-aw and rename itMarco Barisione2013-08-208-41/+50
* tpaw-utils: move empathy_window_present* to tp-aw and rename itMarco Barisione2013-08-2010-52/+72
* tpaw-utils: move empathy_get_toplevel_window to tp-aw and rename itMarco Barisione2013-08-207-22/+30
* tpaw-utils: move empathy_implement_finish_* to tp-aw and rename themMarco Barisione2013-08-2010-59/+70
* user-info: move from Empathy to tp-account-widgetsMarco Barisione2013-08-206-121/+120
* avatar-chooser: move from Empathy to tp-account-widgetsMarco Barisione2013-08-206-145/+147
* tpaw-images: move the default avatar definition from Empathy to tp-awMarco Barisione2013-08-2010-12/+47
* tpaw-gsettings: move the avatar path stuff from Empathy to tp-awMarco Barisione2013-08-204-5/+42
* camera-monitor: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2011-168/+168
* cheese-camera-device-monitor: move from Empathy to tp-account-widgetsMarco Barisione2013-08-206-136/+145
* calendar-button: move from Empathy to tp-accounts-widgetsMarco Barisione2013-08-207-110/+110
* contactinfo-utils: move from Empathy to tp-account-widgetsMarco Barisione2013-08-206-31/+31
* contactinfo-utils: remove the include for empathy-ui-utils.hMarco Barisione2013-08-201-2/+1
* string-parser: move everything except for _match_smiley(), to tp-awMarco Barisione2013-08-2014-268/+324
* contactinfo-utils: move create_channel_list_label to individual-widgetMarco Barisione2013-08-203-71/+66
* time: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2011-45/+45
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-2026-229/+265
* builder: add stub header and source file for tpaw_builder_* functionsMarco Barisione2013-08-203-0/+55
* live-search: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2018-188/+190
* account-settings: don't set the presence on newly created accountsMarco Barisione2013-08-201-16/+0
* tpaw-utils: copy empathy_make_color_whiter()Marco Barisione2013-08-203-2/+15
* utils: remove empathy_account_has_uri_scheme_tel()Marco Barisione2013-08-202-21/+0
* account-settings: use TpAccount's functions for schemes instead of Empathy'sMarco Barisione2013-08-201-3/+9
* individual-menu: use TpAccount's functions for schemes instead of Empathy'sMarco Barisione2013-08-201-1/+1
* tpaw-utils: move functions for protocol and service display informationMarco Barisione2013-08-209-100/+107
* tpaw-utils: move empathy_connect_new_account to tp-aw and rename itMarco Barisione2013-08-208-52/+59
* tpaw-utils: add stub for files with misc utility functionsMarco Barisione2013-08-203-0/+56
* uoa-utils: move from Empathy to tp-awMarco Barisione2013-08-206-19/+31
* keyring: explain why the schema name still contains “Empathy”Marco Barisione2013-08-201-0/+2
* keyring: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2011-66/+69
* connection-managers: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2013-186/+187
* account-settings: fix a reference to empathy-account-widget.cMarco Barisione2013-08-201-1/+1
* account-settings: move from Empathy to tp-account-widgetsMarco Barisione2013-08-2019-594/+592
* irc-network: change the license header from the GPL to the LGPL oneMarco Barisione2013-08-201-10/+9
* account-widget: change the license header from the GPL to the LGPL oneMarco Barisione2013-08-203-30/+27
* tp-account-widgets: refer to the right renamed filesMarco Barisione2013-08-202-5/+5
* tp-account-widgets: rename all the files from empathy-* to tpaw-*Marco Barisione2013-08-2042-96/+96
* tp-account-widgets: Switch the symbols namespace to tpawEmanuele Aina2013-08-2027-917/+917
* tp-account-widgets: Move the IRC network list with the related sourcesEmanuele Aina2013-08-207-9/+15
* tp-account-widgets: Move the IRC support sources with the account widgetEmanuele Aina2013-08-209-8/+9
* tp-account-widgets: Move account widgets code in the tp-account-widgets subdirEmanuele Aina2013-08-2033-29/+104
* accounts-dialog: Include the proper account-widget headerEmanuele Aina2013-08-201-1/+1
* GOSSIP-RELICENSING: emails authorising us to relicense code for tp-awMarco Barisione2013-08-201-0/+3378
* preferences: only show autoconnect when shell isn't runningJonny Lamb2013-08-202-2/+13
* 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
* Updated Spanish translationDaniel Mustieles2013-08-191-72/+75
* Set a title to password dialogsEmilio Pozuelo Monfort2013-08-191-0/+2
* Add missing includeEmilio Pozuelo Monfort2013-08-191-0/+1
* [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 api-versioned name for geocode-glibAndreas Henriksson2013-08-151-1/+1
* Show typing icon against composing members of a MUCChandni Verma2013-08-141-0/+67
* Make individual_store_find_contact and free_iters protectedChandni Verma2013-08-142-10/+16
* Contact should leave 'Ungrouped' group immediately upon first joining a groupChandni Verma2013-08-131-0/+13
* 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
* EmpathyAccountSettings: remember the new account display name when setting one.Xavier Claessens2013-08-091-6/+3
* EmpathyUserInfo: Update identifier/alias when they change on the accountXavier Claessens2013-08-091-3/+26
* Updated Norwegian bokmål translationKjartan Maraas2013-08-091-80/+93
* Don't dereference a NULL errorEmilio Pozuelo Monfort2013-08-081-1/+2
* 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
* empathy_call_window_present(): rename to _new_handler()Guillaume Desmottes2013-08-073-3/+3
* use the user_action_time received from TP when presenting new call windowGuillaume Desmottes2013-08-072-2/+11
* call-factory::new-call-handler: remove unused 'outgoing' argGuillaume Desmottes2013-08-072-3/+2
* 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
* 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
* Install property active-group in EmpathyIndividualMenuChandni Verma2013-07-216-7/+47
* GOA: ignore non-Telepathy accountsMarco Barisione2013-07-181-0/+6
* "Join Chat" and "Leave Chat" menu items for Conversation menu in MUCsChandni Verma2013-07-182-0/+72
* Updated Norwegian bokmål translationKjartan Maraas2013-07-181-59/+63
* EmpathySoundManager: Fix playing sound when account goes online.Xavier Claessens2013-07-181-7/+29
* Move empathy_check_available_state() from utils to sound-managerXavier Claessens2013-07-183-19/+18
* EmpathyEventManager: Do not miss contact signon even for new contactsXavier Claessens2013-07-181-3/+16
* [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
* 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
* EmpathySearchContactDialog: Set search entry insensitive when search is not s...Xavier Claessens2013-07-081-0/+2
* EmpathyContactSearchDialog: Set line wrap on message pages instead of ellipsizeXavier Claessens2013-07-081-1/+1
* EmpathyContactSearchDialog: Add a "Not Supported" message pageXavier Claessens2013-07-081-1/+15
* EmpathyContactSearchDialog: factor out append_message_page()Xavier Claessens2013-07-081-13/+20
* 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
* Merge branch 'gnome-3-8'Xavier Claessens2013-06-261-0/+1
|\
| * AccountsDialog: Ellipsize account dispaly nameXavier Claessens2013-06-261-0/+1
* | Merge branch 'gnome-3-8'Guillaume Desmottes2013-06-261-1/+21
|\|
| * Fix escaping of text in empathy log windowRyan Lortie2013-06-261-1/+21
* | Updated Spanish translationDaniel Mustieles2013-06-241-158/+234
* | Add help <desc> and update index.pageEkaterina Gerasimova2013-06-241-7/+11
* | Update create-account help pageEkaterina Gerasimova2013-06-243-85/+77
* | 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
* | Fix new account dialog for title conforming to HIGSindhu S2013-06-141-1/+1
* | 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
| * EmpathyNewChatroomDialog: Make sure we use the TpRoomList that correspond to ...Xavier Claessens2013-06-111-3/+12
| * EmpathyNewChatroom: Fix comment to correspond to the realityXavier Claessens2013-06-111-2/+2
* | 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
* | 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
|\|
| * 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
| * Revert "log-window: escape the body of the message"Guillaume Desmottes2013-05-241-7/+2
| * 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
* | Updated Norwegian bokmål translationKjartan Maraas2013-05-161-723/+717
* | Add gnome-help/C entry to .gitignoreSindhu S2013-05-121-0/+1
* | [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
* | fixed grammatical error: setup -> set up could find this error only in src/em...SandipTiwari2013-05-031-1/+1
* | 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
* | Merge branch 'gnome-3-8'Guillaume Desmottes2013-05-033-1/+21
|\|
| * libempathy: Fix build by adding missing math.h headerStef Walter2013-05-031-0/+2
| * 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
* | 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
* | 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
* | EmpathyApp: Use GAction to pass the command-line to main instanceMarco Trevisan (Treviño)2013-04-051-1/+28
* | EmpathyApp: don't open the main instance if only the preferences are requestedMarco Trevisan (Treviño)2013-04-051-4/+10
* | EmpathyChat: pass platform-data when activatingMarco Trevisan (Treviño)2013-04-051-2/+4
* | 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
* | Empathy: Use g_application_activate to pass platform-data to the GtkApplicationMarco Trevisan (Treviño)2013-04-051-27/+16
* | 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 not...Lukas Vacek2013-04-031-2/+8
* | Clean up #include directives in source filesEmanuele Aina2013-04-0266-105/+2
* | Clean up #include directives in headersEmanuele Aina2013-04-0256-64/+16
* | Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-02183-542/+427
* | help: Fix broken linkEkaterina Gerasimova2013-04-011-1/+1
* | help: Mark icon as untranslatableEkaterina Gerasimova2013-04-011-2/+3
* | chat-resources: Fix dependencies generation on $(srcdir) != $(builddir)Emanuele Aina2013-04-011-11/+7
* | Use a flat namespace for internal includesEmanuele Aina2013-04-01161-433/+440
* | Avoid include path overspecificationsEmanuele Aina2013-04-0117-33/+33
* | Use double quotes for all internal headersEmanuele Aina2013-04-01158-448/+448
* | utils: Drop the file-based empathy_xml_validate()Emanuele Aina2013-04-012-37/+0
* | Embed DTDs for XML validation as GResourcesEmanuele Aina2013-04-017-12/+33
* | utils: Add empathy_xml_validate_from_resource()Emanuele Aina2013-04-012-0/+37
* | account-widget: Embed .ui files with GResourceEmanuele Aina2013-04-018-42/+64
* | ui-utils: Add empathy_builder_get_resource()Emanuele Aina2013-03-312-5/+43
|/
* Fix breakage introduced in previous commit with Cheese enabledEmanuele Aina2013-03-291-0/+1
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-28135-731/+5
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-2861-61/+61
* goa-mc-plugin: Fix deprecation warningsEmanuele Aina2013-03-271-6/+5
* 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