aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/cc-plugins/account-plugins
Commit message (Collapse)AuthorAgeFilesLines
* Use AM_CPPFLAGS instead of deprecated INCLUDESGuillaume Desmottes2013-10-221-1/+1
|
* Stop using deprecated libaccounts-glib functionsXavier Claessens2013-09-161-5/+7
|
* Fix UOA buildXavier Claessens2013-09-163-21/+24
|
* tp-account-widgets: rename all the files from empathy-* to tpaw-*Marco Barisione2013-08-201-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Merge branch 'gnome-3-8'Xavier Claessens2013-04-031-2/+8
|\
| * UOA: Do not segfault when "Done" or "Cancel" button clicked but widget is ↵Lukas Vacek2013-04-031-2/+8
| | | | | | | | not ready yet
* | Clean up #include directives in headersEmanuele Aina2013-04-021-2/+0
| | | | | | | | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* | Use a flat namespace for internal includesEmanuele Aina2013-04-013-4/+5
| | | | | | | | | | | | | | | | 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 headersEmanuele Aina2013-04-012-3/+3
|/ | | | | | | 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 APIsAlberto Mardegan2013-01-111-12/+10
| | | | | | The APIs based on GValue are now deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=691469
* UOA: share a common configuration pluginAlberto Mardegan2013-01-0931-1859/+14
| | | | | | | | | 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
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
| | | | | | tp_account_manager_get_valid_accounts() has been deprecated. Fix an accounts list leak in empathy-sanity-cleaning.
* UOA account plugins: move shared code to a shared libGuillaume Desmottes2012-09-061-84/+45
| | | | | | 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 dirGuillaume Desmottes2012-09-0633-0/+2620
https://bugzilla.gnome.org/show_bug.cgi?id=683415