aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prepare 2.30.0.1 releaseEMPATHY_2_30_0_1Guillaume Desmottes2010-04-092-2/+34
|
* account_assistant_apply_account_and_finish: explicitely ask to set the ↵Guillaume Desmottes2010-04-091-7/+10
| | | | | | | | | | | | | | display name Checking if priv->current_widget_object is NULL or not isn't right because if we create a normal account before the Salut one, this pointer is not NULL and we rename the Salut account to the same name that the standard one. This patch adds an extra argument account_assistant_apply_account_and_finish saying if we should set a new display name or not. It's more clear and avoid to rely on side effects. Fixes bug #615058
* status-icon: don't approve event if notification bubble has been di ↵Guillaume Desmottes2010-04-091-25/+2
| | | | | | smissed This code was broken anyway so we don't change the current behaviour.
* remove NotificationDataGuillaume Desmottes2010-04-091-29/+3
| | | | | We just need the window now. This has the nice side effect of fixing bug #615027.
* chat-window: don't present chat if notification has been dismissedGuillaume Desmottes2010-04-091-8/+0
| | | | | | | Clicking on a notification mean 'please go away'. If user wants to approve the action he has to click on the 'Reply' button. This code was broken anyway so we don't change the current behaviour.
* rename im-xmpp icon to im-jabberGuillaume Desmottes2010-04-087-6/+6
| | | | Empathy uses 'im-jabber'.
* location_manager_dispose: chain up to the parent's dispose, not the parent's ↵Simon McVittie2010-04-071-1/+4
| | | | | | | finalize This leads to crashes when other code is relying on weak reference notifications happening in the right order.
* Updated Thai translation.Theppitak Karoonboonyanan2010-04-071-373/+402
|
* Updated Danish translationAsk H. Larsen2010-04-061-112/+106
|
* account-chooser: check if account is NULL before trying to use it (#614874)Guillaume Desmottes2010-04-051-0/+4
|
* Minor update for Crimean Tatar/Turkish translationReşat SABIQ2010-04-041-4/+4
|
* Fixes to Catalan translationJordi Serratosa2010-04-021-131/+126
|
* Updated Italian translationMilo Casagrande2010-04-011-4/+4
|
* disconnect NewChannels signal once we got all the list channels we care aboutGuillaume Desmottes2010-03-301-1/+19
|
* tp-contact-list: watch for list channels announced in NewChannels signalsGuillaume Desmottes2010-03-301-0/+47
| | | | | | If ensuring list channels fails (for example because the server is slow and the D-Bus call timeouts before CM fetches the roster), we have a chance to get them later. (#612949)
* allow got_list_channel to be called more than once for the same channelGuillaume Desmottes2010-03-301-2/+6
| | | | Also allow to pass other list channel such as 'deny' for example.
* factor out got_list_channelGuillaume Desmottes2010-03-301-19/+27
|
* don't leak the classes listGuillaume Desmottes2010-03-301-4/+12
|
* Unsensitive roomlist expander if roomlist is not supported (#614002)Guillaume Desmottes2010-03-301-0/+2
|
* Don't request roomlist channel if not supported (#614002)Guillaume Desmottes2010-03-301-1/+14
|
* empathy_dispatcher_find_requestable_channel_classes: allow handle_type being 0Guillaume Desmottes2010-03-301-2/+0
| | | | | This allows us to check if channel type with HandleType=None are supported (for example roomlist channels).
* release.py: releases are now tagged EMPATHY_2_30*Guillaume Desmottes2010-03-301-1/+1
|
* Sets sensitivity of Previous/Next Tab menu items based on ↵Aaron Brown2010-03-301-2/+7
| | | | gtk-keynav-wrap-around and tab position (#613382)
* Updated Arabic translationKhaled Hosny2010-03-301-125/+121
|
* Updated Latvian translation.Peteris Krisjanis2010-03-301-474/+335
|
* chat: use empathy_signal_connect_weak to connect signal on the bufferGuillaume Desmottes2010-03-291-2/+2
| | | | | | The textview can't survive once the EmpathyChat has been destroyed but if for some reason its buffer it's still alive, firing this signal leads to a crash (#612363).
* chat_input_text_buffer_changed_cb: 'priv' is uselessGuillaume Desmottes2010-03-291-3/+0
|
* coding style fixesGuillaume Desmottes2010-03-291-6/+5
|
* Check for errors when linking the video source into a call (#612020)Olivier Crête2010-03-291-7/+60
|
* Verify that the video source could be linked into the pipelineOlivier Crête2010-03-291-1/+5
|
* Return error when the audio source can not be startedOlivier Crête2010-03-291-4/+31
|
* telepathy-glib sucks, need to send stream error from the main threadOlivier Crête2010-03-291-2/+13
|
* Return a telepathy error if the source can't be addedOlivier Crête2010-03-292-4/+10
|
* Remove false commentOlivier Crête2010-03-291-1/+0
| | | | | The sink-added callback is called in response to a dbus call, so from the main thread. It is the src-addec callback that comes from a streaming thread.
* Add audio conversion filter to receive pipelineOlivier Crête2010-03-291-1/+43
|
* Add fakesink to srcpad if not real sink could be linkedOlivier Crête2010-03-291-0/+30
|
* Emit error when failing to link audio padOlivier Crête2010-03-291-1/+12
|
* Send stream error when the src pad can't be linkedOlivier Crête2010-03-292-4/+11
|
* Handle errors from audio sinkOlivier Crête2010-03-291-5/+53
|
* new-chatroom-dialog: filter CM not implementing groupchatAndrew Gorcester2010-03-291-1/+45
|
* tp-chat: update self user if it has been renamed (#613930)Guillaume Desmottes2010-03-291-0/+6
|
* start dev of next releaseGuillaume Desmottes2010-03-291-1/+1
|
* fallback to JID if alias is emptyFelix Kaser2010-03-291-5/+8
| | | | if the alias is empty, contact_get_name should fallback to the jabber id. this fixes bug #614162
* fix alignment of the label in error-infobarFelix Kaser2010-03-291-0/+1
| | | | this left aligns the label which contains the error message in the infobar. fixes bug #609823
* Updated Greek translation for empathy documentationSimos Xenitellis2010-03-291-1/+1
|
* prepare 2.30 releaseEMPATHY_2_30_0Guillaume Desmottes2010-03-292-3/+74
|
* release.py: add release date in NEWSGuillaume Desmottes2010-03-291-1/+2
|
* release.py: draw a 'line' of the length of the titleGuillaume Desmottes2010-03-291-1/+3
|
* Update Simplified Chinese translation.Aron Xu2010-03-291-726/+960
|
* remove empathy_log_store_empathy_get_dirGuillaume Desmottes2010-03-292-10/+0
|
* ship a copy of empathy_log_store_empathy_get_dir in migrate-butterfly-logs.cGuillaume Desmottes2010-03-291-5/+32
| | | | | | | | | Code duplication isn't cool but that allows us to migrate logs when Empathy is built with TPL as well (#613437). The other option was to always build log-store-empathy but it's pulling log-store and even the log-manager. I think adding this small duplication is ok as that's temporary code that will be dropped during the 2.31 cycle.
* coding style fixesGuillaume Desmottes2010-03-291-2/+2
|
* fix menu_tabs_right acceleratorGuillaume Desmottes2010-03-291-1/+1
|
* Merge commit 'treitter/bug-613272'Guillaume Desmottes2010-03-293-527/+543
|\
| * Set a default empathy-accounts window size such that any scrolled Advanced ↵Travis Reitter2010-03-271-1/+1
| | | | | | | | section will be somewhat-reasonably-sized.
| * Another way to fix Gnome bug #613272. This puts the Advanced expander ↵Travis Reitter2010-03-254-628/+630
| | | | | | | | content for each of the problem protocols in a scrolled window, instead of the entire Details section.
| * Make the account details pane scrollable, in case the Advanced section is ↵Travis Reitter2010-03-203-105/+119
| | | | | | | | too large to fit on the screen all at once. Fixes Gnome bug #613272.
* | Adds Ctrl+Shift+PgUp/PgDn accelerator key to move current tab left/right ↵Aaron Brown2010-03-291-0/+2
| | | | | | | | (#614155)
* | Updated Serbian translationsBranko Kokanović2010-03-292-484/+548
| |
* | Update Czech translationPetr Kovar2010-03-291-27/+22
| |
* | Updated Bengali translationJamil Ahmed2010-03-281-148/+132
| |
* | Updated Danish translationAsk H. Larsen2010-03-281-941/+1507
| |
* | Updated Greek translationSimos Xenitellis2010-03-271-2/+2
| |
* | Updated Basque languageInaki Larranaga Murgoitio2010-03-271-15/+39
| |
* | Updated Bengali translationJamil Ahmed2010-03-271-638/+741
| |
* | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-03-272-78/+70
| |
* | Updated Norwegian bokmål translationKjartan Maraas2010-03-271-240/+250
| |
* | Update Czech translationJiri Eischmann2010-03-271-910/+1364
| |
* | Updated Lithuanian translationŽygimantas Beručka2010-03-271-860/+1571
| |
* | Updated Greek translation for empathy documentationMarios Zindilis2010-03-271-138/+47
| |
* | Updated Kurdish translationSîmurg562010-03-261-844/+1274
| |
* | Updated Kurdish translationSîmurg562010-03-261-1360/+701
| |
* | Updated Ukrainian translationMaxim V. Dziumanenko2010-03-261-205/+225
| |
* | Updated German doc translationMario Blättermann2010-03-261-402/+420
| |
* | Add a comment explaining translator how to make the Facebook string look niceGuillaume Desmottes2010-03-261-1/+1
| |
* | One more time...Timo Jyrinki2010-03-261-13/+13
| |
* | Updated French doc translationBruno Brouard2010-03-261-2/+2
| |
* | Updated translation from Launchpad.Timo Jyrinki2010-03-261-124/+126
| |
* | Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2010-03-261-872/+1495
| |
* | Removed the non standard notification capabilities from the listNicolò Chieffo2010-03-251-4/+0
| |
* | Merge branch 'hidden-613892'Guillaume Desmottes2010-03-251-1/+1
|\ \
| * | Launch Empathy in hidden mode when invoked (#613892)Guillaume Desmottes2010-03-251-1/+1
| | |
* | | Updated Greek translationΜάριος Ζηντίλης2010-03-251-1150/+973
|/ /
* | Updated Greek translationKostas Papadimas2010-03-251-809/+411
| |
* | Updated Spanish translationJorge González2010-03-251-6/+8
| |
* | fix enalbe typo - bgo 613772Paul Cutler2010-03-241-1/+1
| |
* | Updated Galician translationFran Diéguez2010-03-241-26/+20
| |
* | Updated French doc translationBruno Brouard2010-03-241-1023/+2980
| | | | | | | | | | Contributed by Bruno Brouard <annoa.b@gmail.com> and Rémi Peixoto <remi.peixoto@gmail.com>
* | Same reap-child fix for empathy-debuggerDanielle Madeley2010-03-241-1/+1
| |
* | Automatically reap the empathy-accounts child processDanielle Madeley2010-03-244-31/+8
| | | | | | | | Remove unrequired exit_cb code
* | empathy-contact-manager: no need to pass object as user_data and weak_objectDanielle Madeley2010-03-241-2/+2
| |
* | empathy-contact-manager: remove unrequired for loop when unpacking structDanielle Madeley2010-03-241-14/+5
| |
* | Updated Catalan translationGil Forcada2010-03-241-989/+1512
| |
* | empathy-debugger: set text domainGuillaume Desmottes2010-03-231-0/+1
| | | | | | | | If we don't set it the debugger is not translated.
* | updating for Punjabi by A S AlamA S Alam2010-03-231-56/+64
| |
* | Updated Basque languageInaki Larranaga Murgoitio2010-03-231-6/+6
| |
* | empathy-accounts: set text domainGuillaume Desmottes2010-03-221-0/+1
| | | | | | | | | | If we don't set it the accounts assistant and dialog are not translated (#613596).
* | Update Romanian translationAdi Roiban2010-03-221-207/+235
| |
* | chat-window: remove some DEBUG callsGuillaume Desmottes2010-03-221-15/+0
| | | | | | | | They don't really give us anything useful and flood logs.
* | empathy_window_present: use X server time if there is no eventGuillaume Desmottes2010-03-221-2/+51
| |
* | Estonian translation updatedIvar Smolin2010-03-221-6/+6
| |
* | Updated Hungarian translationGabor Kelemen2010-03-211-745/+957
| |
* | Updated Portuguese translationDuarte Loreto2010-03-211-862/+1481
| |
* | Updated Galician translationFran Diéguez2010-03-211-174/+213
| |
* | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-03-202-364/+428
| |
* | Updated German translationChristian Kirbach2010-03-201-9/+5
| |
* | Updated Korean translationChangwoo Ryu2010-03-201-879/+1417
| |
* | Updated Arabic translationKhaled Hosny2010-03-191-8/+14
| |
* | Updated Swedish translationDaniel Nylander2010-03-191-26/+26
|/
* Updated Italian translationMilo Casagrande2010-03-191-6/+10
|
* Updated Polish translationPiotr Drąg2010-03-191-21/+21
|
* Estonian translation updatedMattias Põldaru2010-03-181-31/+34
|
* Updated Finnish translation by Jiri Grönroos. Via Launchpad.Timo Jyrinki2010-03-181-877/+1809
|
* Updated Russian translation from Yury KozlovLeonid Kanter2010-03-181-39/+18
|
* Updated Brazilian Portuguese translationDjavan Fagundes2010-03-181-177/+207
|
* Updated French translationBruno Brouard2010-03-181-46/+52
|
* Updated British English translationBruce Cowan2010-03-181-178/+208
|
* Updated German translationChristian.Kirbach2010-03-181-173/+207
|
* Updated Spanish translationJorge González2010-03-181-55/+55
|
* Updated Bulgarian translationAlexander Shopov2010-03-171-5/+5
|
* Updated Slovenian translationMatej Urbančič2010-03-171-53/+53
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-171-75/+49
|
* sidebar: fix assertion in empathy_sidebar_menu_position_underGuillaume Desmottes2010-03-171-1/+1
| | | | | For some reason this assertion was done the wrong way. I checked in eog and it's supposed to be done that way (#612557).
* fix escaping of UTF-chars in ui file (#613117)Gabor Kelemen2010-03-172-4/+4
|
* Added gtk-keynav-wrap-around check before cycling tabsmrhappypants2010-03-171-2/+10
|
* updating for Punjabi by A S AlamA S Alam2010-03-171-232/+248
|
* Updated Kurdish translationsimurg562010-03-171-981/+2855
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-171-43/+69
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-171-196/+190
|
* Updated Bulgarian translationAlexander Shopov2010-03-161-228/+237
|
* Update Russian translation from Alexander SaprykinLeonid Kanter2010-03-161-222/+246
|
* start dev of next releaseGuillaume Desmottes2010-03-161-1/+1
|
* Revert "Updated Italian translation"Milo Casagrande2010-03-161-3091/+3050
| | | | This reverts commit dd8208c3597a234a62e3502f098d3c32fcedf70a.
* Updated Italian translationFrancesco Marlatta2010-03-161-3050/+3091
|
* Updated French translationClaude Paroz2010-03-161-143/+160
|
* Updated Italian translationMilo Casagrande2010-03-161-237/+247
|
* Updated Arabic translationKhaled Hosny2010-03-161-220/+242
|
* Updated Swedish translationDaniel Nylander2010-03-161-268/+285
|
* Updated Spanish translationJorge González2010-03-161-53/+58
|
* fix typo in release nameEMPATHY_2_29_93Guillaume Desmottes2010-03-161-1/+1
|
* Prepare 2.29.93 releaseGuillaume Desmottes2010-03-162-2/+46
|
* Merge commit 'staz/dnd'Guillaume Desmottes2010-03-162-13/+19
|\
| * DnD: add a text/path-list target to contact list windows tooOlivier Le Thanh Duong2010-03-161-0/+2
| |
| * DnD: add a new text/path-list target in chat windowOlivier Le Thanh Duong2010-03-161-6/+13
| | | | | | | | | | | | add a new text/path-list drop target to the chat window, it act like the text/uri-list target but is prioritized over it. This is mainly to circumvent Tomboy returning note:// uri in its uri-list.
| * chat_window_drag_motion : search in all the drop targetsOlivier Le Thanh Duong2010-03-051-7/+4
| | | | | | | | | | Use gtk_drag_dest_find_target to search in all the drop targets instead of only the first one.
* | Updated Polish translationPiotr Drąg2010-03-161-216/+222
| |
* | empathy_window_present: use _NET_WM_USER_TIME only has a fallbackGuillaume Desmottes2010-03-151-1/+5
| |
* | empathy_window_present: use gdk_x11_display_get_user_time as timestampGuillaume Desmottes2010-03-151-1/+3
| | | | | | | | | | | | | | | | | | Using G_MAXINT32 is wrong because X clock wraps every few weeks so G_MAXINT32 is not garanteed to be in the past or future. Using gdk_x11_display_get_user_time should give us a good approximation of the actual time. Fixes bug #609001.
* | empathy_window_present: remove useless 'steal_focus' argGuillaume Desmottes2010-03-156-9/+7
| |
* | main_window_chat_quit_cb: release the reference on the chatroom mgrGuillaume Desmottes2010-03-151-0/+1
| |
* | call-window: display the 'audio input' page by default (#612450)Guillaume Desmottes2010-03-151-6/+7
| |
* | idle: Only restore state but not status message when getting back from idle ↵Brian Curtis2010-03-151-14/+3
| | | | | | | | (#566832)
* | Updated Slovenian translationMatej Urbančič2010-03-151-218/+236
| |
* | add COPYING-DOCS, COPYING.LGPL and COPYING.SHARE-ALIKE to EXTRA_DIST so they ↵Guillaume Desmottes2010-03-151-5/+9
| | | | | | | | | | | | are shipped in tarballs Also sort EXTRA_DIST.
* | return correct value in g_return_val_if_failGuillaume Desmottes2010-03-151-1/+1
| |
* | contact-selector-dialog: unref filter_account when disposingGuillaume Desmottes2010-03-151-0/+5
| |
* | contact_selector_dialog_account_changed_cb: cope with ↵Guillaume Desmottes2010-03-151-0/+3
| | | | | | | | tp_account_get_connection being NULL
* | invite-participant-dialog: filter contacts by accountGuillaume Desmottes2010-03-153-4/+10
| | | | | | | | | | We can't invite contacts from other accounts so we shouldn't display them (#612718).
* | contact-selector-dialog: Add a property to filter contacts by accountGuillaume Desmottes2010-03-152-3/+72
| | | | | | | | | | This is useful when the account chooser is not displayed to filter contacts from one specific account.
* | contact_widget_contact_update: don't call ↵Guillaume Desmottes2010-03-151-0/+2
| | | | | | | | contact_widget_favourites_changed_cb if favorite support is disabled
* | Allow to unmark contacts as favorite using DnDGuillaume Desmottes2010-03-151-2/+13
| |
* | Allow to remove contact from the 'Ungrouped' group using DnDGuillaume Desmottes2010-03-151-3/+8
| |
* | factor out group_can_be_modifiedGuillaume Desmottes2010-03-151-6/+19
| |
* | Support to tag contact as favorite using DnDGuillaume Desmottes2010-03-151-2/+11
| |
* | Don't allow moving contacts to fake groups using DnDGuillaume Desmottes2010-03-153-4/+16
| | | | | | | | Fake groups can't be modified.
* | add 'favorite' checkbox to the edit dialogGuillaume Desmottes2010-03-153-6/+82
| |
* | remove double ;Guillaume Desmottes2010-03-151-2/+2
| |
* | rephrase fake favorite group display nameGuillaume Desmottes2010-03-151-1/+1
| |
* | stop exporting FAVOURITE_CONTACTS_CFLAGS and FAVOURITE_CONTACTS_LIBSGuillaume Desmottes2010-03-153-6/+0
| |
* | libtelepathy-logger has been renamed to telepathy-loggerGuillaume Desmottes2010-03-151-1/+1
| |
* | contact-list-store: remove EMPATHY_CONTACT_LIST_STORE_COL_IS_FAVOURITEGuillaume Desmottes2010-03-152-36/+0
| | | | | | | | We don't need it any more.
* | Don't display context menu when right clicking on a fake groupGuillaume Desmottes2010-03-152-5/+14
| | | | | | | | Those can't be renamed.
* | compare_separator_and_groups: check that the group is actually a fake oneGuillaume Desmottes2010-03-151-13/+15
| |
* | contact-list-store: add a column saying if a group is a fake one or notGuillaume Desmottes2010-03-152-5/+10
| |
* | stop displaying favorite contacts on top of groupsGuillaume Desmottes2010-03-151-10/+3
| | | | | | | | They are already displayed in a separated group on top of the contact list
* | Display icon near the favorite fake groupGuillaume Desmottes2010-03-151-0/+53
| |
* | Display the fake 'Favorites' group at the top of the contact listGuillaume Desmottes2010-03-151-1/+5
| |
* | Create a fake 'Favorites People' groupGuillaume Desmottes2010-03-152-1/+19
| |
* | factor out add_contact_to_storeGuillaume Desmottes2010-03-151-26/+24
| |
* | Move the 'Ungrouped' fake contact to the bottom of the contact listGuillaume Desmottes2010-03-151-2/+8
| |
* | factor out compare_separator_and_groupsGuillaume Desmottes2010-03-151-41/+45
| |
* | add 'Ungrouped' fake contactGuillaume Desmottes2010-03-152-1/+16
| |
* | Move the 'Favorite' menu item after 'Information'Guillaume Desmottes2010-03-151-7/+7
| |
* | remove EMPATHY_IMAGE_(UN)FAVOURITEGuillaume Desmottes2010-03-151-2/+0
| |
* | remove 'favorite' column in the contact listGuillaume Desmottes2010-03-151-88/+0
| | | | | | | | We can use the contact menu now.
* | Add 'favorite' checkbox to the contact menuGuillaume Desmottes2010-03-152-0/+50
| |
* | check that logger is not NULL before unrefing itGuillaume Desmottes2010-03-151-1/+2
| |
* | fix hash table leakGuillaume Desmottes2010-03-151-1/+2
| | | | | | | | | | priv->favourites takes the reference of the newly created hash table so we don't have to ref it.
* | factor out add_contacts_to_favouritesGuillaume Desmottes2010-03-151-31/+30
| |
* | Unref contact returned by empathy_contact_list_get_membersGuillaume Desmottes2010-03-151-1/+2
| | | | | | | | empathy_contact_list_get_members return a list of reffed contacts.
* | log an error if {Add,Remove}FavouriteContact failedGuillaume Desmottes2010-03-151-2/+22
| |
* | document the favorites hash tableGuillaume Desmottes2010-03-151-0/+2
| |
* | coding style fixesGuillaume Desmottes2010-03-155-51/+54
| |
* | Sync Unix_Timestamp64 definition with the specGuillaume Desmottes2010-03-151-3/+3
| | | | | | | | It now has the 'x' type.
* | Rebase the favourites support upon the telepathy-logger instead of a ↵Travis Reitter2010-03-159-21/+564
| | | | | | | | specially-named favourites group.
* | Cut out the concept of a special Favourites groupTravis Reitter2010-03-154-78/+33
| |
* | Add a favorite contacts build option and make Moblin support automatically ↵Travis Reitter2010-03-156-0/+68
| | | | | | | | turn it on.
* | Add support for marking contacts as favorites (which gives them a highlightedTravis Reitter2010-03-156-6/+181
| | | | | | | | star next to their name and adds them to the top of the contact list)
* | Updated Spanish translationJorge González2010-03-151-10/+11
| |
* | Updated Spanish translationJorge González2010-03-151-204/+221
| |
* | empathy-accounts: set a title for the assistantDanielle Madeley2010-03-151-0/+3
| |
* | empathy-accounts: set "Empathy Accounts" as application nameGuillaume Desmottes2010-03-151-1/+1
| | | | | | | | It's more friendly to translators.
* | empathy-debugger: set "Empathy Debugger" as application nameGuillaume Desmottes2010-03-151-1/+1
| | | | | | | | It's more friendly to translators.
* | Separate the debug window into its own process.Mike Ruprecht2010-03-155-3/+88
| |
* | Merge branch 'butterfly-networkid'Jonny Lamb2010-03-158-0/+291
|\ \
| * | Migrate butterfly logs to remove the network ID suffix.Jonny Lamb2010-03-138-0/+291
| | | | | | | | | | | | | | | | | | Bug #612519 contains much more information about this change. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | | Updated Spanish translationJorge González2010-03-151-21/+43
| | |
* | | Updated Italian help translationMilo Casagrande2010-03-151-67/+91
| | |
* | | Update Galician translationFran Diéguez2010-03-141-39/+26
| | |
* | | Updated German doc translationMario Blättermann2010-03-131-21/+44
| | |
* | | [help] Updated the irc-join-pwd topic: password protected IRC room now worksMilo Casagrande2010-03-131-9/+21
| | |
* | | set $HOME as default directory when sending a fileGuillaume Desmottes2010-03-121-0/+3
| | |
* | | Set XDG_DOWNLOAD_DIR as default directory when receiving a file (#612672)Guillaume Desmottes2010-03-121-0/+8
|/ /
* | Updated German doc translationMario Blättermann2010-03-121-463/+455
| |
* | updated breton translationdeniarnuad2010-03-121-1049/+1972
| |
* | Updated Spanish translationJorge González2010-03-121-79/+72
| |
* | [help] Removed the offline-contacts topic (bug 612448):Milo Casagrande2010-03-123-52/+43
| | | | | | | | | | | | * Created hide-contacts based on removed-contacts * Fixed the topic * Removed the old page from Makefile and added the new one
* | Fix a small typoLuca Ferretti2010-03-111-2/+2
| |
* | Merge branch 'butterfly-conference-misc'Jonny Lamb2010-03-112-3/+12
|\ \
| * | tp-chat: remove butterfly MSN HandleType=NONE workaroundJonny Lamb2010-03-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of butterfly use the conference interface, so their 1-1 chats don't implement the group interface. This patch changes nothing there, but now when butterfly gives a channel with TargetHandleType=NONE, it is actually a MUC, so act like that. Thanks to the addition of the conference interface with this change, we can check for its presence to decide whether this is old-school or new-school butterfly. This commit and 13a7c40c together fix bug #612461. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | tp-chat: when seeing if a chat can be upgraded, don't worry about handle typeJonny Lamb2010-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you upgrade a gtalk 1-1 chat to a PMUC, it moves from [ChannelType=TEXT, TargetHandleType=CONTACT] to [ChannelType=TEXT, TargetHandleType=ROOM]. When you upgrade an MSN 1-1 chat to a multi-user chat in butterfly, it moves from [ChannelType=TEXT, TargetHandleType=CONTACT] to [ChannelType=TEXT, TargetHandleType=NONE]. Both of these cases have the 1-1 chat properties set as fixed properties in a class in their connection's RCC. They both also have the upgraded set of properties as above fixed, and o.fd.Tp.Channel.Interface.Conference(.DRAFT) in the appropriate Allowed_Properties array. Empathy used to look for this said channel interface in the allowed properties of a TargetHandleType=ROOM class. As butterfly uses TargetHandleType=NONE, this isn't so useful, so let's not care about the handle type to fit around both gtalk and MSN. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | dispatcher: allow not caring about handle type when looking up RCCsJonny Lamb2010-03-111-2/+3
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | | Add a copy of the Attribution-ShareAlike 3.0 Unported licenceGuillaume Desmottes2010-03-111-0/+61
| | |
* | | add a copy of the GNU Free Documentation LicenseGuillaume Desmottes2010-03-111-0/+451
| | |
* | | add a copy of the LGPLv2.1Guillaume Desmottes2010-03-111-0/+504
| | |
* | | Updated Ukrainian translationMaxim V. Dziumanenko2010-03-111-1020/+1260
| | |
* | | Show offline contacts by default (#612448)Guillaume Desmottes2010-03-101-1/+1
| | |
* | | Sort contacts by state by default (#612448)Guillaume Desmottes2010-03-101-1/+1
| | |
* | | Window title for the accounts dialog should match the name in the launcher.Ken VanDine2010-03-101-1/+1
| | | | | | | | | | | | Fixes bug #612433
* | | gtk_check_version() is returning a string error or NULL, not a booleanXavier Claessens2010-03-101-1/+1
| | | | | | | | | | | | This actually invert the logic
* | | Disable empathy_add_link_markup() if linked to an old GTK versionXavier Claessens2010-03-101-0/+8
| | | | | | | | | | | | Using links in labels could make a freeze, see GNOME #612066
* | | Revert "Revert "Make links clickable in presence message and topics""Xavier Claessens2010-03-102-3/+17
| | | | | | | | | | | | This reverts commit efb42513359f4db545e3312e3c583d07c6306418.
* | | empathy-accounts: make CcPage insensitive when assistant is being shownDanielle Madeley2010-03-104-5/+59
| | | | | | | | | | | | Also destroy assistant when CcPanel becomes inactive.
* | | Updated Russian translation from Yury MyasoedovLeonid Kanter2010-03-101-1003/+1428
| | |
* | | start dev of next releaseGuillaume Desmottes2010-03-101-1/+1
| | |
* | | prepare 2.29.92EMPATHY_2_29_92Guillaume Desmottes2010-03-102-3/+31
| | |
* | | chatroom-manager: Save correct room nameJonas Bonn2010-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | When writing out the room name to the persistance file, the room name should properly be gotten with the get_room function. This bug has probably not bitten too many users as the remote room name and the favorite chatroom name usually are usually the same; however, if the user were to change the favorite chatroom name then this bug would become apparent.
* | | updating Punjabi TranslationA S Alam2010-03-091-566/+541
| | |
* | | Updated Serbian translationsBranko Kokanović2010-03-092-1676/+2866
| | |
* | | Updated Latvian translation.Anita Reitere2010-03-091-822/+1418
| | |
* | | Revert "Make links clickable in presence message and topics"Xavier Claessens2010-03-082-17/+3
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 00ab069a55f05f0203bf58f071fa7adc54b6e9ac. Conflicts: libempathy-gtk/empathy-contact-widget.c
* | | Import aim, icq and yahoo icons from gnome-icon-theme (#330394)Guillaume Desmottes2010-03-0819-0/+667
| | | | | | | | | | | | They have been removed from gnome-icon-theme.
* | | Update Romanian translationAdi Roiban2010-03-081-283/+284
| | |
* | | Merge commit 'maiku/bug-607626'Guillaume Desmottes2010-03-081-0/+13
|\ \ \
| * | | Prevent contact list tooltip from showing if context menu is shown.Mike Ruprecht2010-03-061-0/+13
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Previously, if you opened a context menu in the contact list, contact tooltips would still be capable of being shown and obscuring the context menu options. This patch prevents tooltips from being shown if a context menu is visible. Fixes #607626
* | | Updated German translationChristian Kirbach2010-03-071-242/+244
| | |
* | | Updated French translationClaude Paroz2010-03-061-334/+415
| | | | | | | | | | | | Contributed by Bruno Brouard and Claude Paroz
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-03-062-494/+506
| | |
* | | Updated Basque languageInaki Larranaga Murgoitio2010-03-061-34/+70
| | |
* | | Updated German doc translationMario Blättermann2010-03-061-612/+769
|/ /