aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous string fixesPhilip Withnall2010-01-017-11/+11
| | | | | | | 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-016-16/+16
| | | | | | | 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>
* 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).
* 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
* 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.
* 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).
* Merge branch 'pmuc'Danielle Madeley2009-12-225-3/+215
|\
| * Remove FIXMEDanielle Madeley2009-12-221-2/+0
| |
| * 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-211-74/+10
| | | | | | | | | | Add a method to be able to tell whether a given TpChat supports you calling add() on it.
| * Replace raw Tp call with existing abstraction in EmpathyTpChatDanielle Madeley2009-12-211-9/+5
| |
| * Port EmpathyInviteParticipantDialog over to EmpathyContactSelectorDialogDanielle Madeley2009-12-213-72/+70
| |
| * Don't destroy the request properties, EmpathyDispatcher now owns themDanielle Madeley2009-12-211-1/+1
| | | | | | | | | | 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
| |
* | 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).
* block/unblock the right signals on menu actionsGuillaume Desmottes2009-12-181-2/+2
|
* 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.
* main-window: don't add the protocol icon on top of event iconsGuillaume Desmottes2009-12-171-3/+1
|
* 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
|
* contact_list: displays an icon showing the protocol by the contact (#603877)chantra2009-12-172-4/+66
|
* 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
|
* 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-152-94/+13
| | | | 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 K.Vishnoo Charan Reddy as an artist contributorGuillaume Desmottes2009-12-141-0/+1
|
* 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)
* rephrase the 'redial' tooltipGuillaume Desmottes2009-12-011-1/+1
|
* 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
|
* 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-301-1/+115
|\
| * Some improvements to file drag-and-drop based on comments on #595226Shaun McCance2009-11-251-10/+18
| |
| * [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-251-6/+13
| |
| * [empathy-chat-window] Documented MOVE/COPY selection in drag_motionShaun McCance2009-11-251-0/+4
| |
| * Utilitiy function to send files from a URI list, for dnd implementationsShaun McCance2009-11-251-25/+2
| |
| * Implemented file drags to contact list, along with row highlightsShaun McCance2009-11-251-2/+2
| |
| * 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-251-0/+44
| |
* | add tooltips on the camera buttonsGuillaume Desmottes2009-11-301-0/+3
| |
* | 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.
* | 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
| |
* | make disable_camera, enable_preview and enable_camera no-op if we are ↵Guillaume Desmottes2009-11-281-12/+15
| | | | | | | | already in the desired state
* | update radio actions when a button is pressedGuillaume Desmottes2009-11-281-0/+11
| |
* | add video menu containing radio actions to control videoGuillaume Desmottes2009-11-281-0/+41
| |
* | remove the "send video" menu itemGuillaume Desmottes2009-11-282-43/+0
| | | | | | | | We're going to replace it by radio buttons.
* | empathy_call_window_set_send_video: add a debug msgGuillaume Desmottes2009-11-281-0/+1
| |
* | stop sending video when 'camera off' or 'preview' is enabledGuillaume Desmottes2009-11-281-3/+11
| |
* | early return if the camera_state is already the one we wantGuillaume Desmottes2009-11-281-0/+9
| |
* | disable the others button when 'camera on' is enabledGuillaume Desmottes2009-11-281-11/+31
| |
* | rename camera to camera_onGuillaume Desmottes2009-11-282-40/+37
| | | | | | | | | | Also move down tool_button_camera_on_toggled_cb so it doesn't need a prototype.
* | remove the "Always Show Video Preview" menuitemGuillaume Desmottes2009-11-282-33/+0
| | | | | | | | We use buttons for that now.
* | connect the 'camera off' and 'preview' buttonsGuillaume Desmottes2009-11-281-0/+121
| |
* | set the icon of the camera_off buttonGuillaume Desmottes2009-11-281-0/+20
| |
* | add "camera off" and "preview" buttons to the toolbarGuillaume Desmottes2009-11-281-1/+30
| | | | | | | | Also rename "send video" to "camera on"
* | call-window: check box labels should use sentence capitalizationGuillaume Desmottes2009-11-281-1/+1
| |
* | We should display the avatar/preview when call is disconnectedGuillaume Desmottes2009-11-281-0/+3
| |
* | call-window: add some debug msgGuillaume Desmottes2009-11-281-0/+3
| |
* | disable video preview when we turn off video sendingGuillaume Desmottes2009-11-281-4/+1
| |
* | Enable 'send video' buttons and display the preview if call has 'initial ↵Guillaume Desmottes2009-11-281-0/+10
| | | | | | | | video' (#601288)
* | Don't display the video preview when the sink is addedGuillaume Desmottes2009-11-281-10/+0
| | | | | | | | | | We should dislpay it since we started the sending video process so there is no point to enforce it at this stage.
* | we don't want to hide the self frame anymoreGuillaume Desmottes2009-11-281-3/+0
| |
* | remove empathy_call_window_update_self_avatar_visibilityGuillaume Desmottes2009-11-281-24/+0
| | | | | | | | | | This function is wrong. We should disable the preview only when we stop sending video.
* | call-window: factor out display_video_preview to display/hide the video previewGuillaume Desmottes2009-11-281-14/+37
| |
* | call-window: change the semantic of the "Video Preview" menu item (#601288)Guillaume Desmottes2009-11-282-38/+12
| | | | | | | | | | | | | | | | | | | | Change it to "Always Show Video preview". We should always display the preview when we are sending video. So by changing the semantic of this menu it won't be possible to disable the preview while we are sending video. This mean that this menu isn't changed automatically anymore when the preview is displayed.
* | change 'unread from everyone' to 'unread from all'Guillaume Desmottes2009-11-271-2/+2
| |
* | fix typo in commentsGuillaume Desmottes2009-11-271-3/+2
| |
* | update the window title when a new message is receivedGuillaume Desmottes2009-11-271-0/+3
| |
* | display the number of unread message in the window title (#548701)Guillaume Desmottes2009-11-271-5/+62
| |
* | call empathy_chat_messages_read when messages have been read in a tabGuillaume Desmottes2009-11-271-0/+6
| |
* | display the number of other tabsGuillaume Desmottes2009-11-271-1/+19
| |
* | factor out empathy_chat_get_nameGuillaume Desmottes2009-11-271-3/+9
| | | | | | | | Dup the string as we are going to use g_strdup_printf
* | Always display the 'Room' column (#586678)Guillaume Desmottes2009-11-261-15/+0
| | | | | | | | There is no reason to only display it when an account is selected.
* | Remember the geometry of debug windowXavier Claessens2009-11-261-0/+2
|/
* Drop workaround that restore window position when it gets deiconifiedXavier Claessens2009-11-241-16/+0
| | | | | It breaks with metacity because windows are all iconified/deiconified when switching workspace, and it seems reposition on map is enough.
* Don't set the accounts dialog transient when running empathy -aGuillaume Desmottes2009-11-231-1/+1
| | | | This will avoid to display the contact list if it has been hidden (#581626).
* event-manager: event_manager_ft_got_contact_cb: ref the contactGuillaume Desmottes2009-11-231-1/+1
| | | | | empathy_tp_contact_factory_get_from_handle is not supposed to give a reference to the callback.
* empathy.c: use tp_account_manager_get_most_available_presence instead of ↵Guillaume Desmottes2009-11-191-1/+5
| | | | empathy_idle_get_state
* status-icon: use the account-manager directly to get our state and statusGuillaume Desmottes2009-11-191-10/+10
| | | | | Also wait that he AM is ready before trying to get the status. Partially fix bug #601235.
* Move empathy-log to tests/interactive and don't install it anymoreLaurent Bigonville2009-11-193-65/+1
|
* Use accessor functions instead direct access.Javier Jardón2009-11-175-22/+35
| | | | | | | | | Some functions still remaining because there is not API in GTK+ 2.19.0 yet. http://bugzilla.gnome.org/show_bug.cgi?id=586476 Reviewed-By: Danielle Madeley <danielle.madeley@collabora.co.uk>
* Reload the main window geometry when deiconify to workaround WM bugs.Xavier Claessens2009-11-161-0/+16
|
* Correctly store/restore maximized state of windows.Xavier Claessens2009-11-163-192/+11
|
* media_stream_error_to_txt: display a link to the fdo bugzillaGuillaume Desmottes2009-11-161-4/+13
|
* rephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS errorGuillaume Desmottes2009-11-161-2/+4
|
* Display the name of the CM in the TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR msgGuillaume Desmottes2009-11-161-7/+13
|
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NETWORK_ERRORGuillaume Desmottes2009-11-161-1/+3
|
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERRORGuillaume Desmottes2009-11-161-0/+3
|
* media_stream_error_to_txt: add a msg for ↵Guillaume Desmottes2009-11-161-0/+5
| | | | TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NO_CODECSGuillaume Desmottes2009-11-161-0/+6
|
* accounts-dialog: wait that account is prepared before calling ↵Guillaume Desmottes2009-11-131-1/+20
| | | | | | | accounts_dialog_add_account This ensure that EmpathyAccountSettings has been updated and so we don't add a new row in the model for this account (#601796).
* change 'capa' to 'cap'Guillaume Desmottes2009-11-131-1/+1
|
* remove old commentGuillaume Desmottes2009-11-131-1/+0
|
* change empathy_notification_is_enabled to ↵Guillaume Desmottes2009-11-132-4/+4
| | | | | | | empathy_notify_manager_notification_is_enabled Making it a method of EmpathyNotifyManager would allow us to cache the gconf values if we want to.
* change empathy_misc_get_pixbuf_for_notification to ↵Guillaume Desmottes2009-11-132-2/+8
| | | | | | | | empathy_notify_manager_get_pixbuf_for_notification Making this function a method of EmpathyNotifyManager would allow us to tweak the size of the icon depending on the notifications server as suggested in bug 588054.
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-135-129/+1
| | | | All its code was related to notifications.
* define constants for notify capabilitiesGuillaume Desmottes2009-11-131-1/+2
|
* status-icon: use EmpathyNotifyManager to check if the server supports the ↵Guillaume Desmottes2009-11-131-12/+5
| | | | 'actions' capa
* src/Makefile.am: sort filesGuillaume Desmottes2009-11-131-9/+9
|
* account-assistant: set default display name to newly created accounts (#600705)Guillaume Desmottes2009-11-131-0/+10
|
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-131-51/+2
| | | | | | This will allow us to: - Use this function from other places, like in the assistant. - Delegate special cases to the specialized versions of the widget.
* Call g_object_unref instead of gtk_rc_style_unrefGustavo Noronha Silva2009-11-131-1/+1
|
* empathy-call-window: display_error: simplify showing of the widgetsGuillaume Desmottes2009-11-121-4/+1
|
* empathy-call-window: display_error: align the main message on the rightGuillaume Desmottes2009-11-121-0/+1
|
* empathy-call-window: display_error: put the image and vbox in a hboxGuillaume Desmottes2009-11-121-5/+11
| | | | That way the image doesn't expand and stay on the right.
* empathy-call-window: display_error: wrap the translated error msg as wellGuillaume Desmottes2009-11-121-0/+1
|
* Force an unset presence type to appear as offline in the presence chooser ↵Jonny Lamb2009-11-121-0/+7
| | | | | | | | | | and status icon. An unset presence type *does* make sense, but not in these contexts. As an aside, there is no icon for an unset presence, so nothing is displayed, which is bad. Fixes bug #597819
* use new tpAccount apiFelix Kaser2009-11-101-5/+5
|
* added tooltips to buttonsFelix Kaser2009-11-101-0/+3
|
* ui change: added 3 buttons to infobarFelix Kaser2009-11-101-13/+97
| | | | the current ui shows 3 buttons next to the error message: retry, edit, close
* two line messageFelix Kaser2009-11-101-1/+1
| | | | the message is now two lined, one line for the accountname and one for the error
* removed double codeFelix Kaser2009-11-101-6/+4
| | | | removed one of two identical lines of code
* make the infobar smallerFelix Kaser2009-11-101-1/+0
|
* use only one button in error-infobarFelix Kaser2009-11-101-20/+2
|
* use smaller account icons for error messageFelix Kaser2009-11-101-1/+1
|
* use one lined error notificationsFelix Kaser2009-11-101-2/+2
|
* use gtk_box_pack_startFelix Kaser2009-11-101-2/+2
| | | | instead of gtk_container_add we should use gtk_box_pack_start
* use account icon instead of warning signFelix Kaser2009-11-101-4/+5
| | | | the infobar should use the account icon and not a generic warning sign
* added set message type to infobarFelix Kaser2009-11-101-1/+1
|
* refactoringFelix Kaser2009-11-101-25/+21
| | | | refactoring some names and calls
* changed variable nameFelix Kaser2009-11-101-17/+17
| | | | changed child into info_bar
* removed trailing whitespacesFelix Kaser2009-11-101-1/+1
|
* Added GtkInfobar and Retry buttonFelix Kaser2009-11-101-101/+48
| | | | | Susbstituted the table/vbox/hbox thing with a infobar when an account failes to connect. Added a button to retry a connection.
* empathy_accounts_dialog_show: check if priv->cms is not NULL before using itGuillaume Desmottes2009-11-101-1/+1
| | | | | | priv->cms is initalized in accounts_dialog_accounts_setup once the account manager is ready. So it's not garanteed to be set in empathy_accounts_dialog_show anymore.
* set 'R' as accelerator for the preferences dialogGuillaume Desmottes2009-11-101-1/+1
| | | | | | 'P' is already used for "Personnal Information. I looked in different GNOME applications and it seems the accelerator for the preferences dialog is not standarized.  (#601336)
* set 'C' as accelerator for the Contact menu as 'C' is already used by ↵Guillaume Desmottes2009-11-101-1/+1
| | | | Conversation (#601336)
* accounts-dialog: set the ypad on the "Name" cellGuillaume Desmottes2009-11-101-1/+1
| | | | | Some accounts don't have an icon so we shouldn't use the icon cell to set this padding (#601150).
* Fix race where UI sensitivity was being set before the AM was readyDanielle Madeley2009-11-101-2/+2
|
* main-window: save the size of the window when destroyedGuillaume Desmottes2009-11-091-0/+4
|
* empathy-ft-manager: save the size of the window when disposingGuillaume Desmottes2009-11-091-1/+5
|
* chat-window: save the size of the window when disposingGuillaume Desmottes2009-11-091-0/+1
| | | | | The size wasn't saved when the window was closed before the timeout was fired (#601190).
* Don't leak references to dup'ed objectsDanielle Madeley2009-11-091-0/+3
|
* Move the call to empathy_idle_get_state() to once the AM is readyDanielle Madeley2009-11-091-11/+17
| | | | | Removes a race where the presence gets wiped because we check whether to go online before our connection to the AccountManager is ready.
* media_stream_error_to_txt: correct the error message if the error was an ↵Guillaume Desmottes2009-11-061-7/+15
| | | | audio one
* accounts-dialog: display the 'remove' icon only on the selected rowGuillaume Desmottes2009-11-061-2/+0
| | | | | This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
* accounts-dialog: set the 'ypad' of cells in the account treeview to 4Guillaume Desmottes2009-11-061-2/+0
| | | | | | It looks nicer this way. This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
* accounts-dialog: simplify the remove acount confirmation dialogGuillaume Desmottes2009-11-061-15/+0
| | | | | This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
* rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED messageGuillaume Desmottes2009-11-061-1/+2
|
* debug-window: format timestamp in a readable wayPascal Terjan2009-11-061-8/+59
| | | | Signed-off-by: Pascal Terjan <pterjan@linuxfr.org>
* Better reorganization of chat_window_update (#600732)Ryan LaBelle2009-11-061-24/+76
|
* empathy-call-window: add a friendly message for ↵Guillaume Desmottes2009-11-061-0/+7
| | | | TP_MEDIA_STREAM_ERROR_CONNECTION_FAILED (#575763)
* use 'Technical Details' as title of the expanderGuillaume Desmottes2009-11-051-1/+1
|
* pass NULL to gtk_label_new when creating an empty labelGuillaume Desmottes2009-11-051-2/+2
|
* Display the error message in a expanderGuillaume Desmottes2009-11-051-5/+30
| | | | This message is not localised but can contain useful informations.
* use the error message if we don't have a nice descriptionGuillaume Desmottes2009-11-051-4/+10
|
* factor out empathy_call_window_stream_errorGuillaume Desmottes2009-11-051-13/+16
|
* fix typo in commentGuillaume Desmottes2009-11-051-1/+1
|
* call_handler_notify_tp_call_cb: return if call is NULLGuillaume Desmottes2009-11-051-1/+2
|
* empathy-call-window: fix phrasing of the codec negotation failed msg and ↵Guillaume Desmottes2009-11-051-1/+2
| | | | mark it as translatable
* empathy-call-window: display an error message when codec negotiation failed ↵Guillaume Desmottes2009-11-051-0/+136
| | | | (#581789)
* empathy-call-window: add a VBox to display errorsGuillaume Desmottes2009-11-051-2/+11
|
* ensure that the "Previous Conversations" menu entry stays sensitive if there ↵Guillaume Desmottes2009-11-051-1/+5
| | | | | | | are valid accounts We have to wait until the account manager is ready before checking if there are valid accounts (#600798).
* debug window shouldn't be transientGuillaume Desmottes2009-11-042-2/+2
|
* debug-window: debug level names shouldn't be translatedGuillaume Desmottes2009-11-041-6/+6
| | | | They are meant to be used by developpers, not users.
* empathy-chat-window: always display the title of the current tabGuillaume Desmottes2009-11-041-9/+1
| | | | | This is more coherent as the web browsers do the same. Thanks to Ryan LaBelle for his help. (#600473)
* get_default_display_name: use the real protocol name to check if it's IRC or notGuillaume Desmottes2009-11-031-4/+7
|
* new-chatroom-dialog: swap the position of the 'Room' and 'Server' entries.Guillaume Desmottes2009-11-031-8/+8
| | | | | The 'Server' entry is optionnal and it looks weird to display it first (#597678).
* Allow accounts_dialog_has_pending_change to return a NULL TpAccountGuillaume Desmottes2009-11-031-13/+24
| | | | | That way we can warn user when he is about to lose his newly created account (#598550).
* Use call-{start,stop} icons in the incoming call dialogGuillaume Desmottes2009-11-031-2/+2
|
* accounts-dialog: don't always select the first account automaticallyJonny Lamb2009-11-031-2/+7
| | | | | | | | | | | | | | | | | | | Sometimes it takes a while to get all account details, but getting the account names is fairly quick. What tends to happen is that the tree view of account names is populated immediately, but the account widget is just grey until all details are retrieved. This time is enough to select an account in the tree view for editing. However, previously, once all details are retrieved, the first account is automatically selected. This is of course sensible if the user has not selected an account, but it's pretty annoying if you've already selected your seventeenth jabber account and then it plonks you back to number one. This patch only selects the first account if there is not one already selected. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* empathy-accounts-dialog: account-validity-changed signal now has a 'valid' ↵Guillaume Desmottes2009-11-031-0/+1
| | | | argument (#600446)
* Merge branch 'accountz'Jonny Lamb2009-11-0213-370/+408
|\
| * empathy: when creating salut account, be sure to wait for the account managerJonny Lamb2009-10-301-14/+37
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-305-12/+43
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * empathy: port to new tp-glib account APIJonny Lamb2009-10-241-85/+76
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * status-icon: port to new tp-glib account APIJonny Lamb2009-10-241-21/+36
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * new-chatroom-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * main-window: port to new tp-glib account APIJonny Lamb2009-10-241-48/+87
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * import-widget: port to new tp-glib account APIJonny Lamb2009-10-241-27/+30
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * import-mc4-accounts: port to new tp-glib account APIJonny Lamb2009-10-241-5/+5
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * event-manager: port to new tp-glib account APIJonny Lamb2009-10-241-4/+11
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * chatrooms-window: port to new tp-glib account APIJonny Lamb2009-10-241-2/+2
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * chat-window: port to new tp-glib account APIJonny Lamb2009-10-242-14/+18
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * accounts-dialog: port to new tp-glib account APIJonny Lamb2009-10-242-145/+70
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * account-assistant: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Fixes cycling tab bug in chat window (#589263)Rômulo Fernandes Machado2009-10-301-12/+49
| |
* | empathy-accounts-dialog: do_constructor: always return a new referenceGuillaume Desmottes2009-10-291-3/+7
| | | | | | | | | | | | This fix is cleaner than the previous commmit. The constructor now always returns a new reference to the caller. It also now has an extra reference that it will release once the dialog as been destroyed.
* | empathy-accounts-dialog: do_constructor: don't ref the dialog if it already ↵Guillaume Desmottes2009-10-291-1/+3
| | | | | | | | | | | | | | exists (#600023) This breaks the concept of a constructor but the caller isn't supposed to unref it itself anyway (it's unreffed in accounts_dialog_destroy_cb).
* | Escape the header of the notification (#599431)Guillaume Desmottes2009-10-291-2/+7
| |
* | Add MissionControl to the debug windowDanielle Madeley2009-10-271-0/+7
| |
* | Fix crash when joining a chat, GTK_WIDGET_VISIBLE is not NULL-safeXavier Claessens2009-10-261-2/+1
| |
* | empathy-chat-window: Don't update the Contact menu if visibleRob Bradford2009-10-241-5/+26
| | | | | | | | | | | | | | If the Contact menu is currently visible do not update it. Instead update it once the menu is hidden. Fixes: #591360
* | empathy.c: document how the reference on the newly created EmpathyChat is ↵Guillaume Desmottes2009-10-231-2/+9
|/ | | | managed
* ft-manager: allow closing the dialog with C-w or EscJonny Lamb2009-10-231-0/+17
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Enable extra error CFLAGS in src/Guillaume Desmottes2009-10-231-0/+1
|
* Also allow Esc to close debug window and map view.Jonny Lamb2009-10-212-3/+4
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Add Ctrl-w keybinding to close map window.Jonny Lamb2009-10-211-0/+17
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* src/ephy-spinner.c: remove useless guint comparaisonsGuillaume Desmottes2009-10-201-3/+2
|
* src/empathy.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
|
* src/empathy-sidebar.c: fix shadow declarationsGuillaume Desmottes2009-10-201-12/+13
|
* src/empathy-main-window.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-7/+9
|
* src/empathy-preferences.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-3/+1
|
* src/empathy-import-pidgin: cast strings to (xmlChar *) when neededGuillaume Desmottes2009-10-201-3/+4
|
* src/empathy-import-mc4-accounts.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
|
* src/empathy-debug-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-2/+2
|
* src/empathy-chat-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-16/+16
|
* empathy-call-window: fix shadow declarationsGuillaume Desmottes2009-10-201-4/+4
|
* Don't display any icon if we have been disconnectedGuillaume Desmottes2009-10-201-5/+15
|
* empathy-chat-window: update the tab icon when the TpChat is disconnected ↵Guillaume Desmottes2009-10-201-1/+11
| | | | (#597680)
* empathy_call_window_setup_avatars: pass a weak object to ↵Guillaume Desmottes2009-10-191-1/+1
| | | | | | | | empathy_tp_contact_factory_get_from_handle Pass the call window as weak object to empathy_tp_contact_factory_get_from_handle so the callback won't be called if the window is destroyed (#598453).
* empathy-call-window: use empathy_signal_connect_weak to connect the ↵Guillaume Desmottes2009-10-191-2/+3
| | | | | | | peak-level-changed signal That way the callback won't be called once the call window has been destroyed (#598432).