aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace empathy-chat-view.c by empathy-chat-text-view.c in POTFILE.inEMPATHY_2_25_3xclaesse2008-12-161-1/+1
* Don't forget to unref the smiley managerxclaesse2008-12-161-0/+1
* Remove finalize, it is not used.xclaesse2008-12-161-7/+0
* Do not assert the tab exists in empathy_chat_text_view_tag_set(), simply retu...xclaesse2008-12-161-2/+1
* Update python bindingsxclaesse2008-12-164-227/+87
* Update API doc.xclaesse2008-12-162-2/+2
* Fallback to use "classic" theme if the gconf key is invalidxclaesse2008-12-161-0/+4
* Update boxes views when theme changes to another boxes one.xclaesse2008-12-161-63/+89
* Update color when using the simple theme and GTK color changes.xclaesse2008-12-161-56/+27
* translations are not executablexclaesse2008-12-161-0/+0
* Update newsxclaesse2008-12-161-0/+2
* Don't forget to call g_object_weak_unref in finalise on each viewsxclaesse2008-12-161-162/+170
* Remove useless commented codexclaesse2008-12-161-118/+0
* Keep a list of boxes views so we can update colors when themes changexclaesse2008-12-161-46/+68
* Remove a FIXME which was not a problem and add one for bug #542523xclaesse2008-12-161-5/+5
* Create the simple theme using system colorsxclaesse2008-12-161-31/+32
* Completely rework the theming system to make easy implementing themes based o...xclaesse2008-12-1610-1335/+976
* Remove EmpathyTheme, code will be merged into EmpathyChatTextViewxclaesse2008-12-162-100/+0
* Remove unused empathy-theme.h includexclaesse2008-12-161-2/+0
* Remove useless empathy_text_buffer_tag_setxclaesse2008-12-162-52/+1
* Remove useless empathy_message_get_date_and_timexclaesse2008-12-162-22/+0
* Remove useless virtual methodsxclaesse2008-12-162-94/+10
* Rename EmpathyChatSimpleView to EmpathyChatTextViewxclaesse2008-12-165-189/+190
* Move the smiley menu code from EmpathyChatView to EmpathyChatManager.xclaesse2008-12-166-88/+129
* EmpathyChatView interface can only be implemented by a GtkWidget subclassxclaesse2008-12-161-1/+1
* Replace _get_selection_bounds by _get_has_selectionxclaesse2008-12-165-24/+13
* Remove _append_button since it's not usedxclaesse2008-12-163-98/+0
* Move chat_view_get_avatar_pixbuf_with_cache to EmpathyThemeBoxes where it mak...xclaesse2008-12-163-98/+95
* Fix licence and clean up a bit the interfacexclaesse2008-12-165-193/+179
* Reorder functions to not declare them in the top of the file.xclaesse2008-12-161-273/+232
* Fix compilation problemsxclaesse2008-12-161-133/+94
* EmpathyChatView as GInterfacexclaesse2008-12-165-1169/+1630
* Updated Norwegian bokmål translation.kmaraas2008-12-161-101/+350
* Bump ABI versionxclaesse2008-12-161-4/+4
* Update NEWSxclaesse2008-12-161-0/+21
* Don't forget to include empathy-utils.h to get empathy_init().xclaesse2008-12-161-0/+1
* Update copyright date for configure.acxclaesse2008-12-161-1/+1
* Init empathy for megaphone, nothere and check-main.xclaesse2008-12-123-2/+4
* gtk_init and g_thread_init shouldn't be called by libraries. Let applications...xclaesse2008-12-126-55/+16
* Make sure to not init thread twice.xclaesse2008-12-121-1/+3
* Refactor empathy_gtk_init* to share common code.xclaesse2008-12-121-19/+26
* Use empathy_gtk_init()xclaesse2008-12-121-1/+2
* Use gi18n-lib.h instead of gi18n.h for libraries.xclaesse2008-12-1235-35/+35
* Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They...xclaesse2008-12-129-36/+88
* Updated it translation (Milo Casagrande)lferrett2008-12-121-115/+393
* Fix coding stylexclaesse2008-12-127-24/+25
* can_add_contact_to_account: use empathy_contact_manager_can_add (Guillaume De...xclaesse2008-12-121-23/+6
* add empathy_contact_manager_can_add (Guillaume Desmottes)xclaesse2008-12-122-0/+17
* add empathy_tp_contact_list_can_add (Guillaume Desmottes)xclaesse2008-12-122-0/+17
* add empathy_tp_group_get_flags (Guillaume Desmottes)xclaesse2008-12-122-0/+12
* Make hitting enter in New Conversation activate Chat (Will Thompson).xclaesse2008-12-121-0/+1
* Add commented out defines to disable single include for GLib, GDK and GTK.xclaesse2008-12-111-6/+11
* Clarify URI regexxclaesse2008-12-101-4/+4
* Improve URI regex.xclaesse2008-12-101-4/+4
* Correct typo: SHEME -> SCHEMExclaesse2008-12-101-2/+2
* Match literal dot rather than any char in email domainxclaesse2008-12-101-1/+1
* Explicitly depend on telepathy-glib in .pc files (Simon McVittie)xclaesse2008-12-082-2/+2
* Add ca/ in gitignorexclaesse2008-12-081-0/+1
* Autocompletion on contact names for "new message" dialog box. Fixes bug #5522...xclaesse2008-12-081-4/+145
* Updated ca translation (Joan Duran)gforcada2008-12-061-177/+398
* Added Catalan translation by Joan Durangforcada2008-12-064-2/+498
* Improve the contact-manager to display contacts in a comboboxxclaesse2008-12-051-15/+20
* Add lines to disable deprecated GDK symbolsxclaesse2008-12-041-1/+3
* Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873.xclaesse2008-12-031-1/+1
* Drop libgnomeui dependency (Cosimo Cecchi).xclaesse2008-12-022-15/+8
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).xclaesse2008-12-0210-26/+31
* Bump version to 2.25.3xclaesse2008-12-011-1/+1
* Add necessary files to EXTRA_DISTEMPATHY_2_25_2xclaesse2008-12-011-0/+4
* Don't forget to install empathy-import-dialog.gladexclaesse2008-12-011-0/+1
* Fix distcheck of tests/xml/xclaesse2008-12-011-1/+1
* Fix distcheck of extensions/xclaesse2008-12-011-1/+1
* Bump version to 2.25.2 and update ABI versionxclaesse2008-12-011-7/+7
* Update NEWS.xclaesse2008-12-011-0/+46
* Update API doc.xclaesse2008-12-012-3/+2
* Update python bindingxclaesse2008-12-011-25/+0
* Use GRegex instead of custom code and use a new regex to detect URIsxclaesse2008-12-013-196/+53
* Add EmpatyTpFile to API doc.xclaesse2008-11-302-0/+2
* Update python binding to have EmpathyTpFile API.xclaesse2008-11-304-0/+158
* Remove duplicate declaration of _get_transferred_countxclaesse2008-11-301-1/+0
* Add missing includexclaesse2008-11-301-0/+1
* Little fix for previous commit.xclaesse2008-11-301-1/+1
* Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 (Ste...xclaesse2008-11-301-1/+1
* Fix previous commit. Oops.xclaesse2008-11-281-5/+5
* Fix a crash in the log window when there is no account. Fixes bug #562071.xclaesse2008-11-281-0/+5
* max_width, max_height and max_size are defined as guint in EmpathyTpContactFa...xclaesse2008-11-281-1/+1
* prevent problem with multiple definition of the same symbol. Fixes bug #55837...xclaesse2008-11-282-0/+4
* We need telepeathy-glib >= 0.7.15 for new Requests interface.xclaesse2008-11-281-1/+1
* Updated Turkish translation (Baris Cicek)bcicek2008-11-261-525/+1722
* dispatcher_connection_new_channel_cb: set the room of the newly created chatr...xclaesse2008-11-241-0/+1
* Updated Spanish translationjorgegonz2008-11-231-765/+1347
* Updated es translation (Jorge Gonzalez)jorgegonz2008-11-232-1247/+848
* Replace Q_() with C_() for translation context.xclaesse2008-11-221-12/+3
* If first_line xor second_line is NULL, use only one line in ft_manager_update...xclaesse2008-11-221-3/+6
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file...xclaesse2008-11-224-41/+18
* Avoid a string dup.xclaesse2008-11-221-4/+2
* Cleanup the code inside ft_manager_build_ui.xclaesse2008-11-221-59/+50
* Simplify and comment the livetime of EmpathyFTManagerxclaesse2008-11-221-21/+28
* Reorder the code for more clarity.xclaesse2008-11-221-225/+221
* Cleanup of ft_manager_add_tp_file_to_list.xclaesse2008-11-223-21/+28
* Remove useless gnomevfs include.xclaesse2008-11-221-1/+0
* Update the selection only if we are removing the selected row.xclaesse2008-11-221-9/+11
* Check if URI is not NULL before adding it to the recent manager.xclaesse2008-11-221-1/+2
* Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a...xclaesse2008-11-225-15/+83
* Fix a comment phrasingxclaesse2008-11-221-1/+1
* Update the selection of the ft manager when a ft is removed only if it's not ...xclaesse2008-11-221-8/+15
* Fix signature of signal cb, start the transfer only if we have the socket pat...xclaesse2008-11-221-24/+28
* Add a FIXME about the tp_file being leakedxclaesse2008-11-221-0/+3
* There is no reason to remove the FT if it's cancelled while the window was hi...xclaesse2008-11-221-33/+8
* Fix glade lookupxclaesse2008-11-221-2/+1
* Simplify ft_manager_remove_file_from_list.xclaesse2008-11-221-39/+14
* Clean ft_manager_update_ft_row()xclaesse2008-11-221-19/+19
* Simplify conditionxclaesse2008-11-221-3/+1
* Add all reasons in ft_manager_state_change_reason_to_string(). Don't use defa...xclaesse2008-11-221-3/+4
* Simplify the code to add a FT in the manager.xclaesse2008-11-221-25/+6
* Simplify the code to set sensibility of buttonsxclaesse2008-11-221-21/+8
* Change state when the channel is invalidated only if an error occured.xclaesse2008-11-221-5/+11
* Update POTFILES for ft manager that get moved to src/xclaesse2008-11-221-2/+2
* Simplify a little bit the code when abording a FTxclaesse2008-11-221-4/+5
* Cancel the FT if we can't get the transfer methodxclaesse2008-11-221-1/+2
* Remove unused empathy_tp_file_get_idxclaesse2008-11-222-19/+0
* Simplify the code to start a file transferxclaesse2008-11-221-72/+35
* When the channel is invalidated, change state to CANCELLED.xclaesse2008-11-223-41/+26
* Move the ft manager to src/ other programs do not need it.xclaesse2008-11-226-10/+9
* Update tools to latest version of tp-glib and include a gitignorexclaesse2008-11-2227-1011/+1482
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingxclaesse2008-11-223-8/+8
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...xclaesse2008-11-224-97/+32
* Fix coding style and cleanupxclaesse2008-11-221-18/+9
* Include only used headersxclaesse2008-11-221-2/+2
* don't include itselfxclaesse2008-11-221-2/+0
* Remove useless linesxclaesse2008-11-222-5/+0
* Fix coding stylexclaesse2008-11-221-46/+47
* Cleanup the coding style. If we can't get info about the GFile we abord the FT.xclaesse2008-11-222-81/+80
* remove useless includesxclaesse2008-11-221-2/+0
* Fix a little coding stylexclaesse2008-11-221-2/+1
* No need to define a callback, we can directly use empathy_send_file_with_file...xclaesse2008-11-221-8/+1
* sync with latest FT spec DRAFTxclaesse2008-11-221-11/+7
* extensions/Makefile.am: fix allow-undefined-interfaces paramxclaesse2008-11-221-1/+1
* extensions/Makefile.am: pass allow-undefined-interfaces param to doc generato...xclaesse2008-11-221-0/+1
* Fix spec format to make it work with updated toolsxclaesse2008-11-223-3/+21
* Add FT manager to POTFILExclaesse2008-11-221-0/+2
* Fix compilation warning: gtk_message_dialog_format_secondary_text() require a...xclaesse2008-11-221-1/+1
* ft_manager_clear: use g_hash_table_foreach_remove instead of GHashTableIter s...xclaesse2008-11-221-16/+22
* get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bu...xclaesse2008-11-221-0/+1
* ft-manager: ft_manager_clear: use a GHashTableIter instead of creating a temp...xclaesse2008-11-221-31/+21
* ft-manager: remove old codexclaesse2008-11-221-7/+0
* ft-manager: store the icon-name instead of the pixbuf in the storexclaesse2008-11-221-20/+7
* ft-manager: add comment explaining how to use GIcon with GTK 2.14xclaesse2008-11-221-1/+3
* empathy-ft-manager: use the ContentType property instead of gnome_vfs_get_mim...xclaesse2008-11-221-3/+5
* empathy-tp-file.c: actually implement the getter of GObject propertiesxclaesse2008-11-221-0/+24
* empathy-tp-file: reorder FileTransfer D-Bus properties using the same order a...xclaesse2008-11-221-7/+10
* tp_file_constructor: get the ContentHashType and ContentType values from the ...xclaesse2008-11-221-0/+6
* empathy-contact: no need to inspect the RequestableChannelClasses property an...xclaesse2008-11-221-71/+0
* empathy-tp-contact-factory: set the FT capability when creating contacts if t...xclaesse2008-11-221-1/+79
* empathy-tp-contact-factory: factor out contact_createdxclaesse2008-11-221-2/+9
* empathy-ft-manager.c: Display an error if user can't save file to the chosen ...xclaesse2008-11-221-1/+17
* empathy-ft-manager: ask confirmation if the filename already existsxclaesse2008-11-221-0/+3
* Channel_Type_File_Transfer.xml: sync with latest draftxclaesse2008-11-221-4/+4
* Implement latest ft draftxclaesse2008-11-223-30/+17
* Channel_Type_File_Transfer.xml: sync with latest draftxclaesse2008-11-221-50/+87
* remove blank linexclaesse2008-11-221-1/+0
* Use the RequestableChannelClasses property instead of hardcoding salut to che...xclaesse2008-11-221-20/+65
* Set the Date property when requesting a FT channelxclaesse2008-11-221-2/+10
* use Requestotron to request the FT channelxclaesse2008-11-221-46/+64
* fix FT client side code as the generated code changedxclaesse2008-11-225-22/+23
* add Unix_Timestamp64 to all.xmlxclaesse2008-11-221-0/+2
* upgrade to new FT draftxclaesse2008-11-222-96/+160
* Renamed free_copy_data_if_closed to copy_data_unref and have a ref_count in t...xclaesse2008-11-221-17/+22
* Use _call_request_channel instead of _run_request_channel. (Jonny Lamb)xclaesse2008-11-222-52/+72
* Added a wait for file channels so outgoing transfers are only added to the ma...xclaesse2008-11-221-7/+50
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)xclaesse2008-11-224-73/+43
* Fixed typo in FT manager glade file. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)xclaesse2008-11-227-114/+106
* Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb)xclaesse2008-11-223-74/+39
* Fixed Makefile by including missing backslash. (Jonny Lamb)xclaesse2008-11-221-1/+0
* Removed empathy_send_file_with_file_chooser_and_manager and made file transfe...xclaesse2008-11-223-54/+13
* Changed suppress_handler to TRUE in a requested channel. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Moved capabilities hack to empathy_contact_set_account. (Jonny Lamb)xclaesse2008-11-221-27/+27
* Renamed is_salut to contact_is_salut. (Jonny Lamb)xclaesse2008-11-221-2/+2
* Removed useless test to check whether a GList has items. (Jonny Lamb)xclaesse2008-11-221-38/+34
* Use gtk_file_chooser_dialog_new and the document-send icon. (Jonny Lamb)xclaesse2008-11-221-20/+8
* Removed useless include. (Jonny Lamb)xclaesse2008-11-221-1/+0
* In ft_manager_receive_response_cb, just call empathy_tp_file_cancel instead o...xclaesse2008-11-221-4/+1
* Removed "Save as" file filter. (Jonny Lamb)xclaesse2008-11-221-6/+0
* Made creating a save dialog a bit nicer by using proper GTK functions. (Jonny...xclaesse2008-11-221-11/+4
* Use g_slice functions with ReceiveResponseData. (Jonny Lamb)xclaesse2008-11-221-2/+2
* Renamed ft_manager_free_receive_response_data to ft_manager_receive_response_...xclaesse2008-11-221-3/+3
* Removed useless ref of the FT manager in the build_ui method. (Jonny Lamb)xclaesse2008-11-221-3/+0
* Moved gtk_window_set_icon name into the glade. (Jonny Lamb)xclaesse2008-11-222-2/+1
* Removed call to gtk_tree_selection_unselect_all. (Jonny Lamb)xclaesse2008-11-221-1/+0
* Set manager_p to NULL in delete_event_cb, not in _finalize. (Jonny Lamb)xclaesse2008-11-221-2/+0
* Don't call _finalize in the delete_event_cb. (Jonny Lamb)xclaesse2008-11-221-1/+3
* Simplified code to add files to the list store. (Jonny Lamb)xclaesse2008-11-221-3/+2
* Made ft_manager_update_ft_row handle Local_Pending slightly nicer. (Jonny Lamb)xclaesse2008-11-221-7/+3
* Renamed ft_manager_get_state_change_reason_description to ft_manager_state_ch...xclaesse2008-11-221-3/+3
* Renamed private methods in the FT manager to ft_manager_*. (Jonny Lamb)xclaesse2008-11-221-36/+37
* Changed gtk_tree_model_get_value calls to use gtk_tree_model_get. (Jonny Lamb)xclaesse2008-11-221-14/+3
* Removed useless libtelepathy headers. (Jonny Lamb)xclaesse2008-11-222-5/+0
* Added EMPATHY_PREFS_FILE_TRANSFER_DEFAULT_FOLDER to schema. (Jonny Lamb)xclaesse2008-11-221-0/+14
* Removed useless +0.5 in get_time_remaining. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Made state_change_reason None in the constructor instead of an invalid value....xclaesse2008-11-221-5/+2
* Removed pointless test whether the tp_file is a GObject in the finalize funct...xclaesse2008-11-221-2/+1
* Use empathy_time_get_current_time instead of g_get_current_time. (Jonny Lamb)xclaesse2008-11-221-15/+6
* Removed cached_empathy_file from EmpathyTpFilePriv. (Jonny Lamb)xclaesse2008-11-221-1/+0
* Removed account property of EmpathyTpFile as it's only actually used once and...xclaesse2008-11-224-32/+9
* Made property-getting synchronous again so there isn't a massive race conditi...xclaesse2008-11-221-45/+30
* Fixed channel property setting typo so ContentType is actually set. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Fix typo in extension glib client generation code. This is already fixed upst...xclaesse2008-11-221-1/+1
* Updated parameter checks to return appropriate values. (Jonny Lamb)xclaesse2008-11-222-10/+13
* Use empathy_contact_run_until_ready in EmpathyEventManager.xclaesse2008-11-221-0/+2
* Add parameter checks to public functions. (Jonny Lamb)xclaesse2008-11-223-1/+27
* Updated the way to access the EmpathyTpFilePriv instance within empathy-tp-fi...xclaesse2008-11-222-251/+161
* Updated the way to access the EmpathyFTManagerPriv instance within empathy-ft...xclaesse2008-11-222-123/+84
* Re-ordered EmpathyTpFile so static functions need no declaration at the top o...xclaesse2008-11-221-493/+474
* Re-ordered EmpathyFTManager so functions need no declaration at the top of th...xclaesse2008-11-221-387/+374
* Use FIXME instead of TODO in comments. (Jonny Lamb)xclaesse2008-11-222-2/+2
* Changed _run_ method calls to _call_ calls. (Jonny Lamb)xclaesse2008-11-224-129/+143
* Fixed copyright and author headers. (Jonny Lamb)xclaesse2008-11-228-2/+21
* Various whitespace and comment fixes. (Jonny Lamb)xclaesse2008-11-222-3/+2
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)xclaesse2008-11-224-5/+47
* Do not set the MD5 hash of the file when sending. (Jonny Lamb)xclaesse2008-11-221-28/+0
* Removed SocketPath channel property. (Jonny Lamb)xclaesse2008-11-221-19/+0
* Added ContentHashType channel property, and renamed ContentMD5 to ContentHash...xclaesse2008-11-221-13/+25
* Updated yet more places to use s/direction/incoming/ (Jonny Lamb)xclaesse2008-11-222-4/+3
* Replaced the Direction channel property a more-private GObject incoming prope...xclaesse2008-11-223-32/+26
* Fixed yet more references to EMPATHY_FILE. (Jonny Lamb)xclaesse2008-11-221-2/+2
* Fixed include of empathy-file.h to empathy-tp-file.h. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Changed EmpathyEventManager to not rely on the Direction property of the file...xclaesse2008-11-221-6/+8
* Updated extensions external-types to include types from tubes.xclaesse2008-11-221-0/+6
* Updated Channel.Type.File spec. (Jonny Lamb)xclaesse2008-11-221-128/+146
* Added a proper Empathy event for an incoming file transfer so that the status...xclaesse2008-11-221-7/+30
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)xclaesse2008-11-2211-402/+399
* Removed pointless gio-2.0 deps in megaphone, nothere, and python. (Jonny Lamb)xclaesse2008-11-221-3/+0
* Added ability to get an md5sum of the file being sent using GChecksum. (Jonny...xclaesse2008-11-221-1/+23
* Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb)xclaesse2008-11-223-10/+3
* Fixed function declaration style. (Jonny Lamb)xclaesse2008-11-222-45/+87
* Only display "Send Files" if the contact is in Salut. (Jonny Lamb)xclaesse2008-11-221-0/+1
* Converted sources to Collabora coding style. (Jonny Lamb)xclaesse2008-11-225-1121/+1121
* Replaced gnome_vfs_format_file_size_for_display with its GIO equivalent. (Jon...xclaesse2008-11-221-3/+3
* Merged empathy_send_file and empathy_send_file_from_stream, and dropped the d...xclaesse2008-11-222-43/+20
* Set the ContentType property properly on a new file channel. (Jonny Lamb)xclaesse2008-11-222-1/+3
* Added ability for the ft manager to stay around when closed. (Jonny Lamb)xclaesse2008-11-222-24/+17
* Show an error to the terminal when there's a problem in getting the output st...xclaesse2008-11-221-1/+10
* Changed order of closing channel and cancelling socket transfers. (Jonny Lamb)xclaesse2008-11-221-2/+2
* Fixed small coding style issue. (Jonny Lamb)xclaesse2008-11-221-2/+0
* Display cancel reasons in the file transfer manager. (Jonny Lamb)xclaesse2008-11-221-3/+6
* Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb)xclaesse2008-11-221-2/+1
* Implemented empathy_file_cancel. (Jonny Lamb)xclaesse2008-11-222-0/+13
* Added a missing "break". (Jonny Lamb)xclaesse2008-11-221-0/+1
* Handled TransferredBytes signal properly and show in the progress bar. (Jonny...xclaesse2008-11-221-7/+17
* Handle incoming file transfers in the event manager. (Jonny Lamb)xclaesse2008-11-221-0/+30