]> git.0d.be Git - empathy.git/history - src/empathy-debug-dialog.c
Merge commit 'jtellier/video-call-button-sensitivity'
[empathy.git] / src / empathy-debug-dialog.c
2009-07-15 Davyd MadeleyMerge commit 'jtellier/video-call-button-sensitivity'
2009-07-14 Gustavo Noronha... Merge branch 'fix-585882'
2009-07-10 Davyd MadeleyMerge branch 'label-align'
2009-07-10 Jonny LambUse accessor functions instead direct access (Fixes...
2009-07-01 Will ThompsonMerge branch 'part-reasons'
2009-06-28 Xavier ClaessensMerge commit 'elliot/bug-584703-c'
2009-06-25 Pierre-Luc BeaudoinMerge branch 'fix-prefs'
2009-06-25 Jonny LambMerge branch 'debugger'
2009-06-18 Jonny LambAdd empathy to debug dialog CM chooser.
2009-06-05 Jonny LambMerge branch 'debug-fixes'
2009-06-04 Jonny LambDon't display an empty treeview if there are no connect...
2009-06-04 Jonny LambDon't unref widgets twice.
2009-06-04 Jonny LambFree a GError after use.
2009-06-04 Jonny LambMerge branch 'debug'
2009-06-04 Jonny LambDisplay a label if the selected CM does not support...
2009-06-04 Jonny LambAdd level label to priv struct.
2009-06-04 Jonny LambStore toolbar items in priv struct.
2009-06-04 Jonny LambKeep a ref to the TpDBusDaemon so the NameOwnerChanged...
2009-06-04 Jonny LambClean up EmpathyDebugDialogPriv.
2009-06-03 Jonny LambUse G_GSIZE_FORMAT instead of %u.
2009-04-24 Jonny LambAdd a "Copy" toolbar item to copy text to clipboard.
2009-04-24 Jonny LambCreate a straight TpProxy instead of a TpConnection.
2009-04-24 Jonny LambConnect to NameOwnerChanged so the CM chooser can be...
2009-04-24 Jonny LambStore unique names in CM model.
2009-04-24 Jonny LambUse GtkWindow's "transient-for" property instead of...
2009-04-24 Jonny LambDon't show the same CM more than once in the CM chooser...
2009-04-24 Jonny LambUse GFile and GFileOutputStream instead of fopen and...
2009-04-24 Jonny LambUse "foo != NULL" instead of "foo".
2009-04-24 Jonny LambAdd more comments to debug_dialog_press_event_cb.
2009-04-24 Jonny LambUse guint instead of int for for loop counter.
2009-04-24 Jonny LambSplit some long lines into two.
2009-04-24 Jonny LambUpdated coding style.
2009-04-24 Jonny LambRemove tabs, sigh.
2009-04-24 Jonny LambImplement save button.
2009-04-24 Jonny LambClear the store when changing CM.
2009-04-24 Jonny LambImplemented a menu when selecting a row to copy message...
2009-04-24 Jonny LambDisplay debug message as monospace.
2009-04-24 Jonny LambImplement clear button.
2009-04-24 Jonny LambImplement level combo box.
2009-04-24 Jonny LambAlign text at the top of the row.
2009-04-24 Jonny LambRemove trailing whitespace from the debug message.
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.