Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up #include directives in source files | Emanuele Aina | 2013-04-02 | 1 | -2/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076 | ||||
* | Clean up #include directives in headers | Emanuele Aina | 2013-04-02 | 1 | -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 includes | Emanuele Aina | 2013-04-01 | 1 | -1/+1 |
| | | | | | | | | 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 | 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 | ||||
* | add empathy_call_handler_get_contact() | Guillaume Desmottes | 2012-02-23 | 1 | -0/+2 |
| | |||||
* | Stop using Farsight2 headers | Gert Kulyk | 2012-02-23 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670638 | ||||
* | Remove tp-yell and use TpCallChannel | Xavier Claessens | 2012-01-10 | 1 | -2/+2 |
| | |||||
* | Use modern private structure handling | Sjoerd Simons | 2011-06-09 | 1 | -1/+2 |
| | |||||
* | Add TargetContact property that's guaranteed to exist on CallHandler | Sjoerd Simons | 2011-06-09 | 1 | -1/+2 |
| | | | | | | Conflicts: src/empathy-call-factory.c | ||||
* | Add an EmpathyCallHandler class | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -0/+107 |