aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pre-release updatesXavier Claessens2009-01-072-4/+14
* Fix the creation of bus_name and object_path for dispatching tubes. It drops ...Xavier Claessens2009-01-071-19/+8
* Assert that sound_id is OK before getting sound_entries[sound_id], to avoid c...Xavier Claessens2009-01-071-3/+5
* Sanity checks for empathy_play_sounds.Xavier Claessens2009-01-071-1/+2
* Use gtk_list_store_insert_with_values ().Xavier Claessens2009-01-071-4/+3
* Use a GList instead of a GPtrArray and reorder the functions to avoidXavier Claessens2009-01-071-148/+140
* Create the EmpathyContactMonitor lazily if needed.Xavier Claessens2009-01-072-4/+17
* Rename proxy->iface in EmpathyContactMonitor.Xavier Claessens2009-01-072-26/+26
* Use g_return_[val]_if_fail instead of g_assert in public APIs.Xavier Claessens2009-01-072-6/+6
* Use the right weak pointer location.Xavier Claessens2009-01-071-1/+1
* disconnect_monitor_signals function is quite useless.Xavier Claessens2009-01-071-18/+10
* Don't initialize the variable at declaration.Xavier Claessens2009-01-071-3/+3
* Move code handling the DBus signal in an idle callback.Xavier Claessens2009-01-071-12/+44
* Use TpConnectionStatus instead of guint.Xavier Claessens2009-01-071-1/+1
* Simplify code when initializing the store.Xavier Claessens2009-01-071-35/+31
* Insert a comment claryfing reference ownership.Xavier Claessens2009-01-071-0/+3
* Don't forget to unref the account object.Xavier Claessens2009-01-071-0/+1
* Use gettext() when populating the preferences sound list.Xavier Claessens2009-01-071-1/+1
* Add a debug message when playing sound.Xavier Claessens2009-01-071-0/+4
* Back out changes in EmpathyContactListStore. They could go in a laterXavier Claessens2009-01-071-229/+192
* Propperly mark event descriptions for translation.Xavier Claessens2009-01-071-1/+4
* Set to NULL the status message if it's empty.Xavier Claessens2009-01-071-4/+6
* Initialize the connection numbers when creating the object.Xavier Claessens2009-01-071-0/+9
* Update empathy_sound_play () to be nicer to use and centralize the listXavier Claessens2009-01-076-41/+91
* Add debug messages.Xavier Claessens2009-01-071-0/+4
* Add a weak pointer ref inside the costructor.Xavier Claessens2009-01-071-0/+1
* Improve wording.Xavier Claessens2009-01-072-6/+6
* Turn empathy_sound_pref_is_enabled into empathy_sound_play thatXavier Claessens2009-01-075-49/+50
* Disconnect all signals from the EmpathyAccountChooser when finalizing.Xavier Claessens2009-01-071-0/+6
* Update API Docs.Xavier Claessens2009-01-072-0/+3
* Update python bindings.Xavier Claessens2009-01-071-3/+2
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-0710-18/+17
* Another style nitpick.Xavier Claessens2009-01-071-1/+3
* Yet more style fixes.Xavier Claessens2009-01-072-178/+180
* Use _constructor () override to implement singleton.Xavier Claessens2009-01-071-9/+22
* Add newlines at the end of files.Xavier Claessens2009-01-073-0/+3
* Drop our references in dispose instead of finalize.Xavier Claessens2009-01-071-2/+30
* Remember to set dispose_run after dispose has run.Xavier Claessens2009-01-071-0/+2
* Don't initialize private stuff in _new ().Xavier Claessens2009-01-071-17/+14
* Don't leak a reference to McAccount objects and don't leak a list.Xavier Claessens2009-01-071-3/+7
* Unref objects in dispose and not in finalize; fully update account dataXavier Claessens2009-01-071-10/+43
* Style fixes.Xavier Claessens2009-01-075-620/+620
* Don't own a reference to the EmpathyTpChat, otherwise it won't beXavier Claessens2009-01-071-7/+14
* Always disconnect signals for safety on _finalize ().Xavier Claessens2009-01-074-2/+54
* Update Python bindings.Xavier Claessens2009-01-073-0/+48
* Implement sound for contact login/logout.Xavier Claessens2009-01-071-0/+47
* Fix the build.Xavier Claessens2009-01-071-0/+1
* Remember to check if source_id is already there when adding theXavier Claessens2009-01-071-0/+5
* Remove useless include.Xavier Claessens2009-01-071-1/+0
* Remove an useless method from the header and remember to unref theXavier Claessens2009-01-072-1/+1
* Implement _get_monitor () in EmpathyTpChat.Xavier Claessens2009-01-071-0/+16
* Add an API to EmpathyAccountManager to find out if an account has justXavier Claessens2009-01-072-2/+49
* Port EmpathyContactListStore to the new API.Xavier Claessens2009-01-071-193/+203
* Implement _get_monitor () in EmpathyContactManager.Xavier Claessens2009-01-072-0/+14
* Add a "presence-changed" signal so that we can keep track of theXavier Claessens2009-01-071-1/+25
* Add an EmpathyContactMonitor object to monitor changes in the contactXavier Claessens2009-01-076-1/+507
* Update python bindings.Xavier Claessens2009-01-073-19/+43
* Update docs.Xavier Claessens2009-01-072-0/+2
* Disconnect signals when finalizing.Xavier Claessens2009-01-071-5/+4
* Remove dead code from empathy-util.Xavier Claessens2009-01-072-115/+0
* Port EmpathyMainWindow to the new API.Xavier Claessens2009-01-071-168/+114
* Port EmpathyAccountsDialog to use the cached values to get the number ofXavier Claessens2009-01-071-27/+3
* Port EmpathyStatusIcon to the new API.Xavier Claessens2009-01-071-35/+28
* Add new API in EmpathyAccountManager to cache the number of connectingXavier Claessens2009-01-072-6/+76
* Port EmpathyTpContactFactory to the new API.Xavier Claessens2009-01-071-19/+23
* Port EmpathyDispatcher to the new API.Xavier Claessens2009-01-071-18/+21
* Port EmpathyAccountsDialog to the new API.Xavier Claessens2009-01-071-83/+72
* Build fix.Xavier Claessens2009-01-071-1/+2
* Use a invalid value when initializing.Xavier Claessens2009-01-071-1/+1
* Port EmpathyContactManager to the new API.Xavier Claessens2009-01-071-19/+18
* Unref the object.Xavier Claessens2009-01-071-0/+1
* Port EmpathyChat to the new API.Xavier Claessens2009-01-071-21/+18
* Use the right marshallers for signals.Xavier Claessens2009-01-071-2/+3
* Fix a typo.Xavier Claessens2009-01-071-1/+1
* Port the account chooser to the new API.Xavier Claessens2009-01-071-52/+28
* Disconnect from the DBus signal on finalize.Xavier Claessens2009-01-071-0/+5
* Add EmpathyAccountManager.Xavier Claessens2009-01-073-0/+446
* Only play logout sound if switching to Offline from Available.Xavier Claessens2009-01-072-8/+12
* Don't emit sound when changing state and properly play login sound.Xavier Claessens2009-01-072-3/+16
* Don't set random values in EmpathyIdle init if MC is not running.Xavier Claessens2009-01-071-3/+8
* Adapt the libcanberra calls to use the new functions.Xavier Claessens2009-01-074-28/+31
* Add empathy_sound_pref_is_enabled ().Xavier Claessens2009-01-072-0/+37
* Fix a typo in the schemas description.Xavier Claessens2009-01-071-4/+4
* Adapt Patryk's patch to trunk.Xavier Claessens2009-01-075-1/+69
* Create an UI for sound configuration.Xavier Claessens2009-01-074-117/+298
* Updated Norwegian bokmål translation.Kjartan Maraas2009-01-051-76/+73
* 2009-01-04 Leonardo Ferreira Fontenelle leonardof@gnome.orgLeonardo Ferreira Fontenelle2009-01-051-172/+385
* More coding style fixes in empathy-contact-menu.cXavier Claessens2008-12-291-97/+81
* Correctly escape service name in dtube handlersWill Thompson2008-12-291-6/+14
* Don't unref NULL avatar used as chat window iconWill Thompson2008-12-291-1/+4
* Homogenize coding style in empathy_contact_menu_newWill Thompson2008-12-291-2/+2
* Ignore cscope.out.Will Thompson2008-12-291-0/+1
* Remove libgnomevfs include in megaphone-applet.c (Andre Klapper).Xavier Claessens2008-12-241-1/+0
* Start file transfer if the state is already open when we get the unix socketSjoerd Simons2008-12-231-0/+3
* Make existing contact FT capable when the CM supports itSjoerd Simons2008-12-231-0/+11
* Bump version to 2.25.4Xavier Claessens2008-12-161-1/+1
* Replace empathy-chat-view.c by empathy-chat-text-view.c in POTFILE.inXavier Claessens2008-12-161-1/+1
* Don't forget to unref the smiley managerXavier Claessens2008-12-161-0/+1
* Remove finalize, it is not used.Xavier Claessens2008-12-161-7/+0
* Do not assert the tab exists in empathy_chat_text_view_tag_set(), simply retu...Xavier Claessens2008-12-161-2/+1
* Update python bindingsXavier Claessens2008-12-164-227/+87
* Update API doc.Xavier Claessens2008-12-162-2/+2
* Fallback to use "classic" theme if the gconf key is invalidXavier Claessens2008-12-161-0/+4
* Update boxes views when theme changes to another boxes one.Xavier Claessens2008-12-161-63/+89
* Update color when using the simple theme and GTK color changes.Xavier Claessens2008-12-161-56/+27
* translations are not executableXavier Claessens2008-12-161-0/+0
* Update newsXavier Claessens2008-12-161-0/+2
* Don't forget to call g_object_weak_unref in finalise on each viewsXavier Claessens2008-12-161-162/+170
* Remove useless commented codeXavier Claessens2008-12-161-118/+0
* Keep a list of boxes views so we can update colors when themes changeXavier Claessens2008-12-161-46/+68
* Remove a FIXME which was not a problem and add one for bug #542523Xavier Claessens2008-12-161-5/+5
* Create the simple theme using system colorsXavier Claessens2008-12-161-31/+32
* Completely rework the theming system to make easy implementing themes based o...Xavier Claessens2008-12-1610-1335/+976
* Remove EmpathyTheme, code will be merged into EmpathyChatTextViewXavier Claessens2008-12-162-100/+0
* Remove unused empathy-theme.h includeXavier Claessens2008-12-161-2/+0
* Remove useless empathy_text_buffer_tag_setXavier Claessens2008-12-162-52/+1
* Remove useless empathy_message_get_date_and_timeXavier Claessens2008-12-162-22/+0
* Remove useless virtual methodsXavier Claessens2008-12-162-94/+10
* Rename EmpathyChatSimpleView to EmpathyChatTextViewXavier Claessens2008-12-165-189/+190
* Move the smiley menu code from EmpathyChatView to EmpathyChatManager.Xavier Claessens2008-12-166-88/+129
* EmpathyChatView interface can only be implemented by a GtkWidget subclassXavier Claessens2008-12-161-1/+1
* Replace _get_selection_bounds by _get_has_selectionXavier Claessens2008-12-165-24/+13
* Remove _append_button since it's not usedXavier Claessens2008-12-163-98/+0
* Move chat_view_get_avatar_pixbuf_with_cache to EmpathyThemeBoxes where it mak...Xavier Claessens2008-12-163-98/+95
* Fix licence and clean up a bit the interfaceXavier Claessens2008-12-165-193/+179
* Reorder functions to not declare them in the top of the file.Xavier Claessens2008-12-161-273/+232
* Fix compilation problemsXavier Claessens2008-12-161-133/+94
* EmpathyChatView as GInterfaceXavier Claessens2008-12-165-1169/+1630
* Updated Norwegian bokmål translation.Kjartan Maraas2008-12-161-101/+350
* Bump ABI versionXavier Claessens2008-12-161-4/+4
* Update NEWSXavier Claessens2008-12-161-0/+21
* Don't forget to include empathy-utils.h to get empathy_init().Xavier Claessens2008-12-161-0/+1
* Update copyright date for configure.acXavier Claessens2008-12-161-1/+1
* Init empathy for megaphone, nothere and check-main.Xavier Claessens2008-12-123-2/+4
* gtk_init and g_thread_init shouldn't be called by libraries. Let applications...Xavier Claessens2008-12-126-55/+16
* Make sure to not init thread twice.Xavier Claessens2008-12-121-1/+3
* Refactor empathy_gtk_init* to share common code.Xavier Claessens2008-12-121-19/+26
* Use empathy_gtk_init()Xavier Claessens2008-12-121-1/+2
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-1235-35/+35
* Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They...Xavier Claessens2008-12-129-36/+88
* Updated it translation (Milo Casagrande)Luca Ferretti2008-12-121-115/+393
* Fix coding styleXavier Claessens2008-12-127-24/+25
* can_add_contact_to_account: use empathy_contact_manager_can_add (Guillaume De...Xavier Claessens2008-12-121-23/+6
* add empathy_contact_manager_can_add (Guillaume Desmottes)Xavier Claessens2008-12-122-0/+17
* add empathy_tp_contact_list_can_add (Guillaume Desmottes)Xavier Claessens2008-12-122-0/+17
* add empathy_tp_group_get_flags (Guillaume Desmottes)Xavier Claessens2008-12-122-0/+12
* Make hitting enter in New Conversation activate Chat (Will Thompson).Xavier Claessens2008-12-121-0/+1
* Add commented out defines to disable single include for GLib, GDK and GTK.Xavier Claessens2008-12-111-6/+11
* Clarify URI regexXavier Claessens2008-12-101-4/+4
* Improve URI regex.Xavier Claessens2008-12-101-4/+4
* Correct typo: SHEME -> SCHEMEXavier Claessens2008-12-101-2/+2
* Match literal dot rather than any char in email domainXavier Claessens2008-12-101-1/+1
* Explicitly depend on telepathy-glib in .pc files (Simon McVittie)Xavier Claessens2008-12-082-2/+2
* Add ca/ in gitignoreXavier Claessens2008-12-081-0/+1
* Autocompletion on contact names for "new message" dialog box. Fixes bug #5522...Xavier Claessens2008-12-081-4/+145
* Updated ca translation (Joan Duran)Gil Forcada Codinachs2008-12-061-177/+398
* Added Catalan translation by Joan DuranGil Forcada Codinachs2008-12-064-2/+498
* Improve the contact-manager to display contacts in a comboboxXavier Claessens2008-12-051-15/+20
* Add lines to disable deprecated GDK symbolsXavier Claessens2008-12-041-1/+3
* Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873.Xavier Claessens2008-12-031-1/+1
* Drop libgnomeui dependency (Cosimo Cecchi).Xavier Claessens2008-12-022-15/+8
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-0210-26/+31
* Bump version to 2.25.3Xavier Claessens2008-12-011-1/+1
* Add necessary files to EXTRA_DISTXavier Claessens2008-12-011-0/+4
* Don't forget to install empathy-import-dialog.gladeXavier Claessens2008-12-011-0/+1
* Fix distcheck of tests/xml/Xavier Claessens2008-12-011-1/+1
* Fix distcheck of extensions/Xavier Claessens2008-12-011-1/+1
* Bump version to 2.25.2 and update ABI versionXavier Claessens2008-12-011-7/+7
* Update NEWS.Xavier Claessens2008-12-011-0/+46
* Update API doc.Xavier Claessens2008-12-012-3/+2
* Update python bindingXavier Claessens2008-12-011-25/+0
* Use GRegex instead of custom code and use a new regex to detect URIsXavier Claessens2008-12-013-196/+53
* Add EmpatyTpFile to API doc.Xavier Claessens2008-11-302-0/+2
* Update python binding to have EmpathyTpFile API.Xavier Claessens2008-11-304-0/+158
* Remove duplicate declaration of _get_transferred_countXavier Claessens2008-11-301-1/+0
* Add missing includeXavier Claessens2008-11-301-0/+1
* Little fix for previous commit.Xavier Claessens2008-11-301-1/+1
* Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 (Ste...Xavier Claessens2008-11-301-1/+1
* Fix previous commit. Oops.Xavier Claessens2008-11-281-5/+5
* Fix a crash in the log window when there is no account. Fixes bug #562071.Xavier Claessens2008-11-281-0/+5
* max_width, max_height and max_size are defined as guint in EmpathyTpContactFa...Xavier Claessens2008-11-281-1/+1
* prevent problem with multiple definition of the same symbol. Fixes bug #55837...Xavier Claessens2008-11-282-0/+4
* We need telepeathy-glib >= 0.7.15 for new Requests interface.Xavier Claessens2008-11-281-1/+1
* Updated Turkish translation (Baris Cicek)Baris Cicek2008-11-261-525/+1722
* dispatcher_connection_new_channel_cb: set the room of the newly created chatr...Xavier Claessens2008-11-241-0/+1
* Updated Spanish translationJorge Gonzalez Gonzalez2008-11-231-765/+1347
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-11-232-1247/+848
* Replace Q_() with C_() for translation context.Xavier Claessens2008-11-221-12/+3
* If first_line xor second_line is NULL, use only one line in ft_manager_update...Xavier Claessens2008-11-221-3/+6
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file...Xavier Claessens2008-11-224-41/+18
* Avoid a string dup.Xavier Claessens2008-11-221-4/+2
* Cleanup the code inside ft_manager_build_ui.Xavier Claessens2008-11-221-59/+50
* Simplify and comment the livetime of EmpathyFTManagerXavier Claessens2008-11-221-21/+28
* Reorder the code for more clarity.Xavier Claessens2008-11-221-225/+221
* Cleanup of ft_manager_add_tp_file_to_list.Xavier Claessens2008-11-223-21/+28
* Remove useless gnomevfs include.Xavier Claessens2008-11-221-1/+0
* Update the selection only if we are removing the selected row.Xavier Claessens2008-11-221-9/+11
* Check if URI is not NULL before adding it to the recent manager.Xavier Claessens2008-11-221-1/+2
* Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a...Xavier Claessens2008-11-225-15/+83
* Fix a comment phrasingXavier Claessens2008-11-221-1/+1
* Update the selection of the ft manager when a ft is removed only if it's not ...Xavier Claessens2008-11-221-8/+15
* Fix signature of signal cb, start the transfer only if we have the socket pat...Xavier Claessens2008-11-221-24/+28
* Add a FIXME about the tp_file being leakedXavier Claessens2008-11-221-0/+3
* There is no reason to remove the FT if it's cancelled while the window was hi...Xavier Claessens2008-11-221-33/+8
* Fix glade lookupXavier Claessens2008-11-221-2/+1
* Simplify ft_manager_remove_file_from_list.Xavier Claessens2008-11-221-39/+14
* Clean ft_manager_update_ft_row()Xavier Claessens2008-11-221-19/+19
* Simplify conditionXavier Claessens2008-11-221-3/+1
* Add all reasons in ft_manager_state_change_reason_to_string(). Don't use defa...Xavier Claessens2008-11-221-3/+4
* Simplify the code to add a FT in the manager.Xavier Claessens2008-11-221-25/+6
* Simplify the code to set sensibility of buttonsXavier Claessens2008-11-221-21/+8
* Change state when the channel is invalidated only if an error occured.Xavier Claessens2008-11-221-5/+11
* Update POTFILES for ft manager that get moved to src/Xavier Claessens2008-11-221-2/+2
* Simplify a little bit the code when abording a FTXavier Claessens2008-11-221-4/+5
* Cancel the FT if we can't get the transfer methodXavier Claessens2008-11-221-1/+2
* Remove unused empathy_tp_file_get_idXavier Claessens2008-11-222-19/+0
* Simplify the code to start a file transferXavier Claessens2008-11-221-72/+35
* When the channel is invalidated, change state to CANCELLED.Xavier Claessens2008-11-223-41/+26
* Move the ft manager to src/ other programs do not need it.Xavier Claessens2008-11-226-10/+9
* Update tools to latest version of tp-glib and include a gitignoreXavier Claessens2008-11-2227-1011/+1482
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingXavier Claessens2008-11-223-8/+8
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...Xavier Claessens2008-11-224-97/+32
* Fix coding style and cleanupXavier Claessens2008-11-221-18/+9
* Include only used headersXavier Claessens2008-11-221-2/+2
* don't include itselfXavier Claessens2008-11-221-2/+0
* Remove useless linesXavier Claessens2008-11-222-5/+0
* Fix coding styleXavier Claessens2008-11-221-46/+47
* Cleanup the coding style. If we can't get info about the GFile we abord the FT.Xavier Claessens2008-11-222-81/+80
* remove useless includesXavier Claessens2008-11-221-2/+0
* Fix a little coding styleXavier Claessens2008-11-221-2/+1
* No need to define a callback, we can directly use empathy_send_file_with_file...Xavier Claessens2008-11-221-8/+1
* sync with latest FT spec DRAFTXavier Claessens2008-11-221-11/+7
* extensions/Makefile.am: fix allow-undefined-interfaces paramXavier Claessens2008-11-221-1/+1
* extensions/Makefile.am: pass allow-undefined-interfaces param to doc generato...Xavier Claessens2008-11-221-0/+1
* Fix spec format to make it work with updated toolsXavier Claessens2008-11-223-3/+21
* Add FT manager to POTFILEXavier Claessens2008-11-221-0/+2
* Fix compilation warning: gtk_message_dialog_format_secondary_text() require a...Xavier Claessens2008-11-221-1/+1
* ft_manager_clear: use g_hash_table_foreach_remove instead of GHashTableIter s...Xavier Claessens2008-11-221-16/+22
* get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bu...Xavier Claessens2008-11-221-0/+1
* ft-manager: ft_manager_clear: use a GHashTableIter instead of creating a temp...Xavier Claessens2008-11-221-31/+21
* ft-manager: remove old codeXavier Claessens2008-11-221-7/+0
* ft-manager: store the icon-name instead of the pixbuf in the storeXavier Claessens2008-11-221-20/+7
* ft-manager: add comment explaining how to use GIcon with GTK 2.14Xavier Claessens2008-11-221-1/+3
* empathy-ft-manager: use the ContentType property instead of gnome_vfs_get_mim...Xavier Claessens2008-11-221-3/+5
* empathy-tp-file.c: actually implement the getter of GObject propertiesXavier Claessens2008-11-221-0/+24
* empathy-tp-file: reorder FileTransfer D-Bus properties using the same order a...Xavier Claessens2008-11-221-7/+10
* tp_file_constructor: get the ContentHashType and ContentType values from the ...Xavier Claessens2008-11-221-0/+6
* empathy-contact: no need to inspect the RequestableChannelClasses property an...Xavier Claessens2008-11-221-71/+0
* empathy-tp-contact-factory: set the FT capability when creating contacts if t...Xavier Claessens2008-11-221-1/+79
* empathy-tp-contact-factory: factor out contact_createdXavier Claessens2008-11-221-2/+9