aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* start dev of next versionGuillaume Desmottes2010-01-121-3/+3
|
* prepare 2.29.5.1EMPATHY_2_29_5_1Guillaume Desmottes2010-01-122-3/+14
|
* Revert "added si to LINGUAS file"Guillaume Desmottes2010-01-121-0/+75
| | | | | This reverts commit 26f31d66832b7ec72aa5544de15cd99cbf90640e. This commit accidentally removed the po/LINGUAS file.
* updating for Punjabi by A S AlamA S Alam2010-01-121-788/+1378
|
* start dev of 2.29.6Guillaume Desmottes2010-01-121-2/+2
|
* add Channel_Interface_Conference.xml to EXTRA_DISTEMPATHY_2_29_5Guillaume Desmottes2010-01-121-1/+2
|
* prepare 2.29.5 releaseGuillaume Desmottes2010-01-122-2/+57
|
* contact_list_store_get_contact_status_icon_with_icon_name: early return if ↵Guillaume Desmottes2010-01-121-0/+3
| | | | icon_name is NULL
* empathy_pixbuf_contact_status_icon_with_icon_name: icon_name is not supposed ↵Guillaume Desmottes2010-01-121-0/+1
| | | | to be NULL
* listen for the "account-validity-changed" so new account are added to the ↵Guillaume Desmottes2010-01-121-0/+35
| | | | dispatcher (#605689)
* store status-changed sig handler in a hash tableGuillaume Desmottes2010-01-121-0/+24
|
* factor out connect_accountGuillaume Desmottes2010-01-121-7/+14
|
* empathy_dispatcher_join_muc: assert than connection_data is not NULLGuillaume Desmottes2010-01-121-0/+1
|
* Wait that the pipeline has been started before enabling cameraGuillaume Desmottes2010-01-111-7/+10
| | | | | The v4l2src element doesn't work properly if the pipeline has not been started (#605549).
* factor out start_callGuillaume Desmottes2010-01-111-6/+11
|
* empathy_call_window_constructed: no need to call display_video_previewGuillaume Desmottes2010-01-111-2/+0
| | | | The callback fired when tool_button_camera_on will call it for us.
* remember handler ids to prevent double invokationFelix Kaser2010-01-111-4/+37
| | | | the handler ids for the status-changed signals are remembered to prevent registration more than once on newly created accounts
* use G_TYPE_OBJECT instead of G_TYPE_POINTERFelix Kaser2010-01-111-1/+1
| | | | in the signature of the account-created signal
* connect to val-changed signal in contact managerFelix Kaser2010-01-111-0/+17
| | | | | new accounts have to be registered for status-changed signals, that can only be done if the account-validity-changed signal is handled. fixes bug #604628
* connect to status-changed signal of new accountsFelix Kaser2010-01-111-0/+10
| | | | the main window has to listen for status-changed signals of newly created accounts to display error-infobar
* connect to signals when account has been createdFelix Kaser2010-01-112-3/+23
| | | | when a new account is created the signals presence-changed and status-changed of the account are connected to update the treeview icon and status infobar
* don't make add-button sensitive on protocol changeFelix Kaser2010-01-111-1/+0
| | | | when creating an account the treeview and add/import buttons should be insensitive. when during creating the protocol was altered via protocol-chooser the add-button became sensitive. this should be fixed with this commit
* disable treeview when creating an accountFelix Kaser2010-01-111-0/+13
| | | | fixes bug 604154
* Convert the context info to a translator comment (#606513)Claude Paroz2010-01-111-3/+3
|
* accounts-dialog: inherit from GtkDialog (#600023)Guillaume Desmottes2010-01-113-292/+244
|
* Updated Swedish translationDaniel Nylander2010-01-101-1390/+1157
|
* remove box around advanced settingsFelix Kaser2010-01-091-27/+11
| | | | in generic-widget, fixes bug 605529
* Updated Spanish translationJorge González2010-01-091-891/+2252
|
* Updated Spanish translationJorge González2010-01-071-40/+6
|
* contact-list-view: merge the audio and vido call columnGuillaume Desmottes2010-01-071-47/+5
| | | | | | Now that we display a context menu allowing to start audio and video call there is no point to keep the 2 icons. Merge them to one column as they are not just a hint saying that the contact supports audio and/or video.
* Display a context menu when clicking on audio/video icons (#590051)Guillaume Desmottes2010-01-071-37/+32
|
* hash_job_done: set hash_data->error to NULL when cleaning itGuillaume Desmottes2010-01-071-0/+1
| | | | This avoid to try to clean it at second time in hash_data_free (#606220).
* allow multiple rooms with /join (bug #604347)Thomas Meire2010-01-071-5/+16
|
* Updated Spanish translationJorge González2010-01-071-141/+96
|
* remove debug message when creating or retrieving a status icon from the cacheGuillaume Desmottes2010-01-061-3/+1
|
* Add the protocol icon in EmpathyContactWidget. That's displayed for contact ↵Xavier Claessens2010-01-061-4/+22
| | | | list tooltip too.
* rename 'location' to 'loc' to fix shadow declarationGuillaume Desmottes2010-01-061-3/+3
|
* Remove Pango markup from translatable strings where possiblePhilip Withnall2010-01-068-25/+85
| | | | | Use GtkBuilder attributes on labels instead, and change one instance of code to automatically add markup to the translated string.
* show_protocols should be disabled by default (#605822)Guillaume Desmottes2010-01-061-1/+1
|
* Updated Spanish translationJorge González2010-01-061-192/+392
|
* Print autocompletion suggestions to chatview (#599779)Thomas Meire2010-01-061-0/+14
|
* Fix autocompletion for non-alphanumeric nicknamesThomas Meire2010-01-061-1/+10
| | | | | | | | | | | This bug is caused by the behaviour of gtk_text_iter_backward_word_start. It searches the text for delimiters, based on languages in pango. Numbers and characters as | and [ are not considered to be part of a word in most languages, while they are a part of nicknames. Therefore, empathy fails to get the typed part of the nickname. The attached patch will instead search backwards for a space character. The text that needs to be completed, is the text between the caret and the first space before that. (#554767)
* POTFILES.in: add empathy-invite-participant-dialog.cGuillaume Desmottes2010-01-061-0/+1
|
* Updated Norwegian bokmål translation.Kjartan Maraas2010-01-061-382/+401
|
* Updated Slovenian translationMatej Urbančič2010-01-021-3422/+3523
|
* Miscellaneous string fixesPhilip Withnall2010-01-0118-31/+31
| | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-0110-36/+36
| | | | | | | Fix punctuation in the IRC command help messages. Use proper Unicode ellipses throughout Empathy, and proper em-dashes where appropriate. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Correct unnecessary use of the phrase "whether or not"Philip Withnall2010-01-011-36/+36
| | | | | | | Also correct use of nouns in place of verbs in a few areas, and make the consistent the terminology of signing in/out. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-01-012-492/+291
|
* added si to LINGUAS fileDanishka Navin2010-01-021-75/+0
|
* added si.po fileDanishka Navin2010-01-021-0/+3108
|
* added si to LINGUAS fileDanishka Navin2010-01-021-0/+1
|
* Updated British English translationPhilip Withnall2010-01-011-660/+1101
|
* Updated Spanish translationJorge González2009-12-281-46/+41
|
* Updated Spanish translationJorge González2009-12-281-143/+165
|
* Updated Arabic translationKhaled Hosny2009-12-261-600/+1088
|
* Updated Traditional Chinese(Hong Kong and Taiwan)Cheng-Chia Tseng2009-12-262-1202/+2316
|
* Remove the protocol selection screen when adding a new accountGuillaume Desmottes2009-12-262-227/+92
| | | | | Instead, display the protocol chooser on the top of the account widget (#599182).
* account-settings: use empathy_signal_connect_weak to connect the ready ↵Guillaume Desmottes2009-12-261-2/+2
| | | | | | | signal on managers If for some reason this signal is fired after the settings has been destroyed, we shouldn't crash.
* account-widget: presence_changed_cb: early return if widget has been destroyedGuillaume Desmottes2009-12-261-0/+3
| | | | | The callback needs to manipulate widgets but can't do it if the account widget has already been destroyed.
* account-widget: ensure that the object stays alive during the ↵Guillaume Desmottes2009-12-261-1/+5
| | | | tp_account_manager_prepare_async call
* status_icon_update_tooltip: display the custom status msg, if any (#604481)Guillaume Desmottes2009-12-241-3/+11
|
* status_icon_update_tooltip: display a translated version of the default ↵Guillaume Desmottes2009-12-241-6/+10
| | | | status string
* po/vi.po: Updated Vietnamese translationNguyễn Thái Ngọc Duy2009-12-241-981/+2548
|
* Updated Thai translation.Theppitak Karoonboonyanan2009-12-231-57/+64
|
* Use clutter_get_option_group instead of gtk_clutter_initGuillaume Desmottes2009-12-231-4/+3
| | | | | | clutter_get_option_group will initialize clutter during arguments parsing. This avoid to call g_set_prgname twice as it's called once by g_option_context_parse and once when initializing clutter.
* Updated Thai translation.Theppitak Karoonboonyanan2009-12-231-575/+993
|
* libempathy/empathy-irc-network-manager.c: Fix typo similiar -> similarLaurent Bigonville2009-12-231-1/+1
|
* Add register buttons to the account widgetGuillaume Desmottes2009-12-221-0/+52
|
* factor out account_widget_is_gtalkGuillaume Desmottes2009-12-221-3/+10
|
* add empathy_account_settings_get_tp_protocolGuillaume Desmottes2009-12-222-0/+11
|
* remove register radio buttons in the create account frameGuillaume Desmottes2009-12-222-125/+40
| | | | | They should be part of the account widget as we plan to kill this frame (#605213).
* reorder moblin specific codeGuillaume Desmottes2009-12-221-27/+27
| | | | | An #ifdef/#else structur is easier to read than #ifndef/#else. Change all the moblin tests to fit this structur.
* account-widget: move the 'Enable' checkbox to the top of the widget (#593268)Guillaume Desmottes2009-12-221-4/+4
| | | | This change doesn't affect the Moblin version.
* account-widget: factor out add_enable_checkboxGuillaume Desmottes2009-12-221-62/+69
|
* Merge branch 'pmuc'Danielle Madeley2009-12-2214-34/+784
|\
| * Remove FIXMEDanielle Madeley2009-12-221-2/+0
| |
| * [EmpathyContactSelectorDialog] add contact filtering supportDanielle Madeley2009-12-222-10/+55
| |
| * Remove unneeded private structDanielle Madeley2009-12-221-12/+0
| |
| * Make Invite Participant menu entry sensitive only when availableDanielle Madeley2009-12-211-0/+28
| |
| * Refactor MUC upgrading to be a feature of TpChat->add()Danielle Madeley2009-12-213-87/+107
| | | | | | | | | | Add a method to be able to tell whether a given TpChat supports you calling add() on it.
| * [EmpathyContactMenu] Replace raw Tp call with existing abstractionDanielle Madeley2009-12-211-7/+2
| | | | | | | | | | This was the place I'd copied my code from. However it makes a lot of sense to use the same abstraction here too.
| * Replace raw Tp call with existing abstraction in EmpathyTpChatDanielle Madeley2009-12-211-9/+5
| |
| * Port EmpathyInviteParticipantDialog over to EmpathyContactSelectorDialogDanielle Madeley2009-12-213-72/+70
| |
| * Bump tp-glib version to 0.9.2Danielle Madeley2009-12-211-1/+1
| |
| * Don't destroy the request properties, EmpathyDispatcher now owns themDanielle Madeley2009-12-212-1/+14
| | | | | | | | | | This is not the same as tp-glib semantics (e.g. tp_..._call_create_channel). Add some docs to EmpathyDispatcher to explain this, for the next person.
| * Add support for inviting to MUCsDanielle Madeley2009-12-211-2/+7
| |
| * Add a rudimentry UI to select a 3rd contact to inviteDanielle Madeley2009-12-214-12/+213
| | | | | | | | Needs support for inviting in MUCs added
| * Use EmpathyDispatcher to create the PMUC channelDanielle Madeley2009-12-211-24/+6
| |
| * Don't leak GPtrArrayDanielle Madeley2009-12-211-0/+1
| |
| * Add an Invite Participants menu item and make it request the Conf channelDanielle Madeley2009-12-212-2/+81
| |
| * Include Channel.Interface.Conference draft from tp-specDanielle Madeley2009-12-212-0/+401
| |
* | start dev of 2.94.5Guillaume Desmottes2009-12-221-1/+1
| |
* | prepare 2.29.4EMPATHY_2_29_4Guillaume Desmottes2009-12-222-1/+54
| |
* | account-widget-sip: re-add tooltipsGuillaume Desmottes2009-12-211-1/+5
| | | | | | | | | | They have been accidentally removed in eed9993f70997795d52828ebe56e5831c9566206.
* | event-manager: remove the auto-remove timer when the event is destroyedGuillaume Desmottes2009-12-211-2/+9
| | | | | | | | This avoid to crash when trying to re-remove an old event (#603485).
* | presence-chooser: Ellipsize long status messages (#576434)Pascal Potvin2009-12-212-0/+3
|/
* [EmpathyContactSelectorDialog] remove got_response vcallDanielle Madeley2009-12-214-47/+65
| | | | | | | | | | The got_response vcall method wasn't generic enough. It assumed that your response code was always GTK_RESPONSE_ACCEPT, and doesn't allow for the dialog to be used with gtk_dialog_run. Instead dialogs now use the regular response() vcall provided by GtkDialog, and an additional API method empathy_contact_selector_dialog_get_selected() provides the information content of the dialog.
* [EmpathyContactSelectorDialog] initialise priv->show_account_chooser correctlyDanielle Madeley2009-12-211-0/+1
|
* Updated German help translationChristian Kirbach2009-12-211-432/+402
|
* Updated Spanish translationJorge González2009-12-191-323/+429
|
* [EmpathyContactSelectorDialog] normalise case in match functionDanielle Madeley2009-12-191-15/+21
|
* [EmpathyContactSelectorDialog] tweak paddingDanielle Madeley2009-12-191-1/+2
|
* [EmpathyContactSelectorDialog] switch from table_contents to VBoxDanielle Madeley2009-12-193-6/+11
| | | | This makes it more flexible to add other contents to the dialog.
* [EmpathyContactSelectorDialog] make the Account Chooser optionalDanielle Madeley2009-12-193-8/+115
|
* [EmpathyContactSelectorDialog] make this an abstract typeDanielle Madeley2009-12-191-1/+2
| | | | i.e. a type that must be inherited and can't be created directly
* [EmpathyContactSelectorDialog] Add missing includeDanielle Madeley2009-12-191-0/+1
|
* block/unblock the right signals on menu actionsGuillaume Desmottes2009-12-181-2/+2
|
* tp-call: set debug domain to voipGuillaume Desmottes2009-12-181-1/+1
|
* save the geometry of the call windowGuillaume Desmottes2009-12-181-0/+3
|
* Display the audio or video icon in incoming call dialogGuillaume Desmottes2009-12-181-0/+16
| | | | | This is more useful than the question mark icon as it can be used to easily see if we are receiving an audio or video call.
* add im-groupwise.svgGuillaume Desmottes2009-12-181-0/+215
| | | | Seems I forgot to add the svg version.
* no need to export contact_list_store_get_contact_status_icon any moreGuillaume Desmottes2009-12-172-20/+16
|
* main-window: don't add the protocol icon on top of event iconsGuillaume Desmottes2009-12-171-3/+1
|
* contact-selector-dialog: set a border of 12 as defined in the HIGGuillaume Desmottes2009-12-171-0/+2
|
* new-message-dialog: filter out CM which doesn't support 1-1 chatGuillaume Desmottes2009-12-171-0/+35
|
* new-call-dialog: filter out CM which doesn't support callsGuillaume Desmottes2009-12-171-0/+35
|
* contact-selector-dialog: add API for subclass to redefine the accoutn filter ↵Guillaume Desmottes2009-12-172-2/+19
| | | | function
* new-call-dialog: add 'Send Video' check buttonGuillaume Desmottes2009-12-171-2/+31
|
* contact-selector-dialog: make table_contact a protected memberGuillaume Desmottes2009-12-172-4/+4
| | | | So subclass can easily add widgets.
* contact-selector-dialog: emit response when the entry is activatedGuillaume Desmottes2009-12-171-0/+17
|
* status-icon: add "New Call" entry in the context menuGuillaume Desmottes2009-12-172-0/+17
|
* main-window: add "New Call" menu entry (#582599)Guillaume Desmottes2009-12-172-0/+19
|
* add empathy-new-call-dialogGuillaume Desmottes2009-12-174-0/+245
|
* rename empathy-new-message-dialog.ui to empathy-contact-selector-dialog.uiGuillaume Desmottes2009-12-174-3/+3
|
* empathy-new-message-dialog: port to TP coding styleGuillaume Desmottes2009-12-172-52/+53
| | | | We rewrote most of this file any way.
* new-message-dialog: inherit from EmpathyContactSelectorDialogGuillaume Desmottes2009-12-172-261/+22
|
* add empathy-contact-selector-dialogGuillaume Desmottes2009-12-173-0/+394
| | | | | EmpathyContactSelectorDialog is an abstract class to helping to implement dialog such as the "new message" dialog.
* new-message-dialog: remove the call buttonGuillaume Desmottes2009-12-171-40/+3
| | | | We are about to create a new dialog for it.
* contact_list: displays an icon showing the protocol by the contact (#603877)chantra2009-12-1710-14/+360
|
* Updated Norwegian bokmål translation.Kjartan Maraas2009-12-161-189/+218
|
* remove duplicate expressionFelix Kaser2009-12-161-2/+0
| | | | probably the product of a faulty merge in 4bca2228
* say if incoming call are video or not (#582596)Guillaume Desmottes2009-12-161-4/+23
|
* add empathy_tp_call_has_initial_videoGuillaume Desmottes2009-12-162-0/+24
|
* empathy_protocol_icon_name: use the Yahoo icon for Yahoo Japan (#604567)Guillaume Desmottes2009-12-151-0/+4
|
* dont show infobar when creating an accountFelix Kaser2009-12-151-14/+8
|
* get connectivity only when neededFelix Kaser2009-12-151-4/+2
|
* fixed a crash when creating accountFelix Kaser2009-12-151-7/+33
| | | | the infobar in accounts dialog provoked a crash when creating a new account because TpAccount *account was NULL
* update infobar only on selected accountFelix Kaser2009-12-151-0/+20
| | | | previously the infobar contained wrong statuses sometimes, if the auto reconnect on a faulty account triggered the update
* updated status messagesFelix Kaser2009-12-151-6/+18
| | | | small updates on the status messages
* set infobar message to no network connectionFelix Kaser2009-12-151-0/+9
| | | | if the account is disconnected and there is no internet connection at all.
* refactor friendly status reason messagesFelix Kaser2009-12-154-94/+51
| | | | the friendly status reason can be asked from empathy-utils
* added case for requested disconnectionFelix Kaser2009-12-151-0/+3
|
* handle presence changesFelix Kaser2009-12-151-10/+20
| | | | some refactoring was neccesary to handl correctly the presence changes. all information about the connection status and reason and presence are gathered explicitly in update_status_infobar and not passed by the callbacks.
* show infobar when connectedFelix Kaser2009-12-151-7/+17
| | | | the infobar should be visible when connected, not only when an error occured
* set expand of infobar to falseFelix Kaser2009-12-151-0/+1
| | | | the infobar should not be expanded when the window is resized
* added case for disabled accountFelix Kaser2009-12-151-80/+100
| | | | if the account is disabled the status-infobar shows as disconnected reason "disabled"
* added reson to status infobarFelix Kaser2009-12-151-11/+57
|
* added spinner to connecting infobarFelix Kaser2009-12-151-9/+23
|
* added status image to infobarFelix Kaser2009-12-151-1/+15
| | | | when disconnected the infobar shows the offline icon
* change position of the infobarFelix Kaser2009-12-152-23/+23
|
* use different message types in infobarFelix Kaser2009-12-151-0/+6
|
* show the infobar when not connectedFelix Kaser2009-12-151-0/+39
| | | | fixes bug #599153
* added infobar with empty labelFelix Kaser2009-12-151-0/+10
|
* added vbox for the status-infobarFelix Kaser2009-12-152-7/+21
| | | | the vbox should hold the infobar which shows the connection status in accounts-dialog
* refactoring - use main_window_remove_errorFelix Kaser2009-12-151-15/+3
| | | | use remove_error function everywhere the error is removed
* remove error infobars if account disabled/removedFelix Kaser2009-12-151-5/+29
| | | | fixes bug #601379
* add im-silc icon (#604554)Guillaume Desmottes2009-12-157-0/+98
| | | | Thanks to K.Vishnoo Charan Reddy for the icon.
* add empathy-new-message-dialog.c to POTFILES.inGuillaume Desmottes2009-12-141-0/+1
|
* add myself to AUTHORSGuillaume Desmottes2009-12-141-0/+1
|
* add K.Vishnoo Charan Reddy as an artist contributorGuillaume Desmottes2009-12-142-1/+2
|
* Merge branch 'create-cancel-crash'Felix Kaser2009-12-141-11/+14
|\
| * changed way of tracking pending changesFelix Kaser2009-12-101-11/+14
| | | | | | | | fixes bug #603490, we track pending changes explicitly now. before they were connected to the sensitivity of the control buttons (if buttons sensitive -> pending changes). When an account is about to be created and the user hits "Cancel" we don't show the "are you sure" dialog any more because the action of the user is clear and not accidental. When closing the window during creation the dialog still shows up.
* | connect the 'group-members-changed' on groups once they are readyGuillaume Desmottes2009-12-111-59/+81
| | | | | | | | | | | | | | | | | | The previous code was racy. If the 'group-members-changed' was fired before the channel was ready, the group didn't exist yet in Empathy and so the contact didn't appear in the group. We fix that by connecting this signal once the group channel is ready and adding current members manually.
* | Use EnsureChannel to get Stored/Publish/Subscribe channelsXavier Claessens2009-12-111-134/+47
| |
* | empathy_spell_check: remove debug message if there is no languages configuredGuillaume Desmottes2009-12-111-1/+0
| | | | | | | | It floods debug logs.
* | Merge branch 'enabled-first-604166'Guillaume Desmottes2009-12-101-0/+40
|\ \
| * | account-chooser: display enabled accounts first (#604166)Guillaume Desmottes2009-12-091-0/+40
| | |
* | | use tp_asv_newGuillaume Desmottes2009-12-101-15/+5
| | |
* | | tp_contact_list_remove: add FIXME about potential raceGuillaume Desmottes2009-12-101-0/+2
| | |
* | | tp_contact_list_remove: remove from the stored list if possible (#604181)Guillaume Desmottes2009-12-091-0/+8
| | |
* | | tp-contact-list: request the 'stored' channelGuillaume Desmottes2009-12-091-1/+66
|/ /
* / new-message-dialog: inherit from GtkDialog (#604097)Guillaume Desmottes2009-12-093-181/+223
|/
* Updated Simplified Chinese translation.Aron Xu2009-12-091-278/+465
|
* chat: don't display pending messages before messages from logsGuillaume Desmottes2009-12-081-0/+7
| | | | | | | | | empathy_chat_set_tp_chat has a comment saying that show_pending_messages is a no-op when calling during object construction. This now is now actually true as we added a boolean saying if we can display pending messages or not. This is to avoid displaying pending messages *before* the messages fetched from logs (#603980).
* remember the chat window's paned width (#586290)ranjiao2009-12-082-0/+25
|
* remove useless castGuillaume Desmottes2009-12-081-1/+1
|
* chat: wait that connection is ready before re-requesting the channel (#603976)Guillaume Desmottes2009-12-081-23/+44
|
* chat-window: ref the contact stored as a data in the chatGuillaume Desmottes2009-12-081-2/+2
|
* Separate geometry of private and muc chat windows (#604003)Guillaume Desmottes2009-12-081-0/+3
|
* change empathy_chat_window_get_nb_rooms to get_chats_typeGuillaume Desmottes2009-12-082-9/+18
| | | | | That way we can implement the semantic we meant to. Muc and 1-1 chat are handled the same way.
* fix commentsGuillaume Desmottes2009-12-081-2/+2
|
* empathy_chat_window_get_default: rename room_filter to roomGuillaume Desmottes2009-12-082-4/+4
|
* empathy_chat_window_get_default: check if the window has at least one roomGuillaume Desmottes2009-12-081-2/+12
| | | | | | Also, check if the window has a least one 1-1 chat before adding a new one. That way we won't mix 1-1 and muc chat if user doesn't want to (he can still re-arrange the tabs manually).
* add empathy_chat_window_get_nb_roomsGuillaume Desmottes2009-12-082-0/+15
|
* Grouping all 1-to-1 chats in one window and MUC's in another one. (Fixes ↵Abner Silva2009-12-082-4/+7
| | | | #588812)
* chat_destroy_cb: use chat_update_contacts_visibility instead of ↵Guillaume Desmottes2009-12-071-1/+2
| | | | | | | empathy_chat_set_show_contacts That way priv->show_contacts is not changed and we'll redisplay the contact list when reconnecting if needed (#598964).
* explicitely pass the show state to empathy_chat_set_show_contactsGuillaume Desmottes2009-12-071-6/+8
| | | | | This will allow us to show/hide the contact list without changing priv->show_contacts.
* Updated Norwegian bokmål translation.Kjartan Maraas2009-12-051-293/+517
|
* Updated Slovenian translationMatej Urbančič2009-12-051-140/+164
|
* Updated Hebrew translationYaron Sharabani2009-12-051-491/+974
|
* add im-groupwise icon (#603634)Guillaume Desmottes2009-12-036-0/+6
| | | | Thanks to K.Vishnoo Charan Reddy for the icon.
* chat_new_connection_cb: don't try to reconnect chats if the account is not ↵Guillaume Desmottes2009-12-021-0/+3
| | | | | | | connected We should wait that the account is connected before reconnecting chats (#603593).
* Don't highlight scrollback messages (#602288)Guillaume Desmottes2009-12-021-0/+8
|
* tp-chat: set the flags of the messageGuillaume Desmottes2009-12-021-4/+9
|
* empathy-message: add message flagsGuillaume Desmottes2009-12-022-0/+39
|
* Hide state image in contact widget until the presense state is notified. ↵Brian Pepple2009-12-022-1/+1
| | | | (#603545)
* add im-sametime icon (#603508)Guillaume Desmottes2009-12-027-0/+133
| | | | Thanks to K.Vishnoo Charan Reddy for the icon.
* add 24x24 and 32x32 versions of the im-meanwhile iconGuillaume Desmottes2009-12-023-0/+2
|
* add im-myspace icon (#603502)Guillaume Desmottes2009-12-027-0/+115
| | | | Thanks to K.Vishnoo Charan Reddy for the icon.
* chat: don't display latest logs in roomGuillaume Desmottes2009-12-021-1/+3
|
* added destroyed flagFelix Kaser2009-12-021-1/+20
| | | | the destroyed flag indicates if the widgets in empathy-account-widget have already been destroyed. this is important for some async calls.
* fixed problem with destroyed widget in async callFelix Kaser2009-12-021-0/+5
| | | | with all the async calls the widget needed in one of the callbacks was destroyed before the callback was called.
* update presence when account is enabledFelix Kaser2009-12-021-10/+39
| | | | the problem was that disabling accounts forced their requested presence to _offline_, when the account was re-enabled the r-s stayed offline and the account did not try to reconnect. this was introduced with TpAccount. fixes bug #602821
* emit account-created signal outside enabled_cbFelix Kaser2009-12-021-9/+4
| | | | the account-created signal should be emitted independently from enabled-callback. the signal should be emitted even if for some reason the account could not be enabled.
* rephrase the 'redial' tooltipGuillaume Desmottes2009-12-011-1/+1
|
* Link libempathy-gtk against libnotifyLaurent Bigonville2009-12-011-0/+2
|
* add tooltips on the hang-up, redial and audio buttons (#576542)Guillaume Desmottes2009-12-011-0/+3
|
* rename update_join_button_sensitivy to update_join_button_sensitivityGuillaume Desmottes2009-12-011-4/+4
|
* new-chatroom-dialog: unsensitive the join button when account is disconnectedGuillaume Desmottes2009-12-011-1/+36
| | | | Trying to join a room with a not connected account leads to crash (#603393).
* factor out update_join_button_sensitivyGuillaume Desmottes2009-12-011-6/+11
|
* new-chatroom-dialog: store the currently selected accountGuillaume Desmottes2009-12-011-12/+15
|
* dep on nautilus-sendto is actually 2.28.1Guillaume Desmottes2009-12-011-1/+1
|
* Use \s to match spaces, it is the same as [ \t\n\r\f\v]Xavier Claessens2009-12-011-1/+1
|
* start dev of 2.29.4Guillaume Desmottes2009-12-011-2/+2
|
* prepare 2.29.3 releaseEMPATHY_2_29_3Guillaume Desmottes2009-12-012-1/+45
|
* Updated Slovenian translationMatej Urbančič2009-12-011-146/+290
|
* debug-window: don't disconnect the new debug msg signal once the proxy has ↵Guillaume Desmottes2009-12-011-1/+22
| | | | | | | been invalidated According to tp_proxy_signal_connection_disconnect's documentation it's not safe to disconnect a signal after its proxy has been invalidated (#603384).
* Merge commit 'shaunm/dndfiles2'Guillaume Desmottes2009-11-305-78/+381
|\
| * Some improvements to file drag-and-drop based on comments on #595226Shaun McCance2009-11-251-10/+18
| |
| * [empathy-contact-list-view] Don't accept file drags to offline/non-FT contactsShaun McCance2009-11-251-1/+3
| |
| * [empathy-chat-window] Cleanup DND, don't accept drags to offline contactsShaun McCance2009-11-251-20/+62
| |
| * Move GtkTargetLists into priv so they're no longer staticShaun McCance2009-11-252-13/+22
| |
| * [empathy-chat-window] Documented MOVE/COPY selection in drag_motionShaun McCance2009-11-251-0/+4
| |
| * Fixed leak in drag motion and added comments for bug #595226Shaun McCance2009-11-251-1/+15
| |
| * Utilitiy function to send files from a URI list, for dnd implementationsShaun McCance2009-11-255-43/+41
| |
| * Split contact_list_view_drag_data_received into smaller functionsShaun McCance2009-11-251-118/+141
| |
| * Setting reorderable on the contact list view to get row previews as drag iconsShaun McCance2009-11-251-1/+6
| | | | | | | | This is a hack. There's a comment explaining the hack. Read it.
| * Allow contacts to be dragged anywhere in a group, or dragged to the non-groupShaun McCance2009-11-251-5/+20
| |
| * Implemented file drags to contact list, along with row highlightsShaun McCance2009-11-252-81/+175
| |
| * Handle MOVE and COPY drags better, change contact-id drags to COPYShaun McCance2009-11-251-4/+6
| |
| * Always prefer GDK_ACTION_COPY for text/uri-list dragsShaun McCance2009-11-251-8/+31
| |
| * Don't try to offer file transfers to MUCsShaun McCance2009-11-251-2/+8
| |
| * Call gtk_drag_finish when we get a file transfer drag on a chat windowShaun McCance2009-11-251-0/+1
| |
| * Implementing drag and drop file sending on chat windowsShaun McCance2009-11-254-13/+70
| |
* | contact_manager_status_changed_cb: ignore disconnected accountGuillaume Desmottes2009-11-301-0/+4
| | | | | | | | | | There is no point to start tracking an account which is about to be removed. Furthemore, this avoid to re-add previoulsy invalidated connections (#603361).
* | add tooltips on the camera buttonsGuillaume Desmottes2009-11-301-0/+3
| |
* | Add check for new NetworkManager-glib pkgconfig file.Brian Pepple2009-11-301-0/+10
| | | | | | | | Fixes bug #599315.
* | use conn-status-reason instead of conn-statusFelix Kaser2009-11-291-1/+1
| | | | | | | | a hardcoded callback call used TP_CONNECTION_STATUS_DISCONNECTED where a TP_CONNECTION_STATUS_REASON should have been, changed to TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED.
* | Updated Hungarian translationGabor Kelemen2009-11-281-320/+506
| |
* | Updated Spanish translationJorge González2009-11-281-121/+166
| |
* | Set the stock-person icon for contact online/offline notificationGuillaume Desmottes2009-11-281-2/+2
| | | | | | | | | | This one makes more sense than the info icon as notifications are obviously an information (#590700).
* | Capitalize first letter of debug msgGuillaume Desmottes2009-11-281-3/+3
| |
* | Disable video preview when there is no callGuillaume Desmottes2009-11-281-0/+14
| | | | | | | | This is a workaround until bug 602937 is fixed.
* | enable the camera-off button if call doens't have initial videoGuillaume Desmottes2009-11-281-0/+5
| |
* | enable the camera-off button when call is disconnectedGuillaume Desmottes2009-11-281-3/+1
| | | | | | | | Disabling the camera on button doesn't make sense any more.
* | empathy_call_window_set_send_video: don't request video stream if the call ↵Guillaume Desmottes2009-11-281-0/+3
| | | | | | | | is not connected yet
* | disable_camera: disable send video only if we were sending itGuillaume Desmottes2009-11-281-1/+3
| |
* | update toggle buttons when the camera state is changed because of radio buttonsGuillaume Desmottes2009-11-281-0/+6
| |
* | hook the camera radio buttonsGuillaume Desmottes2009-11-281-1/+34
| |