index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
empathy-debug-dialog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'upstream/master' into mc5
Sjoerd Simons
2009-07-28
1
-2
/
+2
|
\
|
*
Use accessor functions instead direct access (Fixes #586476)
Jonny Lamb
2009-07-10
1
-2
/
+2
*
|
Remove last references to mission-control 4
Sjoerd Simons
2009-07-16
1
-4
/
+0
|
/
*
Add empathy to debug dialog CM chooser.
Jonny Lamb
2009-06-18
1
-2
/
+10
*
Don't display an empty treeview if there are no connections on opening.
Jonny Lamb
2009-06-05
1
-3
/
+5
*
Don't unref widgets twice.
Jonny Lamb
2009-06-05
1
-6
/
+0
*
Free a GError after use.
Jonny Lamb
2009-06-05
1
-0
/
+1
*
Display a label if the selected CM does not support Debug.
Jonny Lamb
2009-06-04
1
-6
/
+56
*
Add level label to priv struct.
Jonny Lamb
2009-06-04
1
-4
/
+5
*
Store toolbar items in priv struct.
Jonny Lamb
2009-06-04
1
-33
/
+38
*
Keep a ref to the TpDBusDaemon so the NameOwnerChanged cb gets called.
Jonny Lamb
2009-06-04
1
-6
/
+7
*
Clean up EmpathyDebugDialogPriv.
Jonny Lamb
2009-06-04
1
-9
/
+20
*
Use G_GSIZE_FORMAT instead of %u.
Jonny Lamb
2009-06-03
1
-1
/
+2
*
Add a "Copy" toolbar item to copy text to clipboard.
Jonny Lamb
2009-04-24
1
-0
/
+73
*
Create a straight TpProxy instead of a TpConnection.
Jonny Lamb
2009-04-24
1
-12
/
+7
*
Connect to NameOwnerChanged so the CM chooser can be updated when new CMs joi...
Jonny Lamb
2009-04-24
1
-0
/
+93
*
Store unique names in CM model.
Jonny Lamb
2009-04-24
1
-27
/
+112
*
Use GtkWindow's "transient-for" property instead of holding a ref to the pare...
Jonny Lamb
2009-04-24
1
-27
/
+1
*
Don't show the same CM more than once in the CM chooser if there are more tha...
Jonny Lamb
2009-04-24
1
-0
/
+15
*
Use GFile and GFileOutputStream instead of fopen and fprintf.
Jonny Lamb
2009-04-24
1
-13
/
+35
*
Use "foo != NULL" instead of "foo".
Jonny Lamb
2009-04-24
1
-7
/
+7
*
Add more comments to debug_dialog_press_event_cb.
Jonny Lamb
2009-04-24
1
-0
/
+3
*
Use guint instead of int for for loop counter.
Jonny Lamb
2009-04-24
1
-1
/
+1
*
Split some long lines into two.
Jonny Lamb
2009-04-24
1
-6
/
+10
*
Updated coding style.
Jonny Lamb
2009-04-24
1
-44
/
+44
*
Remove tabs, sigh.
Jonny Lamb
2009-04-24
1
-5
/
+5
*
Implement save button.
Jonny Lamb
2009-04-24
1
-0
/
+96
*
Clear the store when changing CM.
Jonny Lamb
2009-04-24
1
-0
/
+2
*
Implemented a menu when selecting a row to copy message to clipboard.
Jonny Lamb
2009-04-24
1
-0
/
+95
*
Display debug message as monospace.
Jonny Lamb
2009-04-24
1
-0
/
+3
*
Implement clear button.
Jonny Lamb
2009-04-24
1
-0
/
+11
*
Implement level combo box.
Jonny Lamb
2009-04-24
1
-28
/
+117
*
Align text at the top of the row.
Jonny Lamb
2009-04-24
1
-0
/
+1
*
Remove trailing whitespace from the debug message.
Jonny Lamb
2009-04-24
1
-1
/
+9
*
Store the bus name of CMs in an the combo box's tree model instead of two dif...
Jonny Lamb
2009-04-24
1
-13
/
+27
*
Make the tree view have alternating row colours.
Jonny Lamb
2009-04-24
1
-0
/
+1
*
Correct indentation and tab problems.
Jonny Lamb
2009-04-24
1
-36
/
+36
*
Define the debug object path in the header and keep CM bus names from tp_list...
Jonny Lamb
2009-04-24
1
-15
/
+15
*
Create a new string for category as it's g_free'd.
Jonny Lamb
2009-04-24
1
-1
/
+1
*
Add Debug interface to TpProxy's known interfaces.
Jonny Lamb
2009-04-24
1
-0
/
+3
*
Return NULL if _new is not given a GtkWindow.
Jonny Lamb
2009-04-24
1
-0
/
+2
*
Only set Enabled=false in dispose if there we have a proxy.
Jonny Lamb
2009-04-24
1
-3
/
+4
*
Changed account chooser to CM chooser.
Jonny Lamb
2009-04-24
1
-37
/
+78
*
Get the CM bus name from the TpProxy instead of hard-coding, and fix some ref...
Jonny Lamb
2009-04-24
1
-8
/
+13
*
Make sure the toolbar labels are shown.
Jonny Lamb
2009-04-24
1
-2
/
+7
*
Only set Enabled when we already have a proxy.
Jonny Lamb
2009-04-24
1
-1
/
+2
*
Set Enabled dbus property to the correct value depending on whether the signa...
Jonny Lamb
2009-04-24
1
-9
/
+26
*
Implement pause button and handle connections to signal when changing account.
Jonny Lamb
2009-04-24
1
-8
/
+44
*
Only connect to NewDebugMessage if the paused button is not pressed.
Jonny Lamb
2009-04-24
1
-3
/
+9
*
Connect to NewDebugMessage and append it to the treeview.
Jonny Lamb
2009-04-24
1
-41
/
+67
*
Call GetMessages when the debug dialog opens.
Jonny Lamb
2009-04-24
1
-11
/
+171
*
Add GtkTreeView to debug dialog.
Jonny Lamb
2009-04-24
1
-6
/
+61
*
Added a basic UI to debug dialog.
Jonny Lamb
2009-04-24
1
-8
/
+111
*
Added initial empty EmpathyDebugDialog.
Jonny Lamb
2009-04-24
1
-0
/
+130