aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.c
Commit message (Collapse)AuthorAgeFilesLines
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-8/+6
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-7/+5
| | | | svn path=/trunk/; revision=1066
* initialize connection_statusFrederic Peters2008-04-201-1/+1
| | | | svn path=/trunk/; revision=1009
* keep track of connected status to disable menu item for "new conversation"Frederic Peters2008-04-201-0/+37
| | | | | | under the notification area icon. Fixes: #517300. (Frederic Peters) svn path=/trunk/; revision=1008
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.Xavier Claessens2008-04-201-568/+168
| | | | svn path=/trunk/; revision=967
* Fix some warningsXavier Claessens2008-04-111-0/+4
| | | | svn path=/trunk/; revision=926
* Update for new APIXavier Claessens2008-04-111-91/+43
| | | | svn path=/trunk/; revision=907
* Uncommend the use of empathy_contact_run_until_ready, it works nowXavier Claessens2008-04-111-2/+1
| | | | svn path=/trunk/; revision=890
* Comment out a empathy_contact_run_until_ready call because it doesn't work.Xavier Claessens2008-04-031-1/+2
| | | | svn path=/trunk/; revision=865
* Update status icon for new chat APIXavier Claessens2008-04-021-1/+1
| | | | svn path=/trunk/; revision=831
* Do not autoconnect if networkmanager says we are not connected at startup.Xavier Claessens2008-03-171-24/+0
| | | | svn path=/trunk/; revision=815
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵Xavier Claessens2008-03-171-1/+4
| | | | | | and others in src/ svn path=/trunk/; revision=813
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-0/+863
libempathy-gtk/ to src/ svn path=/trunk/; revision=789