Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorder header inclusions accordingly to the Telepathy coding style | Emanuele Aina | 2013-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | ||||
* | Avoid include path overspecifications | Emanuele Aina | 2013-04-01 | 1 | -1/+1 |
| | | | | | | | If we're under the libempathy directory there's no need to prefix include file paths with it, and the same is true for libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=696950 | ||||
* | Use double quotes for all internal headers | Emanuele Aina | 2013-04-01 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | Drop unused/redundant header inclusions | Emanuele Aina | 2013-03-28 | 1 | -3/+0 |
| | | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718 | ||||
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -3/+0 |
| | | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch. | ||||
* | connection-managers: use TpConnectionManager accessor | Guillaume Desmottes | 2012-06-07 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | use tp_list_connection_managers_async() | Guillaume Desmottes | 2012-06-06 | 1 | -18/+30 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465 | ||||
* | connection-managers: stop using tp_connection_manager_is_ready() | Guillaume Desmottes | 2012-03-12 | 1 | -1/+1 |
| | | | | It has been deprecated. | ||||
* | add missing config.h includes | Guillaume Desmottes | 2012-03-07 | 1 | -0/+1 |
| | |||||
* | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -1/+1 |
| | | | | No more ugly marshallers \o/ | ||||
* | Revert "-Fix use of include <config.h> to make sure translations work" | Guillaume Desmottes | 2011-04-04 | 1 | -3/+0 |
| | | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that... | ||||
* | -Fix use of include <config.h> to make sure translations work | Kjartan Maraas | 2011-04-04 | 1 | -0/+3 |
| | |||||
* | notify_ready_cb: use g_simple_async_result_complete instead of _in_idle | Guillaume Desmottes | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | replace empathy_connection_managers_call_when_ready by ↵ | Guillaume Desmottes | 2010-01-22 | 1 | -46/+32 |
| | | | | prepare_{async_finish} functions | ||||
* | add empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 1 | -0/+63 |
| | | | | That's easier to use than checking if ready and connecting a callback. | ||||
* | empathy-connection-managers.c: fix shadow declarations | Guillaume Desmottes | 2009-10-22 | 1 | -14/+14 |
| | |||||
* | Remove unused finalize | Sjoerd Simons | 2009-08-24 | 1 | -16/+0 |
| | |||||
* | Add an API to get the num of CMs | Cosimo Cecchi | 2009-07-30 | 1 | -0/+12 |
| | |||||
* | Ensure EmpathyConnectionManagers stays alive when still emitting signals | Sjoerd Simons | 2009-07-23 | 1 | -0/+2 |
| | |||||
* | Coding style fixes | Sjoerd Simons | 2009-07-22 | 1 | -1/+1 |
| | |||||
* | Correct usage of priv | Sjoerd Simons | 2009-07-22 | 1 | -5/+4 |
| | |||||
* | Add singleton to cache TpConnectionManagers | Sjoerd Simons | 2009-07-20 | 1 | -0/+296 |