aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-ft-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-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 headersEmanuele Aina2013-04-011-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
* Remove the singleton logic from the managerCosimo Cecchi2009-06-011-6/+4
| | | | | | Don't use a singleton logic for the FT Manager, but let the manager itself hold the references according to the state of the toplevel window.
* Cleanup after rebase v2Cosimo Cecchi2009-06-011-0/+1
|
* Handle errors coming from the EmpathyFTFactoryCosimo Cecchi2009-06-011-0/+2
|
* First batch of W.I.P. rework of EmpathyFTManagerCosimo Cecchi2009-06-011-18/+21
|
* empathy-ft-manager: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Port EmpathyFTManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2118
* Move the ft manager to src/ other programs do not need it.Xavier Claessens2008-11-221-0/+67
svn path=/trunk/; revision=1884