aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* map-view: add a debug message when adding a markerGuillaume Desmottes2010-06-161-0/+2
|
* use tp_g_signal_connect_object to connect the "closed" signal on the ↵Guillaume Desmottes2010-06-161-2/+2
| | | | | | | notification This fix a crash if the chat window is destroyed while the notification is still displayed (#621789).
* Don't display the 'Important Room' menu item in private chatsGuillaume Desmottes2010-06-111-0/+1
|
* Use EmpathyLiveSearch in main window's contact listFelix Kaser2010-06-091-1/+13
|
* Join room where we have been invited when handling the channel rather than ↵Guillaume Desmottes2010-06-072-14/+8
| | | | we we approve it
* empathy_call_window_set_send_video: only disable preview if we need toGuillaume Desmottes2010-06-071-15/+27
| | | | | | | There is no point to stop the camera if we're about to restart it right after because "preview only" is enabled. Furthermore that causes weird races making the video jumps out of the window (#62076).
* Fix some coding stylesXavier Claessens2010-06-051-28/+28
|
* chatrooms-window: remove the 'edit' buttonGuillaume Desmottes2010-06-042-80/+10
| | | | It has never been implemented so there is no point keeping it (#520207).
* accounts-dialog: avoid leaking the account status messageRob Bradford2010-06-031-12/+41
| | | | | | | | Originally this function mixed const and allocated strings using the same variable, resulting in leaks. This change refactors the code slightly to prevent such leaks. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620476
* accounts-dialog: Ensure correct connectivity informationRob Bradford2010-06-031-4/+10
| | | | | | | | | | | Move the creation of the EmpathyConnectivity object to the dialog construction so that there is time for the asynchronous calls that the EmpathyConnectivity makes (in ConnMan mode) to return. Without this change the error is always reported as network connection failure rather than the real error when built with ConnMan. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620474
* change 'disconnect' label to 'finally'Guillaume Desmottes2010-06-031-2/+2
|
* Don't wait longer than 5 seconds when trying to join chatroomsGuillaume Desmottes2010-06-031-2/+23
| | | | | | If the accounts takes ages to connect or was disabled, it would be weird to automatically join the room a long time after the user asked to join favorite rooms.
* Join chatroom favorites once the account is connected (#620439)Guillaume Desmottes2010-06-031-1/+68
|
* factor out join_chatroomGuillaume Desmottes2010-06-031-6/+16
|
* Only create the EmpathyAccountsDialog if requiredDanielle Madeley2010-06-031-2/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=616616
* empathy-debug-window: Add protocol names next to the CMs in the dropdownDanielle Madeley2010-06-021-14/+106
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=612523
* Merge branch 'import-617971'Guillaume Desmottes2010-05-281-0/+4
|\
| * assistant: call empathy_import_widget_add_selected_accounts in ↵Guillaume Desmottes2010-05-251-0/+4
| | | | | | | | | | | | | | | | impl_signal_apply as well If the user already has a salut account configured, the import page is the last one of the assistant. So impl_signal_apply() is called instead of impl_signal_prepare(). (#617971)
* | coding style fixesGuillaume Desmottes2010-05-271-2/+2
| |
* | rephrase important room menuGuillaume Desmottes2010-05-271-1/+1
| |
* | Add option to make chatroom "always urgent" (#611894)Jonas Bonn2010-05-272-3/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Often a user wants to be immediately notified of posts to a chatroom even when the post does not address them directly by name. This patch adds a room option to make all posts to the room "urgent", meaning that the system-specific urgency action should be taken -- notification, window urgency hint, etc. Two specific use cases for when one may want this: i) Low-traffic rooms (so that one does not have to go check the room all the time) ii) Error-logging room (room to which errors from some other system(s) are logged) The "always urgent" option is off by default when joining a room.
* | Use ensure_chatroom in callbackJonas Bonn2010-05-271-11/+6
| | | | | | | | | | The new function ensure_chatroom should be used by favorite-toggled callback.
* | Do not use EmpathyContactMonitor to know when a contact gets online/offlineXavier Claessens2010-05-261-10/+19
| |
* | Play sound for contact connected/disconnected from EmpathyEventManager ↵Xavier Claessens2010-05-262-60/+25
| | | | | | | | instead of main window
* | Do not use EmpathyContactMonitor to know when a contact is addedXavier Claessens2010-05-261-9/+17
| |
* | Port to new EmpathyTpContactFactory APIXavier Claessens2010-05-263-25/+8
| |
* | invite-participant-dialog: translate the 'invite' button (#619678)Guillaume Desmottes2010-05-261-1/+1
|/
* hardcode facebook server to workaround SRV lookup issuesGuillaume Desmottes2010-05-252-0/+6
|
* main_window_favorite_chatroom_join: skip not connected accounts (#606738)Guillaume Desmottes2010-05-211-5/+7
| | | | This fix a crash if the account is connecting.
* Change names of variables that shadow libc symbolsDanielle Madeley2010-05-212-4/+4
|
* use avatar-default instead of the deprecated stock_person iconGuillaume Desmottes2010-05-203-5/+6
|
* Use library i18n method for source files included in shared libraryRob Bradford2010-05-187-7/+14
| | | | | | | Since these files are included in the g-c-c shared module we must use the version of the _ macro that includes the domain. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969
* Use 'A' as accelerator for the "Automatically connect on startup" option ↵ekspiulo2010-05-181-1/+1
| | | | (#618753)
* Don't try to start change the camera when there is no inputSjoerd Simons2010-05-101-6/+14
| | | | Fixes bug #618167
* Add missing tp-glib/util.h header to the AccountsPage.Travis Reitter2010-05-081-0/+1
|
* Remove unused #include from empathy-map-view.cXavier Claessens2010-05-061-3/+1
|
* Merge branch 'timestamp-615976'Guillaume Desmottes2010-05-048-14/+79
|\
| * define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directlyGuillaume Desmottes2010-05-042-4/+4
| |
| * fix typo in commentGuillaume Desmottes2010-05-041-1/+1
| |
| * Set the user action time when the user approves stuffSjoerd Simons2010-05-041-0/+19
| |
| * Consider G_MAXIN64 as a secred code for GDK_CURRENT_TIMESjoerd Simons2010-05-041-9/+13
| |
| * Add a comment, fix indentationSjoerd Simons2010-05-041-2/+3
| |
| * Only present and tab switch for new eventsSjoerd Simons2010-04-251-2/+25
| |
| * Always at least show new chat windows even if not presenting themSjoerd Simons2010-04-251-0/+1
| |
| * Pass the ChannelDispatcher timestamp onwards to window_presentSjoerd Simons2010-04-251-1/+8
| |
| * pass timestamp to empathy_chat_window_present_chatGuillaume Desmottes2010-04-253-4/+8
| |
| * add timestamp arg to empathy_dispatcher_create_channelSjoerd Simons2010-04-251-1/+2
| |
| * add timestamp arg to empathy_dispatcher_join_mucSjoerd Simons2010-04-254-5/+10
| |
| * add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons2010-04-252-2/+2
| |
* | accounts-module: Remove call to textdomain ()Rob Bradford2010-05-041-2/+0
| | | | | | | | | | | | This shouldn't be called in shared module. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617262
* | cc-empathy-accounts-panel: Enable gettext when the panel is createdRob Bradford2010-04-262-0/+5
|/ | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616660
* disconnect empathy_call_window_bus_message() in dispose (#616301)David Laban2010-04-211-6/+6
| | | | Otherwise, we will crash because priv->handler is not there.
* fix show_offline gconf key (#616267)Guillaume Desmottes2010-04-201-3/+3
| | | | The key is /ui/show_offline not /contacts/show_offline
* Move the spinner next to the expander label in new chatroom dialogXavier Claessens2010-04-192-16/+23
|
* Do not use deprecated GTK symbolsXavier Claessens2010-04-191-1/+1
|
* Replace EphySpinner by GtkSpinnerXavier Claessens2010-04-197-1088/+42
| | | | Fixes bug #598446
* Update the Tabs menu when a tab is moved.Mike Ruprecht2010-04-191-2/+8
| | | | | | | Previously when a tab was moved, the Tabs menu didn't update regarding the directions the tab could further be moved. If wrapping is off, a tab on the edge moved one way couldn't be moved back. Fixes #616012
* src/empathy-chat-window.ui: Swap keyboard controls for moving tabsMirsal Ennaime2010-04-161-2/+2
| | | | | | | Closes: bgo#615164 Keyboard shortcuts for moving tabs and for changing tabs work in the opposite direction. Users may expect them to work in the same direction and to be consistant with other GNOME applications. The mapping is now Ctrl + Shift + PageUp / PageDown for moving tabs left / right respectively, as it is in GNOME Terminal for instance.
* account-assistant: make impl_signal_apply() behave more like ↵David Laban2010-04-141-1/+3
| | | | | | | | | | | | | | impl_signal_prepare() Fixes b.g.o#615734 current_page only seems to be == PAGE_ENTER_CREATE the first time you visit the page. After that, it has been seen to be 4 or larger. impl_signal_prepare() currently checks for >=, so I'm copying that, and also dealing with refs in the same way. This patch probably probably actually hides a bug in how current_page is set, because I can't see how it should be set >= 4 because the enum only goes up to 3. I'll look into that now, but the patch is tested and works.
* src/empathy-status-icon.c: use tp_g_signal_connect_object instead of ↵Guillaume Desmottes2010-04-091-2/+2
| | | | empathy_signal_connect_weak
* src/empathy-chat-window.c: use tp_g_signal_connect_object instead of ↵Guillaume Desmottes2010-04-091-2/+2
| | | | empathy_signal_connect_weak
* src/empathy-call-window.c: use tp_g_signal_connect_object instead of ↵Guillaume Desmottes2010-04-091-11/+14
| | | | empathy_signal_connect_weak
* src/empathy-accounts-dialog.c: use tp_g_signal_connect_object instead of ↵Guillaume Desmottes2010-04-091-6/+6
| | | | empathy_signal_connect_weak
* src/cc-empathy-accounts-page.c: use tp_g_signal_connect_object instead of ↵Guillaume Desmottes2010-04-091-2/+2
| | | | empathy_signal_connect_weak
* 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 dismissedGuillaume Desmottes2010-04-091-26/+2
| | | | This code was broken anyway so we don't change the current behaviour.
* remove NotificationDataGuillaume Desmottes2010-04-091-27/+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.
* add the current date as suffix the the log nameGuillaume Desmottes2010-04-071-2/+15
|
* set default name when saving logs (#615052)Guillaume Desmottes2010-04-071-0/+8
|
* factor out get_active_cm_nameGuillaume Desmottes2010-04-071-10/+18
|
* debug-window: set temp directory as default folder when saving logsGuillaume Desmottes2010-04-071-0/+3
|
* map-view: no need to create a modelGuillaume Desmottes2010-04-051-41/+17
|
* Support append hint in notifications (#607446)Nicolò Chieffo2010-04-012-32/+79
|
* empathy_call_window_sink_added_cb: unref the padGuillaume Desmottes2010-04-011-0/+1
|
* unref liveadder when disposingGuillaume Desmottes2010-04-011-0/+4
|
* don't recreate a video preview or update the window if we're about to destroy itGuillaume Desmottes2010-04-011-4/+11
|
* don't leak the fullscreen windowGuillaume Desmottes2010-04-011-0/+4
|
* init_contact_avatar_with_size: don't leak the pixbufGuillaume Desmottes2010-04-011-0/+3
|
* stop using gst_bin_add_many and gst_element_link_manyGuillaume Desmottes2010-04-011-4/+30
|
* use tp_g_signal_connect_object so we don't have to disconnect ↵Guillaume Desmottes2010-04-011-4/+4
| | | | empathy_call_window_video_stream_changed_cb manually
* Fix race when restarting a callGuillaume Desmottes2010-04-011-1/+12
| | | | | Fix a race between user hitting the 'redial' button and the pipeline being ready.
* Allow to use the video preview when the call has been terminated (#602937)Guillaume Desmottes2010-04-011-4/+15
|
* empathy_call_window_restart_call: there is no reason to show_all all the hboxGuillaume Desmottes2010-04-011-2/+0
| | | | Widgets should already be properly displayed.
* empathy_call_window_reset_pipeline: start the new pipeline right awayGuillaume Desmottes2010-04-011-2/+13
| | | | This will allow us to display the video preview before the call is restarted.
* Actually turn off the camera when preview/sending is disabledGuillaume Desmottes2010-04-011-26/+54
| | | | | | | There is no point to let the camera on if we are not using it. Also split empathy_call_window_setup_video_preview() to create_video_preview() and add_video_preview_to_pipeline().
* stop disabling the video-preview button when call is disconnected (#602937)Guillaume Desmottes2010-04-011-12/+0
|
* recreate the pipeline as soon we destroyed the old oneGuillaume Desmottes2010-04-011-1/+2
| | | | | | This will allow us to be able to display the preview after the call has been terminated. It's easier and more robust to recreate a new pipeline than reusing the old one.
* split create_video_output_widget out of create_pipelineGuillaume Desmottes2010-04-011-3/+9
|
* recycle the audio input gst elementGuillaume Desmottes2010-04-011-15/+3
|
* recycle the video input gst elementGuillaume Desmottes2010-04-011-5/+9
| | | | There is no point to recreate it for each call.
* rename initialize_output_elements to create_video_output_widgetGuillaume Desmottes2010-04-011-2/+2
|
* recycle the audio output gst elementGuillaume Desmottes2010-04-011-4/+8
| | | | There is no point to create a new one for each call.
* destroy the video_output widget when the call is disconnectedGuillaume Desmottes2010-04-011-3/+7
| | | | | There is no point to destroy it when redialing to recreate it immediately after.
* No need to recreate GTK+ widgets when recreating the pipelineGuillaume Desmottes2010-04-011-29/+30
| | | | Only recreate the GStreamer elements for now.
* call-window: factor out create_pipelineGuillaume Desmottes2010-04-011-31/+33
|
* Merge branch 'undo-close-tab'Jonny Lamb2010-03-307-0/+406
|\
| * chat-manager: take an EmpathyChat instead of an EmpathyContactJonny Lamb2010-03-063-20/+105
| | | | | | | | | | | | This way, we can support both 1-to-1 chats, *and* MUCs. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Add EmpathyChatManager::chats-changed signal and make the chat window listen ↵Jonny Lamb2010-03-063-7/+67
| | | | | | | | | | | | to it. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Add chat manager which tracks chats closing and can respawn them (bug #609832)Jonny Lamb2010-03-067-0/+261
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | fix #endif commentGuillaume Desmottes2010-03-301-1/+1
| |
* | add gconf key to disable auto-away (#613603)Christian Kampka2010-03-301-2/+23
| |
* | map-view: display position of contacts added after the map has been created ↵Guillaume Desmottes2010-03-301-0/+41
| | | | | | | | (#614012)
* | factor out contact_addedGuillaume Desmottes2010-03-301-4/+11
| |
* | map_view_update_contact_position: don't call contact_has_location twiceGuillaume Desmottes2010-03-301-5/+7
| |
* | Always connect "notify::location" on contactGuillaume Desmottes2010-03-301-3/+0
| | | | | | | | | | Now contact position will be displayed even if they didn't have a postion when the map has been created (#614012).
* | map_view_contacts_foreach: no need to create the marker any moreGuillaume Desmottes2010-03-301-1/+0
| | | | | | | | map_view_update_contact_position will do it if needed.
* | map_view_update_contact_position: create marker if neededGuillaume Desmottes2010-03-301-1/+10
| |
* | factor out contact_has_locationGuillaume Desmottes2010-03-301-10/+19
| |
* | factor out create_markerGuillaume Desmottes2010-03-301-19/+28
| |
* | rename map_view_marker_update_position to map_view_update_contact_position ↵Guillaume Desmottes2010-03-301-18/+14
| | | | | | | | and pass a contact rather than a marker
* | map-view: add a mapping from EmpathyContact to ChamplainMarkerGuillaume Desmottes2010-03-301-0/+8
| |
* | call-window: call empathy_call_handler_stop_call when closing a callGuillaume Desmottes2010-03-301-1/+8
| | | | | | | | This will allow us to properly terminate the call.
* | empathy_call_window_disconnected: remove call to ↵Guillaume Desmottes2010-03-301-1/+3
| | | | | | | | empathy_call_window_reset_pipeline out of variable declarations
* | 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
| |
* | Sets sensitivity of Previous/Next Tab menu items based on ↵Aaron Brown2010-03-301-2/+7
| | | | | | | | gtk-keynav-wrap-around and tab position (#613382)
* | 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
| |
* | Return a telepathy error if the source can't be addedOlivier Crête2010-03-291-1/+2
| |
* | 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-291-1/+3
| |
* | Handle errors from audio sinkOlivier Crête2010-03-291-5/+53
| |
* | new-chatroom-dialog: filter CM not implementing groupchatAndrew Gorcester2010-03-291-1/+45
| |
* | 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
* | 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.
* | fix menu_tabs_right acceleratorGuillaume Desmottes2010-03-291-1/+1
| |
* | Merge commit 'treitter/bug-613272'Guillaume Desmottes2010-03-291-1/+1
|\ \
| * | 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-252-112/+95
| | | | | | | | | | | | 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-202-95/+112
| | | | | | | | | | | | 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)
* | | 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-debugger: set text domainGuillaume Desmottes2010-03-231-0/+1
| | | | | | | | | | | | If we don't set it the debugger is not translated.
* | | 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).
* | | chat-window: remove some DEBUG callsGuillaume Desmottes2010-03-221-15/+0
|/ / | | | | | | They don't really give us anything useful and flood logs.
* | 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-171-2/+2
| |
* | Added gtk-keynav-wrap-around check before cycling tabsmrhappypants2010-03-171-2/+10
| |
* | Merge commit 'staz/dnd'Guillaume Desmottes2010-03-161-13/+17
|\ \
| * | 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.
* | empathy_window_present: remove useless 'steal_focus' argGuillaume Desmottes2010-03-154-5/+5
| |
* | 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
| |
* | 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).
* | 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-154-3/+87
| |
* | Migrate butterfly logs to remove the network ID suffix.Jonny Lamb2010-03-134-0/+264
| | | | | | | | | | | | Bug #612519 contains much more information about this change. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Window title for the accounts dialog should match the name in the launcher.Ken VanDine2010-03-101-1/+1
| | | | | | | | Fixes bug #612433
* | empathy-accounts: make CcPage insensitive when assistant is being shownDanielle Madeley2010-03-104-5/+59
|/ | | | Also destroy assistant when CcPanel becomes inactive.
* set the server field of Google Talk accountGuillaume Desmottes2010-03-052-8/+24
| | | | This should solve connection issue with buggy router (#601089).
* Fix silly typoSjoerd Simons2010-03-052-2/+2
|
* Popup the assistant when starting only if there is *no* account configuredGuillaume Desmottes2010-03-051-2/+2
|
* add empathy_accounts_has_accountsGuillaume Desmottes2010-03-052-0/+15
|
* remove the salut_created gconf key (#611817)Guillaume Desmottes2010-03-052-25/+0
|
* Connect to the accounts signals in one central placeSjoerd Simons2010-03-051-10/+5
|
* Cancel creation in the accounts dialog if the wizard is runningSjoerd Simons2010-03-053-5/+53
| | | | | | If the account wizard is finished it should have created at least some accounts. Cancel any account creation that was going on in the accounts dialog so it nicely jumps showing the first real account :)
* Don't assume there is always a settings widget availableSjoerd Simons2010-03-051-7/+12
| | | | | When we exit the assistant with just salut accounts there is no account widget for it in the normal sense, so don't crash if there isn't one. Fixes: #611792
* accounts-dialog: set display-name before creating the accountGuillaume Desmottes2010-03-031-9/+0
| | | | This saves us a D-Bus call.
* assistant: call empathy_account_widget_get_default_display_name before ↵Guillaume Desmottes2010-03-031-10/+10
| | | | | | actually creating the account This saves us a D-Bus call.
* assistant: always uses empathy_account_widget_get_default_display_name to ↵Guillaume Desmottes2010-03-031-9/+6
| | | | | | | | get a better display name EmpathyAccountSettings is created with a default display name such as "New Jabber account". But once the account has been created we want to update it to a more relevant name. (#611675)
* Merge branch 'more-accounts-fixes'Travis Reitter2010-03-032-40/+104
|\
| * Remove EmpathyAccountsPlugin's requirement that it be a singleton, so we can ↵Travis Reitter2010-03-032-38/+15
| | | | | | | | reset the embedded control panel to a sane state every time we open it.
| * Disable the Cancel button in the accounts dialog if there are no existing ↵Travis Reitter2010-03-021-1/+72
| | | | | | | | accounts to display (ie, we're creating our first account).
| * When we're creating our first account, don't let the remove button become ↵Travis Reitter2010-02-271-1/+8
| | | | | | | | sensitive when we change the account protocol
| * Don't create some extra "ghost" account if we're creating our first account ↵Travis Reitter2010-02-271-0/+9
| | | | | | | | and we change protocols in the protocol combo box.
* | empathy-accounts: the TpDBusDaemon is not used any moreGuillaume Desmottes2010-03-021-1/+0
| |
* | account-assistant: ensure that new accounts are connected (#611565)Guillaume Desmottes2010-03-021-0/+2
| |
* | Remove code that will always fail and has no useSjoerd Simons2010-03-021-20/+0
| | | | | | | | | | | | | | libunique will already register a unique name and we have no other dbus services so we don't need to register a unique name ourselves. Also trying to register one which is the same as what we suggest to libunique will always fail and is thus pointless
* | Improve debugging and don't use g_debugSjoerd Simons2010-03-023-2/+6
| |
* | Simplify empathy_accounts_importSjoerd Simons2010-03-022-20/+7
| |
* | Make the empathy-account code be slightly more streamlinedSjoerd Simons2010-03-026-103/+55
| | | | | | | | | | | | | | On every run of the accounts UI we should try to import MC4 accounts (if they weren't imported already). Also replace the --try-import option with --if-needed to better document the fact that it will only display the UI if needed.
* | Always popup the accounts wizard if we don't have salut accountsSjoerd Simons2010-03-021-1/+3
| |
* | Only launch empathy-accounts if neededSjoerd Simons2010-03-021-1/+7
| |
* | Also potentially popup the account dialog when activate by libuniqueSjoerd Simons2010-03-021-0/+10
| |
* | accounts-dialog: update the status info when account when account is enabledGuillaume Desmottes2010-02-281-3/+2
| | | | | | | | | | | | If we are offline and we enable a disabled account, the info bar message should be updated from "Acconut Disabled" to "Status is set to Offline" (#610847).
* | Merge branch 'show-assistant-611131'Danielle Madeley2010-02-271-0/+4
|\|
| * empathy-accounts: Check to see if there are no accounts thus show the assistantDanielle Madeley2010-02-261-0/+4
| | | | | | | | Fixes: #611131
* | Merge commit 'ka/empathy-tpl-20100225-ifdef'Guillaume Desmottes2010-02-263-2/+20
|\ \
| * | TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-263-2/+20
| |/ | | | | | | By default TPL is disabled, use --enable-tpl configure option to enable it.
* | Remove the SKIP_TASKBAR hint when the main window is activatedRob Bradford2010-02-261-0/+1
| |
* | Add the capability to search debug messages in the debug window.Mike Ruprecht2010-02-261-0/+36
|/
* Merge branch 'requests'. Fixes: #598905Sjoerd Simons2010-02-252-3/+3
|\
| * Use a appropriate unique name for Empathy unique appSjoerd Simons2010-02-252-3/+3
| |
* | Remove inset frame from contact list in main windowSander Dijkhuis2010-02-251-1/+0
|/ | | | This looks cleaner. (#610886)
* Add missing libm linking (#610751)Brian Pepple2010-02-231-0/+1
|
* Remove the --acounts CLI optionGuillaume Desmottes2010-02-221-43/+13
| | | | We should use empathy-accounts directly now.
* define EMPATHY_CLIENT_NAMEGuillaume Desmottes2010-02-222-3/+2
|
* remove old services from gitignoreGuillaume Desmottes2010-02-221-3/+0
|
* Stop using org.gnome.EmpathyGuillaume Desmottes2010-02-221-22/+2
| | | | | We can use org.freedesktop.Telepathy.Client.Empathy to check if another Empathy instance is running.
* debug_window_fill_cm_chooser: use org.freedesktop.Telepathy.Client.EmpathyGuillaume Desmottes2010-02-221-1/+1
|
* always use empathy_tp_chat_leave instead of _closeGuillaume Desmottes2010-02-201-1/+1
|
* assistant: Fix creation of the last account createdGuillaume Desmottes2010-02-191-0/+6
| | | | | | When user enters the details about his last account, the 'prepare' signal is not fired. So we should create the account in impl_signal_apply instead. Fixes bug #609995.
* assistant: check that the enter/create page isn't already valid when ↵Guillaume Desmottes2010-02-191-0/+6
| | | | switching protocol
* assistant: set the salut page as complete if we pre-filled enough fields ↵Guillaume Desmottes2010-02-191-0/+6
| | | | (#610380)
* Rename Moblin to Meego throughout EmpathyDanielle Madeley2010-02-191-6/+6
| | | | At the request of Rob Bradford
* Don't display the 'respond' button in presence notifications (#610032)Guillaume Desmottes2010-02-171-1/+2
| | | | | | This button doesn't make anything as this event is not activatable. Plan is to display better button at some point (see bug 597124) but for now let's remove this button when it's useless.
* remove EMPATHY_EVENT_TYPE_TUBEGuillaume Desmottes2010-02-171-1/+0
| | | | It's not used any more.
* account-assistant: remove '\n' from the salut error web pageGuillaume Desmottes2010-02-171-3/+3
| | | | Wrapping the label will add them for us.
* account-assistant: Wrap secondary error message (#607908)Guillaume Desmottes2010-02-171-0/+1
|
* main-window: use GTK_MESSAGE_ERROR for account error info barsGuillaume Desmottes2010-02-171-1/+1
| | | | | The accounts dialog uses this message type in this case which makes more sense as that's an really an error (#609822).
* Use TpDebugSender to publish debug messages (#607330)Jonny Lamb2010-02-172-42/+26
|
* empathy_accounts_dialog_show_application: try to run "empathy-accounts" from ↵Guillaume Desmottes2010-02-161-1/+10
| | | | | | | source This fix starting the accounts dialog for people (testers mostly) using Empathy from a not installed build.
* empathy_accounts_dialog_show_application: use g_build_filenameGuillaume Desmottes2010-02-161-1/+4
| | | | That's cleaner to build a path.
* accounts-dialog: block the selection 'changed' signal while removing a rowGuillaume Desmottes2010-02-151-0/+14
| | | | | | | | | | | | | | There is no need to call accounts_dialog_model_selection_changed while removing as we are going to call accounts_dialog_model_select_first right after which will update the selection. This has the nice side effect of letting the "remove" button sensitive after the account has been removed. The callback used to be called recursively twice: once during the removal of the row and once when calling accounts_dialog_model_select_first in accounts_dialog_update_settings. As accounts_dialog_model_selection_changed is checking if a row is selected *before* calling accounts_dialog_update_settings, the button was unsensitived at the end of the first call of the callback. (#609575)
* Remove workaround for wrong drag behaviourSjoerd Simons2010-02-151-8/+7
| | | | | | | | | Revert "chat_window_create_label: ref the widgets stored as data so we are sure they stay alive when doing DnD" This is not needed anymore as we handle dragging correctly now This reverts commit 183fa2e8a94d94a7098120fc43cde9ad83869de6.
* Make the ChatWindow handle dropping items itselfSjoerd Simons2010-02-151-20/+31
| | | | | | | | | | | | | | | | | | Both GtkNotebook and EmpathChatWindow take action when drag-data-received is signalled (moving the tab or adding a contact). Drag data is received after the program has asked for it, usually when a drop occurs. Now this can be done in two ways 0) Handle the drop signal yourself and call gtk_drag_get_data yourself or 1) set GTK_DEST_DEFAULT_DROP and let gtk call it for you. GtkNotebook takes option 0, EmpathyChatWindow decided to use option 1.. This causes all kind of strange issues as the drag data is now requested twice and thus the signal handlers are called twice causing all kinds of fun issues (trying to move a tab that's already moved etc). Change the drag dest flags to GTK_DEST_DEFAULT_HIGHLIGHT which provides some extra visual clues but is other harmless and handle drops directly. Also remove some cases where ChatWindow meddles with tab dragging as GtkNotebook will handle these for us
* Only act when the account got a connectionSjoerd Simons2010-02-141-0/+2
|
* Update the FSF's mailing address in the new control center files.Travis Reitter2010-02-135-10/+5
|
* empathy-accounts-dialog: Prepend BIN_DIR to the binary nameDanielle Madeley2010-02-122-1/+2
|
* Separate the accounts dialog into its own program which works with the Gnome ↵Travis Reitter2010-02-1214-197/+1239
| | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon).
* assistant: filter out facebook from the new account pageGuillaume Desmottes2010-02-121-1/+3
|
* add is_facebook arg to empathy_protocol_chooser_dup_selectedGuillaume Desmottes2010-02-122-9/+28
| | | | So the assistant and accounts dialog can special case facebook accounts.
* do_show_accounts_ui: don't unref the EmpathyConnectionManagersGuillaume Desmottes2010-02-111-2/+0
| | | | We already unref it once the async callback is done.
* Merge branch 'menu'Xavier Claessens2010-02-112-0/+4
|\
| * Fix leaked GtkMenuXavier Claessens2010-02-112-0/+4
| | | | | | | | | | | | | | | | | | | | GtkMenu is initially unowned, which means ref_count is 1 and floating flag is set. gtk_menu_popup temporarily adds a ref, that will be dropped when the menu is popped down. So once the menu is popped up, we call g_object_ref_sink() to clear the floating flag, and g_object_unref() to drop the initial ref. Only the ref from gtk_menu_popup stay, and the menu will be finalized when it is popped down. Fixes bug #609567
* | Fix leaks, gtk_tree_model_get() returns a ref!Xavier Claessens2010-02-111-20/+33
| | | | | | | | | | COL_ACCOUNT_POINTER and COL_ACCOUNT_SETTINGS_POINTER are misleading, they are not POINTER but OBJECT, so we have to unref them.
* | Fix creation of imported accounts (#609439)Guillaume Desmottes2010-02-101-3/+8
| | | | | | | | | | | | impl_signal_apply isn't called any more after the "import" page as this page as a 'next' button now. So we have to create the imported accounts when preparing the next page.
* | assistant: store the ID of the current pageGuillaume Desmottes2010-02-101-0/+2
| | | | | | | | | | This will make easier to know from which page we are coming in impl_signal_prepare.
* | accounts-dialog: wrap label status in info barGuillaume Desmottes2010-02-101-0/+1
| | | | | | | | | | So the accounts doesn't become huge if user entered a ridiculously long message (#609537).
* | Create the account even when user chooses to not create other one afterGuillaume Desmottes2010-02-101-2/+19
| | | | | | | | | | | | | | | | | | | | As the account is not created in impl_signal_apply() any more, we have to be smarter in impl_signal_prepare and call account_assistant_apply_account_and_finish in more cases. That also means that account_assistant_account_enabled_cb doesn't have to terminate the assistant if the salut account has not been created yet. Fixes bug #609220.
* | impl_signal_apply: this function is not called after the create page any moreGuillaume Desmottes2010-02-101-2/+0
|/ | | | | The 'create account' page doesn't have a 'apply' button any more so this test never succeeds any more.
* modifies tab-expand and tab-fill properties of child in chat-window (#608053)Reimundo Heluani2010-02-081-2/+8
|
* empathy.c: Initialise variable (#609030)Danielle Madeley2010-02-081-0/+4
| | | | Fixes bug introduced in 24db41f217eea1cbf929cc3e623c50ca626db4b
* Adding myself to contributorsDanielle Madeley2010-02-021-1/+2
|
* Show protocol in compat mode tooGuillaume Desmottes2010-01-261-3/+0
| | | | There is no reason to not to (#607207).
* Ellipsize connection error infobarsWill Thompson2010-01-261-1/+2
| | | | | This prevents your contact list being forcibly expanded horizontally when an account with a long name fails to connect. Fixes: #608043
* accounts_dialog_accounts_setup: use empathy_connection_managers_prepare_asyncGuillaume Desmottes2010-01-251-16/+17
| | | | | That way we are sure that the callback is called even if the managers is already ready (#607925).
* Merge commit 'kaserf/buttons-infobar-606329'Guillaume Desmottes2010-01-251-9/+0
|\
| * remove custom style for buttons in infobarFelix Kaser2010-01-251-9/+0
| | | | | | | | the custom style for the buttons in the infobar is not needed. fixes bug #606329
* | split strings to no translate markupsGuillaume Desmottes2010-01-251-7/+16
| |
* | there is no reasy why error would be NULL if e_book_get_self failedGuillaume Desmottes2010-01-251-2/+1
| |
* | remove create_salut_account_if_needed as it's done in the assistant nowGuillaume Desmottes2010-01-252-111/+0
| |
* | rephrase the salut error pageGuillaume Desmottes2010-01-251-4/+5
| |
* | add a hint about how to reach the accounts dialogGuillaume Desmottes2010-01-251-2/+4
| |
* | Split markups and translated string to make this easier for translatorsGuillaume Desmottes2010-01-251-4/+7
| |
* | rename build_error_page to build_error_vboxGuillaume Desmottes2010-01-251-3/+3
| |
* | account_assistant_page_forward_func: never go forward after the salut pageGuillaume Desmottes2010-01-251-0/+5
| | | | | | | | This fix a bug if user chooses to not create a salut account.
* | Display 'back' button in the import and create pageGuillaume Desmottes2010-01-251-2/+2
| |
* | Fix account creation regressionGuillaume Desmottes2010-01-251-4/+9
| | | | | | | | | | | | Each time we add a new account, a new page is added to the assistant. So checking if id equal PAGE_ENTER_CREATE is not enough as the next pages will have an id greater than that.