aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debug-dialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename EmpathyDebugDialog to EmpathyDebugWindowXavier Claessens2009-08-261-63/+0
|
* Make EmpathyDebugDialog be a GtkWindow subclass rather than a GtkDialog.Xavier Claessens2009-08-261-2/+2
| | | | | | | This is because: 1) There are no actions, so it's not a dialog 2) We want to hide the seperator for the action area 3) To be able to maximize the window
* Define the debug object path in the header and keep CM bus names from ↵Jonny Lamb2009-04-241-0/+2
| | | | | | tp_list_connection_names around. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Added a basic UI to debug dialog.Jonny Lamb2009-04-241-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Added initial empty EmpathyDebugDialog.Jonny Lamb2009-04-241-0/+61
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>