Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add EMPATHY_DEBUG_SHARE_DESKTOP in libempathy/empathy-debug.h | Arnaud Maillet | 2009-07-20 | 1 | -0/+1 |
| | |||||
* | Merge commit 'jtellier/video-call-button-sensitivity' | Davyd Madeley | 2009-07-15 | 2 | -0/+26 |
|\ | |||||
| * | Added functions to determine if a contact has video capabilities | Jonathan Tellier | 2009-07-03 | 2 | -0/+26 |
| | | | | | | | | | | | | | | Activating the "Video Call" button only if the remote contact support video. The call window's "Send Video" is only sensitive if the contact has video capabilities. | ||||
* | | Revert "Remove deprecated call to g_mapped_file_free()" | Davyd Madeley | 2009-07-15 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | This commit breaks older GLib. When we're ready to bump our requirement to GLib 2.22, simply revert this commit. This reverts commit 0ade362fb9343ec984c396a202565c4e5faa1f12 but with an extra comment to explain what the hell is going on. | ||||
* | | Small style fixes | Davyd Madeley | 2009-07-15 | 1 | -2/+2 |
| | | |||||
* | | Remove deprecated call to g_mapped_file_free() | Davyd Madeley | 2009-07-15 | 1 | -1/+1 |
| | | | | | | | | Change to g_mapped_file_unref() | ||||
* | | Implement CAN_GROUP by looking at RequestableChannelClasses | Davyd Madeley | 2009-07-15 | 1 | -1/+53 |
| | | |||||
* | | Add empathy_contact_manager_initialized() | Davyd Madeley | 2009-07-15 | 2 | -0/+18 |
| | | |||||
* | | call GetAliasFlags() to determine if an alias can be set on a ContactList | Davyd Madeley | 2009-07-15 | 2 | -1/+38 |
| | | | | | | | | | | | | | | | | Pending FIXMEs: - need to lookup RequestableChannelClasses to see if Groups can be requested on this connection - need to work out the best way to pass ContactListFlags to empathy_contact_menu_new() | ||||
* | | Convert empathy_contact_manager_can_add() to ↵ | Davyd Madeley | 2009-07-15 | 2 | -5/+7 |
| | | | | | | | | empathy_contact_manager_get_flags_for_connection() | ||||
* | | Remove redundant empathy_tp_contact_list_can_add() | Davyd Madeley | 2009-07-15 | 2 | -20/+6 |
| | | |||||
* | | Expose channel group flags via EmpathyContactList iface | Davyd Madeley | 2009-07-15 | 3 | -0/+46 |
| | | |||||
* | | empathy-message.c: remove a trailing space | Guillaume Desmottes | 2009-07-14 | 1 | -1/+1 |
| | | |||||
* | | Support for history message in Adium themes. Use context HTMLs. | Nicolò Chieffo | 2009-07-08 | 3 | -0/+40 |
| | | |||||
* | | empathy_contact_manager_can_add: raise an error if connection is NULL | Guillaume Desmottes | 2009-07-07 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'part-reasons' | Will Thompson | 2009-07-02 | 1 | -13/+52 |
|\ | |||||
| * | Style: avoid marching off the right margin | Will Thompson | 2009-06-19 | 1 | -9/+10 |
| | | |||||
| * | Style: use FIXME not TODO | Will Thompson | 2009-06-19 | 1 | -3/+3 |
| | | |||||
| * | Coding style: one declaration per line. | Will Thompson | 2009-06-19 | 1 | -1/+2 |
| | | |||||
| * | Include actor in members-changed if possible | Will Thompson | 2009-06-18 | 1 | -14/+51 |
| | | |||||
* | | Removing chatroom from the list before emmiting chatroom-removed signal. | Abner Silva | 2009-07-01 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'empathy-account' | Sjoerd Simons | 2009-07-01 | 23 | -494/+1070 |
|\ \ | |||||
| * | | clarify when notify::connection is signalled | Sjoerd Simons | 2009-07-01 | 1 | -0/+1 |
| | | | |||||
| * | | fix coding style | Sjoerd Simons | 2009-07-01 | 1 | -1/+0 |
| | | | |||||
| * | | Clarify that we own the keys/values in the accounts hash | Sjoerd Simons | 2009-07-01 | 1 | -1/+2 |
| | | | |||||
| * | | explain the connect_time struct member | Sjoerd Simons | 2009-07-01 | 1 | -0/+1 |
| | | | |||||
| * | | Fix coding style | Sjoerd Simons | 2009-07-01 | 1 | -1/+2 |
| | | | |||||
| * | | Port libempathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 15 | -107/+93 |
| | | | |||||
| * | | Port EmpathyTpRoomlist to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 2 | -32/+18 |
| | | | |||||
| * | | Implement EmpathyAccount | Sjoerd Simons | 2009-07-01 | 6 | -355/+956 |
| | | | | | | | | | | | | | | | | | | Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508 | ||||
* | | | Improve geocoding debugging and add more fields | Pierre-Luc Beaudoin | 2009-07-01 | 1 | -8/+34 |
|/ / | |||||
* | | Fallback to OFFLINE when getting an unknown presence from MC | Sjoerd Simons | 2009-07-01 | 1 | -1/+1 |
| | | |||||
* | | Use NM by default | Sjoerd Simons | 2009-07-01 | 1 | -4/+2 |
| | | |||||
* | | Always react when disconnecting from the network | Sjoerd Simons | 2009-07-01 | 1 | -3/+3 |
| | | |||||
* | | Optionally use libnm-glib for NetworkManager integration | Sjoerd Simons | 2009-07-01 | 2 | -48/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously Empathy use the NM D-Bus interface directly. Unfortunately the d-bus calls used were deprecated and somewhat buggy (if NM wasn't running on empathy startup, it would never detect network changes). Given that NetworkManager isn't a blessed gnome dependency the code has been made optional, but it's expected that every distribution will build with NetworkManager integration anyway. Based on a patch by Tambet Ingo <tambet@novell.com>. Fixes #587446 | ||||
* | | Merge commit 'elliot/bug-584703-c' | Xavier Claessens | 2009-06-28 | 2 | -20/+38 |
|\ \ | |||||
| * | | disconnect from invalidated signal before unreferencing connections | Elliot Fairweather | 2009-06-26 | 1 | -0/+14 |
| | | | |||||
| * | | disconnnect from invalidated signal before unreferencing connections | Elliot Fairweather | 2009-06-26 | 1 | -20/+24 |
| | | | |||||
* | | | Ring on outgoing call. | Xavier Claessens | 2009-06-27 | 1 | -1/+2 |
| | | | |||||
* | | | Use gnome-session instead of gnome-screensaver to know when session is idle | Giedrius Slavinskas | 2009-06-26 | 1 | -11/+21 |
| | | | |||||
* | | | Merge branch 'debugger' | Jonny Lamb | 2009-06-26 | 5 | -10/+433 |
|\ \ \ | |||||
| * | | | Implement o.fd.Tp.Debug. (Fixes #580631) | Jonny Lamb | 2009-06-18 | 5 | -8/+430 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | | Set G_LOG_DOMAIN in libempathy and empathy. | Jonny Lamb | 2009-06-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | | Use correct emacs modelines. | Jonny Lamb | 2009-06-18 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | empathy-utils: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
| | | | | |||||
* | | | | empathy-tp-contact-list: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -2/+2 |
| | | | | |||||
* | | | | empathy-tp-chat: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | empathy-time: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | empathy-idle: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | empathy-contact-manager: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
| | | | | |||||
* | | | | empathy-chatroom: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -2/+2 |
| | | | | |||||
* | | | | Assume our presence is offline if MC reports it as UNSET (#586645) | Guillaume Desmottes | 2009-06-22 | 1 | -0/+4 |
| |_|/ |/| | | |||||
* | | | status_presets_file_parse: discard invalid presence (#585031) | Guillaume Desmottes | 2009-06-18 | 1 | -10/+11 |
| | | | |||||
* | | | add doc about empathy_status_presets_is_valid | Guillaume Desmottes | 2009-06-18 | 1 | -0/+8 |
| | | | |||||
* | | | add empathy_status_presets_is_valid | Guillaume Desmottes | 2009-06-18 | 2 | -0/+21 |
|/ / | |||||
* | | Refuse sending empty or special files (directories, char/block devices, etc.) | Frédéric Péters | 2009-06-17 | 2 | -2/+21 |
| | | | | | | | | (GNOME bug 563678) | ||||
* | | Merge commit 'jtellier/video-call-stop-showing-last-frame' | Guillaume Desmottes | 2009-06-16 | 2 | -3/+7 |
|\ \ | |||||
| * | | The EmpathyCallHandler correctly initializes it "initial_video" property | Jonathan Tellier | 2009-06-16 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | when the remote contact initiates the call. empathy_tp_call_is_(sending/receiving)_video correctly returns a gboolean. The remote avatar is correctly shown when the remote site does not send video. When a call is disconnected, the video preview is hidden. | ||||
* | | | Introduce empathy_contact_equal, adapt themes | Patryk Zawadzki | 2009-06-16 | 2 | -1/+40 |
| | | | | | | | | | | | | | | | Fixed adium and boxes theme engines to check if contacts refer to the same id instead of comparing pointers. This fixes bug #585885. | ||||
* | | | empathy_time_to_string_relative was missing weeks | Pierre-Luc Beaudoin | 2009-06-15 | 1 | -0/+5 |
|/ / | | | | | | | This resulted in "0 month ago" being returned. | ||||
* | | Merge commit 'jtellier/call-window-video-preview' | Guillaume Desmottes | 2009-06-15 | 4 | -0/+56 |
|\ \ | |||||
| * | | Better implemented empathy_tp_call_is_receiving_video and ↵ | Jonathan Tellier | 2009-06-12 | 2 | -29/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | empathy_tp_call_is_sending_video. Removed the "video-stream-changed" from EmpathyCallHandler Corrected gtk-doc in EmpathyCallHandler. empathy_call_window_stup_video_preview now checks the status of the video_tee and the video_preview. empathy_call_window_sink_added_cb does not automatically starts the preview. | ||||
| * | | Not creating the video preview if we don't want to show it (in audio | Jonathan Tellier | 2009-06-12 | 2 | -0/+19 |
| | | | | | | | | | | | | calls for instance). | ||||
| * | | When no video is received or sent we show contacts' avatars instead of showing | Jonathan Tellier | 2009-06-12 | 3 | -0/+61 |
| | | | | | | | | | | | | black widgets. | ||||
* | | | empathy_idle_init: fallback to OFFLINE instead of UNSET if ↵ | Guillaume Desmottes | 2009-06-15 | 1 | -1/+4 |
|/ / | | | | | | | | | | | | | | | | | empathy_idle_get_actual_presence failed If MC is not running, mission_control_get_presence_actual will return OFFLINE and set an error. Empathy should do the same and use OFFLINE instead of UNSET to avoid to not display the status icon in such cases (there is no UNSET presence icon). | ||||
* | | Merge branch 'ft_ipv4' | Cosimo Cecchi | 2009-06-12 | 1 | -24/+162 |
|\ \ | |||||
| * | | Drop PORT access control support for now | Cosimo Cecchi | 2009-06-12 | 1 | -15/+7 |
| | | | |||||
| * | | Fix make check | Cosimo Cecchi | 2009-06-07 | 1 | -1/+1 |
| | | | |||||
| * | | Emit an error for socket types we don't handle | Cosimo Cecchi | 2009-06-07 | 1 | -5/+26 |
| | | | | | | | | | | | | Also, fix error handling when a socket fails on connect(). | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | The address the CM returns if we're using IPV4 is of the type TP_STRUCT_TYPE_SOCKET_ADDRESS_IPV4; use those values to setup the IPV4 socket. | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | Look at the available socket types, and don't hardcode UNIX/LOCALHOST values. | ||||
* | | | Add doc for empathy_avatar_new() | Xavier Claessens | 2009-06-12 | 1 | -0/+13 |
| | | | |||||
* | | | Add the filename in EmpathyAvatar and fallback to stock_person | Xavier Claessens | 2009-06-12 | 2 | -22/+10 |
| | | | |||||
* | | | Add initial adium theme support: Load the template and append messages. | Xavier Claessens | 2009-06-12 | 2 | -0/+13 |
| | | | |||||
* | | | Merge branch 'ft-error-confusion' | Will Thompson | 2009-06-10 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | Correctly propagate Provide/Accept errors | Will Thompson | 2009-06-10 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, if myerr was set as well as error, myerr was cleared, but not set to a copy of error. So then the function continued as normal, and crashed. Also, having checked if myerr is set, we should probably log the message from that, rather than from the (possibly NULL) error. :) | ||||
* | | | | Merge commit 'jtellier/call-window-redial-button' | Guillaume Desmottes | 2009-06-09 | 2 | -2/+22 |
|\ \ \ \ | |||||
| * | | | | Added a "Redial" button to the call window. | Jonathan Tellier | 2009-06-09 | 2 | -2/+22 |
| |/ / / | |||||
* | | | | contact_get_avatar_filename: remove unused priv pointer | Guillaume Desmottes | 2009-06-09 | 1 | -1/+0 |
| | | | | |||||
* | | | | contact_get_avatar_filename: use empathy_contact_get_id instead of priv->id ↵ | Guillaume Desmottes | 2009-06-09 | 1 | -2/+2 |
|/ / / | | | | | | | | | | | | | | | | | | | directly priv->id is not supposed to be set for not log contacts so the avatar cache was broken for all TpContact. | ||||
* | | | Remove outstanding operations before dispatching them | Will Thompson | 2009-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes #585231 | ||||
* | | | Document the purpose of outstanding_channels | Will Thompson | 2009-06-09 | 1 | -1/+10 |
| | | | |||||
* | | | Break after deleting current item in chatroom list | Will Thompson | 2009-06-09 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When I signed off, Empathy exploded. l was 0x33, which oddly enough was secretly not the address of a GList. :-) I think what happened is that empathy_chatroom_manager_remove() deleted the list node currently pointed to by l; then the loop advanced to l->next, which was now garbage. We don't need to keep iterating once we find the chatroom we were looking for, so break out of the loop. | ||||
* | | | Extract removing chatroom links to a function | Will Thompson | 2009-06-09 | 1 | -9/+22 |
| | | | |||||
* | | | Consistently use this_chatroom when removing a room | Will Thompson | 2009-06-09 | 1 | -2/+2 |
| | | | |||||
* | | | tube-handler: use TpChannel directly instead of EmpathyTpTube | Guillaume Desmottes | 2009-06-09 | 1 | -17/+3 |
| | | | |||||
* | | | stop to build empathy-tp-tube | Guillaume Desmottes | 2009-06-09 | 1 | -2/+0 |
| | | | |||||
* | | | remove empathy-tp-tube | Guillaume Desmottes | 2009-06-09 | 2 | -772/+0 |
| |/ |/| | |||||
* | | Don't double-unref superseded group TpChannels. | Will Thompson | 2009-06-08 | 1 | -7/+37 |
|/ | |||||
* | Add simple flymake support. | Jonny Lamb | 2009-06-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Coding style fixes. | Jonny Lamb | 2009-06-04 | 2 | -2/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Merge branch 'ft_rework' | Cosimo Cecchi | 2009-06-02 | 13 | -1190/+3105 |
|\ | |||||
| * | Free the cb_data after errors in construction | Cosimo Cecchi | 2009-06-01 | 1 | -6/+10 |
| | | |||||
| * | Update copyright header | Cosimo Cecchi | 2009-06-01 | 1 | -1/+3 |
| | | |||||
| * | Clarify the docs | Cosimo Cecchi | 2009-06-01 | 1 | -0/+6 |
| | | | | | | | | Clarify the use of find_requestable_channel_classes in the docs. | ||||
| * | 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 |
| | | | | | | | | Make it more complex, according to Sjoerd's comments. | ||||
| * | Fix trailing whitespaces | Cosimo Cecchi | 2009-06-01 | 2 | -5/+5 |
| | | |||||
| * | Remove the use_hash arg and property | Cosimo Cecchi | 2009-06-01 | 4 | -64/+25 |
| | | | | | | | | | | | | | | Remove the use_hash construct arg and property from EmpathyFTHandler and make it clear in the docs how clients are supposed to know whether we are hashing or not. Also, port EmpathyFTFactory to the new API | ||||
| * | Actually check if FT+hash is supported | Cosimo Cecchi | 2009-06-01 | 1 | -40/+74 |
| | | | | | | | | | | | | | | | | Use the new API to find out if FT+hash is supported before setting the handler as ready. This gives the clients to use empathy_ft_handler_can_hash reliably before calling empahty_ft_handler_start_transfer to know to which signal they should connect. | ||||
| * | 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 |
| | | | | | | | | And remove find_channel_class API. | ||||
| * | 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 |
| | | | | | | | | | | Remove the GSources added with g_idle_add when destroying the EmpathyDispatcher. | ||||
| * | Actually see if the connection is ready | Cosimo Cecchi | 2009-06-01 | 1 | -3/+12 |
| | | | | | | | | | | Before appending an outstanding request for channel classes, verify thigns aren't actually ready. | ||||
| * | 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 |
| | | |||||
| * | Report the right remaining time in the progress cb | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
| | | |||||
| * | 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 | 4 | -22/+22 |
| | | |||||
| * | Emit the callback always in an idle | Cosimo Cecchi | 2009-06-01 | 1 | -25/+36 |
| | | | | | | | | Also, fix some leaks. | ||||
| * | 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 | 1 | -0/+11 |
| | | | | | | | | | | | | Set use_hash according to what the CM returns and not what the user would like it to be, so that clients won't be confused about whether they should connect to "hashing-started" after "transfer-done". | ||||
| * | Use the right macros to pass a gboolean as user_data | Cosimo Cecchi | 2009-06-01 | 2 | -11/+14 |
| | | | | | | | | | | Use GPOINTER_TO_INT and GINT_TO_POINTER instead of passing the address, as that doesn't work. | ||||
| * | 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 |
| | | |||||
| * | Move the error declaration in empathy-tp-file.h | Cosimo Cecchi | 2009-06-01 | 2 | -10/+10 |
| | | |||||
| * | 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 |
| | | |||||
| * | Don't destroy an hashtable owned by DBus | Cosimo Cecchi | 2009-06-01 | 1 | -2/+0 |
| | | |||||
| * | Wait for channel close before closing the socket | Cosimo Cecchi | 2009-06-01 | 1 | -14/+24 |
| | | | | | | | | So that we can better handle cancellations of the transfer. | ||||
| * | Don't leak GErrors. | Cosimo Cecchi | 2009-06-01 | 2 | -1/+4 |
| | | |||||
| * | Handle construction errors | Cosimo Cecchi | 2009-06-01 | 2 | -19/+15 |
| | | | | | | | | | | Handle errors that may arise when constructing the handler from the factory. | ||||
| * | Add some debug messages | Cosimo Cecchi | 2009-06-01 | 1 | -0/+12 |
| | | |||||
| * | Add empathy_ft_handler_get_use_hash | Cosimo Cecchi | 2009-06-01 | 2 | -1/+20 |
| | | | | | | | | This is needed, as the GConf property might change during the transfer. | ||||
| * | 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 | 4 | -8/+11 |
| | | | | | | | | | | Add use_hash params for incoming transfers to the FT Factory and Handler, so that we will use them to check hash for received files. | ||||
| * | 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 |
| | | | | | | | | Update the factory API to make hashing request optional. | ||||
| * | Make checksum optional when sending | Cosimo Cecchi | 2009-06-01 | 2 | -6/+20 |
| | | |||||
| * | Cleanup after rebase v2 | Cosimo Cecchi | 2009-06-01 | 1 | -0/+10 |
| | | |||||
| * | First cleanup after rebase | Cosimo Cecchi | 2009-06-01 | 4 | -77/+40 |
| | | |||||
| * | Simplify the hashing code | Cosimo Cecchi | 2009-06-01 | 1 | -70/+48 |
| | | | | | | | | | | Simplify the hashing code with the aid of GIOScheduler. This has the nice side effect that checksum updating is now done in the I/O thread. | ||||
| * | Ensure the callbacks are only run once | Cosimo Cecchi | 2009-06-01 | 2 | -0/+15 |
| | | | | | | | | | | Also ensure that we get no progress callbacks after the transfer has been cancelled. | ||||
| * | Add back speed and remaining time | Cosimo Cecchi | 2009-06-01 | 1 | -17/+49 |
| | | |||||
| * | React to Tp remote errors | Cosimo Cecchi | 2009-06-01 | 2 | -6/+61 |
| | | | | | | | | Push Tp state change errors to the handler/UI. | ||||
| * | Properly ref/unref the request table | Cosimo Cecchi | 2009-06-01 | 1 | -7/+14 |
| | | | | | | | | | | | | Destroy the request table early, and keep a reference when passing it to the dispatcher. Also, don't cancel the nonexistant EmpathyTpFile when stopping hashing. | ||||
| * | Don't set the status to cancelled when closing | Cosimo Cecchi | 2009-06-01 | 1 | -16/+23 |
| | | | | | | | | | | If we are only closing a channel, don't set the EmpathyTpFile status to cancelled. | ||||
| * | Handle errors coming from the EmpathyFTFactory | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
| | | |||||
| * | Properly emit the TRANSFER_STARTED signal | Cosimo Cecchi | 2009-06-01 | 1 | -8/+11 |
| | | | | | | | | | | Emit the TRANSFER_STARTED signal when actually starting the transfer (after the DBus invocation callback). | ||||
| * | Don't notify progress for zero bytes | Cosimo Cecchi | 2009-06-01 | 1 | -23/+8 |
| | | | | | | | | Also, remove useless state property. | ||||
| * | First implementation of error handling | Cosimo Cecchi | 2009-06-01 | 4 | -72/+27 |
| | | | | | | | | | | | | Implement the callback in EmpathyFTManager. Erase a redundant is_cancelled property in EmpathyFTHandler and rely on the GCancellable, which is shared by EmpathyTpFile and EmpathyFTHandler. | ||||
| * | Total FileTransfer draft spec exorcism | Cosimo Cecchi | 2009-06-01 | 4 | -13/+8 |
| | | |||||
| * | Rework the logic of cancelling transfers | Cosimo Cecchi | 2009-06-01 | 2 | -5/+18 |
| | | | | | | | | | | | | Rework the logic of cancelling transfers so that the GCancellable object is not used from an UI frontend, as that would require to duplicate storage for each EmpathyFTHandler in the manager. | ||||
| * | Use proper DEBUG() messages | Cosimo Cecchi | 2009-06-01 | 2 | -9/+8 |
| | | |||||
| * | Use values from TpFileTransferState | Cosimo Cecchi | 2009-06-01 | 1 | -9/+9 |
| | | | | | | | | | | | | Use values from the TpFileTransferState and TpFileTransferStateChangeReason enums instead of the Empathy draft interfaces. | ||||
| * | Only close the FT operation after the state change | Cosimo Cecchi | 2009-06-01 | 2 | -4/+11 |
| | | | | | | | | | | | | | | Close the FT operation only after the "completed" state change has been emitted, so that we can guarantee there will be no other progress signals emitted after TRANSFER_DONE. Also, add some other debug calls. | ||||
| * | Emit the TRANSFER_STARTED signal | Cosimo Cecchi | 2009-06-01 | 1 | -0/+3 |
| | | | | | | | | Emit the TRANSFER_STARTED signal also when offering. | ||||
| * | Set the "incoming" property at construct | Cosimo Cecchi | 2009-06-01 | 3 | -14/+24 |
| | | | | | | | | | | Set the "incoming" property of EmpathyTpFile when we construct it from EmpathyDispatchOperation. | ||||
| * | Sync with changes in master | Cosimo Cecchi | 2009-06-01 | 1 | -17/+30 |
| | | | | | | | | | | Sync with the changes in master and port to the stable TP FileTransfer spec. | ||||
| * | Add is_completed and is_cancelled API | Cosimo Cecchi | 2009-06-01 | 2 | -12/+54 |
| | | | | | | | | Add some API to get the state of the handler. | ||||
| * | Remove some of the EmpFileTransferState crack | Cosimo Cecchi | 2009-06-01 | 1 | -1/+3 |
| | | | | | | | | | | | | The basic idea is to completely hide the state in EmpathyFTHandler, and let the clients interact with the signal interface instead of switching cases for the state. | ||||
| * | Add empathy_ft_handler_get_total_bytes API | Cosimo Cecchi | 2009-06-01 | 2 | -10/+19 |
| | | |||||
| * | Add empathy_ft_handler_get_transferred_bytes API | Cosimo Cecchi | 2009-06-01 | 2 | -0/+13 |
| | | |||||
| * | Add some useful APIs to EmpathyFTHandler | Cosimo Cecchi | 2009-06-01 | 2 | -2/+88 |
| | | | | | | | | | | Add some APIs to EmpathyFTHandler useful to get transfer properties. Also, implement an error signal. | ||||
| * | 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 | 4 | -17/+70 |
| | | | | | | | | | | | | | | | | | | | | | | Now, a client should have to do the following, in order to receive a file transfer: - let the EmpathyFTFactory claim the EmpathyDispatchOperation - the factory will emit "new-incoming-transfer" when the handler is filled with the relevant properties - now you can choose a destination file, and then you should call _set_destination on EmpathyFTFactory passing the handler. - the factory will emit "new-ft-handler" as you're now ready to start the actual transfer. | ||||
| * | 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 | 8 | -1053/+681 |
| | | |||||
| * | 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 |
|/ | | | | | When the presence state that was saved upon disconnect was _UNSET don't try to set it when we reconnect. | ||||
* | Support all position fields | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -0/+1 |
| | |||||
* | Merge commit 'ksz/can_stream_tube' | Guillaume Desmottes | 2009-06-01 | 3 | -26/+55 |
|\ | |||||
| * | Add the method empathy_contact_can_stream_tubes in the ↵ | Arnaud Maillet | 2009-06-01 | 3 | -26/+55 |
| | | | | | | | | empathy-tp-contact-factory | ||||
* | | add chat.freenode.net as default FreeNode server (#584061) | Guillaume Desmottes | 2009-05-31 | 1 | -0/+1 |
|/ | |||||
* | Remove usage of McPresence as much as possible | Sjoerd Simons | 2009-05-31 | 10 | -171/+238 |
| | |||||
* | new tube API is now stable | Guillaume Desmottes | 2009-05-28 | 1 | -14/+13 |
| | |||||
* | empathy-tp-contact-factory: coding style fixes | Guillaume Desmottes | 2009-05-28 | 1 | -2/+2 |
| | |||||
* | Correctly set the is_member flag when members are added | Sjoerd Simons | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Treat TP_CONNECTION_PRESENCE_TYPE_UNSET as _AVAILABLE | Sjoerd Simons | 2009-05-28 | 1 | -1/+1 |
| | | | | | | In case a CM doesn't have the presence interface a contacts presence will be reported as _UNSET. Treating this as _AVAILABLE causes these contacts to show up in the UI | ||||
* | Improve code readability | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -8/+11 |
| | | | | | Rename userdata to contact, wrap at 80 chars | ||||
* | Don't need to check twice if location has latitude | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -6/+1 |
| | | | | | There is no need to check for lon as lat, lon as always set togeter (they are meaningless alone). | ||||
* | Move the geoclue geocoding in EmpathyTpContactFactory | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -1/+133 |
| | | | | | | This code needs to be run when ever there is a new location available It makes more sens for it to be there. This makes the geolocation informtion ritcher as it can be displayed on a map. | ||||
* | Fix translation and value errors for relative time | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -2/+1 |
| | |||||
* | Display relative time to user | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -0/+42 |
| | | | | | | | | The time of the geolocation update is displayed relatively to current time (1 min ago, 3 hours ago). The function just prints ("in the future") for debugging purpuses for time in the future. | ||||
* | Copy GHashTable received from Dbus and refactor | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -13/+24 |
| | | | | | | | This makes the GHashTable's structure explicit and less error prone when inserting later on. Move the copied code over to a new function. | ||||
* | empathy-tp-chat: fix leak in dispose | Guillaume Desmottes | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | Merge commit 'ksz/fix-bug-583558' | Guillaume Desmottes | 2009-05-22 | 1 | -3/+3 |
|\ | |||||
| * | Rename OfferStreamTube and AcceptStreamTube to Offer and Accept | Arnaud Maillet | 2009-05-22 | 1 | -3/+3 |
| | | |||||
* | | Fixed call with list | Gabriel Millaire | 2009-05-22 | 1 | -1/+1 |
| | | |||||
* | | Signal "error" is detailed | Gabriel Millaire | 2009-05-22 | 1 | -1/+1 |
| | | |||||
* | | Implement error signal | Gabriel Millaire | 2009-05-22 | 1 | -4/+17 |
|/ | |||||
* | document empathy_call_factory_new_call and ↵ | Guillaume Desmottes | 2009-05-18 | 1 | -0/+16 |
| | | | | empathy_call_factory_new_call_with_streams | ||||
* | document empathy_call_handler_new_for_contact_with_streams and ↵ | Guillaume Desmottes | 2009-05-18 | 1 | -0/+18 |
| | | | | empathy_call_handler_new_for_contact | ||||
* | Allow the call factory to create calls with specific types of media | Sjoerd Simons | 2009-05-18 | 2 | -3/+17 |
| | |||||
* | Change empathy_tp_call_to to indicate with what media streams we want to start | Sjoerd Simons | 2009-05-18 | 2 | -3/+14 |
| | |||||
* | Allow handlers to be created for streams with initial audio and video | Sjoerd Simons | 2009-05-18 | 2 | -2/+47 |
| | |||||
* | Tweak the properties of various elements for a better voip experience | Sjoerd Simons | 2009-05-18 | 1 | -0/+48 |
| | |||||
* | enable coding style checks in libempathy | Guillaume Desmottes | 2009-05-18 | 1 | -0/+6 |
| | |||||
* | empathy-tube-handler: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-tp-tube: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-tp-roomlist: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-tp-contact-factory: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
| | |||||
* | empathy-tp-chat: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -7/+7 |
| | |||||
* | empathy-tp-call: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-time: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | |||||
* | empathy-status-presets: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -7/+7 |
| | |||||
* | empathy-message: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | |||||
* | empathy-log-store: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | |||||
* | empathy-log-store-empathy: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | |||||
* | empathy-log-manager: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | |||||
* | empathy-irc-network: update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-irc-network-manager: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-types: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-tp-contact-list: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -8/+8 |
| | |||||
* | empathy-utils: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -9/+9 |
| | |||||
* | empathy-idle: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-dispatcher: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -9/+9 |
| | |||||
* | empathy-dispatch-operation: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| |