aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debug-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Get the CM bus name from the TpProxy instead of hard-coding, and fix some ↵Jonny Lamb2009-04-241-8/+13
| | | | | | ref problems. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Make sure the toolbar labels are shown.Jonny Lamb2009-04-241-2/+7
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Only set Enabled when we already have a proxy.Jonny Lamb2009-04-241-1/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Set Enabled dbus property to the correct value depending on whether the ↵Jonny Lamb2009-04-241-9/+26
| | | | | | signal is connected and whether the pause button is pressed. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Implement pause button and handle connections to signal when changing account.Jonny Lamb2009-04-241-8/+44
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Only connect to NewDebugMessage if the paused button is not pressed.Jonny Lamb2009-04-241-3/+9
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Connect to NewDebugMessage and append it to the treeview.Jonny Lamb2009-04-241-41/+67
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Call GetMessages when the debug dialog opens.Jonny Lamb2009-04-241-11/+171
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add GtkTreeView to debug dialog.Jonny Lamb2009-04-241-6/+61
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Added a basic UI to debug dialog.Jonny Lamb2009-04-241-8/+111
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Added initial empty EmpathyDebugDialog.Jonny Lamb2009-04-241-0/+130
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>