aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.c
Commit message (Expand)AuthorAgeFilesLines
* Move the event manager to src/xclaesse2008-07-151-1/+1
* Move event code from EmpathyStatusIcon to EmpathyEventManagerxclaesse2008-07-151-368/+53
* Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)xclaesse2008-07-151-1/+1
* Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ...xclaesse2008-07-041-1/+1
* Add -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug #53712...xclaesse2008-06-081-1/+2
* Close contact list when Escape is pressed. Fixes bug #536628 (Ross Burton).xclaesse2008-06-081-1/+17
* Add a command line option to hide contact list on startup. Fixes bug #535080 ...xclaesse2008-06-041-4/+8
* Fix warning in status iconxclaesse2008-05-231-1/+2
* Improve dispatcher. Fixes bug #465928.xclaesse2008-05-181-106/+179
* Add a func to activate any eventxclaesse2008-05-141-15/+22
* Do not unref tp_chat directly in the message_received callback to avoid a crash.xclaesse2008-05-091-1/+12
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p...xclaesse2008-05-091-31/+277
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...xclaesse2008-05-061-8/+6
* Make use of tp-glib debug system.xclaesse2008-05-011-7/+5
* initialize connection_statusfpeters2008-04-201-1/+1
* keep track of connected status to disable menu item for "new conversation"fpeters2008-04-201-0/+37
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.xclaesse2008-04-201-568/+168
* Fix some warningsxclaesse2008-04-111-0/+4
* Update for new APIxclaesse2008-04-111-91/+43
* Uncommend the use of empathy_contact_run_until_ready, it works nowxclaesse2008-04-111-2/+1
* Comment out a empathy_contact_run_until_ready call because it doesn't work.xclaesse2008-04-031-1/+2
* Update status icon for new chat APIxclaesse2008-04-021-1/+1
* Do not autoconnect if networkmanager says we are not connected at startup.xclaesse2008-03-171-24/+0
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...xclaesse2008-03-171-1/+4
* Move modules that make no sense to be used in other applicaton from libempath...xclaesse2008-03-141-0/+863