aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ft-handler: use TpAccountChannelRequest higher level APIGuillaume Desmottes2014-02-261-40/+20
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725070
* tp-chat: use TpAccountChannelRequest higher level APIGuillaume Desmottes2014-02-261-18/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725070
* request-util: use TpAccountChannelRequest higher level APIGuillaume Desmottes2014-02-261-13/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725070
* share-my-desktop: use tp_account_channel_request_set_target_contact()Guillaume Desmottes2014-02-261-4/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725070
* empathy-chat: use tp_account_channel_request_new_text()Guillaume Desmottes2014-02-261-9/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725070
* call-utils: use TpAccountChannelRequest higher level APIGuillaume Desmottes2014-02-263-38/+28
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725070
* call-handler: remove 'initial-audio' propGuillaume Desmottes2014-02-261-15/+0
| | | | | | It was always set to TRUE anyway. https://bugzilla.gnome.org/show_bug.cgi?id=725070
* empathy_call_new_with_streams: remove initial_audio argGuillaume Desmottes2014-02-266-20/+10
| | | | | | We always pass TRUE. https://bugzilla.gnome.org/show_bug.cgi?id=725070
* call-utils: inline call_new_with_streams()Guillaume Desmottes2014-02-261-14/+2
| | | | | | | We no longer support fallbacking to StreamedMedia so there is no point keeping this static function. https://bugzilla.gnome.org/show_bug.cgi?id=725070
* Updated Lithuanian translationAurimas Černius2014-02-251-268/+228
|
* Use new name of Ubuntu Online Accounts panel.Robert Ancell2014-02-241-2/+2
| | | | | | Since migrating to unity-control-center the name for the credentials panel has changed. Use this new name. https://bugzilla.gnome.org/show_bug.cgi?id=724711
* Updated Hungarian translationBalázs Úr2014-02-231-273/+269
|
* Updated Norwegian bokmål translationKjartan Maraas2014-02-201-190/+157
|
* remove released flagGuillaume Desmottes2014-02-171-1/+1
|
* add Chat_Manager.xml to EXTRA_DISTGuillaume Desmottes2014-02-171-1/+2
|
* 3.11.90Guillaume Desmottes2014-02-172-2/+15
|
* configure: Nautilus sendto plugin has been removedGuillaume Desmottes2014-02-121-1/+0
|
* extensions: remove Chat_Manager.xmlGuillaume Desmottes2014-02-123-38/+0
| | | | | | We use GDBus now. https://bugzilla.gnome.org/show_bug.cgi?id=723766
* chat-mgr: use GDBus service APIGuillaume Desmottes2014-02-122-27/+33
| | | | | | | We have now to use the GtkApplication bus name when calling the method as GBus uses this bus name and not the Telepathy one which is used by dbus-glib. https://bugzilla.gnome.org/show_bug.cgi?id=723766
* chat-mgr: Use GDBus client side APIGuillaume Desmottes2014-02-122-16/+52
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723766
* generate GDBus API for the chat managerGuillaume Desmottes2014-02-123-0/+48
| | | | | | Plan is to get rid of our own code gen system in next. https://bugzilla.gnome.org/show_bug.cgi?id=723766
* Updated Ukrainian translationDaniel Korostil2014-02-121-459/+498
|
* GOA plugin: implement both MC 5.16 and MC 5.18 APIsSimon McVittie2014-02-071-39/+364
|
* GOA plugin: use signal-emission helpersSimon McVittie2014-02-071-3/+5
|
* add empathy-bus-names.hGuillaume Desmottes2014-02-067-15/+40
| | | | | | | | | It's convenient to have a single file containing all the D-Bus names so a component can easily call a method on another one. Also rename from DBUS_NAME to BUS_NAME to stay coherent with the TP_BUS_NAME. https://bugzilla.gnome.org/show_bug.cgi?id=723766
* prefix Telepathy bus names with TP_Guillaume Desmottes2014-02-069-16/+17
| | | | | | | So it's clearer that we are referring the Telepathy bus name and not the GtkApplication one. https://bugzilla.gnome.org/show_bug.cgi?id=723766
* chat-manager: define CHAT_MANAGER_PATHGuillaume Desmottes2014-02-061-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723766
* Updated Aragonese translationJorge Pérez Pérez2014-02-061-1738/+1714
|
* audio-src: use gst 1.0 caps formatGuillaume Desmottes2014-02-061-1/+1
|
* debug-window: disable Debug on all proxies when exitingGuillaume Desmottes2014-02-051-0/+32
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692793
* debug-window: fix leak on all TpDebugClientGuillaume Desmottes2014-02-051-3/+4
| | | | | | | The store keeps its own ref and the client is reffed while the async call so we can unref it right away. https://bugzilla.gnome.org/show_bug.cgi?id=692793
* debug-window: fix proxy leakGuillaume Desmottes2014-02-051-0/+2
| | | | | | gtk_list_store_get() gives us a new ref. https://bugzilla.gnome.org/show_bug.cgi?id=692793
* debug-window: prevent using the store when disposingGuillaume Desmottes2014-02-051-1/+6
| | | | | | | Using g_signal_connect_object() isn't enought as it prevents from calling the callback when the windows has been destroyed but not while disposing it. https://bugzilla.gnome.org/show_bug.cgi?id=692793
* debug-window: prevent proxy_invalidated_cb to be called after disposeGuillaume Desmottes2014-02-051-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692793
* remove INSTALLGuillaume Desmottes2014-02-052-2/+1
| | | | It's generated by autogen.
* Renaming: use tp-glib API instead of generating it as an extensionGuillaume Desmottes2014-02-044-106/+5
|
* depend on tp-glib 0.23.0Guillaume Desmottes2014-02-041-1/+1
| | | | Needed for Renaming API.
* updated kn.poShankar Prasad2014-02-031-1450/+833
|
* remove released flagGuillaume Desmottes2014-02-031-1/+1
|
* 3.11.5Guillaume Desmottes2014-02-032-2/+17
|
* Set the license type instead of the license text.Emilio Pozuelo Monfort2014-02-031-28/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=637316
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2014-01-282-696/+765
|
* event-manager: remove HandleWith() fallbackGuillaume Desmottes2014-01-271-30/+1
| | | | Mission-control 5.5.0 has been released 3.5 years ago...
* call-window: use HandleWithTime()Guillaume Desmottes2014-01-271-2/+3
| | | | | Makes transition to next easier as HandleWith() is going to always have the 'time' argument.
* Updated Hebrew translationYosef Or Boczko2014-01-261-413/+442
|
* Assamese translation updatedNilamdyuti Goswami2014-01-221-376/+407
|
* Updated Norwegian bokmål translationKjartan Maraas2014-01-221-183/+175
|
* Tajik translation updatedVictor Ibragimov2014-01-211-2158/+2124
|
* Updated Slovenian translationMatej Urbančič2014-01-211-6/+8
|
* remove released flagGuillaume Desmottes2014-01-201-1/+1
|
* 3.11.4Guillaume Desmottes2014-01-202-2/+26
|
* Revert "Update Chinese simplified translation"Wylmer Wang2014-01-191-2751/+4308
| | | | This reverts commit f43358a4cf5228790dd4b1a03aae74730228e417.
* Add a trailing semicolon to keywords in Turkish translationPiotr Drąg2014-01-181-1/+1
|
* Add a trailing semicolon to keywords in Slovak translationPiotr Drąg2014-01-181-1/+1
|
* Update Chinese simplified translationTong Hui2014-01-181-4308/+2751
|
* Fix a mistake in Chinese simplified translation that may block compilingWylmer Wang2014-01-181-1/+1
|
* Updated Czech translationMarek Černocký2014-01-171-182/+174
|
* telepathy-account-widgets: update to masterGuillaume Desmottes2014-01-131-0/+0
| | | | Needed to fix bgo#710252.
* Updated Greek translationDimitris Spingos2014-01-131-204/+206
|
* remove EGGLISTBOX_CFLAGSGuillaume Desmottes2014-01-071-1/+0
| | | | We stopped using egg-list-box a while ago.
* Merge branch 'gnome-3-10'Guillaume Desmottes2014-01-070-0/+0
|\ | | | | | | | | | | | | Conflicts: NEWS configure.ac help/el/el.po
| * remove released flagGuillaume Desmottes2014-01-071-1/+1
| |
| * 3.10.3Guillaume Desmottes2014-01-072-2/+19
| |
| * Updated Greek translation of helpDimitris Spingos2014-01-031-434/+559
| |
* | run coding style checks on testsGuillaume Desmottes2014-01-062-0/+26
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=721484
* | mock-pkcs11: use g_hash_table_unref()Guillaume Desmottes2014-01-061-3/+3
| | | | | | | | | | | | | | Same effect here but g_hash_table_destroy() is banned from our "coding style" check tools. https://bugzilla.gnome.org/show_bug.cgi?id=721484
* | Update FSF postal addressGuillaume Desmottes2014-01-066-20/+14
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=721484
* | coding style fixesGuillaume Desmottes2014-01-062-5/+6
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=721484
* | telepathy-account-widgets: update to masterGuillaume Desmottes2014-01-061-0/+0
| |
* | [l10n] Updated Italian translation.Milo Casagrande2014-01-061-6/+6
| |
* | Updated Indonesian translationAndika Triwidada2014-01-041-200/+192
| |
* | Updated Brazilian Portuguese translationRafael Ferreira2014-01-021-203/+204
| |
* | Updated Spanish translationDaniel Mustieles2013-12-301-5/+7
| |
* | Updated Galician translationsFran Diéguez2013-12-302-5/+4
| |
* | Updated Galician translationsFran Diéguez2013-12-301-195/+171
| |
* | Update Chinese simplified translationWylmer Wang2013-12-281-8/+11
| |
* | app menu: standardize Help/About/QuitMichael Catanzaro2013-12-281-1/+1
| | | | | | | | | | | | | | | | We're going to use simply "About" instead of "About Empathy" https://wiki.gnome.org/Design/HIG/ApplicationMenus https://bugzilla.gnome.org/show_bug.cgi?id=720114
* | Merge branch 'gnome-3-10'Guillaume Desmottes2013-12-281-4/+4
|\|
| * roster-view: check the 'expanded' property on the GtkExpanderGuillaume Desmottes2013-12-271-4/+4
| | | | | | | | | | | | | | EmpathyRosterGroup is no longer a GtkExpander subclass but a GtkListBoxRow one. https://bugzilla.gnome.org/show_bug.cgi?id=712566
* | tp-account-widgets: update to masterGuillaume Desmottes2013-12-271-0/+0
| |
* | Updated Slovenian translationMatej Urbančič2013-12-241-116/+115
| |
* | remove released flagGuillaume Desmottes2013-12-191-1/+1
| |
* | 3.11.3Guillaume Desmottes2013-12-192-2/+24
| |
* | Merge remote-tracking branch 'origin/gnome-3-10'Guillaume Desmottes2013-12-192-775/+836
|\| | | | | | | | | | | | | | | | | | | Conflicts: NEWS configure.ac po/es.po po/ta.po po/te.po po/zh_CN.po
| * Updated Telugu TranslationsKrishnababu Krothapalli2013-12-181-1695/+1383
| |
| * Update Punjabi Translation by AlamA S Alam2013-12-081-395/+424
| |
| * Update Chinese simplified translation甘露(Gan Lu)2013-12-071-1483/+1217
| |
| * libempathy: Remove empathy_create_individual_from_tp_contact()Philip Withnall2013-11-255-26/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | It has been replaced by empathy_ensure_individual_from_tp_contact(), which can’t cause internal state corruption in libfolks by wrapping an existing Persona in a second Individual when it’s already wrapped in one. This has also been fixed in libfolks. See: https://bugzilla.redhat.com/show_bug.cgi?id=1031252 https://bugzilla.gnome.org/show_bug.cgi?id=712839
| * Updated Spanish translationDaniel Mustieles2013-11-201-54/+54
| |
| * Updated Tamil TranslationsShantha kumar2013-11-201-1566/+1332
| |
| * remove released flagGuillaume Desmottes2013-11-111-1/+1
| |
| * 3.10.2Guillaume Desmottes2013-11-112-2/+36
| |
| * Updated German translationBenjamin Steinwender2013-11-051-380/+412
| |
| * SASL: fix facebook mechanismXavier Claessens2013-11-011-16/+17
| | | | | | | | | | | | | | libsoup was escaping '_' and '.' in the challenge response but the facebook server is not expecting that. https://bugzilla.gnome.org/show_bug.cgi?id=707747
* | Updated Telugu TranslationsKrishnababu Krothapalli2013-12-181-1702/+1390
| |
* | [l10n] Updated Italian translation.Milo Casagrande2013-12-111-197/+189
| |
* | Updated Spanish translationDaniel Mustieles2013-12-091-121/+120
| |
* | Update Chinese simplified translationWylmer Wang2013-12-071-1474/+1207
| |
* | Roster: use the plural for "any contacts"Will Thompson2013-12-031-1/+1
| | | | | | | | | | | | | | | | In the context of “You haven't added any contact yet”, “contact” should be plural. This patch fixes the LANG=C string; translators can do their thing. https://bugzilla.gnome.org/show_bug.cgi?id=709611
* | libempathy: Remove empathy_create_individual_from_tp_contact()Philip Withnall2013-11-255-26/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | It has been replaced by empathy_ensure_individual_from_tp_contact(), which can’t cause internal state corruption in libfolks by wrapping an existing Persona in a second Individual when it’s already wrapped in one. This has also been fixed in libfolks. See: https://bugzilla.redhat.com/show_bug.cgi?id=1031252 https://bugzilla.gnome.org/show_bug.cgi?id=712839
* | Updated Greek translationDimitris Spingos2013-11-231-969/+1497
| |
* | Updated Tamil TranslationsShantha kumar2013-11-201-1572/+1335
| |
* | Insert smileys at the cursor positionVeena Katiyar2013-11-183-12/+13
| | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=685899
* | SASL: fix facebook mechanismXavier Claessens2013-11-011-16/+17
| | | | | | | | | | | | | | libsoup was escaping '_' and '.' in the challenge response but the facebook server is not expecting that. https://bugzilla.gnome.org/show_bug.cgi?id=707747
* | remove test.{manager,profile}Guillaume Desmottes2013-10-313-13/+0
| | | | | | | | They are not used since a while.
* | release.py: update last_tag_patternGuillaume Desmottes2013-10-311-1/+1
| |
* | remove released flagGuillaume Desmottes2013-10-311-1/+1
| |
* | 3.11.1Guillaume Desmottes2013-10-312-2/+41
| |
* | Merge branch 'gnome-3-10'Guillaume Desmottes2013-10-311-273/+270
|\|
| * release.py: Use spaces identationsGuillaume Desmottes2013-10-311-271/+269
| | | | | | | | In PEP-8 we trust.
| * release.py: use dateutil's parserGuillaume Desmottes2013-10-311-5/+4
| | | | | | | | | | Makes code much easier and fix a crash if the commit date includes a negative timezone offset (like 'Mon Oct 14 13:13:03 2013 -0400').
* | Merge branch 'gnome-3-10'Guillaume Desmottes2013-10-311-1/+1
|\|
| * release.py: update last_tag_patternGuillaume Desmottes2013-10-311-1/+1
| |
* | Merge remote-tracking branch 'origin/gnome-3-10'Guillaume Desmottes2013-10-316-3569/+3434
|\| | | | | | | | | | | | | Conflicts: po/cs.po po/es.po po/nb.po
| * Updated Galician translationsFran Diéguez2013-10-251-437/+464
| |
| * Updated Serbian translationМирослав Николић2013-10-242-64/+110
| |
| * Updated Slovenian translationMatej Urbančič2013-10-231-95/+115
| |
| * Updated Russian translationYuri Myasoedov2013-10-231-558/+805
| |
| * libempathy: Fix several memory leaks from libgeePhilip Withnall2013-10-222-4/+9
| | | | | | | | | | | | See commit 039dc326208e02b687e93739434e27a867f4ffa7. https://bugzilla.gnome.org/show_bug.cgi?id=710453
| * libempathy-gtk: Fix several memory leaks from libgeePhilip Withnall2013-10-223-20/+48
| | | | | | | | | | | | | | | | libgee’s GeeIterator returns a new reference from most of its methods, especially gee_iterable_iterator() and gee_iterator_get(). Add corresponding g_object_unref() calls. https://bugzilla.gnome.org/show_bug.cgi?id=710453
| * Updated Greek translationEfstathios Iosifidis2013-10-221-1572/+1322
| |
| * Updated Norwegian bokmål translationKjartan Maraas2013-10-221-373/+402
| |
| * Updated Hungarian translationBalázs Úr2013-10-201-382/+415
| |
| * [l10n] Updated Italian translation.Milo Casagrande2013-10-201-6/+26
| |
| * Updated Latvian translationRūdolfs Mazurs2013-10-191-1039/+1718
| |
| * Updated Lithuanian translationAurimas Černius2013-10-191-4/+26
| |
| * Updated Czech translationMarek Černocký2013-10-181-2/+22
| |
| * Updated Latvian translationRūdolfs Mazurs2013-10-171-395/+419
| |
| * Updated Polish translationPiotr Drąg2013-10-171-2/+25
| |
| * Updated Brazilian Portuguese translation, proofread by Enrico NicolettoRafael Ferreira2013-10-161-2/+27
| |
| * Updated Indonesian translationAndika Triwidada2013-10-161-2/+27
| |
| * Updated Spanish translationDaniel Mustieles2013-10-161-30/+32
| |
| * Updated Spanish translationDaniel Mustieles2013-10-161-4/+26
| |
| * Added missing fileDaniel Mustieles2013-10-161-0/+18
| |
| * Make Appdata file translatableDaniel Mustieles2013-10-163-21/+9
| |
| * Updated Belarusian translation.Ihar Hrachyshka2013-10-161-371/+384
| |
| * Updated Serbian translationМирослав Николић2013-10-162-800/+800
| |
| * Updated Spanish translationDaniel Mustieles2013-10-151-437/+436
| |
| * Updated Brazilian Portuguese translationEnrico Nicoletto2013-10-151-429/+432
| |
| * [l10n] Updated Italian translation.Milo Casagrande2013-10-151-382/+398
| |
| * Updated Indonesian translationAndika Triwidada2013-10-151-382/+395
| |
| * Updated Slovenian translationMatej Urbančič2013-10-151-431/+439
| |
| * Updated Lithuanian translationAurimas Černius2013-10-151-389/+396
| |
| * Updated Czech translationMarek Černocký2013-10-151-382/+395
| |
| * Updated Polish translationPiotr Drąg2013-10-151-381/+394
| |
* | Updated Spanish translationDaniel Mustieles2013-10-251-85/+83
| |
* | accounts-dialog: early return if gtk_tree_view_get_selection returns NULLGuillaume Desmottes2013-10-251-0/+2
| |
* | remove protocol icons from empathy treeGuillaume Desmottes2013-10-25125-34554/+0
| | | | | | | | | | | | We were actually shipping these icons in empathy/data/icons and telepathy-account-widgets/data/icons/ but both were installed to the same path!
* | tp-chat: prepare CONTACTS before our custom featureGuillaume Desmottes2013-10-241-1/+2
| | | | | | | | | | We rely on TP_CHANNEL_FEATURE_CONTACTS being prepared when preparing EMPATHY_TP_CHAT_FEATURE_READY.
* | event-manager: ignore StreamedMediaGuillaume Desmottes2013-10-231-2/+1
| |
* | location-manager: include telepathy-glib-dbus.hGuillaume Desmottes2013-10-231-0/+2
| |
* | Updated Slovenian translationMatej Urbančič2013-10-231-433/+461
| |
* | Updated Russian translationYuri Myasoedov2013-10-231-558/+805
| |
* | stop using tp_account_manager_is_prepared()Guillaume Desmottes2013-10-222-2/+2
| | | | | | | | It has been deprecated.
* | Stop observing/approving StreamedMedia channelsGuillaume Desmottes2013-10-223-28/+6
| |
* | telepathy-account-widgets: sync to masterGuillaume Desmottes2013-10-221-0/+0
| |
* | remove nautilus-sendto pluginGuillaume Desmottes2013-10-225-363/+1
| | | | | | | | Latest versions of nautilus-sendto doesn't support plugins any more.
* | Use AM_CPPFLAGS instead of deprecated INCLUDESGuillaume Desmottes2013-10-223-3/+3
| |
* | Use AC_PROG_MKDIR_P and MKDIR_P instead of AM_PROG_MKDIR_P and mkdir_pGuillaume Desmottes2013-10-223-4/+4
| | | | | | | | | | The latter are deprecated, and recent Automake makes a lot of noise about them.
* | use the plugindir pc variable from MCGuillaume Desmottes2013-10-221-1/+1
| | | | | | | | | | | | The whole point of this variable is to give us the path where plugins are supposed to be installed. We should just use it instead of re-implementing it assuming the location.
* | libempathy: Fix several memory leaks from libgeePhilip Withnall2013-10-222-4/+9
| | | | | | | | | | | | See commit 039dc326208e02b687e93739434e27a867f4ffa7. https://bugzilla.gnome.org/show_bug.cgi?id=710453
* | libempathy-gtk: Fix several memory leaks from libgeePhilip Withnall2013-10-223-20/+48
| | | | | | | | | | | | | | | | libgee’s GeeIterator returns a new reference from most of its methods, especially gee_iterable_iterator() and gee_iterator_get(). Add corresponding g_object_unref() calls. https://bugzilla.gnome.org/show_bug.cgi?id=710453
* | stop generating ServerTLSConnectionGuillaume Desmottes2013-10-213-71/+0
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=630896
* | stop using generated ServerTLSConnection APIGuillaume Desmottes2013-10-212-7/+4
| | | | | | | | | | | | It's been generated in telepathy-glib since 0.19.0 https://bugzilla.gnome.org/show_bug.cgi?id=630896
* | Updated Norwegian bokmål translationKjartan Maraas2013-10-211-372/+401
| |
* | Updated Hungarian translationBalázs Úr2013-10-201-382/+415
| |
* | [l10n] Updated Italian translation.Milo Casagrande2013-10-201-6/+26
| |
* | Updated Latvian translationRūdolfs Mazurs2013-10-191-1039/+1718
| |
* | Updated Czech translationMarek Černocký2013-10-181-2/+26
| |
* | Updated Latvian translationRūdolfs Mazurs2013-10-171-395/+419
| |
* | Updated Polish translationPiotr Drąg2013-10-171-2/+25
| |
* | Updated Brazilian Portuguese translation, proofread by Enrico NicolettoRafael Ferreira2013-10-161-2/+27
| |
* | Updated Indonesian translationAndika Triwidada2013-10-161-2/+27
| |
* | Updated Spanish translationDaniel Mustieles2013-10-161-437/+460
| |
* | Make Appdata file translatableDaniel Mustieles2013-10-163-7/+13
| |
* | Updated Brazilian Portuguese translationEnrico Nicoletto2013-10-151-429/+432
| |
* | [l10n] Updated Italian translation.Milo Casagrande2013-10-151-382/+398
| |
* | Updated Indonesian translationAndika Triwidada2013-10-151-382/+395
| |
* | Updated Czech translationMarek Černocký2013-10-151-381/+394
| |
* | Updated Polish translationPiotr Drąg2013-10-151-381/+394
| |
* | Merge branch 'gnome-3-10'Guillaume Desmottes2013-10-153-3/+28
|\| | | | | | | | | | | Conflicts: po/pt.po src/empathy-audio-sink.c
| * translate "Call $NUMBER" menu itemsGuillaume Desmottes2013-10-151-2/+5
| |
| * remove released flagGuillaume Desmottes2013-10-151-1/+1
| |
| * 3.10.1Guillaume Desmottes2013-10-152-2/+24
| |
| * audio-sink: fix compilation with GStreamer 0.10Will Thompson2013-10-141-0/+1
| | | | | | | | | | | | | | | | | | 66e393b removed this include, but without it compilation fails for me. I assume this is beacuse I am building Empathy against GStreamer 0.10 and Emanuele was building against GStreamer 1.0 when removing unneeded includes. https://bugzilla.gnome.org/show_bug.cgi?id=709741
| * Updated Portuguese translationAntónio Lima2013-10-131-1755/+1283
| |
* | Updated Portuguese translationAntónio Lima2013-10-131-1755/+1283
| |
* | Merge branch 'gnome-3-10'Guillaume Desmottes2013-10-131-83/+48
|\| | | | | | | | | Conflicts: configure.ac
| * use list_names_cb to find MCGuillaume Desmottes2013-10-131-18/+7
| | | | | | | | | | | | Make the code more symetric. https://bugzilla.gnome.org/show_bug.cgi?id=710017
| * debug: factor out helpersGuillaume Desmottes2013-10-131-9/+28
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=710017
| * debug: stop using tp_list_connection_names()Guillaume Desmottes2013-10-131-48/+5
| | | | | | | | | | | | Make the code more symetric. https://bugzilla.gnome.org/show_bug.cgi?id=710017
| * debug: make add_client() more genericGuillaume Desmottes2013-10-131-8/+8
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=710017
| * use Cogl versioning macrosGuillaume Desmottes2013-10-131-1/+5
| |
| * l10n: Update Japanese translationJiro Matsuzawa2013-10-121-197/+166
| |
| * L10N: Updated Persian translationsArash Mousavi2013-10-111-1568/+1287
| |
* | use Cogl versioning macrosGuillaume Desmottes2013-10-131-1/+5
| |
* | telepathy-account-widgets: update to masterGuillaume Desmottes2013-10-131-0/+0
| |
* | l10n: Update Japanese translationJiro Matsuzawa2013-10-121-197/+166
| |
* | L10N: Updated Persian translationsArash Mousavi2013-10-111-1568/+1287
| |
* | Merge branch 'gnome-3-10'Guillaume Desmottes2013-10-101-0/+0
|\|
| * telepathy-account-widgets: updateGuillaume Desmottes2013-10-101-0/+0
| | | | | | | | Fix https://bugzilla.gnome.org/show_bug.cgi?id=709677
| * [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-10-101-4430/+670
| |
| * EmpathyMessage: remove flags, they are uselessXavier Claessens2013-10-103-40/+3
| |
| * Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-1031-0/+36
| |
| * Rename NUM_TP_ to TP_NUM_Xavier Claessens2013-10-105-8/+8
| |
* | [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-10-071-4430/+670
| |
* | EmpathyMessage: remove flags, they are uselessXavier Claessens2013-10-033-40/+3
| |
* | Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-0331-0/+36
| |
* | Rename NUM_TP_ to TP_NUM_Xavier Claessens2013-10-035-8/+8
| |
* | Drop support for gstreamer 0.10Xavier Claessens2013-10-035-143/+13
|/ | | | GStreamer 1.0 is now mandatory.
* ui-utils: remove useless self assignationsGuillaume Desmottes2013-10-031-6/+0
|
* individual-widget: fix enum casting warningGuillaume Desmottes2013-10-031-1/+2
|
* use folks_presence_details_get_default_message_from_typeGuillaume Desmottes2013-10-031-2/+1
| | | | | | This has been introduced in folks since a while (0.7.1). Fix a FIXME and remove a enum casting warning.
* individual-view: fix enum casting warningGuillaume Desmottes2013-10-031-1/+1
| | | | Thanks clang for catching this!
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-09-302-80/+80
|
* EmpathyDebugWindow: set request widget size, drop set default sizeIgor Gnatenko2013-09-261-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 translationEmin Tufan Çetin2013-09-261-2547/+2764
|
* individual-store-channel: don't steal pixbuf store referenceGuillaume Desmottes2013-09-251-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 GMenuItemGuillaume Desmottes2013-09-251-5/+24
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=707885
* menu_removed_cb: fix 'name' leakGuillaume Desmottes2013-09-251-7/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=707885
* menu_removed_cb: call g_menu_model_get_n_items() onceGuillaume Desmottes2013-09-251-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 roomsGuillaume Desmottes2013-09-251-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 callsGuillaume Desmottes2013-09-241-6/+0
| | | | | | | 32529f49e3935b5f4fd747fcfe2d62322f86ec52 removed the BIND_ACTIVE calls but I forgot those. https://bugzilla.gnome.org/show_bug.cgi?id=708684
* remove released flagGuillaume Desmottes2013-09-241-1/+1
|
* 3.10.0Guillaume Desmottes2013-09-242-3/+26
|
* theme-adium: still execute the start of the script if ressource is missingGuillaume Desmottes2013-09-241-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 Liao2013-09-232-38/+38
|
* EmpathyDebugger: Initialize gint argc as 0Igor Gnatenko2013-09-231-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 translationvictory2013-09-231-57/+33
|
* l10n: Update Japanese translationJiro Matsuzawa2013-09-231-1555/+1354
| | | | Merge the latest pot.
* [l10n] Updated Estonian translationMattias Põldaru2013-09-231-687/+678
|
* Updated UkrainianDaniel Korostil2013-09-221-1540/+1248
|
* Updated slovak translationPeter Mráz2013-09-221-1/+1
|
* Update Arabic translationKhaled Hosny2013-09-201-1650/+1412
|
* [l10n] Update Catalan translationJosep Sànchez2013-09-191-4407/+647
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2013-09-192-1/+3662
|
* Updated Basque languageInaki Larranaga Murgoitio2013-09-191-1534/+1246
|
* Punjabi Translation updated by AmanA S Alam2013-09-181-1543/+1265
|
* coding style fixesGuillaume Desmottes2013-09-175-6/+6
|
* add missing config.h includesGuillaume Desmottes2013-09-178-0/+16
|
* tls-test: use tp-glib single headersGuillaume Desmottes2013-09-171-1/+2
|
* Updated Danish translationKenneth Nielsen2013-09-171-1541/+1250
|
* remove released flagGuillaume Desmottes2013-09-161-1/+1
|
* prepare 3.9.92Guillaume Desmottes2013-09-162-2/+42
|
* Template.html: remove DOCTYPEGuillaume Desmottes2013-09-161-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 EggListBoxXavier Claessens2013-09-161-4/+3
|
* Stop using deprecated libaccounts-glib functionsXavier Claessens2013-09-164-30/+48
|
* Stop using Folks deprecated functionsXavier Claessens2013-09-163-3/+3
|
* Fix UOA buildXavier Claessens2013-09-165-27/+32
|
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-09-151-1598/+1330
|