]> git.0d.be Git - empathy.git/history - src/empathy-debug-dialog.c
Store the bus name of CMs in an the combo box's tree model instead of two different...
[empathy.git] / src / empathy-debug-dialog.c
2009-04-24 Jonny LambStore the bus name of CMs in an the combo box's tree...
2009-04-24 Jonny LambMake the tree view have alternating row colours.
2009-04-24 Jonny LambCorrect indentation and tab problems.
2009-04-24 Jonny LambDefine the debug object path in the header and keep...
2009-04-24 Jonny LambCreate a new string for category as it's g_free'd.
2009-04-24 Jonny LambAdd Debug interface to TpProxy's known interfaces.
2009-04-24 Jonny LambReturn NULL if _new is not given a GtkWindow.
2009-04-24 Jonny LambOnly set Enabled=false in dispose if there we have...
2009-04-24 Jonny LambChanged account chooser to CM chooser.
2009-04-24 Jonny LambGet the CM bus name from the TpProxy instead of hard...
2009-04-24 Jonny LambMake sure the toolbar labels are shown.
2009-04-24 Jonny LambOnly set Enabled when we already have a proxy.
2009-04-24 Jonny LambSet Enabled dbus property to the correct value dependin...
2009-04-24 Jonny LambImplement pause button and handle connections to signal...
2009-04-24 Jonny LambOnly connect to NewDebugMessage if the paused button...
2009-04-24 Jonny LambConnect to NewDebugMessage and append it to the treeview.
2009-04-24 Jonny LambCall GetMessages when the debug dialog opens.
2009-04-24 Jonny LambAdd GtkTreeView to debug dialog.
2009-04-24 Jonny LambAdded a basic UI to debug dialog.
2009-04-24 Jonny LambAdded initial empty EmpathyDebugDialog.