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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit an error for socket types we don't handle
Cosimo Cecchi
2009-06-07
1
-5
/
+26
*
Use empathy_uint_compare
Cosimo Cecchi
2009-06-07
1
-13
/
+1
*
Build fix after rebase
Cosimo Cecchi
2009-06-07
1
-1
/
+1
*
Initialize the address and port values
Cosimo Cecchi
2009-06-07
1
-12
/
+34
*
Add support for IPV4 sockets
Cosimo Cecchi
2009-06-07
1
-25
/
+68
*
Look at the available socket type
Cosimo Cecchi
2009-06-07
1
-0
/
+72
*
Fix silly mistake where I passed the struct pointer and not the first member
Davyd Madeley
2009-06-06
1
-2
/
+2
*
Updated Spanish translation
Jorge Gonzalez
2009-06-06
1
-67
/
+116
*
Use tp_asv_get_string instead of messing with GValues.
Jonny Lamb
2009-06-05
1
-5
/
+2
*
Use "foo == NULL" instead of "!foo".
Jonny Lamb
2009-06-05
1
-1
/
+2
*
Set an empty password for pidgin accounts that have no password set.
Jonny Lamb
2009-06-05
1
-0
/
+10
*
Special-case XMPP with importing accounts from Pidgin. (Fixes bug #579992)
Jonny Lamb
2009-06-05
1
-1
/
+18
*
Add simple flymake support.
Jonny Lamb
2009-06-05
5
-0
/
+8
*
Merge branch 'debug-fixes'
Jonny Lamb
2009-06-05
1
-9
/
+6
|
\
|
*
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
*
|
updating Translation for Gurmukhi
A S Alam
2009-06-05
1
-371
/
+595
|
/
*
Merge branch 'debug'
Jonny Lamb
2009-06-05
9
-1
/
+1494
|
\
|
*
Add empathy-debug-dialog to POTFILES.in.
Jonny Lamb
2009-06-04
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
|
*
Updated Debug spec.
Jonny Lamb
2009-06-03
1
-43
/
+97
|
*
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
|
*
Changed Help menu item to simply "Debug.
Jonny Lamb
2009-04-24
1
-1
/
+1
|
*
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
2
-15
/
+17
|
*
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
|
*
Add Debug interface.
Jonny Lamb
2009-04-24
3
-1
/
+115
|
*
Added Debug Window menu item.
Jonny Lamb
2009-04-24
2
-0
/
+16
|
*
Added a basic UI to debug dialog.
Jonny Lamb
2009-04-24
2
-9
/
+112
|
*
Added initial empty EmpathyDebugDialog.
Jonny Lamb
2009-04-24
3
-0
/
+192
*
|
Coding style fixes.
Jonny Lamb
2009-06-04
2
-2
/
+2
*
|
Fix Bug 584830: Invalid read in new_connection_cb
Pierre-Luc Beaudoin
2009-06-04
1
-1
/
+1
*
|
event_manager_approve_channel_cb: displayed ignored channel type
Guillaume Desmottes
2009-06-04
1
-1
/
+1
*
|
Updated Spanish translation
Jorge Gonzalez
2009-06-04
1
-270
/
+405
*
|
Add a right-click menu to conversation window tabs.
Will Thompson
2009-06-03
1
-32
/
+52
*
|
Remove "View"/"Show" prefixes from View menu items
Will Thompson
2009-06-03
1
-4
/
+4
*
|
Updated Spanish translation
Jorge Gonzalez
2009-06-03
1
-82
/
+252
*
|
Invert the presence order.
Xavier Claessens
2009-06-03
1
-1
/
+1
*
|
Fix Bug 584518: Critical error in publish_to_all_connections
Pierre-Luc Beaudoin
2009-06-02
1
-6
/
+6
*
|
Level is used before init
Pierre-Luc Beaudoin
2009-06-02
1
-1
/
+2
*
|
Merge branch 'ft_rework'
Cosimo Cecchi
2009-06-02
33
-2037
/
+4289
|
\
\
|
*
|
Fix conflict after rebase
Cosimo Cecchi
2009-06-02
1
-1
/
+0
|
*
|
Update python bindings
Cosimo Cecchi
2009-06-01
1
-7
/
+36
|
*
|
Format contact information when hashing
Cosimo Cecchi
2009-06-01
1
-3
/
+9
|
*
|
Free the cb_data after errors in construction
Cosimo Cecchi
2009-06-01
1
-6
/
+10
|
*
|
Add myself to the contributors
Cosimo Cecchi
2009-06-01
2
-0
/
+2
|
*
|
Update copyright header
Cosimo Cecchi
2009-06-01
1
-1
/
+3
|
*
|
Clarify the docs
Cosimo Cecchi
2009-06-01
1
-0
/
+6
|
*
|
Use the new API.
Cosimo Cecchi
2009-06-01
1
-39
/
+22
|
*
|
Hopefully proper version of _find_requestable_channel_classes ()
Cosimo Cecchi
2009-06-01
1
-84
/
+92
|
*
|
Fix trailing whitespace
Cosimo Cecchi
2009-06-01
2
-2
/
+2
|
*
|
Adapt EmpathyCallHandler to the new API
Cosimo Cecchi
2009-06-01
1
-4
/
+5
|
*
|
Use the new API in the handler
Cosimo Cecchi
2009-06-01
1
-21
/
+65
|
*
|
Free the list after calling the callback
Cosimo Cecchi
2009-06-01
1
-0
/
+3
|
*
|
Add a helper uint_compare function
Cosimo Cecchi
2009-06-01
2
-0
/
+9
|
*
|
Update the requestable channel classes API
Cosimo Cecchi
2009-06-01
2
-120
/
+190
|
*
|
Fix trailing whitespaces
Cosimo Cecchi
2009-06-01
2
-5
/
+5
|
*
|
Remove GConf schema
Cosimo Cecchi
2009-06-01
1
-15
/
+0
|
*
|
Remove the preferences
Cosimo Cecchi
2009-06-01
3
-42
/
+0
|
*
|
Remove use_hash when using the file chooser
Cosimo Cecchi
2009-06-01
1
-12
/
+2
|
*
|
Remove the use_hash arg and property
Cosimo Cecchi
2009-06-01
4
-64
/
+25
|
*
|
Actually check if FT+hash is supported
Cosimo Cecchi
2009-06-01
1
-40
/
+74
|
*
|
Use the new API in the call handler
Cosimo Cecchi
2009-06-01
1
-2
/
+3
|
*
|
Add find_requestable_channel_classes
Cosimo Cecchi
2009-06-01
2
-13
/
+152
|
*
|
Don't chain up to constructor
Cosimo Cecchi
2009-06-01
1
-2
/
+0
|
*
|
Add GObject propreties for EmpathyFTHandler
Cosimo Cecchi
2009-06-01
1
-1
/
+109
|
*
|
Use _constructed instead of _constructor
Cosimo Cecchi
2009-06-01
1
-15
/
+8
|
*
|
Remove useless member
Cosimo Cecchi
2009-06-01
1
-1
/
+0
|
*
|
Remove the g_idle sources on destroy
Cosimo Cecchi
2009-06-01
1
-1
/
+32
|
*
|
Actually see if the connection is ready
Cosimo Cecchi
2009-06-01
1
-3
/
+12
|
*
|
Style fixes for *_free() functions
Cosimo Cecchi
2009-06-01
2
-23
/
+7
|
*
|
Don't use slices for 4096 chunks
Cosimo Cecchi
2009-06-01
1
-2
/
+2
|
*
|
Properly free memory
Cosimo Cecchi
2009-06-01
1
-2
/
+2
|
*
|
Clarify a bit the docs about checksumming
Cosimo Cecchi
2009-06-01
1
-2
/
+6
|
*
|
Clear the remaining time when transfer ends
Cosimo Cecchi
2009-06-01
1
-1
/
+22
|
*
|
Add the received files to GtkRecentManager
Cosimo Cecchi
2009-06-01
1
-0
/
+10
|
*
|
Report the right remaining time in the progress cb
Cosimo Cecchi
2009-06-01
1
-1
/
+1
|
*
|
Plug a leak
Cosimo Cecchi
2009-06-01
1
-0
/
+2
|
*
|
Add a comment to make the style checker happy
Cosimo Cecchi
2009-06-01
1
-1
/
+1
|
*
|
Fix coding style
Cosimo Cecchi
2009-06-01
5
-24
/
+24
|
*
|
Add some files to POTFILES.in
Cosimo Cecchi
2009-06-01
1
-0
/
+2
|
*
|
Emit the callback always in an idle
Cosimo Cecchi
2009-06-01
1
-25
/
+36
|
*
|
Use the new function in EmpathyFTHandler
Cosimo Cecchi
2009-06-01
1
-35
/
+36
|
*
|
Add empathy_dispatcher_find_channel_class_async()
Cosimo Cecchi
2009-06-01
2
-0
/
+103
|
*
|
Set use_hash according to what the CM returns
Cosimo Cecchi
2009-06-01
2
-3
/
+18
|
*
|
Use the right macros to pass a gboolean as user_data
Cosimo Cecchi
2009-06-01
2
-11
/
+14
|
*
|
Set the completed message anyway
Cosimo Cecchi
2009-06-01
1
-3
/
+1
|
*
|
Update doc templates
Cosimo Cecchi
2009-06-01
4
-0
/
+12
|
*
|
Document EmpathyFTHandler
Cosimo Cecchi
2009-06-01
2
-0
/
+257
|
*
|
Document EmpathyTpFile
Cosimo Cecchi
2009-06-01
2
-17
/
+82
|
*
|
Remove useless GET_PRIV
Cosimo Cecchi
2009-06-01
1
-2
/
+0
|
*
|
Remove useless define
Cosimo Cecchi
2009-06-01
1
-2
/
+0
|
*
|
Use NULL instead of FALSE
Cosimo Cecchi
2009-06-01
1
-1
/
+1
|
*
|
Document EmpathyFTFactory
Cosimo Cecchi
2009-06-01
1
-0
/
+83
|
*
|
Remove useless gtk-doc annotations
Cosimo Cecchi
2009-06-01
1
-17
/
+0
|
*
|
Don't claim outgoing channels
Cosimo Cecchi
2009-06-01
1
-1
/
+8
|
*
|
Add a comment.
Cosimo Cecchi
2009-06-01
1
-0
/
+3
|
*
|
Move the error declaration in empathy-tp-file.h
Cosimo Cecchi
2009-06-01
2
-10
/
+10
|
*
|
Unref the EmpathyTpContactFactory
Cosimo Cecchi
2009-06-01
1
-0
/
+2
|
*
|
Use gchar* instead of char* for allocated retvals
Cosimo Cecchi
2009-06-01
1
-3
/
+3
|
*
|
Use != NULL for pointer checks.
Cosimo Cecchi
2009-06-01
3
-24
/
+24
|
*
|
Use g_slice_* instead of g_malloc
Cosimo Cecchi
2009-06-01
1
-2
/
+2
|
*
|
Use tp_g_value_slice_new_* where possible
Cosimo Cecchi
2009-06-01
1
-18
/
+10
|
*
|
Unref the EmpathyTpContactFactory
Cosimo Cecchi
2009-06-01
1
-0
/
+2
|
*
|
Adapt the code to the tp style.
Cosimo Cecchi
2009-06-01
6
-144
/
+166
|
*
|
Plug a string leak
Cosimo Cecchi
2009-06-01
1
-0
/
+2
|
*
|
Don't destroy an hashtable owned by DBus
Cosimo Cecchi
2009-06-01
1
-2
/
+0
|
*
|
Update Python bindings
Cosimo Cecchi
2009-06-01
5
-65
/
+215
|
*
|
Wait for channel close before closing the socket
Cosimo Cecchi
2009-06-01
1
-14
/
+24
|
*
|
Add schema for the new preference
Cosimo Cecchi
2009-06-01
1
-1
/
+16
|
*
|
Don't leak GErrors.
Cosimo Cecchi
2009-06-01
2
-1
/
+4
|
*
|
Handle construction errors
Cosimo Cecchi
2009-06-01
3
-21
/
+27
|
*
|
Set the right initial value in the UI
Cosimo Cecchi
2009-06-01
1
-3
/
+7
|
*
|
Add some debug messages
Cosimo Cecchi
2009-06-01
1
-0
/
+12
|
*
|
Properly handle checksumming in the receiver UI
Cosimo Cecchi
2009-06-01
1
-13
/
+40
|
*
|
Remove the singleton logic from the manager
Cosimo Cecchi
2009-06-01
4
-46
/
+30
|
*
|
Adjust clear button sensitivity
Cosimo Cecchi
2009-06-01
1
-0
/
+27
|
*
|
Adapt the manager code
Cosimo Cecchi
2009-06-01
1
-9
/
+20
|
*
|
Add empathy_ft_handler_get_use_hash
Cosimo Cecchi
2009-06-01
2
-1
/
+20
|
*
|
Fix a stupid mistake
Cosimo Cecchi
2009-06-01
1
-4
/
+2
|
*
|
W.I.P. for hash on receiver side.
Cosimo Cecchi
2009-06-01
2
-11
/
+103
|
*
|
Add use_hash params for incoming transfers
Cosimo Cecchi
2009-06-01
5
-9
/
+18
|
*
|
Clarify UI string
Cosimo Cecchi
2009-06-01
1
-1
/
+1
|
*
|
Add a new preference in the UI
Cosimo Cecchi
2009-06-01
4
-1
/
+50
|
*
|
Add the USE_HASH property in class_init
Cosimo Cecchi
2009-06-01
1
-3
/
+8
|
*
|
Update the EmpathyFTFactory API
Cosimo Cecchi
2009-06-01
2
-3
/
+4
|
*
|
Make checksum optional when sending
Cosimo Cecchi
2009-06-01
2
-6
/
+20
|
*
|
Cleanup after rebase v2
Cosimo Cecchi
2009-06-01
5
-18
/
+58
|
*
|
First cleanup after rebase
Cosimo Cecchi
2009-06-01
4
-77
/
+40
|
*
|
Simplify the hashing code
Cosimo Cecchi
2009-06-01
1
-70
/
+48
|
*
|
Ensure the callbacks are only run once
Cosimo Cecchi
2009-06-01
2
-0
/
+15
|
*
|
Add back speed and remaining time
Cosimo Cecchi
2009-06-01
2
-24
/
+91
|
*
|
Close the handler when rejecting a transfer
Cosimo Cecchi
2009-06-01
1
-0
/
+2
|
*
|
React to Tp remote errors
Cosimo Cecchi
2009-06-01
3
-30
/
+62
|
*
|
Remove hashing progress debug message
Cosimo Cecchi
2009-06-01
1
-2
/
+0
|
*
|
Properly ref/unref the request table
Cosimo Cecchi
2009-06-01
1
-7
/
+14
|
*
|
Don't set the status to cancelled when closing
Cosimo Cecchi
2009-06-01
1
-16
/
+23
|
*
|
Handle errors coming from the EmpathyFTFactory
Cosimo Cecchi
2009-06-01
3
-34
/
+91
|
*
|
Set the overwrite confermation when receiving
Cosimo Cecchi
2009-06-01
1
-0
/
+3
|
*
|
Unref the EmpathyFTHandlers
Cosimo Cecchi
2009-06-01
1
-0
/
+2
|
*
|
Properly emit the TRANSFER_STARTED signal
Cosimo Cecchi
2009-06-01
1
-8
/
+11
|
*
|
Don't notify progress for zero bytes
Cosimo Cecchi
2009-06-01
1
-23
/
+8
|
*
|
First implementation of error handling
Cosimo Cecchi
2009-06-01
5
-87
/
+60
|
*
|
Total FileTransfer draft spec exorcism
Cosimo Cecchi
2009-06-01
5
-14
/
+8
|
*
|
Rework the logic of cancelling transfers
Cosimo Cecchi
2009-06-01
3
-29
/
+21
|
*
|
Use proper DEBUG() messages
Cosimo Cecchi
2009-06-01
2
-9
/
+8
|
*
|
Use values from TpFileTransferState
Cosimo Cecchi
2009-06-01
1
-9
/
+9
|
*
|
Only close the FT operation after the state change
Cosimo Cecchi
2009-06-01
2
-4
/
+11
|
*
|
Format messages for hashing
Cosimo Cecchi
2009-06-01
1
-11
/
+49
|
*
|
Emit the TRANSFER_STARTED signal
Cosimo Cecchi
2009-06-01
1
-0
/
+3
|
*
|
Set the "incoming" property at construct
Cosimo Cecchi
2009-06-01
3
-14
/
+24
|
*
|
Sync with changes in master
Cosimo Cecchi
2009-06-01
1
-17
/
+30
|
*
|
Add is_completed and is_cancelled API
Cosimo Cecchi
2009-06-01
2
-12
/
+54
|
*
|
Use the proper TP interface instead of emp_cli
Cosimo Cecchi
2009-06-01
2
-10
/
+25
|
*
|
Make the whole thing compile
Cosimo Cecchi
2009-06-01
1
-211
/
+229
|
*
|
Remove some of the EmpFileTransferState crack
Cosimo Cecchi
2009-06-01
1
-1
/
+3
|
*
|
Add empathy_ft_handler_get_total_bytes API
Cosimo Cecchi
2009-06-01
2
-10
/
+19
|
*
|
s/ft_manager/manager/ where appropriate
Cosimo Cecchi
2009-06-01
1
-57
/
+54
|
*
|
W.I.P. code for EmpathyFTManager v2
Cosimo Cecchi
2009-06-01
1
-143
/
+188
|
*
|
Add empathy_ft_handler_get_transferred_bytes API
Cosimo Cecchi
2009-06-01
2
-0
/
+13
|
*
|
First batch of W.I.P. rework of EmpathyFTManager
Cosimo Cecchi
2009-06-01
2
-380
/
+197
|
*
|
Add to the EmpathyFTManager the new handlers.
Cosimo Cecchi
2009-06-01
1
-4
/
+7
|
*
|
Add some useful APIs to EmpathyFTHandler
Cosimo Cecchi
2009-06-01
2
-2
/
+88
|
*
|
Fix indentation of function prototype
Cosimo Cecchi
2009-06-01
1
-3
/
+2
|
*
|
Remove useless include of empathy-tp-file.h
Cosimo Cecchi
2009-06-01
1
-2
/
+1
|
*
|
Remove dead code in EmpathyDispatcher
Cosimo Cecchi
2009-06-01
1
-131
/
+0
|
*
|
Rethink a bit the logic for an incoming transfer.
Cosimo Cecchi
2009-06-01
7
-20
/
+142
|
*
|
Use the new API to send a file with the file chooser.
Cosimo Cecchi
2009-06-01
1
-89
/
+14
|
*
|
Emit the transfer_started signal as soon as we start an incoming transfer.
Cosimo Cecchi
2009-06-01
1
-0
/
+5
|
*
|
Free memory in _finalize inside EmpathyFTHandler.
Cosimo Cecchi
2009-06-01
1
-0
/
+20
|
*
|
We don't need dispose, finalize and private fields in EmpathyFTFactory (yet?).
Cosimo Cecchi
2009-06-01
1
-31
/
+1
|
*
|
Cleanup in EmpathyTpFile style.
Cosimo Cecchi
2009-06-01
2
-200
/
+187
|
*
|
Make libempathy compile with the new changes.
Cosimo Cecchi
2009-06-01
4
-99
/
+100
|
*
|
Modify EmpathyFTHandler to adapt to the changes in EmpathyTpFile API.
Cosimo Cecchi
2009-06-01
3
-13
/
+45
|
*
|
Remove the RequestData struct.
Cosimo Cecchi
2009-06-01
1
-147
/
+120
|
*
|
W.I.P. for heavy lifting on EmpathyTpFile.
Cosimo Cecchi
2009-06-01
10
-1065
/
+707
|
*
|
Don't schedule the next read two times when we're finished reading the stream.
Cosimo Cecchi
2009-06-01
1
-1
/
+0
|
*
|
Add debug spew.
Cosimo Cecchi
2009-06-01
1
-0
/
+19
|
*
|
Add some error handling and keep on adding progress signals.
Cosimo Cecchi
2009-06-01
2
-13
/
+69
|
*
|
Fix the build.
Cosimo Cecchi
2009-06-01
2
-3
/
+8
|
*
|
Start implementing signals inside EmpathyFTHandler.
Cosimo Cecchi
2009-06-01
1
-7
/
+73
|
*
|
Implement empathy_ft_factory_claim_channel and make naming uniform.
Cosimo Cecchi
2009-06-01
2
-7
/
+20
|
*
|
Fix the build.
Cosimo Cecchi
2009-06-01
2
-3
/
+4
|
*
|
Set more meaningful names for EmpathyFTHandler public methods.
Cosimo Cecchi
2009-06-01
2
-9
/
+13
|
*
|
Call the dispatcher to create the Channel after we have built the request.
Cosimo Cecchi
2009-06-01
1
-6
/
+73
|
*
|
Implement hashing of the file. Make it compile.
Cosimo Cecchi
2009-06-01
4
-17
/
+381
|
*
|
Little cleanup.
Cosimo Cecchi
2009-06-01
2
-3
/
+7
|
*
|
Initial commit for EmpathyFTFactory and EmpathyFTHandler.
Cosimo Cecchi
2009-06-01
4
-0
/
+489
*
|
|
Don't set NM presence state on connect when it was unset
Sjoerd Simons
2009-06-01
1
-1
/
+2
|
/
/
*
|
Only remove the address fields and position fields instead of all
Pierre-Luc Beaudoin
2009-06-01
1
-4
/
+28
*
|
Remove unused var
Pierre-Luc Beaudoin
2009-06-01
1
-1
/
+0
*
|
Get rid of McAccount everywhere
Pierre-Luc Beaudoin
2009-06-01
1
-25
/
+24
*
|
Get rid of Mission Control as EmpathyAccountManager does all that too
Pierre-Luc Beaudoin
2009-06-01
1
-12
/
+10
*
|
Fix inconsistency in preferences and code
Pierre-Luc Beaudoin
2009-06-01
2
-3
/
+1
*
|
Don't set priv on a separate line
Pierre-Luc Beaudoin
2009-06-01
1
-26
/
+11
*
|
Use tp_g_value_slice_new_double
Pierre-Luc Beaudoin
2009-06-01
1
-14
/
+7
*
|
Reorder functions to get rid of the function declarations
Pierre-Luc Beaudoin
2009-06-01
1
-241
/
+214
*
|
Reimplement the singleton in the constructor
Pierre-Luc Beaudoin
2009-06-01
3
-11
/
+30
*
|
Fix errors found by make check
Pierre-Luc Beaudoin
2009-06-01
2
-6
/
+6
*
|
Use timeout instead of idle (and fix the fact that it wasn't actually working)
Pierre-Luc Beaudoin
2009-06-01
1
-13
/
+9
*
|
Use DEBUG instead of printerr
Pierre-Luc Beaudoin
2009-06-01
1
-3
/
+3
*
|
Don't use foreach to iter over a HashTable
Pierre-Luc Beaudoin
2009-06-01
1
-24
/
+17
*
|
Fix bracket style
Pierre-Luc Beaudoin
2009-06-01
1
-4
/
+10
*
|
Properly unref objects used by EmpathyLocationManager
Pierre-Luc Beaudoin
2009-06-01
1
-6
/
+32
*
|
Apply style fixes to EmpathyLocationManager
Pierre-Luc Beaudoin
2009-06-01
2
-20
/
+19
*
|
Don't build the file instead of #if the whole file
Pierre-Luc Beaudoin
2009-06-01
2
-5
/
+8
*
|
Factory is sometimes ref leaked
Pierre-Luc Beaudoin
2009-06-01
1
-2
/
+1
*
|
Queue location publish requests
Pierre-Luc Beaudoin
2009-06-01
1
-7
/
+23
*
|
Rename empathy_location_manager_get_default to dup_default
Pierre-Luc Beaudoin
2009-06-01
3
-5
/
+9
[next]