| Commit message (Expand) | Author | Age | Files | Lines |
* | roster-window: fix event_activated_cb callback signature | Guillaume Desmottes | 2012-10-08 | 1 | -2/+1 |
* | print a warning if pulsesrc is missing | Guillaume Desmottes | 2012-10-03 | 1 | -1/+4 |
* | chat-manager: cache the individual mgr | Guillaume Desmottes | 2012-10-03 | 1 | -1/+31 |
* | chat-window: expose the individual mgr as a property | Guillaume Desmottes | 2012-10-03 | 2 | -0/+42 |
* | chat-window: update the contact menu when folks is loaded | Guillaume Desmottes | 2012-10-03 | 1 | -0/+16 |
* | chat-window: load the individual mgr when the chat window is focused out | Guillaume Desmottes | 2012-10-03 | 1 | -11/+35 |
* | move the individual mgr reference to empathy-chat-window | Guillaume Desmottes | 2012-10-03 | 2 | -19/+15 |
* | empathy_chat_window_present_chat: return the window presenting the chat | Guillaume Desmottes | 2012-09-28 | 2 | -5/+6 |
* | No need to pass twice the same param to chat_window_contact_menu_update() | Guillaume Desmottes | 2012-09-28 | 1 | -4/+3 |
* | document when/how Folks is used in empathy-chat | Guillaume Desmottes | 2012-09-28 | 1 | -1/+8 |
* | make sure that chat_window_contact_menu_update is not called recursively | Guillaume Desmottes | 2012-09-28 | 1 | -0/+8 |
* | Say in the status message when the call has been terminated | Guillaume Desmottes | 2012-09-25 | 1 | -0/+2 |
* | call_state is a CallState enum | Guillaume Desmottes | 2012-09-25 | 1 | -1/+1 |
* | actually unmute the microphone when restarting the call | Guillaume Desmottes | 2012-09-21 | 1 | -1/+1 |
* | migrate_account_to_uoa: actually iterate over the supersedes array | Guillaume Desmottes | 2012-09-21 | 1 | -2/+5 |
* | Use funnel instead of fsfunnel for gstreamer 1.0 | Sjoerd Simons | 2012-09-20 | 1 | -3/+9 |
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 24 | -56/+20 |
* | accounts-dialog: add icons cache | Guillaume Desmottes | 2012-09-12 | 1 | -2/+31 |
* | accounts-dialog: set pixbuf on the cell rather than the icon-name | Guillaume Desmottes | 2012-09-12 | 1 | -1/+9 |
* | roster-window: unprepare the individual manager before destroying the roster | Guillaume Desmottes | 2012-09-12 | 1 | -1/+18 |
* | There is no gstreamer-interfaces in 1.0, they are in audio/video | Olivier Crête | 2012-09-12 | 2 | -0/+8 |
* | empathy_roster_window_init: don't call set_notebook_page() | Guillaume Desmottes | 2012-09-12 | 1 | -2/+0 |
* | event-manager: use empathy_sasl_channel_supports_mechanism() | Guillaume Desmottes | 2012-09-11 | 1 | -9/+2 |
* | use tp_channel_get_connection() | Guillaume Desmottes | 2012-09-11 | 3 | -6/+6 |
* | use tp_account_manager_dup_valid_accounts() | Guillaume Desmottes | 2012-09-11 | 9 | -25/+28 |
* | EmpathyRosterWindow: refactor error infobar code | Xavier Claessens | 2012-09-07 | 1 | -202/+97 |
* | accounts_dialog_update_settings: fix if no account is selected | Guillaume Desmottes | 2012-09-07 | 1 | -2/+3 |
* | roster-window: display loading page when reconnecting accounts | Guillaume Desmottes | 2012-09-06 | 1 | -1/+12 |
* | roster-window: inline hide/show_contacts_loading in set_notebook_page() | Guillaume Desmottes | 2012-09-06 | 1 | -25/+15 |
* | roster-window: update the roster page when the most available presence changes | Guillaume Desmottes | 2012-09-06 | 1 | -0/+13 |
* | actually display the 'go online' button | Guillaume Desmottes | 2012-09-06 | 1 | -1/+1 |
* | Don't show "Topic: " in tooltips if there is none | Will Thompson | 2012-09-06 | 1 | -1/+1 |
* | roster-window: display a button to go online | Guillaume Desmottes | 2012-09-05 | 2 | -0/+48 |
* | display_page_message: use a flag instead of booleans | Guillaume Desmottes | 2012-09-05 | 1 | -11/+20 |
* | roster-window: display a specific message when we are offline | Guillaume Desmottes | 2012-09-05 | 1 | -0/+12 |
* | chat_window_new_message_cb: early return when handling outgoing msg | Guillaume Desmottes | 2012-09-03 | 1 | -0/+1 |
* | In the gst 0.10 case, link the volume element to capsfilter | Sjoerd Simons | 2012-09-03 | 1 | -4/+6 |
* | Port to gstreamer 1.0 | Sjoerd Simons | 2012-09-03 | 5 | -18/+108 |
* | emapthy-call: Camera toggle button isn't a GtkToggleToolButton | Sjoerd Simons | 2012-08-31 | 1 | -2/+2 |
* | Remove the level and rms measurements | Sjoerd Simons | 2012-08-29 | 1 | -152/+2 |
* | Remove libempathy-gtk dependency on gstreamer | Sjoerd Simons | 2012-08-29 | 5 | -6/+106 |
* | sanity_ctx_ref() is only used by UOA code atm | Guillaume Desmottes | 2012-08-28 | 1 | -0/+2 |
* | keep our reference on the global ctx until the account has been removed | Guillaume Desmottes | 2012-08-28 | 1 | -23/+21 |
* | Remove the old account even if we fail to create the new one | Guillaume Desmottes | 2012-08-28 | 1 | -2/+4 |
* | uoa_migration_done: free data once we're done with it | Guillaume Desmottes | 2012-08-28 | 1 | -0/+2 |
* | uoa-migration: delete account if plugin is missing | Guillaume Desmottes | 2012-08-28 | 1 | -2/+22 |
* | auth-client: wait for the migration code to be done before starting the timer | Guillaume Desmottes | 2012-08-28 | 1 | -2/+10 |
* | Turn migration code to an async function | Guillaume Desmottes | 2012-08-28 | 3 | -15/+107 |
* | try installing missing account-plugin-* | Guillaume Desmottes | 2012-08-28 | 1 | -0/+91 |
* | factor out migrate_account_to_uoa() | Guillaume Desmottes | 2012-08-27 | 1 | -55/+63 |
* | UOA: Migrate passwords to SSO | Xavier Claessens | 2012-08-27 | 1 | -14/+98 |
* | EmpathyRosterWindow: Show message when there is no online accounts | Xavier Claessens | 2012-08-20 | 1 | -9/+16 |
* | migrate existing TP accounts to libaccounts | Xavier Claessens | 2012-08-16 | 1 | -1/+110 |
* | accounts-dialog: invoke the UOA panel if needed | Guillaume Desmottes | 2012-08-15 | 1 | -0/+91 |
* | empathy_launch_external_app: allow to pass arguments | Guillaume Desmottes | 2012-08-15 | 1 | -55/+6 |
* | factor out empathy_launch_external_app() | Guillaume Desmottes | 2012-08-15 | 1 | -18/+2 |
* | start_external_app: fix critical warning message | Guillaume Desmottes | 2012-08-15 | 1 | -1/+3 |
* | factor out launch_empathy_accounts() | Guillaume Desmottes | 2012-08-14 | 1 | -3/+11 |
* | Removed the manager from the view, relying only on the model | Laurent Contzen | 2012-08-06 | 1 | -2/+1 |
* | EmpathAccountsDialog: user the new EmpathyUserInfo widget | Xavier Claessens | 2012-07-30 | 1 | -77/+22 |
* | EmpathyContactWidget: Stop using EmpathyAvatarChooser | Xavier Claessens | 2012-07-30 | 1 | -6/+0 |
* | Accounts dialog: use external app for readonly UOA accounts | Xavier Claessens | 2012-07-26 | 1 | -1/+6 |
* | factor out start_from_desktop_file() | Guillaume Desmottes | 2012-07-26 | 1 | -14/+17 |
* | empathy-roster-view: start using empathy-roster-model | Laurent Contzen | 2012-07-23 | 1 | -1/+9 |
* | empathy: use tp_account_manager_enable_restart() | Guillaume Desmottes | 2012-07-17 | 1 | -0/+2 |
* | Use new tp_account_* getters | Guillaume Desmottes | 2012-07-16 | 6 | -10/+10 |
* | preferences: use the factory to create the TpAccount | Guillaume Desmottes | 2012-07-16 | 1 | -5/+8 |
* | chat-window: use self->priv pattern | Guillaume Desmottes | 2012-07-11 | 2 | -507/+373 |
* | chat-window: port to new coding styles | Guillaume Desmottes | 2012-07-11 | 2 | -2158/+2265 |
* | new-chatroom-dialog: set default response | Guillaume Desmottes | 2012-07-11 | 1 | -0/+2 |
* | remove useless includes | Guillaume Desmottes | 2012-07-11 | 2 | -2/+0 |
* | call-window: use gdk_keyval_to_unicode() | Guillaume Desmottes | 2012-07-09 | 1 | -57/+22 |
* | call-window: allow user to enter dtmf events using his keyboard | Guillaume Desmottes | 2012-07-09 | 1 | -0/+63 |
* | event-manager: use EmpathySubscriptionDialog | Guillaume Desmottes | 2012-07-06 | 1 | -3/+12 |
* | Stop using EmpathyChatView | Guillaume Desmottes | 2012-07-02 | 2 | -5/+5 |
* | upgrade_chat_theme_settings: use empathy_theme_manager_dup_theme_name_from_pa... | Guillaume Desmottes | 2012-07-02 | 1 | -13/+5 |
* | Store the theme name in the 'theme' gsettings key | Guillaume Desmottes | 2012-07-02 | 2 | -34/+59 |
* | move theme migration code to sanity-cleaning.c | Guillaume Desmottes | 2012-07-02 | 1 | -1/+45 |
* | Remove legacy themes code | Danielle Madeley | 2012-07-02 | 1 | -49/+7 |
* | accounts-dialog: don't show the avatar button if avatars are not supported | Guillaume Desmottes | 2012-06-28 | 1 | -5/+12 |
* | roster-window: allow to send files using DnD | Guillaume Desmottes | 2012-06-26 | 1 | -0/+170 |
* | chat-window: disable file transfer DnD | Guillaume Desmottes | 2012-06-26 | 1 | -0/+2 |
* | don't display 'Send file' menu item in empathy-chat | Guillaume Desmottes | 2012-06-26 | 1 | -1/+2 |
* | roster-view: use a signal instead of a cb to handle individual tooltips | Guillaume Desmottes | 2012-06-18 | 1 | -5/+4 |
* | roster-window: display individual tooltips | Guillaume Desmottes | 2012-06-18 | 1 | -0/+50 |
* | Use audio-input-microphone-muted-symbolic when the mic is muted | Guillaume Desmottes | 2012-06-18 | 2 | -12/+30 |
* | add empathy_audio_src_set_mute() | Guillaume Desmottes | 2012-06-18 | 2 | -0/+12 |
* | preferences: add UI to show/hide groups | Guillaume Desmottes | 2012-06-15 | 2 | -0/+18 |
* | remove deprecated gsettings keys | Guillaume Desmottes | 2012-06-15 | 2 | -120/+0 |
* | roster-window: remove unused gsettings_contacts | Guillaume Desmottes | 2012-06-15 | 1 | -3/+0 |
* | roster-window: display events in the view | Guillaume Desmottes | 2012-06-15 | 1 | -271/+24 |
* | roster-window: display messages when roster is empty | Guillaume Desmottes | 2012-06-15 | 1 | -54/+27 |
* | roster-window: hook activate and popup menu | Guillaume Desmottes | 2012-06-15 | 1 | -0/+68 |
* | roster-window: use EmpathyRosterView | Guillaume Desmottes | 2012-06-15 | 1 | -59/+32 |
* | roster-window: use tp_g_signal_connect_object() | Guillaume Desmottes | 2012-06-15 | 1 | -9/+4 |
* | roster-view: add API to display events | Guillaume Desmottes | 2012-06-14 | 1 | -0/+1 |
* | roster-window: remove old GActionEntry | Guillaume Desmottes | 2012-06-08 | 1 | -21/+0 |
* | move 'Remove' item code to individual-menu | Guillaume Desmottes | 2012-06-08 | 1 | -1/+2 |
* | remove libebook support | Guillaume Desmottes | 2012-06-07 | 1 | -2/+0 |
* | import-utils: use TpConnectionManager accessors | Guillaume Desmottes | 2012-06-07 | 1 | -2/+2 |
* | import-pidgin: use TpProtocol | Guillaume Desmottes | 2012-06-06 | 1 | -3/+3 |
* | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-06-05 | 1 | -2/+2 |
|\ |
|
| * | tls_dialog_response_cb: say if we are supposed to remember the cert or not | Guillaume Desmottes | 2012-06-05 | 1 | -2/+2 |
* | | call-window: use a linked style for the OSD toolbar buttons | Cosimo Cecchi | 2012-06-01 | 2 | -34/+53 |
* | | call-window: use GTK_STYLE_CLASS_OSD for the floating toolbar | Cosimo Cecchi | 2012-06-01 | 1 | -19/+4 |
* | | Merge branch 'ui-work-672043' | Danielle Madeley | 2012-05-30 | 1 | -4/+6 |
|\ \ |
|
| * | | accounts-dialog: tweak padding | Danielle Madeley | 2012-05-29 | 1 | -4/+6 |
* | | | The comment should have been removed with the contact manager | Chandni Verma | 2012-05-29 | 1 | -4/+0 |
* | | | use the symbolic close icon in the tab close button | Guillaume Desmottes | 2012-05-25 | 1 | -2/+2 |
* | | | Define a style class for the tab close button | Guillaume Desmottes | 2012-05-25 | 1 | -1/+3 |
* | | | remove GeditCloseButton | Guillaume Desmottes | 2012-05-24 | 3 | -123/+0 |
* | | | chat-window: stop using GeditCloseButton | Guillaume Desmottes | 2012-05-24 | 1 | -8/+28 |
* | | | gedit-close-button: move CSS bits to empathy.css | Guillaume Desmottes | 2012-05-24 | 6 | -25/+6 |
* | | | Load the CSS in all empathy-* binaries | Guillaume Desmottes | 2012-05-24 | 5 | -0/+11 |
* | | | accounts-dialog: don't crash if the account is connecting | Guillaume Desmottes | 2012-05-23 | 1 | -4/+9 |
* | | | roster-window: re-hook the show-groups gsettings key | Guillaume Desmottes | 2012-05-23 | 1 | -0/+3 |
|/ / |
|
* | | audio-src: mutex is now on the stack | Guillaume Desmottes | 2012-05-21 | 1 | -2/+2 |
* | | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-05-21 | 3 | -239/+179 |
|\| |
|
| * | call: Initialize the timer early | Sjoerd Simons | 2012-05-21 | 1 | -2/+1 |
| * | audiosrc: Don't use stream volumes properties if the src doesn't support them | Sjoerd Simons | 2012-05-21 | 1 | -2/+12 |
| * | call: Keep the toolbar around if muted | Sjoerd Simons | 2012-05-21 | 1 | -2/+26 |
| * | audio input: Switch to stream volumes | Sjoerd Simons | 2012-05-21 | 1 | -142/+72 |
| * | call: Adjust the preview rectangle colors | Sjoerd Simons | 2012-05-21 | 1 | -27/+4 |
| * | Call: Let the floating toolbar be above the preview | Sjoerd Simons | 2012-05-21 | 1 | -20/+19 |
| * | Keep some margin for the preview and the floating toolbar | Sjoerd Simons | 2012-05-21 | 1 | -1/+7 |
| * | call: Make the remote video background black | Sjoerd Simons | 2012-05-21 | 1 | -18/+5 |
| * | Call window: Ellipsize alias and status | Sjoerd Simons | 2012-05-21 | 2 | -33/+37 |
| * | Don't put the status in the header if the user has none | Sjoerd Simons | 2012-05-21 | 1 | -1/+5 |
* | | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-05-21 | 2 | -1/+16 |
|\| |
|
| * | empathy-accounts: init cheese-gtk if needed | Guillaume Desmottes | 2012-05-21 | 2 | -0/+16 |
| * | Call: Fix floating toolbar | Sjoerd Simons | 2012-05-20 | 2 | -3/+1 |
| * | Use TP_ERROR instead of TP_ERRORS | Guillaume Desmottes | 2012-05-09 | 3 | -6/+6 |
| * | Use gst_object_ref_sink() | Javier Jardón | 2012-05-07 | 3 | -14/+7 |
* | | Call: Fix floating toolbar | Sjoerd Simons | 2012-05-20 | 2 | -3/+1 |
* | | Use the symbolic version of the avatar-default icon | Guillaume Desmottes | 2012-05-17 | 1 | -1/+1 |
* | | Remove dead map view component | Danielle Madeley | 2012-05-16 | 5 | -727/+0 |
* | | Readd Ctrl-H accelerator | Danielle Madeley | 2012-05-16 | 2 | -0/+21 |
* | | Authentification → Authentication | Guillaume Desmottes | 2012-05-15 | 1 | -1/+1 |
* | | remove unused tp-contact-factory includes | Guillaume Desmottes | 2012-05-15 | 6 | -6/+0 |
* | | Readd Ctrl-J for Join Room | Danielle Madeley | 2012-05-15 | 1 | -0/+1 |
* | | Don't mark actions/accels as translatable | Danielle Madeley | 2012-05-15 | 1 | -23/+23 |
* | | Tweak account balance display | Danielle Madeley | 2012-05-15 | 1 | -10/+20 |
* | | Remove contact list size radiobuttons from preferences | Danielle Madeley | 2012-05-15 | 2 | -93/+0 |
* | | Add preference to show account balances | Danielle Madeley | 2012-05-15 | 2 | -8/+26 |
* | | Refactor app menu as per design decision | Danielle Madeley | 2012-05-15 | 2 | -57/+52 |
* | | Remove menu button, have only app menu | Danielle Madeley | 2012-05-15 | 3 | -104/+17 |
* | | preferences: move some items from Behaviour into Chat | Danielle Madeley | 2012-05-15 | 1 | -77/+81 |
* | | preferences: add options removed from View into preferences | Danielle Madeley | 2012-05-15 | 2 | -5/+284 |
* | | Remove dead object from .ui file | Danielle Madeley | 2012-05-15 | 1 | -5/+0 |
* | | preferences: remove a lot of bind-and-forget widgets from priv struct | Danielle Madeley | 2012-05-15 | 1 | -196/+86 |
* | | Remove dead code | Danielle Madeley | 2012-05-15 | 1 | -58/+1 |
* | | Rework balance display to be in-roster only | Danielle Madeley | 2012-05-15 | 1 | -269/+33 |
* | | Remove all old view menu handling code with GSettings bindings | Danielle Madeley | 2012-05-15 | 1 | -257/+15 |
* | | Add the app menu using the same model as the menu button | Danielle Madeley | 2012-05-15 | 2 | -0/+25 |
* | | Change the roster menu to a flat menu structure | Danielle Madeley | 2012-05-15 | 1 | -77/+14 |
* | | Move the menu to a button ala Web | Danielle Madeley | 2012-05-15 | 2 | -107/+115 |
* | | Remove view history action | Danielle Madeley | 2012-05-15 | 1 | -14/+0 |
* | | Port roster-window-menubar.ui to current GMenu builder XML format | Danielle Madeley | 2012-05-15 | 1 | -34/+135 |
* | | roster-window: migrate menu bar to GtkBuilder | Guillaume Desmottes | 2012-05-15 | 2 | -548/+517 |
* | | EmpathyMainWindow: inherit from GtkApplicationWindow | Guillaume Desmottes | 2012-05-15 | 3 | -7/+9 |
* | | stop passing the main window to empathy_sound_manager_play() | Guillaume Desmottes | 2012-05-15 | 1 | -24/+6 |
* | | coding style fix | Guillaume Desmottes | 2012-05-11 | 1 | -1/+1 |
* | | new-chatroom-dialog: use TpRoomList | Guillaume Desmottes | 2012-05-10 | 1 | -103/+76 |
* | | remove invisible_char from ui files | Guillaume Desmottes | 2012-05-10 | 1 | -2/+0 |
* | | Turn EmpathyNewChatroomDialog to a GtkDialog sub-class | Guillaume Desmottes | 2012-05-10 | 3 | -458/+491 |
* | | chatroom-dialog: re-order some functions | Guillaume Desmottes | 2012-05-10 | 1 | -355/+299 |
* | | new-chatroom-dialog: port to TP coding style | Guillaume Desmottes | 2012-05-10 | 2 | -640/+642 |
* | | Use TpTpTLSCertificate | Guillaume Desmottes | 2012-05-10 | 1 | -11/+13 |
* | | Store the TpDebugMessage in the model | Guillaume Desmottes | 2012-05-10 | 1 | -134/+131 |
* | | merge store_filter_foreach () and copy_model_foreach () | Guillaume Desmottes | 2012-05-10 | 1 | -61/+14 |
* | | debug-window: use TpDebugClient | Guillaume Desmottes | 2012-05-10 | 1 | -70/+89 |
* | | empathy-debugger: use self->priv pattern | Guillaume Desmottes | 2012-05-10 | 2 | -278/+267 |
* | | debug_window_dispose: use g_clear_object() | Guillaume Desmottes | 2012-05-10 | 1 | -20/+4 |
* | | new-account-dialog: rely on the EmpathyAccountWidget::close signal | Guillaume Desmottes | 2012-05-09 | 1 | -1/+1 |
* | | video-widget: Remove as it is now unused | Olivier Crête | 2012-05-09 | 4 | -592/+6 |
* | | call-observer: use tp_channel_get_target_contact() | Guillaume Desmottes | 2012-05-08 | 1 | -32/+4 |
* | | Turn EmpathyAccountWidget to a proper GtkWidget | Guillaume Desmottes | 2012-05-08 | 1 | -29/+23 |
* | | approve_ft_channel: stop using the contact factory | Guillaume Desmottes | 2012-05-08 | 1 | -37/+20 |
* | | approve_call_channel: stop using the contact factory | Guillaume Desmottes | 2012-05-08 | 1 | -65/+47 |
* | | event-manager: factor out approve_channel_*() functions | Guillaume Desmottes | 2012-05-08 | 1 | -94/+141 |
* | | Use gst_object_ref_sink() | Javier Jardón | 2012-05-08 | 2 | -7/+4 |
* | | Use TP_ERROR instead of TP_ERRORS | Guillaume Desmottes | 2012-05-07 | 3 | -6/+6 |
* | | Fix localization of --help outputs and application names | Gabor Kelemen | 2012-05-03 | 5 | -5/+9 |
* | | accounts-dialog: stop using tp_connection_get_self_handle() | Guillaume Desmottes | 2012-05-03 | 1 | -17/+8 |
* | | invite-participant-dialog: compare TpContact objects rather than handles | Guillaume Desmottes | 2012-05-03 | 1 | -6/+4 |
* | | empathy_tp_chat_is_invited: return a TpContact for the inviter | Guillaume Desmottes | 2012-05-03 | 1 | -30/+5 |
* | | event-manager: use new channel group API | Guillaume Desmottes | 2012-05-03 | 1 | -4/+4 |
* | | invite-participant-dialog: stop using tp_channel_group_get_handle_owner() | Guillaume Desmottes | 2012-05-03 | 1 | -2/+5 |
* | | chat-manager: use tp_channel_join_async() | Guillaume Desmottes | 2012-05-03 | 1 | -1/+17 |
* | | remove empathy-av | Guillaume Desmottes | 2012-05-02 | 13 | -6510/+0 |
* | | Stop approving StreamedMedia channels | Guillaume Desmottes | 2012-05-02 | 3 | -94/+2 |
* | | roster-window: set a default height | Guillaume Desmottes | 2012-04-20 | 1 | -0/+1 |
* | | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-04-11 | 2 | -7/+1 |
|\| |
|
| * | Don't display anything when being re-invoked in hidden mode | Guillaume Desmottes | 2012-04-11 | 1 | -7/+0 |
| * | roster-window: Bring back log entry in individual context menu | Guillaume Desmottes | 2012-04-05 | 1 | -0/+1 |
* | | remove useless empathy-contact-list.h includes | Guillaume Desmottes | 2012-04-10 | 3 | -3/+0 |
* | | implement empathy_tp_chat_get_members as a method on TpChat | Guillaume Desmottes | 2012-04-10 | 1 | -2/+1 |
* | | implement empathy_tp_chat_add as a method on TpChat | Guillaume Desmottes | 2012-04-10 | 1 | -3/+2 |
* | | Allocate GMutex on the stack | Guillaume Desmottes | 2012-04-05 | 5 | -65/+66 |
* | | stop using g_thread_init | Guillaume Desmottes | 2012-04-05 | 7 | -14/+0 |
* | | stop instantiating EmpathyConnectivity | Guillaume Desmottes | 2012-04-05 | 1 | -22/+0 |
* | | accounts-dialog: use GNetworkMonitor | Guillaume Desmottes | 2012-04-05 | 1 | -10/+10 |
* | | Remove Meego specific code | Guillaume Desmottes | 2012-04-05 | 1 | -37/+0 |
* | | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-04-05 | 2 | -2/+4 |
|\| |
|
| * | check if salut settings are valid instead of assume they are not | Guillaume Desmottes | 2012-04-04 | 1 | -1/+3 |
| * | include logger single header | Guillaume Desmottes | 2012-04-04 | 1 | -1/+1 |
* | | account-dialog: add 'Rename' item to the context menu | Guillaume Desmottes | 2012-04-02 | 1 | -0/+33 |
* | | accounts-dialog: keep a pointer on the text renderer | Guillaume Desmottes | 2012-04-02 | 1 | -7/+9 |
* | | replace Enable/Disable menu items by a check item | Guillaume Desmottes | 2012-04-02 | 1 | -37/+15 |
|/ |
|
* | call-window: raise the overlay actor instead of individual actors | Cosimo Cecchi | 2012-03-30 | 1 | -13/+2 |
* | use enable_and_connect_account() when enabling an account from the menu | Guillaume Desmottes | 2012-03-30 | 1 | -1/+2 |
* | factor out enable_and_connect_account() | Guillaume Desmottes | 2012-03-30 | 1 | -2/+9 |
* | accounts-dialog: no need to connect the account if we are disabling it | Guillaume Desmottes | 2012-03-30 | 1 | -5/+13 |
* | accounts_dialog_enable_account_cb: use the usual async cb pattern | Guillaume Desmottes | 2012-03-30 | 1 | -10/+9 |
* | empathy-accounts: disable 'Enable' menu entry if not supported | Guillaume Desmottes | 2012-03-30 | 1 | -6/+14 |
* | factor out account_can_be_enabled() | Guillaume Desmottes | 2012-03-30 | 1 | -9/+18 |
* | ev-sidebar: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -2/+1 |
* | preferences: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -3/+1 |
* | new-chatroom-dialog: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -3/+1 |
* | import-widget: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -4/+1 |
* | chatrooms-window: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -2/+1 |
* | accounts-dialog: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -8/+13 |
* | Merge remote-tracking branch 'wjt/652800-661731-notifications' | Guillaume Desmottes | 2012-03-28 | 3 | -22/+25 |
|\ |
|
| * | Move category name constants to #defines | Will Thompson | 2012-03-28 | 3 | -21/+19 |
| * | Show MUC highlight notifications in Gnome Shell | Will Thompson | 2012-03-28 | 1 | -3/+8 |
* | | streamed-media-window: don't leak the element name | Debarshi Ray | 2012-03-28 | 1 | -2/+4 |
* | | call-window: don't leak the element name | Debarshi Ray | 2012-03-28 | 1 | -2/+4 |
|/ |
|
* | call-window: factor out some common code | Cosimo Cecchi | 2012-03-27 | 1 | -14/+14 |
* | call-window: don't use EmpathyRoundedActor for the floating toolbar | Cosimo Cecchi | 2012-03-27 | 2 | -31/+25 |
* | call-window: use a ClutterBoxLayout to separate previews/toolbar | Cosimo Cecchi | 2012-03-27 | 1 | -128/+68 |
* | call-window: fix incorrect comment | Cosimo Cecchi | 2012-03-27 | 1 | -3/+2 |
* | call-window: use colors from the theme for placeholders | Cosimo Cecchi | 2012-03-27 | 1 | -2/+30 |
* | rounded-rectangle: cairo_set_source_rgba() takes [0..1] arguments | Cosimo Cecchi | 2012-03-27 | 1 | -7/+6 |
* | import-widget: request the preferred height of the treeview | Guillaume Desmottes | 2012-03-27 | 2 | -2/+11 |
* | import-widget: don't manually prepare the account manager | Guillaume Desmottes | 2012-03-27 | 1 | -23/+4 |
* | Use the correct help: URI syntax | Shaun McCance | 2012-03-26 | 2 | -2/+2 |
* | roster-window: check which page to display once Folks has finished loading | Guillaume Desmottes | 2012-03-22 | 1 | -1/+1 |
* | Use help:empathy to open the help | Guillaume Desmottes | 2012-03-22 | 4 | -4/+4 |
* | debug-window: no need to translate the '%s' format | Guillaume Desmottes | 2012-03-22 | 1 | -1/+1 |
* | accounts-dialog: set a column spacing for the GtkInfoBar grid | Cosimo Cecchi | 2012-03-21 | 1 | -0/+1 |
* | Fix crash on hangup with no video | Emanuele Aina | 2012-03-16 | 1 | -4/+5 |
* | Don't restart a call if one already in progress | Emanuele Aina | 2012-03-16 | 1 | -5/+10 |
* | contact-widget: don't display the account when editing our info | Guillaume Desmottes | 2012-03-16 | 1 | -1/+2 |
* | Disconnect when a call is ENDED | Emanuele Aina | 2012-03-15 | 1 | -5/+8 |
* | reload the account widget when connection is (dis)connected | Guillaume Desmottes | 2012-03-15 | 1 | -0/+45 |
* | create_dialog_content: check if the TpConnection is still valid | Guillaume Desmottes | 2012-03-15 | 1 | -1/+2 |
* | factor out account_is_selected() | Guillaume Desmottes | 2012-03-15 | 1 | -16/+27 |
* | sanity-cleaning: set fallback-servers on Facebook accounts | Guillaume Desmottes | 2012-03-15 | 1 | -1/+42 |
* | Merge remote-tracking branch 'gulic/buttons-668464' | Danielle Madeley | 2012-03-14 | 1 | -2/+3 |
|\ |
|
| * | favorite chatrooms dialog: use the right style for the remove button | Guillaume Desmottes | 2012-01-23 | 1 | -2/+3 |