aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/cc-plugins/app-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Fix UOA build errorXavier Claessens2013-05-071-0/+2
|
* Clean up #include directives in headersEmanuele Aina2013-04-022-3/+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-012-3/+3
| | | | | | | | 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
* 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.
* Use TpWeakRef when user_data of an async call is a widgetXavier Claessens2012-08-141-2/+10
| | | | | | | 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
* UOA plugins: link on libempathy as wellGuillaume Desmottes2012-08-101-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=681598
* fix typo in ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.amEMPATHY_3_5_5Guillaume Desmottes2012-08-061-1/+1
|
* Rely on the empathy factory rather than 're-preparing' the AMGuillaume Desmottes2012-08-032-18/+17
| | | | | | | | 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.
* add empathy-app-plugin-widgetXavier Claessens2012-07-304-3/+418
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680449
* add empathy-app-pluginGuillaume Desmottes2012-07-303-0/+148
https://bugzilla.gnome.org/show_bug.cgi?id=680449