aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-07-222-830/+1312
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-07-201-206/+216
* Updated Galician Translation and POTFILES.inIgnacio Casal Quinteiro2008-07-202-201/+210
* Display an error message if reason is != _REQUESTED instead of >Xavier Claessens2008-07-201-1/+4
* Add support to set register param. Fixes bug #462880.Xavier Claessens2008-07-192-1/+51
* gtalk to not support registeringXavier Claessens2008-07-191-1/+1
* Replace the preview button by a cancel button when creating a new accountXavier Claessens2008-07-191-1/+1
* Allow renaming account name when accounts are connecting. Fixes bug #486801 (...Jonny Lamb2008-07-191-20/+51
* Updated ja translation (Takeshi AIHANA)Takeshi Aihana2008-07-161-254/+235
* Updated Polish translation by Tomasz DominikowskiWadim Dziedzic2008-07-161-814/+1472
* Make more explicit the comment when we activate an eventXavier Claessens2008-07-151-1/+2
* Add a comment telling that if there is no event the default handler of row-ac...Xavier Claessens2008-07-151-1/+2
* Add a comment for the usage of row_activated class method and optimise a bit ...Xavier Claessens2008-07-151-8/+9
* Prevent to start a chat when activating a row with an eventXavier Claessens2008-07-152-9/+13
* Remove a FIXME, seems to work perfectly now.Xavier Claessens2008-07-151-4/+0
* Move the event manager to src/Xavier Claessens2008-07-158-230/+226
* Remove the contact pending event when the contact is not pending anymore.Xavier Claessens2008-07-151-2/+14
* Fix compile errorXavier Claessens2008-07-151-1/+1
* Fix reviewer complainsXavier Claessens2008-07-151-2/+8
* Remove an empty lineXavier Claessens2008-07-151-1/+0
* Activate the event when clicking on the contact list.Xavier Claessens2008-07-151-8/+23
* Blink the status icon when a contact has an event.Xavier Claessens2008-07-152-2/+199
* Add the contact from who the event comes in the EmpathyEvent struct.Xavier Claessens2008-07-152-16/+21
* Add empathy_event_manager_get_eventsXavier Claessens2008-07-152-0/+15
* Move event code from EmpathyStatusIcon to EmpathyEventManagerXavier Claessens2008-07-154-370/+560
* Bump version to 0.23.5Xavier Claessens2008-07-151-1/+1
* Fix the release script to correctly send emails when notes have some "Xavier Claessens2008-07-151-1/+6
* Fix POTFILES.inXavier Claessens2008-07-151-2/+2
* Updated with lates changeXavier Claessens2008-07-151-0/+1
* If InspectHandles fails print a debug message and return.Xavier Claessens2008-07-151-1/+6
* Do not call g_array_free if the array is NULLXavier Claessens2008-07-151-2/+1
* Fix reviewer commentsXavier Claessens2008-07-153-44/+53
* Correctly update the UI when listing state changes.Xavier Claessens2008-07-151-1/+1
* Fix listing chatrooms with salutXavier Claessens2008-07-151-17/+52
* Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)Jonny Lamb2008-07-1511-29/+16
* Bump ABIEMPATHY_0_23_4Xavier Claessens2008-07-151-3/+3
* Update NEWSXavier Claessens2008-07-151-0/+41
* Update python bindingXavier Claessens2008-07-141-0/+16
* Really fix the leak. Address is created using g_value_dup_boxed so it should ...Xavier Claessens2008-07-141-3/+12
* Release a variable with g_free() instead of tp_g_value_slice_free(). Fixes bu...Xavier Claessens2008-07-141-2/+1
* Merge branch 'leak'Xavier Claessens2008-07-142-0/+4
* Fix leaked accounts. mc_accounts_list ref all accounts.Xavier Claessens2008-07-141-4/+7
* Reverse order of buttons on the dialog box to delete a contact (or a group). ...Xavier Claessens2008-07-141-1/+1
* Useless to cast 2 times to the same classXavier Claessens2008-07-141-1/+1
* Updated de translation (Andre Klapper).Andre Klapper2008-07-131-72/+99
* Updated Galician Translation.Ignacio Casal Quinteiro2008-07-131-51/+76
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-07-101-45/+63
* Updated Norwegian bokmål translation.Kjartan Maraas2008-07-091-51/+73
* Do not popup the Save As menu if the contact has no avatar.Xavier Claessens2008-07-091-0/+4
* Fix some coding styleXavier Claessens2008-07-093-153/+115
* empath-contact: remove tabs (Guillaume Desmottes)Xavier Claessens2008-07-092-410/+409
* empathy-contact-widget: remove tabs (Guillaume Desmottes)Xavier Claessens2008-07-092-371/+383
* empathy-contact-widget: use gtk_image_menu_item_new_from_stock (Guillaume Des...Xavier Claessens2008-07-091-4/+2
* switch empathy-contact to Collabora coding style (Guillaume Desmottes)Xavier Claessens2008-07-092-316/+319
* switch empathy-contact-widget to Collabora coding style (Guillaume Desmottes)Xavier Claessens2008-07-092-437/+467
* use SAVE_AS stock icon when saving the avatar (Guillaume Desmottes)Xavier Claessens2008-07-091-1/+1
* Add an option to save avatar to disk. Fixes bug #541431 (Guillaume Desmottes)Xavier Claessens2008-07-091-0/+152
* Document empathy_avatar_save_to_file (Guillaume Desmottes)Xavier Claessens2008-07-092-1/+11
* add empathy_avatar_save_to_file (Guillaume Desmottes)Xavier Claessens2008-07-092-1/+11
* Add gitignore for de help translationXavier Claessens2008-07-081-0/+1
* Made the Close button the default widget in the contact edit dialog. (Jonny L...Jonny Lamb2008-07-082-0/+4
* Made account removal confirmation dialog modal. (Jonny Lamb)Jonny Lamb2008-07-081-1/+1
* Added support for the chat window to show the avatar as the icon. Fixes bug #...Jonny Lamb2008-07-083-1/+30
* Add some comments to the message queue codeXavier Claessens2008-07-081-2/+7
* Before emitting a message make sure the ID is also ready. Fixes bug #540360.Xavier Claessens2008-07-081-2/+4
* Make empathy_contact_equal NULL-safe for the contact ID and use the ^ operato...Xavier Claessens2008-07-081-2/+4
* Added German translation by Mario Blättermann.Philipp Kerling2008-07-052-1/+519
* Fix a gcc warning complaining about a var that could be used uninitializedXavier Claessens2008-07-051-1/+1
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-07-051-8/+12
* Fix gtk_check_version usage, it returns NULL when version is OK.Xavier Claessens2008-07-051-1/+1
* Use function to check GTK+ version instead of mangling directly. Fixes bug #5...Xavier Claessens2008-07-051-1/+1
* Prepend "mailto:" to urls containing a "@".Xavier Claessens2008-07-051-5/+9
* Update default domains in profiles.Xavier Claessens2008-07-043-2/+4
* Unref profile and improve a bit default account domain code.Xavier Claessens2008-07-041-18/+14
* Automatically add default account domain where appropriate. Fixes bug #534425...Jonny Lamb2008-07-041-2/+24
* Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ...Jonny Lamb2008-07-046-9/+19
* Set an smiley icon for the "Insert smiley" menu item.Xavier Claessens2008-07-042-2/+12
* Set an icon for the spellcheck menu itemXavier Claessens2008-07-041-1/+5
* Remove useless empty lines in chat_input_populate_popup_cb.Xavier Claessens2008-07-041-28/+16
* Added Send menu item to the chat input menu. Fixes bug #532622 (Jonny Lamb).Jonny Lamb2008-07-041-1/+22
* Updated Occitan translationYannig MARCHEGAY2008-07-031-840/+1038
* Updated Norwegian bokmål translation.Kjartan Maraas2008-06-251-19/+20
* Updated sv translation (<Daniel Nylander>).Daniel Nylander2008-06-241-316/+360
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-06-211-16/+56
* Fix coding styleXavier Claessens2008-06-191-6/+6
* "ready & EMPATHY_CONTACT_READY_NAME" instead of ready | EMPATHY_CONTACT_READY...Xavier Claessens2008-06-191-1/+1
* Fix coding styleXavier Claessens2008-06-191-3/+1
* Move contact_set_ready_flag() in _set_name() and _set_handle().Xavier Claessens2008-06-191-2/+2
* Fix the bug "Incoming call from (null)" (Alban Crequy)Xavier Claessens2008-06-191-0/+9
* don't set the flag to ready if we are not yet ready, especially when we send ...Xavier Claessens2008-06-191-1/+1
* Add .gitignore for french translationXavier Claessens2008-06-181-0/+1
* Updated de translation.Andre Klapper2008-06-181-688/+1270
* Updated vi translation (Clytie Siddall)Clytie Siddall2008-06-151-19/+20
* ru.po: Updated Russian translation by Il'ya Mertsalov.Nickolay V. Shmyrev2008-06-151-1871/+1368
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-06-152-29/+20
* Added fr translation, completed DOC_FIGURES in Makefile.amClaude Paroz2008-06-154-2/+739
* Updated fr translation.Claude Paroz2008-06-152-139/+58
* Updated Galician Translation.Ignacio Casal Quinteiro2008-06-151-19/+20
* Coding style (Alban Crequy)Xavier Claessens2008-06-131-3/+2
* g_object_unref the right variable (Alban Crequy)Xavier Claessens2008-06-131-1/+1
* Add g_return_val_if_fail (Alban Crequy)Xavier Claessens2008-06-131-0/+2
* Do not include _gen/ files (Alban Crequy)Xavier Claessens2008-06-131-1/+1
* Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)Xavier Claessens2008-06-133-12/+11
* Fix identation (Alban Crequy)Xavier Claessens2008-06-131-1/+2
* g_object_unref after g_object_get (Alban Crequy)Xavier Claessens2008-06-131-0/+3
* Do not show the keypad when the media channel does not have the DTMF interfac...Xavier Claessens2008-06-132-0/+21
* Better dialog message when a call is rejected (Alban Crequy)Xavier Claessens2008-06-131-1/+5
* Check if there is a publish/subscribe list before adding/removing contacts fr...Xavier Claessens2008-06-121-4/+11
* Updated Arabic Translation by Abou Manal. Djihed Afifi2008-06-122-35/+48
* Use empathy.foo() instead of empathy_foo() for functions bindingXavier Claessens2008-06-103-197/+200
* Python binding for empathy_dispatcher_chat_with_contact_id: Take theXavier Claessens2008-06-101-0/+21
* Updated Spanish translationJorge Gonzalez Gonzalez2008-06-093-8/+15
* Updated Spanish translation and uploaded figuresJorge Gonzalez Gonzalez2008-06-081-91/+492
* EmpathyCallWindow: Get a new video preview when pushing a new call into the w...Xavier Claessens2008-06-081-0/+6
* Set position/size of chat window only when adding the first chat. Fixes bug #...Xavier Claessens2008-06-081-14/+17
* Add -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug #53712...Xavier Claessens2008-06-083-4/+5
* Close contact list when Escape is pressed. Fixes bug #536628 (Ross Burton).Xavier Claessens2008-06-081-1/+17
* Updated Norwegian bokmål translationKjartan Maraas2008-06-081-37/+50
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-06-071-12/+16
* Updated Galician Translation.Ignacio Casal Quinteiro2008-06-061-4/+8
* Updated vi translation (Clytie Siddall)Clytie Siddall2008-06-051-157/+95
* Add a command line option to hide contact list on startup. Fixes bug #535080 ...Xavier Claessens2008-06-043-6/+16
* Updated Galician Translation.Ignacio Casal Quinteiro2008-06-041-98/+107
* Bump versionXavier Claessens2008-06-031-1/+1
* Fix sending emails from release scriptXavier Claessens2008-06-031-2/+2
* Prepare for releaseEMPATHY_0_23_3Xavier Claessens2008-06-032-3/+27
* Send announce emails from release scriptXavier Claessens2008-06-031-1/+10
* Only display tooltip on the contact list if running with GTK >= 2.12.10.Xavier Claessens2008-06-031-0/+5
* Updated vi translation (Clytie Siddall)Clytie Siddall2008-06-021-1469/+1432
* Typo in a titleXavier Claessens2008-06-021-1/+1
* Wrote Accounts section (still need some work), added Contacts section and sta...Xavier Claessens2008-06-021-9/+325
* Added two figures for the documentationXavier Claessens2008-06-023-9/+1
* Small advance on the documentationXavier Claessens2008-06-021-18/+48
* Do not ref tooltip_widget otherwise it never gets destroyed.Xavier Claessens2008-06-021-24/+6
* gtk_widget_set_has_tooltip can't take a value >1 even if it's still TRUEXavier Claessens2008-05-301-2/+3
* Set a tooltip on contact list view showing EmpathyContactWidget informationXavier Claessens2008-05-302-11/+80
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-05-291-28/+32
* Do not warning if we try to load the avatar of a contact that does not yet ha...Xavier Claessens2008-05-281-14/+14
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, t...Xavier Claessens2008-05-2816-313/+266
* empathy_proxy_hash and _equal can be used only with proxies that unsure uniqu...Xavier Claessens2008-05-281-3/+8
* Only permit to have one running call at any time. Fixes bug #527970.Xavier Claessens2008-05-273-60/+31
* Updated ja translation (Takeshi AIHANA).Takeshi Aihana2008-05-251-691/+1065
* Add CLOEXEC flag on BaconMessageConnection FD. Fixes bug #533840.Xavier Claessens2008-05-241-3/+11
* Update BaconMessageConnection from libbacon SVNXavier Claessens2008-05-242-0/+16
* Fix warning in status iconXavier Claessens2008-05-231-1/+2
* Updated Norwegian bokmål translation.Kjartan Maraas2008-05-232-173/+176
* Updated Arabic Translation by Abou Manal. Djihed Afifi2008-05-232-64/+70
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-05-231-167/+167
* Emit "send-error" signal if Send() call failsXavier Claessens2008-05-221-2/+18
* Do not add a separator on the contact menu if there is no remove feature.Xavier Claessens2008-05-221-3/+2
* Updated French translationClaude Paroz2008-05-211-854/+1034
* Schema short description improved. Fixes bug #533541 (Claude Paroz).Xavier Claessens2008-05-211-3/+3
* Add help button on accounts dialog. Fixes bug #533732 (Milo Casagrande).Xavier Claessens2008-05-212-8/+32
* Updated Arabic Translation by Abou Manal. Djihed Afifi2008-05-192-896/+1126
* Do not use statis pointer for MenuPopupData because it get freed.Xavier Claessens2008-05-191-5/+6
* No need of an idle callback forkey mXavier Claessens2008-05-191-6/+5
* Little cleanupXavier Claessens2008-05-191-9/+5
* Popup context menu when menu key is pressed. Fixes bug #531414 (Baptiste Mill...Xavier Claessens2008-05-191-0/+23
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-1813-343/+545
* Bump versionXavier Claessens2008-05-171-1/+1
* Prepare for releaseXavier Claessens2008-05-172-2/+40
* Request publish and subscribe lists instead of waiting for CM to create them.Xavier Claessens2008-05-161-113/+172
* Use tp_connection_call_when_readyXavier Claessens2008-05-161-14/+21
* Remove useless files from POTFILES.inXavier Claessens2008-05-161-2/+0
* Updated Galician Translation and POTFILES.inIgnacio Casal Quinteiro2008-05-142-660/+1139
* sync totem-subtitle-encoding.c with totem as the file was properly relicensed...Xavier Claessens2008-05-141-9/+9
* Add a func to activate any eventXavier Claessens2008-05-141-15/+22
* Do not unref tp_chat directly in the message_received callback to avoid a crash.Xavier Claessens2008-05-091-1/+12
* Don't leak queued messages if EmpathyTpChat gets finalized.Xavier Claessens2008-05-091-0/+15
* Update python bindingXavier Claessens2008-05-093-2/+60
* Add EmpathyDispatcher to API doc.Xavier Claessens2008-05-092-0/+3
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p...Xavier Claessens2008-05-0911-1099/+1101
* Make _get_invitation more reliableXavier Claessens2008-05-091-4/+9
* Include empathy-contact-list.hXavier Claessens2008-05-091-0/+1
* Avoid calling ListPendingMessage if it's already running.Xavier Claessens2008-05-092-10/+12
* Ref the call object when emiting notify signals because signal handles could ...Xavier Claessens2008-05-091-2/+7
* Do not try to remove duplicate backlog from archives and server. Fixes bug #5...Xavier Claessens2008-05-081-34/+3
* Updated cs translation (Lucas Lommer).Petr Kovář2008-05-071-1378/+1262
* More duplicate includes of empathy-debug.hXavier Claessens2008-05-072-3/+0
* Do not include empathy-debug.h twiceXavier Claessens2008-05-071-1/+0
* Updated Norwegian bokmål translation.Kjartan Maraas2008-05-071-739/+1147
* Fix doc for changes of EmpathyMessageXavier Claessens2008-05-061-2/+1
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-0678-587/+487
* If self presence message is "" do like if it was NULL.Xavier Claessens2008-05-052-4/+12
* updated he translationYair Hershkovitz2008-05-051-871/+1069
* Avoid copying chat list in chat_window_delete_event_cb.Xavier Claessens2008-05-051-11/+5
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-05-031-80/+132
* Updated Slovenian translationMatej Urbančič2008-05-021-17/+69
* Do not request video stream until the user click on the 'send video' box.Xavier Claessens2008-05-021-11/+4
* Fix build with debug disabled.Xavier Claessens2008-05-022-5/+11
* Fix unused var if debug is disabled.Xavier Claessens2008-05-021-3/+1
* Remove useless g_print and enable tp-glib debug messages.Xavier Claessens2008-05-021-3/+2
* Keypad is unsensitive if the call is not ACCEPTEDXavier Claessens2008-05-023-55/+60
* Implement DTMF.Xavier Claessens2008-05-023-2/+88
* Add keypad to the call window glade.Xavier Claessens2008-05-021-4/+223
* Fix packing of the preview video.Xavier Claessens2008-05-021-2/+4
* Updated Slovenian translationMatej Urbančič2008-05-011-37/+48
* Updated Slovenian translationMatej Urbančič2008-05-011-172/+158
* Make use of tp-glib debug system.Xavier Claessens2008-05-0158-865/+755
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-05-011-82/+81
* Add a confirmation dialog to accept/reject incoming calls. Do not show remote...Xavier Claessens2008-04-302-113/+113
* Fix type: s/hand up/hang up/Xavier Claessens2008-04-301-2/+2
* Fix stock ids marked for translation. Fixes bug #530090 (Gabor Kelemen).Xavier Claessens2008-04-292-6/+6
* Reword call window: Use GtkVolumeButton, only one button to accept/reject cal...Xavier Claessens2008-04-292-279/+146
* Updated Slovenian translationMatej Urbančič2008-04-291-34/+45
* Updated Slovenian translationMatej Urbančič2008-04-291-128/+69
* Add missing fileXavier Claessens2008-04-281-0/+1
* Hide contact list when text channel is destroyed.Xavier Claessens2008-04-281-18/+21
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-04-281-17/+15
* Updated Slovenian translationMatej Urbančič2008-04-271-699/+1103
* Correct string hyphenation. Fix bug #529436 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-273-4/+4
* Correct spacing in some strings. Fix bug #529437 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-273-3/+3
* Correct capitalisation. Fix bug #529439 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-272-2/+2
* Updated hu translationGabor Keleman2008-04-271-189/+137
* Updated hu translationGabor Keleman2008-04-271-626/+1134
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-04-261-191/+131
* Improve the close warning message. (Elliot Fairweather).Xavier Claessens2008-04-251-1/+1
* Do not give a struct as a parameter by value. (Alban Crequy).Xavier Claessens2008-04-254-16/+16
* Create contact menu in empathy-contact-menu.hXavier Claessens2008-04-2510-314/+348
* Setup contact submenu in chat window.Xavier Claessens2008-04-254-9/+70
* Simplify input resizeXavier Claessens2008-04-251-139/+29
* Remove useless declarationsXavier Claessens2008-04-251-4/+0
* Do not create the contact list if it's not displayed.Xavier Claessens2008-04-251-17/+21
* Reorder functions to not have to declare them on top.Xavier Claessens2008-04-251-668/+564
* Move contact menu code to its own module.Xavier Claessens2008-04-255-285/+402
* Bump tp-glib version required to 0.7.6. Fixes bug #529651.Xavier Claessens2008-04-241-1/+1
* Remove conditional build of VOIP.Xavier Claessens2008-04-246-50/+0
* Comply to HIG guidelines. Fixes bug #526926 (Elliot Fairweather, Xavier Claes...Xavier Claessens2008-04-231-3/+6
* Updated sv translation (Daniel Nylander)Daniel Nylander2008-04-231-750/+857
* Add man page for empathy and empathy-accounts. Fixes bug #529552 (Simon McVit...Xavier Claessens2008-04-233-0/+40
* Fix some warnings with roomlistXavier Claessens2008-04-232-6/+15
* Do not apply different theme to chat and chatroomsXavier Claessens2008-04-236-109/+2
* Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens2008-04-235-23/+67
* Cleanup the spell code.Xavier Claessens2008-04-223-71/+56
* Use enchant instead of aspell. Fixes bug #460624 (Frederic Peters).Xavier Claessens2008-04-222-115/+119
* Updated en_GB translation (Philip Withnall).Philip Withnall2008-04-221-753/+911
* Add support for apt:// URLS. Fixes bug #529049 (Gaëtan Podevijn).Xavier Claessens2008-04-222-0/+6
* Add tube API documentation.Xavier Claessens2008-04-222-0/+4
* Bump version to 0.23.2Xavier Claessens2008-04-211-1/+1
* Fix warning when changing send video button before accepting the call.EMPATHY_0_23_1Xavier Claessens2008-04-211-1/+4
* Partly fix INCOMING callsXavier Claessens2008-04-211-24/+9
* Fix OUTGOING callsXavier Claessens2008-04-212-28/+51
* If window->call is NULL consider the call as CLOSEDXavier Claessens2008-04-211-2/+4
* Remove duplicate define in header.Xavier Claessens2008-04-211-2/+0
* Update NEWS with changes in 0.23.1Xavier Claessens2008-04-211-0/+57
* Bump ABIXavier Claessens2008-04-211-4/+4
* Do not install schemas in distcheckXavier Claessens2008-04-211-2/+3
* Don't resize the window when a contact list appear if it's already big enough.Xavier Claessens2008-04-211-9/+13
* Never set the remote_contact for named rooms, do not pretend it's a p2p chat ...Xavier Claessens2008-04-211-8/+21
* Add files to gitignore for help translationsXavier Claessens2008-04-212-1/+3