aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Polish translationPiotr Drąg2012-09-061-18/+26
|
* updated Tamil translationDr.T.Vasudevan2012-09-061-19/+26
|
* Update French translationAlexandre Franke2012-09-051-1445/+1431
|
* Updated Norwegian bokmål translationKjartan Maraas2012-09-051-25/+33
|
* Updated Serbian translationМирослав Николић2012-09-052-106/+134
|
* Updated Galician translationsFran Diéguez2012-09-051-23/+28
|
* roster-window: display a button to go onlineGuillaume Desmottes2012-09-052-0/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=683326
* display_page_message: use a flag instead of booleansGuillaume Desmottes2012-09-051-11/+20
| | | | | | More scalable. https://bugzilla.gnome.org/show_bug.cgi?id=683326
* roster-window: display a specific message when we are offlineGuillaume Desmottes2012-09-051-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=683326
* Updated British English translationBruce Cowan2012-09-041-1771/+1708
|
* remove released flagGuillaume Desmottes2012-09-041-1/+1
|
* prepare 3.5.91EMPATHY_3_5_91Guillaume Desmottes2012-09-042-2/+41
|
* roster-view: compare groups using strcmpGuillaume Desmottes2012-09-041-1/+2
| | | | | | | Groups are added to the list in another file (the model) so the string will have another address than the one in the view. https://bugzilla.gnome.org/show_bug.cgi?id=683314
* roster-view: don't display offline not favorite top contactsGuillaume Desmottes2012-09-041-1/+43
| | | | | | | | | | | We just want to always display the favorites offline contacts in the top contact section. One may say that we are kinda breaking the model group abstraction, which is probably true. Ideally we may want to have a roster view subclass implementing the top contact logic but life is too short. https://bugzilla.gnome.org/show_bug.cgi?id=683022
* model-manager: connect on the "favourites-changed" signalGuillaume Desmottes2012-09-041-1/+1
| | | | | | That's a proper signal, not a property change. https://bugzilla.gnome.org/show_bug.cgi?id=683022
* Updated Hungarian translationGabor Kelemen2012-09-041-228/+209
|
* roster-view: clear_view: start by cleaning our internal hash tablesGuillaume Desmottes2012-09-031-3/+3
| | | | | | | | | | | Removing and destroying the widgets contained in the view will call empathy_roster_view_remove(). This function may use some of the internal hash tables which now contain destroyed object. It's safer to clean the internal hash tables first as we are about to destroy their content anyway. https://bugzilla.gnome.org/show_bug.cgi?id=683275
* chat_window_new_message_cb: early return when handling outgoing msgGuillaume Desmottes2012-09-031-0/+1
| | | | | | | | There is no need to continue processing a message (unread count, play incoming message sound) if it's an outgoing one. Fix a bug where we use to play to ougoing sound *and* the incoming sound when sending a message.
* In the gst 0.10 case, link the volume element to capsfilterSjoerd Simons2012-09-031-4/+6
|
* Fix AC_ARG_ENABLE usageSjoerd Simons2012-09-031-1/+3
|
* Updated Greek translationTom Tryfonidis2012-09-031-48/+51
|
* Port to gstreamer 1.0Sjoerd Simons2012-09-036-30/+151
|
* Just check for cheese-gtkGuillaume Desmottes2012-09-031-1/+1
|
* updated Tamil translationDr.T.Vasudevan2012-09-021-1988/+1934
|
* Updated Polish translationPiotr Drąg2012-09-021-11/+23
|
* roster-view: check_if_empty(): check groups as wellGuillaume Desmottes2012-08-311-3/+36
| | | | | | | The roster is empty if there is no group displayed as well. We don't want to display an empty message just because the user collapsed all his groups. https://bugzilla.gnome.org/show_bug.cgi?id=682926
* roster-view: factor out check_if_empty()Guillaume Desmottes2012-08-311-13/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682926
* emapthy-call: Camera toggle button isn't a GtkToggleToolButtonSjoerd Simons2012-08-311-2/+2
|
* Updated Galician translationsFran Diéguez2012-08-301-15/+22
|
* roster-view: remember state expanded status of groupsGuillaume Desmottes2012-08-301-0/+11
| | | | | | | Pretty simple actually, that's a simple port of the logic from empathy-individual-view. https://bugzilla.gnome.org/show_bug.cgi?id=679259
* roster-view: make sure the same contact isn't added twice to the same groupGuillaume Desmottes2012-08-301-0/+3
| | | | | | | | | | | | Calling empathy_roster_model_get_groups_for_individual() in individual_added may have the side effect for folks to discover the contact's groups and so fire a bunch of signals leading us to add the contact in the group. Then we look for his groups in individual_added() and re-add him a second time. Fix this by making sure we won't add the same contact twice to the same group. https://bugzilla.gnome.org/show_bug.cgi?id=683025
* Updated Portuguese translationDuarte Loreto2012-08-301-1768/+1725
|
* roster-model-manager: always remove removed individual from the top groupGuillaume Desmottes2012-08-291-2/+1
| | | | | | | If the individual has been removed from the manager we should always remove it from the top group members, even if he's still eligible for this group. https://bugzilla.gnome.org/show_bug.cgi?id=682938
* Remove the level and rms measurementsSjoerd Simons2012-08-291-152/+2
| | | | | The UI hasn't used the RMS and peak values from the input source for a while, so lets remove it.
* Remove gst dependency from libempathySjoerd Simons2012-08-295-20/+16
| | | | | | | libempathy only used gstreamer api directly from the camera monitor, which simply uses it for its debug infrastructure.. Use the standard empathy debug infrastruction instead so we can drop the gstreamer dependency.
* Remove libempathy-gtk dependency on gstreamerSjoerd Simons2012-08-297-46/+106
| | | | | | libempathy-gtk uses gstreamer directly only for one utility function used by empathy-call. Split this one out into a call specific utility file.
* Updated Lithuanian translationAurimas Černius2012-08-291-1745/+1294
|
* Updated egg-list-box versionLaurent Contzen2012-08-281-0/+0
|
* sanity_ctx_ref() is only used by UOA code atmGuillaume Desmottes2012-08-281-0/+2
|
* keep our reference on the global ctx until the account has been removedGuillaume Desmottes2012-08-281-23/+21
| | | | This ensures that the proccess stays running until we are actually done.
* Remove the old account even if we fail to create the new oneGuillaume Desmottes2012-08-281-2/+4
| | | | There is no point keeping a ghost account around.
* uoa_migration_done: free data once we're done with itGuillaume Desmottes2012-08-281-0/+2
|
* uoa-migration: delete account if plugin is missingGuillaume Desmottes2012-08-281-2/+22
| | | | | Best to have to re-create an account than having a ghost account staying around.
* auth-client: wait for the migration code to be done before starting the timerGuillaume Desmottes2012-08-281-2/+10
|
* Turn migration code to an async functionGuillaume Desmottes2012-08-283-15/+107
|
* try installing missing account-plugin-*Guillaume Desmottes2012-08-281-0/+91
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682802
* Implemented FUEL entries to Assamese translationNilamdyuti Goswami2012-08-281-35/+35
|
* factor out migrate_account_to_uoa()Guillaume Desmottes2012-08-271-55/+63
|
* pkg-kit: use an 'infinite' timeout when calling InstallPackageNamesGuillaume Desmottes2012-08-271-1/+1
| | | | | | | This method can takes quiet a while before returning (if user has to enter his admin password for example). https://bugzilla.gnome.org/show_bug.cgi?id=682802
* UOA auth: Request password if no credentials have ever be storedXavier Claessens2012-08-271-18/+65
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth: handle the password mechanism as wellXavier Claessens2012-08-271-3/+10
| | | | | | | Since password is stored in SSO now, we can use the same code path than other accounts. https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth: Wait for callback when requesting passwordXavier Claessens2012-08-271-3/+19
| | | | | | | signon_auth_session_process() does not keep its own ref on the session object, so freeing the AuthContext before callback cancels the call. https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth: Move more code into auth_context_new()Xavier Claessens2012-08-271-35/+37
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth: factor out auth_context_done()Xavier Claessens2012-08-271-6/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth: rename QueryInforData to AuthContextXavier Claessens2012-08-271-44/+44
| | | | | | | This data is not used only to for the query_info call anymore, so better have a more generic name. https://bugzilla.gnome.org/show_bug.cgi?id=680776
* Move X-TELEPATHY-PASSWORD mechanism code into empathy-sasl-mechanisms.cXavier Claessens2012-08-273-80/+67
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA: Store password into signond instead of gnome-keyringXavier Claessens2012-08-271-0/+409
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA: Use an AgManager singletonXavier Claessens2012-08-275-5/+95
| | | | | | | This is especially useful in empathy-keyring where it would reload all accounts each time we set a password. https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA: Set password auth mechanism/method on generic IM servicesXavier Claessens2012-08-2715-0/+60
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* Remember password at least until session restartXavier Claessens2012-08-276-22/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA: Migrate passwords to SSOXavier Claessens2012-08-271-14/+98
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-08-272-2412/+2378
|
* Assamese translation updatedNilamdyuti Goswami2012-08-271-37/+40
|
* Updated Hebrew translation.Yaron Shahrabani2012-08-261-29/+33
|
* Updated Russian translationYuri Myasoedov2012-08-261-1843/+1375
|
* [l10n] Updated Italian translation.Milo Casagrande2012-08-241-4/+8
|
* Updated Polish translationPiotr Drąg2012-08-231-1784/+1549
|
* UOA: Changing enable state of MC account should not modify per-service stateXavier Claessens2012-08-221-0/+3
| | | | | ag_account_set_enabled() is not global enable state, we have to ensure that selected service is NULL before that.
* Updated Norwegian bokmål translationKjartan Maraas2012-08-221-221/+196
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2012-08-221-104/+61
|
* po/vi: imported from Damned LiesNguyễn Thái Ngọc Duy2012-08-221-1790/+1785
|
* Updated Indonesian translationAndika Triwidada2012-08-211-244/+214
|
* Updated Spanish translationDaniel Mustieles2012-08-211-44/+45
|
* Fix missing names in NEWSXavier Claessens2012-08-211-2/+2
| | | | Sorry Laurent... :-)
* remove release flagXavier Claessens2012-08-211-1/+1
|
* Prepare 3.5.90EMPATHY_3_5_90Xavier Claessens2012-08-212-2/+27
|
* Change default to not show offline contactsXavier Claessens2012-08-211-1/+1
| | | | | According to Aday it does not scale with new roster view, and we now display a msg when no contacts are displayed.
* EmpathyRosterWindow: Show message when there is no online accountsXavier Claessens2012-08-201-9/+16
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=656097#c20
* UOA auth handler: Inform SSO when access token didn't workXavier Claessens2012-08-202-24/+45
|
* Telepathy service is "google-talk" not "google"Xavier Claessens2012-08-201-1/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=681444
* [l10n] Updated Italian translation.Milo Casagrande2012-08-201-2633/+2119
|
* Updated Galician translationsFran Diéguez2012-08-171-105/+109
|
* migrate existing TP accounts to libaccountsXavier Claessens2012-08-161-1/+110
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680774
* accounts-dialog: invoke the UOA panel if neededGuillaume Desmottes2012-08-151-0/+91
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680778
* use empathy_launch_external_app() to launch gnome-contactsGuillaume Desmottes2012-08-151-44/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680778
* empathy_launch_external_app: allow to pass argumentsGuillaume Desmottes2012-08-153-57/+38
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680778
* factor out empathy_launch_external_app()Guillaume Desmottes2012-08-153-18/+53
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680778
* start_external_app: fix critical warning messageGuillaume Desmottes2012-08-151-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680778
* factor out launch_empathy_accounts()Guillaume Desmottes2012-08-141-3/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680778
* Use TpWeakRef when user_data of an async call is a widgetXavier Claessens2012-08-143-9/+28
| | | | | | | Keeping a ref on widgets is not enough to keep it alive, because gtk_widget_destroy will run destroy even if there are still refs. https://bugzilla.gnome.org/show_bug.cgi?id=680775
* accounts-plugin-widget: only use the simple account widget when creating accountGuillaume Desmottes2012-08-141-1/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680775
* "gck/pkcs11.h" is deprecated, must use p11-kit/pkcs11.h nowXavier Claessens2012-08-141-1/+1
|
* Updated kn translationShankar Prasad2012-08-131-1912/+1804
|
* Merge remote-tracking branch 'burton/aggregator'Guillaume Desmottes2012-08-105-1/+687
|\
| * model-aggregator test app filters on avatar presenceLaurent Contzen2012-08-101-0/+4
| |
| * Connected notify on individuals to refilter if neededLaurent Contzen2012-08-101-13/+54
| |
| * Added filtering function to model-aggregatorLaurent Contzen2012-08-093-7/+66
| |
| * New test app test-empathy-roster-model-aggregator.cLaurent Contzen2012-08-092-1/+154
| |
| * Implemented _get_groups_for_individualLaurent Contzen2012-08-091-0/+26
| |
| * New GHashTable individuals and _get_individuals implementationLaurent Contzen2012-08-091-6/+71
| |
| * Connected the aggregator to individuals-changed signalLaurent Contzen2012-08-091-0/+39
| |
| * Added new aggregator property in EmpathyRosterModelAggregatorLaurent Contzen2012-08-092-7/+47
| |
| * EmpathyRosterModelAggregator implements EmpathyRosterModel ifaceLaurent Contzen2012-08-091-2/+17
| |
| * Coding style fixupsLaurent Contzen2012-08-092-3/+6
| |
| * add empathy-roster-model-aggregatorGuillaume Desmottes2012-08-093-0/+241
| |
* | UOA plugins: link on libempathy as wellGuillaume Desmottes2012-08-103-0/+16
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681598
* | Updated Hebrew translation.Yaron Shahrabani2012-08-101-213/+190
| |
* | Updated Marathi TranslationsSandeep Sheshrao Shedmake2012-08-101-2337/+3139
|/
* Updated Serbian translationМирослав Николић2012-08-092-4394/+3230
|
* Assamese translation updatedNilamdyuti Goswami2012-08-091-1777/+1726
|
* keyring: fix format issueGuillaume Desmottes2012-08-081-1/+1
|
* improve SASL debug outputGuillaume Desmottes2012-08-082-0/+6
|
* Removed now useless _get_top_individuals function in the modelLaurent Contzen2012-08-073-35/+0
|
* Moved _contact_in_top from the model to the viewLaurent Contzen2012-08-074-63/+38
| | | | | empathy-roster-model and empathy-roster-model-manager: removed _contact_in_top empathy-roster-view: added new function contact_in_top and modified functions to use it
* Added top_group_members list in model, view relying on itLaurent Contzen2012-08-074-198/+110
| | | | | | | empathy-roster-model: no longer emits top-individuals and favourites-changed signals empathy-roster-model-manager: new top_group_members GList with filling function. _contact_in_top uses top_group_members. top_group_members is modified when top-individuals and favourites-changed signals are caught. empathy-roster-view: no longer catches top-individuals or favourites-changed signals from the model
* remove empathy-accounts.desktopGuillaume Desmottes2012-08-076-20/+0
| | | | | | | | Now that we have desktop wide UI to configure accounts (GNOME/Ubuntu Online Accounts) it doesn't make much sense to expose empathy-accounts as a separated application. https://bugzilla.gnome.org/show_bug.cgi?id=662986
* Updated Greek translationTom Tryfonidis2012-08-071-1154/+1373
|
* remove released flagGuillaume Desmottes2012-08-061-1/+1
|
* fix typo in ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.amEMPATHY_3_5_5Guillaume Desmottes2012-08-061-1/+1
|
* prepare 3.5.5Guillaume Desmottes2012-08-062-3/+37
|
* Depend on telepathy-glib 0.19.6Guillaume Desmottes2012-08-061-1/+1
| | | | Needed for tp_account_manager_can_set_default()
* accounts-plugin-widget: keep a ref on the 'Done' buttonGuillaume Desmottes2012-08-061-1/+4
|
* Coding style fixupsLaurent Contzen2012-08-064-6/+12
|
* Changed some "Return value:" for "Returns:" in gtk-doc annotationsLaurent Contzen2012-08-061-2/+2
|
* Moved the #define'd groups names from view to modelLaurent Contzen2012-08-064-22/+21
| | | | | | empathy-roster-model: Added the groups names definitions empathy-roster-model-manager: Adapted functions to the new groups names empathy-roster-view: removed the groups names definitions and adapted functions to the new groups names
* Moved contact_in_top and contact_is_favourite from view to modelLaurent Contzen2012-08-064-35/+70
| | | | | | empathy-roster-model: new function _contact_in_top empathy-roster-model-manager: implemented _contact_in_top, new function contact_is_favourite empathy-roster-view: removed contact_in_top and contact_is_favourite functions, now calling model's _contact_in_top instead
* Removed the manager from the view, relying only on the modelLaurent Contzen2012-08-066-43/+9
|
* roster-model now catches notify::favourites-changedLaurent Contzen2012-08-064-2/+37
| | | | | | empathy-roster-model: catches notify::favourites-changed and emits favourites-changed empathy-roster-model-manager: implemented this empathy-roster-view: now catches favourites-changed from the model
* roster-model now catches notify::top-individualsLaurent Contzen2012-08-064-3/+30
| | | | | | empathy-roster-model: catches notify::top-individuals and emits top-individuals-changed empathy-roster-model-manager: implemented this empathy-roster-view: now catches top-individuals-changed from the model
* Added new function _get_top_individuals in the modelLaurent Contzen2012-08-064-4/+36
| | | | | | empathy-roster-model: new function _get_top_individuals empathy-roster-model-manager: implemented _get_top_individuals empathy-roster-view: uses the roster-model's _get_top_individuals instead of the individual-manager's
* Documented public functions in empathy-roster-modelLaurent Contzen2012-08-061-0/+18
|
* Added test-empathy-dual-roster-viewLaurent Contzen2012-08-062-1/+158
|
* Coding style fixup in empathy-roster-model-manager.cLaurent Contzen2012-08-061-1/+2
|
* Rely on the empathy factory rather than 're-preparing' the AMGuillaume Desmottes2012-08-034-25/+36
| | | | | | | | tp_account_manager_prepare_all_async() seems to be a bad idea so, instead, let's just rely the empathy factory and set it as default. This makes the code much more symetric with empathy-accounts and shouldn't prepare that much useless features as we are not going to prepare the contact list anyway.
* client-factory: add TP_ACCOUNT_FEATURE_STORAGEGuillaume Desmottes2012-08-031-0/+3
| | | | Needed for the Ubuntu Online Accounts plugins.
* Migrate from libgnome-keyring to libsecretStef Walter2012-08-032-105/+56
| | | | | | * See: https://live.gnome.org/GnomeGoals/LibsecretMigration https://bugzilla.gnome.org/show_bug.cgi?id=679884
* GOA: set param-extra-certificate-identities for Windows live accountsGuillaume Desmottes2012-08-031-0/+2
| | | | | | | | Windows live provides a cert for '*.gateway.messenger.live.com' instead of 'messenger.live.com'. It's not great from them but best to accept it than confuse users. https://bugzilla.gnome.org/show_bug.cgi?id=681079
* goa-auth-handler: pass the data pointer to auth_cbGuillaume Desmottes2012-08-031-2/+2
| | | | | | | We are supposed to use it in this callback, if only to free it, so we should really pass it as user_data. https://bugzilla.gnome.org/show_bug.cgi?id=680952
* goa-auth-handler: factor out auth_data_new()Guillaume Desmottes2012-08-031-4/+16
| | | | | | | We already have the _free() function and it makes easier to track the lifecycle of the struct. https://bugzilla.gnome.org/show_bug.cgi?id=680952
* [l10n] Update Japanese translationJiro Matsuzawa2012-08-021-3/+1
| | | | Modify the About label
* [l10n] Update Japanese translationJiro Matsuzawa2012-08-021-2024/+1825
| | | | Merge latest pot
* Updated Galician translationsFran Diéguez2012-07-311-205/+185
|
* Updated Spanish translationDaniel Mustieles2012-07-301-211/+191
|
* libraries and plugins must be using gi18n-lib.hXavier Claessens2012-07-306-7/+5
|
* EmpathyContactWidget: remove all remaining flagsXavier Claessens2012-07-303-143/+52
| | | | | | It can now be used only in one scenario: add a new contact dialog https://bugzilla.gnome.org/show_bug.cgi?id=680449
* EmpathyContactWidget: remove unused flags and dead codeXavier Claessens2012-07-302-961/+10
| | | | | | | This widget is used only to add a new contact, all its flexibility isn't needed anymore. https://bugzilla.gnome.org/show_bug.cgi?id=680449
* UOA cc plugin: Support editing existing accountsXavier Claessens2012-07-301-14/+75
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449
* add empathy-app-plugin-widgetXavier Claessens2012-07-305-3/+419
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449
* add empathy-app-pluginGuillaume Desmottes2012-07-306-2/+158
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449
* UOA accounts plugin widget: tweak styling of the info barXavier Claessens2012-07-301-11/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449
* UOA: fix empathy.application XML indentationXavier Claessens2012-07-301-6/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449
* EmpathAccountsDialog: user the new EmpathyUserInfo widgetXavier Claessens2012-07-301-77/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449
* EmpathyUserInfo: New widget to edit personal informationXavier Claessens2012-07-304-0/+821
| | | | | | This is a much simplified version of EmpathyContactWidget https://bugzilla.gnome.org/show_bug.cgi?id=680449
* EmpathyCalendarButton: Make it work without gtk_widget_show_allXavier Claessens2012-07-302-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449
* EmpathyAvatarChooser: rebase on TpAccount APIXavier Claessens2012-07-302-200/+235
| | | | | | | | It can now edit the avatar of a TpAccount passed at construct time. The image is taken from the TpAccount directly instead of asking the user to set one. This is much more self contained code. https://bugzilla.gnome.org/show_bug.cgi?id=680449
* EmpathyContactWidget: Stop using EmpathyAvatarChooserXavier Claessens2012-07-303-117/+1
| | | | | | | | | | Changing avatar is only used for editing user's information, and it will soon be replaced by a dedicated widget. This is done to make easier to change EmpathyAvatarChooser's API before introducing the new widget. https://bugzilla.gnome.org/show_bug.cgi?id=680449
* Updated Galician translationsFran Diéguez2012-07-301-1102/+1105
|
* Updated Slovenian translationMatej Urbančič2012-07-291-1622/+1591
|
* Updated Hungarian translationGabor Kelemen2012-07-291-7/+5
|
* Updated Hungarian translation by Bence Lukacs <lukacs.bence1 at gmail dot com>Gabor Kelemen2012-07-281-1633/+1617
|
* Updated Indonesian translationAndika Triwidada2012-07-281-1840/+1768
|
* Updated Spanish translationDaniel Mustieles2012-07-271-1032/+1033
|
* Accounts dialog: use external app for readonly UOA accountsXavier Claessens2012-07-261-1/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680646
* UOA mc-plugin: CANNOT_SET_PARAMETERS depends on account's settingsXavier Claessens2012-07-261-2/+22
| | | | | | | | A special key has been added in .service files of online accounts telling its args should be considered readonly. Generic accounts (e.g. AIM) can still be modified. https://bugzilla.gnome.org/show_bug.cgi?id=680646
* factor out start_from_desktop_file()Guillaume Desmottes2012-07-261-14/+17
|
* Updated Gujarati TranslationsSweta Kothari2012-07-261-4/+4
|
* Updated Gujarati TranslationsSweta Kothari2012-07-261-2/+2
|
* Updated Gujarati TranslationsSweta Kothari2012-07-261-1803/+1757
|
* Updated Norwegian bokmål translationKjartan Maraas2012-07-261-1025/+1023
|
* Updated Hebrew translation.Yaron Shahrabani2012-07-251-993/+994
|
* Updated POTFILES.inPiotr Drąg2012-07-251-32/+34
|
* Updated Greek translationTom Tryfonidis2012-07-241-250/+254
|
* accounts-plugin-widget: set the right icon nameGuillaume Desmottes2012-07-241-0/+3
| | | | We don't want Empathy to use the default icon name.
* account-plugins: implement deleteGuillaume Desmottes2012-07-241-1/+29
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448
* Generate plugins for most protocolsGuillaume Desmottes2012-07-2430-3/+523
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448
* add generate-plugins.pyGuillaume Desmottes2012-07-246-0/+177
| | | | | | | Handy script to generate all the boilerplates for each protocol we are supporting. https://bugzilla.gnome.org/show_bug.cgi?id=680448
* Add jabber provider, service and pluginGuillaume Desmottes2012-07-245-0/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448
* account-plugin-widget: display the top bar and account widgetGuillaume Desmottes2012-07-242-5/+209
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448
* Hook cc-plugins to the build systemGuillaume Desmottes2012-07-245-1/+32
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448
* add empathy-account-pluginGuillaume Desmottes2012-07-242-0/+140
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448
* add account-plugin-widgetGuillaume Desmottes2012-07-242-0/+221
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448
* remove released flagGuillaume Desmottes2012-07-241-1/+1
|
* add empathy.application to EXTRA_DISTEMPATHY_3_5_4_1Guillaume Desmottes2012-07-241-0/+2
|
* prepare 3.5.4.1Guillaume Desmottes2012-07-242-2/+24
|
* add empathy.applicationGuillaume Desmottes2012-07-243-0/+23
|
* empathy-roster-model-manager: added xmpp-local contacts support ↵Laurent Contzen2012-07-232-25/+33
| | | | | | empathy-roster-view: removed xmpp-local contacts support https://bugzilla.gnome.org/show_bug.cgi?id=680302
* empathy-roster-model: New virtual method _get_groups_for_individual ↵Laurent Contzen2012-07-234-17/+51
| | | | | | empathy-roster-model-manager: implemented _get_groups_for_individual empathy-roster-view.c: using _get_groups_for_individual https://bugzilla.gnome.org/show_bug.cgi?id=680302
* empathy-roster-model, empathy-roster-model-manager: Now deals with ↵Laurent Contzen2012-07-234-3/+43
| | | | | | groups-changed signal empathy-roster-view.c: now uses roster-model's groups-changed signal https://bugzilla.gnome.org/show_bug.cgi?id=680302
* Fix distcheck when doing parallel buildXavier Claessens2012-07-231-2/+6
| | | | | This makes sure the icones are done (un)installing before regenerating the icon cache.
* Do not install MC plugins into MC's prefixXavier Claessens2012-07-231-13/+9
| | | | MC and Empathy could be installed in different prefixes
* Go back to libgee 0.6.xGuillaume Desmottes2012-07-235-9/+11
| | | | | | | | | | | | | | It's not clear if 0.8 will be released for GNOME 3.6 so the release team prefers to stick with 0.6 for now. And yeah, gee-1.0 is the 0.6.x series and gee-0.8 the 0.7.x, nice work guys... Revert "gee_iterator_first is no more in libgee 0.8" This reverts commit 24d30e15b34b654eff96f4a358801290ebe09ec0. Revert "libempathy: Port empathy to libgee 0.8." This reverts commit d563fa078b2a13b3c06b1de626105e0510568e57.
* Add Ubuntu Online Accounts auth handlerXavier Claessens2012-07-235-0/+444
|
* UOA mc-plugin: Actually implement itXavier Claessens2012-07-232-17/+597
|
* Make sure we define MISSION_CONTROL_PLUGINS_DIR when building with UOAGuillaume Desmottes2012-07-231-0/+7
|
* configure.ac: export a bunch of variables from UOA pc filesGuillaume Desmottes2012-07-231-0/+21
|
* Add skeleton of an MC plugin to import Ubuntu Online AccountsXavier Claessens2012-07-237-1/+311
|
* configure: detect if Ubuntu Online Accounts dep is presentGuillaume Desmottes2012-07-231-0/+30
|
* coding style fixesGuillaume Desmottes2012-07-232-2/+2
|
* empathy-roster-model-manager: deal with members-changed signals ↵Laurent Contzen2012-07-232-21/+40
| | | | | | empathy-roster-view: use empathy-roster-model-manager signals https://bugzilla.gnome.org/show_bug.cgi?id=680302
* empathy-roster-view: start using empathy-roster-modelLaurent Contzen2012-07-235-8/+51
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680302
* empathy-roster-model-manager.c: implement ↵Laurent Contzen2012-07-231-0/+9
| | | | | | | | empathy_roster_model_manager_get_individuals () https://bugzilla.gnome.org/show_bug.cgi?id=679868 https://bugzilla.gnome.org/show_bug.cgi?id=680302
* empathy-roster-model-manager: Pass an EmpathyIndividualManager to ↵Laurent Contzen2012-07-232-9/+31
| | | | | | EmpathyRosterModelManager https://bugzilla.gnome.org/show_bug.cgi?id=680302
* roster-model: add API to track individualsGuillaume Desmottes2012-07-232-0/+69
|
* add empathy-roster-model-managerGuillaume Desmottes2012-07-233-0/+230
|
* add empathy-roster-modelGuillaume Desmottes2012-07-233-0/+88
|
* add empathy_account_settings_set_storage_provider()Guillaume Desmottes2012-07-192-0/+22
|
* Depend on tp-glib 0.19;4Guillaume Desmottes2012-07-191-1/+1
| | | | Needed for tp_account_request_set_storage_provider()
* export empathy_account_widget_apply_and_log_in()Guillaume Desmottes2012-07-192-7/+7
|
* Check for libgee depGuillaume Desmottes2012-07-191-0/+1
| | | | We are using it directly so should depend on it.
* gee_iterator_first is no more in libgee 0.8Alban Browaeys2012-07-192-8/+6
| | | | | | | With folks depending upon libgee-0.8 brealage in empathy arise, that is gee_iterator_first is not available. https://bugzilla.gnome.org/show_bug.cgi?id=680152
* libempathy: Port empathy to libgee 0.8.Jeremy Whiting2012-07-192-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680152
* Implement Google X-OAUTH2 SASL mechanismXavier Claessens2012-07-182-0/+45
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680160
* Move SASL mechanism implementations into its own fileXavier Claessens2012-07-188-151/+393
| | | | | | | We could have other account providers than GOA requiring this SASL code. https://bugzilla.gnome.org/show_bug.cgi?id=680160
* empathy: use tp_account_manager_enable_restart()Guillaume Desmottes2012-07-171-0/+2
| | | | | | If for some reason MC crashes we should restart it right away. Ideally this should be done by the Shell (#680099) but it's good to have in Empathy as well.
* remove MC password migration codeGuillaume Desmottes2012-07-171-76/+0
| | | | | | | | | We are shipping this since a bunch of releases so all passwords should be migrated since a while. Furthemore, it may cause issues when the password has been updated in Empathy but not MC. https://bugzilla.gnome.org/show_bug.cgi?id=677180
* Turn libempathy-gtk to a public libGuillaume Desmottes2012-07-171-2/+8
| | | | | | | We use "-release" versioning as it's not meant to be used out of Empathy's tree. https://bugzilla.gnome.org/show_bug.cgi?id=679786
* Turn libempathy to a public libGuillaume Desmottes2012-07-171-14/+21
| | | | | | | We use "-release" versioning as it's not meant to be used out of Empathy's tree. https://bugzilla.gnome.org/show_bug.cgi?id=679786
* tp-chat: prepare the Password feature if neededGuillaume Desmottes2012-07-171-0/+38
|
* Revert "tp-chat:requires TP_CHANNEL_FEATURE_PASSWORD"Guillaume Desmottes2012-07-171-2/+1
| | | | | | | | This reverts commit 33ad5c340ed97da141c3182051502043a710e92f. This is not the right way to fix this bug. If the channel doesn't implement the Password iface (like in a 1-1 chat) our own tp-chat feature is never prepared.
* Display the Top Contacts group name above the top contacts even if all of ↵Laurent Contzen2012-07-171-20/+20
| | | | | | them are offline https://bugzilla.gnome.org/show_bug.cgi?id=679868
* tp-chat:requires TP_CHANNEL_FEATURE_PASSWORDGuillaume Desmottes2012-07-171-1/+2
| | | | | | | | check_almost_ready() relies on the password feature to be prepared so we should make sure that tp-glib prepares it for us before starting to prepare our own feature. https://bugzilla.gnome.org/show_bug.cgi?id=680076
* remove released flagGuillaume Desmottes2012-07-161-1/+1
|
* prepare 3.5.4EMPATHY_3_5_4Guillaume Desmottes2012-07-162-2/+40
|
* Display GOA_PKG_ERRORS if deps are missingGuillaume Desmottes2012-07-161-1/+3
|
* Fix build warning: A string format is requiredXavier Claessens2012-07-161-1/+1
|
* Use new tp_account_* gettersGuillaume Desmottes2012-07-1611-19/+19
|
* preferences: use the factory to create the TpAccountGuillaume Desmottes2012-07-161-5/+8
| | | | tp_account_new() has been deprecated.
* Depend on tp-glib 0.19.3Guillaume Desmottes2012-07-161-1/+1
| | | | Needed to fix deprecation warnings.
* Updated Belarusian translation.Ihar Hrachyshka2012-07-151-564/+491
|
* chat-window: use self->priv patternGuillaume Desmottes2012-07-112-507/+373
|
* chat-window: port to new coding stylesGuillaume Desmottes2012-07-112-2158/+2265
|
* new-chatroom-dialog: set default responseGuillaume Desmottes2012-07-111-0/+2
| | | | | We want to activate the dialog when user hits 'Enter' so he joins the room right away.
* remove empathy-contact-dialogsGuillaume Desmottes2012-07-115-399/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679111
* remove useless includesGuillaume Desmottes2012-07-113-3/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679111
* individual-menu: use the individual version of the add dialogGuillaume Desmottes2012-07-111-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679111
* log-window: use empathy_display_individual_info()Guillaume Desmottes2012-07-111-3/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679111
* contact-search-dialog: use empathy_display_individual_info()Guillaume Desmottes2012-07-111-2/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679111
* chat: use empathy_display_individual_info()Guillaume Desmottes2012-07-111-7/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679111
* factor out empathy_display_individual_info()Guillaume Desmottes2012-07-113-127/+141
| | | | | | It didn't want to put more misc stuffs to ui-utils so used this file. https://bugzilla.gnome.org/show_bug.cgi?id=679111
* Updated Hebrew translation.Yaron Shahrabani2012-07-111-489/+487
|
* Updated Lithuanian translationŽygimantas Beručka2012-07-111-1385/+1571
|
* protocol-chooser: set pixbuf on the cell rather than the icon-nameGuillaume Desmottes2012-07-091-6/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675220
* roster-view: export special group namesGuillaume Desmottes2012-07-092-19/+22
| | | | Needed to special case the DnD code.
* roster-view: add empathy_roster_view_get_group_at_y()Guillaume Desmottes2012-07-092-0/+23
|
* add empathy_roster_contact_get_avatar_pixbuf()Guillaume Desmottes2012-07-092-0/+9
|
* call-window: use gdk_keyval_to_unicode()Guillaume Desmottes2012-07-091-57/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679396
* dialpad-widget: use EmpathyDialpadButtonGuillaume Desmottes2012-07-092-40/+43
| | | | | | | | | This will be needed if we want to stop using GtkButton in order to keep the key pressed while the keyboard key is. Anyway, it's good to have regardeless as that makes the code cleaner. https://bugzilla.gnome.org/show_bug.cgi?id=679396
* add empathy-dialpad-buttonGuillaume Desmottes2012-07-093-0/+289
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679396
* call-window: allow user to enter dtmf events using his keyboardGuillaume Desmottes2012-07-091-0/+63
| | | | | | | | | Ideally we should stop sending the DTMF event when the key is released but we can't easily do that in Gtk+; we'll have to write our own widget. I'm going to give it a shot but this is already a nice improvement so we shouldn't block on it. https://bugzilla.gnome.org/show_bug.cgi?id=679396
* add empathy_dialpad_widget_press_key()Guillaume Desmottes2012-07-092-0/+21
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679396