Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tp-account-widgets: rename all the files from empathy-* to tpaw-* | Marco Barisione | 2013-08-20 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | Fix UOA build error | Xavier Claessens | 2013-05-07 | 1 | -0/+2 |
| | |||||
* | Merge branch 'gnome-3-8' | Xavier Claessens | 2013-04-03 | 1 | -2/+8 |
|\ | |||||
| * | UOA: Do not segfault when "Done" or "Cancel" button clicked but widget is ↵ | Lukas Vacek | 2013-04-03 | 1 | -2/+8 |
| | | | | | | | | not ready yet | ||||
* | | Clean up #include directives in headers | Emanuele Aina | 2013-04-02 | 4 | -6/+0 |
| | | | | | | | | | | | | 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 style | Emanuele Aina | 2013-04-02 | 3 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Use a flat namespace for internal includes | Emanuele Aina | 2013-04-01 | 5 | -7/+8 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | Use double quotes for all internal headers | Emanuele Aina | 2013-04-01 | 4 | -6/+6 |
|/ | | | | | | | 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 | ||||
* | UOA: Use the new libaccounts-glib APIs | Alberto Mardegan | 2013-01-11 | 2 | -43/+38 |
| | | | | | | The APIs based on GValue are now deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=691469 | ||||
* | UOA: share a common configuration plugin | Alberto Mardegan | 2013-01-09 | 46 | -2082/+29 |
| | | | | | | | | | The latest libaccounts-glib and libaccount-plugin libraries add support for using the same binary plugin for different providers. This means that bug 683415 is no longer valid, and that all the provider-specific plugins can now be removed. Fixes bug #691418 | ||||
* | UOA mc plugin: Fix build errors | Xavier Claessens | 2012-10-08 | 1 | -5/+5 |
| | |||||
* | deal if ag_manager_new_for_service_type() returns NULL | Guillaume Desmottes | 2012-10-08 | 1 | -0/+19 |
| | | | | | | | Looks like it may happen because of Ubuntu's apparmor policy. We can't do much in this case but best to not crash MC at least. https://bugzilla.gnome.org/show_bug.cgi?id=685498 | ||||
* | fix ubuntu-online-accounts/Makefile.amEMPATHY_3_6_0 | Guillaume Desmottes | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | empathy.application.in: fix <translations> markup | Guillaume Desmottes | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | generate empathy.application from empathy.application.in | Guillaume Desmottes | 2012-09-18 | 3 | -1/+8 |
| | | | | | | This allow us to mark the description key as translatable. https://bugzilla.gnome.org/show_bug.cgi?id=684281 | ||||
* | UOA mc plugin: Don't crash if auth failure is removed on an unknown IM service | Xavier Claessens | 2012-09-12 | 1 | -3/+6 |
| | |||||
* | use tp_account_manager_dup_valid_accounts() | Guillaume Desmottes | 2012-09-11 | 2 | -4/+4 |
| | | | | | | tp_account_manager_get_valid_accounts() has been deprecated. Fix an accounts list leak in empathy-sanity-cleaning. | ||||
* | mcp-account-manager-uoa: reconnect accounts when they are not failing any more | Guillaume Desmottes | 2012-09-07 | 1 | -0/+37 |
| | | | | | | | We want to automatically reconnect failing accounts when user refreshed the credentials. https://bugzilla.gnome.org/show_bug.cgi?id=683409 | ||||
* | webcredentials-monitor: track failures | Guillaume Desmottes | 2012-09-07 | 2 | -9/+142 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683409 | ||||
* | webcredentials-monitor: get a proxy on the D-Bus object | Guillaume Desmottes | 2012-09-07 | 1 | -2/+42 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683409 | ||||
* | add empathy-webcredentials-monitor | Guillaume Desmottes | 2012-09-07 | 3 | -0/+170 |
| | | | | | | Just the skeleton so far. https://bugzilla.gnome.org/show_bug.cgi?id=683409 | ||||
* | UOA account plugins: move shared code to a shared lib | Guillaume Desmottes | 2012-09-06 | 2 | -90/+64 |
| | | | | | | Avoid to redefine existing symbols when different plugins are loaded. https://bugzilla.gnome.org/show_bug.cgi?id=683415 | ||||
* | Move account plugins to their own dir | Guillaume Desmottes | 2012-09-06 | 35 | -245/+241 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683415 | ||||
* | Generate one GType per UOA protocol plugin | Guillaume Desmottes | 2012-09-06 | 32 | -9/+1880 |
| | | | | | | | Each plugin now has its own GType inheriting from EmpathyAccountsPlugin which is cleaner. https://bugzilla.gnome.org/show_bug.cgi?id=683415 | ||||
* | UOA: Use an AgManager singleton | Xavier Claessens | 2012-08-27 | 1 | -1/+6 |
| | | | | | | | 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 services | Xavier Claessens | 2012-08-27 | 15 | -0/+60 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776 | ||||
* | UOA: Changing enable state of MC account should not modify per-service state | Xavier Claessens | 2012-08-22 | 1 | -0/+3 |
| | | | | | ag_account_set_enabled() is not global enable state, we have to ensure that selected service is NULL before that. | ||||
* | Telepathy service is "google-talk" not "google" | Xavier Claessens | 2012-08-20 | 1 | -1/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681444 | ||||
* | Use TpWeakRef when user_data of an async call is a widget | Xavier Claessens | 2012-08-14 | 2 | -4/+20 |
| | | | | | | | 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 account | Guillaume Desmottes | 2012-08-14 | 1 | -1/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680775 | ||||
* | UOA plugins: link on libempathy as well | Guillaume Desmottes | 2012-08-10 | 3 | -0/+16 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681598 | ||||
* | fix typo in ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.amEMPATHY_3_5_5 | Guillaume Desmottes | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | accounts-plugin-widget: keep a ref on the 'Done' button | Guillaume Desmottes | 2012-08-06 | 1 | -1/+4 |
| | |||||
* | Rely on the empathy factory rather than 're-preparing' the AM | Guillaume Desmottes | 2012-08-03 | 4 | -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. | ||||
* | UOA cc plugin: Support editing existing accounts | Xavier Claessens | 2012-07-30 | 1 | -14/+75 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449 | ||||
* | add empathy-app-plugin-widget | Xavier Claessens | 2012-07-30 | 4 | -3/+418 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449 | ||||
* | add empathy-app-plugin | Guillaume Desmottes | 2012-07-30 | 5 | -2/+150 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449 | ||||
* | UOA accounts plugin widget: tweak styling of the info bar | Xavier Claessens | 2012-07-30 | 1 | -11/+31 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449 | ||||
* | UOA: fix empathy.application XML indentation | Xavier Claessens | 2012-07-30 | 1 | -6/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449 | ||||
* | UOA mc-plugin: CANNOT_SET_PARAMETERS depends on account's settings | Xavier Claessens | 2012-07-26 | 1 | -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 | ||||
* | accounts-plugin-widget: set the right icon name | Guillaume Desmottes | 2012-07-24 | 1 | -0/+3 |
| | | | | We don't want Empathy to use the default icon name. | ||||
* | account-plugins: implement delete | Guillaume Desmottes | 2012-07-24 | 1 | -1/+29 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448 | ||||
* | Generate plugins for most protocols | Guillaume Desmottes | 2012-07-24 | 30 | -3/+523 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448 | ||||
* | add generate-plugins.py | Guillaume Desmottes | 2012-07-24 | 6 | -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 plugin | Guillaume Desmottes | 2012-07-24 | 5 | -0/+34 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448 | ||||
* | account-plugin-widget: display the top bar and account widget | Guillaume Desmottes | 2012-07-24 | 2 | -5/+209 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448 | ||||
* | Hook cc-plugins to the build system | Guillaume Desmottes | 2012-07-24 | 4 | -1/+29 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448 | ||||
* | add empathy-account-plugin | Guillaume Desmottes | 2012-07-24 | 2 | -0/+140 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448 | ||||
* | add account-plugin-widget | Guillaume Desmottes | 2012-07-24 | 2 | -0/+221 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448 | ||||
* | add empathy.application to EXTRA_DISTEMPATHY_3_5_4_1 | Guillaume Desmottes | 2012-07-24 | 1 | -0/+2 |
| | |||||
* | add empathy.application | Guillaume Desmottes | 2012-07-24 | 2 | -0/+15 |
| | |||||
* | UOA mc-plugin: Actually implement it | Xavier Claessens | 2012-07-23 | 1 | -16/+595 |
| | |||||
* | Add skeleton of an MC plugin to import Ubuntu Online Accounts | Xavier Claessens | 2012-07-23 | 5 | -0/+296 |