aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debug-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Updated coding style.Jonny Lamb2009-04-241-44/+44
* Remove tabs, sigh.Jonny Lamb2009-04-241-5/+5
* Implement save button.Jonny Lamb2009-04-241-0/+96
* Clear the store when changing CM.Jonny Lamb2009-04-241-0/+2
* Implemented a menu when selecting a row to copy message to clipboard.Jonny Lamb2009-04-241-0/+95
* Display debug message as monospace.Jonny Lamb2009-04-241-0/+3
* Implement clear button.Jonny Lamb2009-04-241-0/+11
* Implement level combo box.Jonny Lamb2009-04-241-28/+117
* Align text at the top of the row.Jonny Lamb2009-04-241-0/+1
* Remove trailing whitespace from the debug message.Jonny Lamb2009-04-241-1/+9
* Store the bus name of CMs in an the combo box's tree model instead of two dif...Jonny Lamb2009-04-241-13/+27
* Make the tree view have alternating row colours.Jonny Lamb2009-04-241-0/+1
* Correct indentation and tab problems.Jonny Lamb2009-04-241-36/+36
* Define the debug object path in the header and keep CM bus names from tp_list...Jonny Lamb2009-04-241-15/+15
* Create a new string for category as it's g_free'd.Jonny Lamb2009-04-241-1/+1
* Add Debug interface to TpProxy's known interfaces.Jonny Lamb2009-04-241-0/+3
* Return NULL if _new is not given a GtkWindow.Jonny Lamb2009-04-241-0/+2
* Only set Enabled=false in dispose if there we have a proxy.Jonny Lamb2009-04-241-3/+4
* Changed account chooser to CM chooser.Jonny Lamb2009-04-241-37/+78
* Get the CM bus name from the TpProxy instead of hard-coding, and fix some ref...Jonny Lamb2009-04-241-8/+13
* Make sure the toolbar labels are shown.Jonny Lamb2009-04-241-2/+7
* Only set Enabled when we already have a proxy.Jonny Lamb2009-04-241-1/+2
* Set Enabled dbus property to the correct value depending on whether the signa...Jonny Lamb2009-04-241-9/+26
* Implement pause button and handle connections to signal when changing account.Jonny Lamb2009-04-241-8/+44
* Only connect to NewDebugMessage if the paused button is not pressed.Jonny Lamb2009-04-241-3/+9
* Connect to NewDebugMessage and append it to the treeview.Jonny Lamb2009-04-241-41/+67
* Call GetMessages when the debug dialog opens.Jonny Lamb2009-04-241-11/+171
* Add GtkTreeView to debug dialog.Jonny Lamb2009-04-241-6/+61
* Added a basic UI to debug dialog.Jonny Lamb2009-04-241-8/+111
* Added initial empty EmpathyDebugDialog.Jonny Lamb2009-04-241-0/+130