Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port EmpathyChatWindow to new API and remove dead code. | Xavier Claessens | 2009-04-22 | 1 | -15/+1 |
| | |||||
* | Add ellipsis to the add account button. Fixes bug #548704 | Guillaume Desmottes | 2009-04-21 | 1 | -2/+36 |
| | |||||
* | empathy-accounts-dialog.ui: no change, the file has just been opened and ↵ | Guillaume Desmottes | 2009-04-21 | 1 | -27/+57 |
| | | | | sauved in Glade | ||||
* | don't dispatch D-Bus tube having an invalid ServiceName | Guillaume Desmottes | 2009-04-21 | 1 | -0/+11 |
| | |||||
* | Fix indent. | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | Fix memleak. Free strings retrieved from gtk_tree_model_get. | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+2 |
| | |||||
* | fix memleak in preferences_widget_sync_string_combo. Previously name was not | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+3 |
| | | | | freed if it was a match. | ||||
* | Reliably set favourite-star | Davyd Madeley | 2009-04-21 | 1 | -3/+3 |
| | |||||
* | Merge commit 'bigon/configure-deprecated-flag' | Xavier Claessens | 2009-04-19 | 1 | -1/+2 |
|\ | |||||
| * | Use autotools magic to take care of disabling deprecated symbols | Laurent Bigonville | 2009-04-18 | 1 | -1/+2 |
| | | | | | | | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols | ||||
* | | Fix coding style by not going over 80 chars too much | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -10/+18 |
| | | |||||
* | | Fix indent and translation | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -3/+3 |
| | | |||||
* | | Fix memory leaks + minor coding style changes | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -5/+7 |
| | | |||||
* | | Add members, invite and password columns to Join dialog | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -5/+61 |
| | | |||||
* | | Modify deeply the join chatroom dialog. | Pierre-Luc Beaudoin | 2009-04-18 | 2 | -125/+70 |
| | | | | | | | | | | | | The rationale is that the room list is now loaded when the expander is open. It will refresh it if is open and the server is changed. | ||||
* | | Remove the New in Join New... menu item | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -1/+1 |
| | | | | | | | | As the the dialog doesn't necessarily create a new room, it makes no sens. | ||||
* | | Correct English. | Jonny Lamb | 2009-04-17 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Fix urgency hint for MUCs | Xavier Claessens | 2009-04-17 | 1 | -1/+7 |
| | |||||
* | Fix compilation warning: chatrooms_window_model_get_selected() was not used. | Xavier Claessens | 2009-04-17 | 1 | -0/+8 |
| | |||||
* | Remove unused edit-chatroom dialog from the UI file. ↵ | Xavier Claessens | 2009-04-16 | 2 | -220/+2 |
| | | | | | | | | gtk_builder_add_from_file creates all toplevel objects so the edit dialog popup in the same time as the manage chatroom dialog. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2874 | ||||
* | Add cell renderer on the theme combobox. Seems GtkBuilder don't set a ↵ | Xavier Claessens | 2009-04-16 | 1 | -12/+21 |
| | | | | | | | | default renderer like glade. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2873 | ||||
* | Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xml | Xavier Claessens | 2009-04-16 | 1 | -42/+91 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2870 | ||||
* | Add back some icons that were droped during the conversion | Xavier Claessens | 2009-04-16 | 3 | -0/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2869 | ||||
* | Make use of GtkUIManager for EmpathyChatWindow | Xavier Claessens | 2009-04-16 | 2 | -216/+73 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2868 | ||||
* | Make use of GtkUIManager in EmpathyCallWindow | Xavier Claessens | 2009-04-16 | 2 | -92/+161 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2867 | ||||
* | Make use of GtkUIManager in EmpathyMainWindow | Xavier Claessens | 2009-04-16 | 2 | -110/+112 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2866 | ||||
* | Reorder functions to not declare them on top | Xavier Claessens | 2009-04-16 | 1 | -613/+526 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2865 | ||||
* | Make use of GtkUIManager in EmpathyStatusIcon | Xavier Claessens | 2009-04-16 | 2 | -35/+40 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2864 | ||||
* | Port EmpathyStatusIcon to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2863 | ||||
* | Port EmpathyPreferences to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2862 | ||||
* | Port EmpathyNewChatroomDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2861 | ||||
* | Port EmpathyMainWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -16/+12 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2860 | ||||
* | Port EmpathyImportDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2859 | ||||
* | Port EmpathyFtManager to new API | Xavier Claessens | 2009-04-16 | 1 | -7/+6 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2858 | ||||
* | Port EmpathyChatroomsWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2857 | ||||
* | Port EmpathyChatWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -11/+7 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2856 | ||||
* | Port EmpathyCallWindow to new API | Xavier Claessens | 2009-04-16 | 2 | -133/+79 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2855 | ||||
* | Port EmpathyAccountsDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2854 | ||||
* | Port EmpathySpellDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -1/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2853 | ||||
* | Modify Makefile.am for new file names | Xavier Claessens | 2009-04-16 | 1 | -13/+13 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2848 | ||||
* | Port account widgets to new API | Xavier Claessens | 2009-04-16 | 1 | -0/+1 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842 | ||||
* | Convert glade files to GtkBuilder format | Xavier Claessens | 2009-04-16 | 14 | -1339/+1177 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840 | ||||
* | Escape to cancel from status editing | Davyd Madeley | 2009-04-11 | 1 | -1/+1 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2776 | ||||
* | use new GtkStatusIcon tooltip methods, formatting the header in italics. | Frederic Peters | 2009-03-27 | 1 | -10/+6 |
| | | | | | | (requires new GTK+ version, bumped dependency to 2.16.0) (bug #575265) svn path=/trunk/; revision=2745 | ||||
* | Use UTF-8 em dash (U+2014) instead of two hyphen/minus (U+002D) | Frederic Peters | 2009-03-24 | 1 | -1/+1 |
| | | | | | | (bug 574192) svn path=/trunk/; revision=2743 | ||||
* | Added translator comment | Wouter Bolsterlee | 2009-03-24 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2736 | ||||
* | mc_account_create can fail, don't crash if it happens | Xavier Claessens | 2009-03-21 | 1 | -0/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2731 | ||||
* | Make the "Import Accounts" button insensitive if there's nothing to import. | Jonny Lamb | 2009-03-10 | 5 | -5/+35 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2665 | ||||
* | First connect to the sink pad, then start playing | Sjoerd Simons | 2009-03-10 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2650 | ||||
* | Refer to the gnome bug number belonging to the TODO | Sjoerd Simons | 2009-03-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2649 | ||||
* | Make the sidebar nicely pop in and out | Sjoerd Simons | 2009-03-09 | 1 | -0/+13 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2645 | ||||
* | Only check if the error came from the video_input if it's there | Sjoerd Simons | 2009-03-09 | 1 | -2/+3 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2644 | ||||
* | Hook up audio mute button | Sjoerd Simons | 2009-03-09 | 1 | -6/+59 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2642 | ||||
* | Set the camera button sensitive while connected and there is a video input | Sjoerd Simons | 2009-03-09 | 1 | -0/+4 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2641 | ||||
* | Handle resource-request | Sjoerd Simons | 2009-03-09 | 1 | -0/+19 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2640 | ||||
* | Unref the video input and tee after removing | Sjoerd Simons | 2009-03-09 | 1 | -2/+10 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2639 | ||||
* | Set the pipeline to pause before starting the call | Sjoerd Simons | 2009-03-09 | 1 | -8/+107 |
| | | | | | | | | | | Initially set the pipeline to PAUSED, if that fails because of the videoinput remove that input and continue as an audio-only call (we can still receive video though). Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2636 | ||||
* | Set empathy's media role to phone for so pulse can do policy on it | Sjoerd Simons | 2009-03-09 | 1 | -0/+1 |
| | | | | | | | | | | | Empathy's media role should be phone. Apart from voip calls the only sounds we make are event sounds via libcanberra, which correctly sets the role to event when playing a sound. For more information see: http://pulseaudio.org/wiki/ApplicationProperties From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2634 | ||||
* | Make sure the UI is build in empathy_ft_manager_get_dialog | Xavier Claessens | 2009-03-08 | 1 | -0/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2632 | ||||
* | Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed. | Xavier Claessens | 2009-03-08 | 2 | -51/+62 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2631 | ||||
* | Remove useless include of contact-factory.h | Xavier Claessens | 2009-03-06 | 1 | -1/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2618 | ||||
* | Moved dispatcher observing and logging into EmpathyLogManager. | Jonny Lamb | 2009-03-06 | 1 | -53/+6 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2592 | ||||
* | Pass the channel to received_message_cb and use tp_channel_get_identifier. | Jonny Lamb | 2009-03-06 | 1 | -13/+10 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2591 | ||||
* | Only write messages to one specified log source, hardcoded at the moment. | Jonny Lamb | 2009-03-06 | 1 | -2/+10 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2590 | ||||
* | Use the channel wrapper to log chats instead of connecting to the signals ↵ | Jonny Lamb | 2009-03-06 | 1 | -98/+18 |
| | | | | | | | | directly. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2587 | ||||
* | Move logging to the dispatcher on Received and Sent signals. | Jonny Lamb | 2009-03-06 | 1 | -0/+130 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2586 | ||||
* | Remove gdk_threads_{enter,leave}, gdk thread support is useless untill we ↵ | Sjoerd Simons | 2009-03-04 | 1 | -2/+0 |
| | | | | | | | | audit empathy Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2565 | ||||
* | Hook up the video input sidebar item | Sjoerd Simons | 2009-03-04 | 1 | -16/+146 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2564 | ||||
* | Hook up audio input panel | Sjoerd Simons | 2009-03-04 | 1 | -3/+37 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2561 | ||||
* | Put locks around timer_id | Sjoerd Simons | 2009-03-04 | 1 | -2/+12 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2556 | ||||
* | Add timer and make all gtk calls in the main thread | Sjoerd Simons | 2009-03-04 | 1 | -13/+62 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2555 | ||||
* | Use livesrc and fsfunnel to funnel the mediastreams to their outputs | Sjoerd Simons | 2009-03-04 | 1 | -16/+72 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2554 | ||||
* | Set the preview video widget not sync and async | Sjoerd Simons | 2009-03-04 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2553 | ||||
* | Add comments for callbacks that come from a different thread | Sjoerd Simons | 2009-03-04 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2551 | ||||
* | Ensure to always call gtk/gdk functions while holding the gdk lock | Sjoerd Simons | 2009-03-04 | 2 | -0/+6 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2550 | ||||
* | Some string comments requested by translators (#572875) | Frederic Peters | 2009-02-24 | 2 | -0/+3 |
| | | | | svn path=/trunk/; revision=2532 | ||||
* | Also disconnect the approval handler on free if it's still there | Sjoerd Simons | 2009-02-21 | 1 | -2/+9 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2525 | ||||
* | Use tp-glib generated code for file transfers rather than extensions. | Jonny Lamb | 2009-02-21 | 3 | -30/+30 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2523 | ||||
* | Set the intial volume button level to a more correct one | Sjoerd Simons | 2009-02-17 | 1 | -0/+4 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2496 | ||||
* | Set the camera button insensitive after a call | Sjoerd Simons | 2009-02-17 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2495 | ||||
* | Hook up the volume button | Sjoerd Simons | 2009-02-17 | 1 | -1/+14 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2494 | ||||
* | Hook up DTFM support | Sjoerd Simons | 2009-02-17 | 1 | -12/+86 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2493 | ||||
* | use TpTubeType instead of EmpathyTubeType | Guillaume Desmottes | 2009-02-17 | 1 | -3/+3 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2490 | ||||
* | empathy-tube-dispatch: add debug messages | Guillaume Desmottes | 2009-02-17 | 1 | -0/+8 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2488 | ||||
* | rename toolbar1 to toolbar | Guillaume Desmottes | 2009-02-17 | 2 | -3/+3 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2483 | ||||
* | Add an empty expanded GtkToolItem so the volume button is at the end of the ↵ | Guillaume Desmottes | 2009-02-17 | 1 | -0/+7 |
| | | | | | | | | toolbar. From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2482 | ||||
* | Manually add the GtkVolumeButton to the toolbar instead of fitting an empty ↵ | Guillaume Desmottes | 2009-02-17 | 2 | -15/+9 |
| | | | | | | | | hole defined in Glade From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2481 | ||||
* | Add label on the microphone button. Fixes #571657 | Guillaume Desmottes | 2009-02-17 | 1 | -1/+2 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2479 | ||||
* | Signal closed from the call-handler | Sjoerd Simons | 2009-02-17 | 1 | -16/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2478 | ||||
* | add a translator comment to describe 'Import' | Frédéric Péters | 2009-02-17 | 1 | -0/+1 |
| | | | | | | From: Frédéric Péters <fpeters@gnome.org> svn path=/trunk/; revision=2477 | ||||
* | Minor string fixes. Fixes bug #571635 | Bruce Cowan | 2009-02-17 | 2 | -2/+2 |
| | | | | | | From: Bruce Cowan <bugs@bcowan.fastmail.co.uk> svn path=/trunk/; revision=2473 | ||||
* | event_manager_approve_channel_cb: tp_channel_get_handle is not needed any more | Guillaume Desmottes | 2009-02-13 | 1 | -4/+0 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2460 | ||||
* | event_manager_approve_channel_cb: we are invited if the self handle is not 0 ↵ | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
| | | | | | | | | AND we are in LP From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2459 | ||||
* | event_manager_approve_channel_cb: check if the channel implements the group ↵ | Guillaume Desmottes | 2009-02-13 | 1 | -26/+25 |
| | | | | | | | | iface so that should work for Butterfly chats too From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2458 | ||||
* | empathy-event-manager: we don't need EmpathyTpGroup anymore | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2457 | ||||
* | invite_dialog_response_cb: don't close the tp_chat twice | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2456 | ||||
* | event_manager_muc_invite_got_contact_name_cb: don't leak msg | Guillaume Desmottes | 2009-02-13 | 1 | -0/+2 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2455 | ||||
* | event_manager_approve_channel_cb: empathy_tp_chat_get_account doesn't ref ↵ | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
| | | | | | | | | the object From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2454 | ||||
* | translate invitation message | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2453 | ||||
* | invite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup one | Guillaume Desmottes | 2009-02-13 | 1 | -8/+8 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2452 | ||||
* | event_manager_approve_channel_cb: wait that the contact is ready | Guillaume Desmottes | 2009-02-13 | 1 | -14/+36 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2451 | ||||
* | event_manager_approve_channel_cb: unref the account | Guillaume Desmottes | 2009-02-13 | 1 | -0/+1 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2450 | ||||
* | event_manager_approve_channel_cb: use TpChannel API instead of TpGroup | Guillaume Desmottes | 2009-02-13 | 1 | -13/+16 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2449 | ||||
* | use tp_channel_get_identifier in event_room_channel_process_func too | Guillaume Desmottes | 2009-02-13 | 1 | -17/+1 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2448 | ||||
* | use tp_channel_get_identifier instead of inspecting room handle | Guillaume Desmottes | 2009-02-13 | 1 | -11/+2 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2447 | ||||
* | event_manager_approve_channel_cb: display invite message | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2446 | ||||
* | Support incoming muc invitation.Fixes bug #525559 (Guillaume Desmottes) | Guillaume Desmottes | 2009-02-13 | 1 | -2/+161 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2445 | ||||
* | Fix pad leak | Olivier Crête | 2009-02-12 | 1 | -0/+2 |
| | | | | | | | From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2441 | ||||
* | Fix type punned pointers warnings | Olivier Crête | 2009-02-12 | 3 | -3/+3 |
| | | | | | | | | | Remove senseless (void **) From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2440 | ||||
* | Fix 'hang up' icon size in menu, remove extra menuitem2 | Jonathon Jongsma | 2009-02-12 | 1 | -9/+5 |
| | | | | | | | | | | | | | At the same time, i also changed the stock ID from 'stop' to 'cancel' since cancel was actually used for the toolbar 'hang up' button. In my current theme, the stop and cancel buttons are the same, but in theory they could be different, so it's safer to use the same stock ID. This fixes bug #570397 From: Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2438 | ||||
* | Fix spacing of video preview widgets in call UI (bug 570400) | Jonathon Jongsma | 2009-02-12 | 1 | -1/+2 |
| | | | | | | | | | | | | Add some additional spacing between the toolbar and statusbar and the main content of the window so that it doesn't look quite as cramped. Also remove align the top edges of the remote video preview and the self video preview widgets. From: Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2437 | ||||
* | remove second call of g_set_application_name as doc says explicitely it have ↵ | Guillaume Desmottes | 2009-02-11 | 1 | -1/+0 |
| | | | | | | | | to be called once and with a localized name From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2434 | ||||
* | status_icon_update_tooltip: don't display the event message if NULL. Fixes ↵ | Guillaume Desmottes | 2009-02-11 | 1 | -3/+6 |
| | | | | | | | | bug #571184 (Guillaume Desmottes) From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2433 | ||||
* | Fix typo | Sjoerd Simons | 2009-02-04 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2424 | ||||
* | Clean up some brokeness after the rebase | Sjoerd Simons | 2009-02-03 | 1 | -7/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2413 | ||||
* | Add information in the statusbar | Sjoerd Simons | 2009-02-03 | 1 | -4/+56 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2410 | ||||
* | Rename statusbar is to statusbar | Sjoerd Simons | 2009-02-03 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2409 | ||||
* | Start streaming video when webcam icon is clicked | Sjoerd Simons | 2009-02-03 | 1 | -0/+23 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2408 | ||||
* | Rename DTFM to Dailpad | Sjoerd Simons | 2009-02-03 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2407 | ||||
* | Add some more content to the menus | Sjoerd Simons | 2009-02-03 | 1 | -1/+26 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2406 | ||||
* | Put in new VOIP UI | Sjoerd Simons | 2009-02-03 | 3 | -7/+367 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2404 | ||||
* | add a sidebar abstraction taken from emerillion | Sjoerd Simons | 2009-02-03 | 3 | -0/+689 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2402 | ||||
* | stop the pipeline and unref everything when the window goes away | Sjoerd Simons | 2009-02-03 | 1 | -14/+49 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2399 | ||||
* | Show a dialog when the user clicks on a incoming call | Sjoerd Simons | 2009-02-03 | 1 | -2/+83 |
| | | | | | | | | | show a nice dialog when the user clicks on an incoming call to give a choice to either accept or reject the call, without popping up the full VOIP UI Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2394 | ||||
* | Let the event-manager manage the sounds | Sjoerd Simons | 2009-02-03 | 2 | -3/+109 |
| | | | | | | | | | Let the event-manager handle sounds instead of the main window. Also make the incoming phone sound be played in a loop. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2393 | ||||
* | Add a getter for the main window widget | Sjoerd Simons | 2009-02-03 | 2 | -1/+9 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2390 | ||||
* | Start of a simple ui | Sjoerd Simons | 2009-02-03 | 1 | -12/+231 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2388 | ||||
* | Toss out the old EmpathyCallWindow initialise the CallFactory and hook into ↵ | Sjoerd Simons | 2009-02-03 | 5 | -950/+107 |
| | | | | | | | | its signals Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2383 | ||||
* | Initial port from telepathy-stream-engine to telepathy-farsight | Sjoerd Simons | 2009-02-03 | 2 | -0/+9 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2380 | ||||
* | Fix some i18n issues in main(). | Xavier Claessens | 2009-02-03 | 1 | -3/+6 |
| | | | | | | Thanks to Christian Persch, fix bug #569901. svn path=/trunk/; revision=2373 | ||||
* | Re-add "--version" option from command line. | Xavier Claessens | 2009-02-03 | 1 | -0/+15 |
| | | | | | | Thanks to Bruce Cowan, fix bug #569884. svn path=/trunk/; revision=2370 | ||||
* | Prefix "Empathy" to the notification enum. | Xavier Claessens | 2009-01-31 | 3 | -10/+10 |
| | | | | svn path=/trunk/; revision=2304 | ||||
* | Add a comment explaining why we activate the event in an idle. | Xavier Claessens | 2009-01-31 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=2303 | ||||
* | Factor out some common code. | Xavier Claessens | 2009-01-31 | 4 | -25/+31 |
| | | | | svn path=/trunk/; revision=2302 | ||||
* | Always check if notifications are enabled when we update them. | Xavier Claessens | 2009-01-31 | 1 | -9/+18 |
| | | | | svn path=/trunk/; revision=2301 | ||||
* | Update the pixbuf when we receive an event update. | Xavier Claessens | 2009-01-31 | 1 | -16/+25 |
| | | | | svn path=/trunk/; revision=2300 | ||||
* | Use the avatar for all the events with a contact. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2299 | ||||
* | Add an enum to define notification close reason. | Xavier Claessens | 2009-01-31 | 2 | -2/+11 |
| | | | | svn path=/trunk/; revision=2298 | ||||
* | Unref the notification after it has been closed. | Xavier Claessens | 2009-01-31 | 1 | -11/+18 |
| | | | | svn path=/trunk/; revision=2297 | ||||
* | Escape message body with g_markup_escape_text before pushing it to the ↵ | Xavier Claessens | 2009-01-31 | 1 | -3/+5 |
| | | | | | | notification. svn path=/trunk/; revision=2296 | ||||
* | Fix order or params in chat_window_show_or_update_notification (). | Xavier Claessens | 2009-01-31 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2295 | ||||
* | Move empathy_notification_is_enabled () to src/ | Xavier Claessens | 2009-01-31 | 5 | -4/+105 |
| | | | | svn path=/trunk/; revision=2294 | ||||
* | Add libnotify dep to src/ only. | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2292 | ||||
* | Make possible to use libnotify 0.4.4, to not force the usage of too recent ↵ | Xavier Claessens | 2009-01-31 | 2 | -3/+6 |
| | | | | | | distributions. svn path=/trunk/; revision=2291 | ||||
* | Add a convenience function to avoid hacks when getting the pixbuf from the ↵ | Xavier Claessens | 2009-01-31 | 2 | -7/+5 |
| | | | | | | icon name. svn path=/trunk/; revision=2288 | ||||
* | Make notifications for unfocused chat windows work properly. | Xavier Claessens | 2009-01-31 | 2 | -22/+32 |
| | | | | svn path=/trunk/; revision=2287 | ||||
* | Break after the event has been found. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2286 | ||||
* | W.I.P. for notifications on chat window. | Xavier Claessens | 2009-01-31 | 3 | -5/+92 |
| | | | | svn path=/trunk/; revision=2285 | ||||
* | Don't update the event if the notification can't be shown. | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=2284 | ||||
* | Typo. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2283 | ||||
* | Implement a logic for disabling notifications when away. | Xavier Claessens | 2009-01-31 | 1 | -1/+20 |
| | | | | svn path=/trunk/; revision=2282 | ||||
* | Modify code to handle new preferences. | Xavier Claessens | 2009-01-31 | 2 | -1/+25 |
| | | | | svn path=/trunk/; revision=2281 | ||||
* | Add a preference UI for notifications. | Xavier Claessens | 2009-01-31 | 1 | -6/+80 |
| | | | | svn path=/trunk/; revision=2280 | ||||
* | If the notification is not dismissed by the user, do not display other ↵ | Xavier Claessens | 2009-01-31 | 3 | -3/+31 |
| | | | | | | notifications for new incoming messages. svn path=/trunk/; revision=2279 | ||||
* | Split the event description into header and message body. | Xavier Claessens | 2009-01-31 | 2 | -57/+142 |
| | | | | | | Add a way to update a pending event. svn path=/trunk/; revision=2278 | ||||
* | Fix indentation. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2277 | ||||
* | Insert an image in the notify baloon. | Xavier Claessens | 2009-01-31 | 1 | -2/+19 |
| | | | | svn path=/trunk/; revision=2276 | ||||
* | Adapt the status icon message to the new API. | Xavier Claessens | 2009-01-31 | 1 | -4/+11 |
| | | | | svn path=/trunk/; revision=2275 | ||||
* | Require latest libnotify. Don't crash when clicking the notification. | Xavier Claessens | 2009-01-31 | 1 | -26/+17 |
| | | | | svn path=/trunk/; revision=2274 | ||||
* | Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init (). | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2273 | ||||
* | mimic tooltip and icon notifications; unref any outstanding notification | Xavier Claessens | 2009-01-31 | 1 | -15/+41 |
| | | | | | | on finalize svn path=/trunk/; revision=2272 | ||||
* | uninit linotify after unrefing status icon | Xavier Claessens | 2009-01-31 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2271 | ||||
* | generify notification; add idle activation of event | Xavier Claessens | 2009-01-31 | 1 | -22/+40 |
| | | | | svn path=/trunk/; revision=2270 | ||||
* | add notify uninit | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=2269 | ||||
* | show notification on new event | Xavier Claessens | 2009-01-31 | 1 | -0/+26 |
| | | | | svn path=/trunk/; revision=2268 | ||||
* | initialize libnotify | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2267 | ||||
* | disable chat history menu item when there is no account. | Frederic Peters | 2009-01-30 | 1 | -0/+21 |
| | | | | | | (bug #562554) svn path=/trunk/; revision=2265 | ||||
* | accounts_dialog_button_create_clicked_cb: if, for some reason, ↵ | Guillaume Desmottes | 2009-01-26 | 1 | -0/+6 |
| | | | | | | | | mc_account_create failed, early return instead of crashing From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2256 | ||||
* | Replace G_STR_EMPTY in newly added code too. | Xavier Claessens | 2009-01-23 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2251 | ||||
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 4 | -6/+6 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249 | ||||
* | Do not translate "gtk-ok", "gtk-cancel" etc. Fixes bug #566676 (Lucas Lommer). | Xavier Claessens | 2009-01-23 | 2 | -3/+3 |
| | | | | svn path=/trunk/; revision=2247 | ||||
* | Add a source field to specify the name of the account source. (Stephane Wirtel) | Jonny Lamb | 2009-01-23 | 3 | -4/+11 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2245 | ||||
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 2 | -0/+4 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2236 | ||||
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 3 | -4/+4 |
| | | | | svn path=/trunk/; revision=2233 | ||||
* | Remove useless include of empathy-tp-group.h | Xavier Claessens | 2009-01-13 | 2 | -2/+0 |
| | | | | svn path=/trunk/; revision=2226 | ||||
* | Clean some coding style | Xavier Claessens | 2009-01-10 | 1 | -9/+6 |
| | | | | svn path=/trunk/; revision=2220 | ||||
* | Remove useless spaces in message. | Xavier Claessens | 2009-01-10 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2219 | ||||
* | Update gitignore | Xavier Claessens | 2009-01-10 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2213 | ||||
* | Do not generate marshallers in src/, it is not needed. | Xavier Claessens | 2009-01-10 | 1 | -21/+0 |
| | | | | svn path=/trunk/; revision=2212 | ||||
* | Fix some errors made when rebasing on master | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2211 | ||||
* | empathy_tube_dispatch_show_error: give a format to gtk_message_dialog_new to ↵ | Guillaume Desmottes | 2009-01-10 | 1 | -1/+1 |
| | | | | | | | | make compiler happy Signed-off-by: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2204 | ||||
* | Handle Dbus Tubes and ignore non p2p channels | Sjoerd Simons | 2009-01-10 | 1 | -2/+9 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2199 | ||||
* | Add support for DBus tubes | Sjoerd Simons | 2009-01-10 | 1 | -6/+26 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2198 | ||||
* | Remove approvals when the underlying operation got invalidated | Sjoerd Simons | 2009-01-10 | 1 | -0/+14 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2195 | ||||
* | Port to the new empathy_call_when_ready api | Sjoerd Simons | 2009-01-10 | 1 | -4/+19 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2193 | ||||
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 3 | -15/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2188 | ||||
* | Initialise the chatroom manager from empathy itself | Sjoerd Simons | 2009-01-10 | 1 | -0/+6 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2186 | ||||
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 3 | -3/+3 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2185 | ||||
* | Move the dispatcher to the new singleton policy | Sjoerd Simons | 2009-01-10 | 2 | -2/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2181 | ||||
* | Also free the approvals list | Sjoerd Simons | 2009-01-10 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2180 | ||||
* | Use gulongs to save signal handler ids | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2179 | ||||
* | No need to call empathy_run_until_ready, the DispatchOperation already ↵ | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
| | | | | | | | | ensured it's ready Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2177 | ||||
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2176 | ||||
* | Completely move to Telepathy coding style | Sjoerd Simons | 2009-01-10 | 1 | -179/+169 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2169 | ||||
* | Remove dead code | Sjoerd Simons | 2009-01-10 | 1 | -85/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2168 | ||||
* | DIspatch streamed media channels | Sjoerd Simons | 2009-01-10 | 1 | -6/+13 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2163 | ||||
* | Initialize with a EmpathyTpCall instead of a TpChannel and explicitly close the | Sjoerd Simons | 2009-01-10 | 2 | -11/+20 |
| | | | | | | | | channel after uses Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2162 | ||||
* | Add support for approving video channels | Sjoerd Simons | 2009-01-10 | 1 | -24/+62 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2161 | ||||
* | Report errors when there is no tube handler or poking it fails | Sjoerd Simons | 2009-01-10 | 1 | -7/+62 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2159 | ||||
* | Add support for approving tubes | Sjoerd Simons | 2009-01-10 | 1 | -1/+124 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2158 | ||||
* | Add EmpathyTubeDispatcher as a helper for dispatching tubes | Sjoerd Simons | 2009-01-10 | 3 | -0/+498 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2157 | ||||
* | Call emp_cli_init in empathy_init | Sjoerd Simons | 2009-01-10 | 1 | -4/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2153 | ||||
* | Use new dispatcher API to get muc channels | Sjoerd Simons | 2009-01-10 | 2 | -23/+11 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2145 | ||||
* | Explicitly close file channels when removing them from the FT manager | Sjoerd Simons | 2009-01-10 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2141 | ||||
* | Enable approving of file transfers | Sjoerd Simons | 2009-01-10 | 1 | -35/+37 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2138 | ||||
* | Enabled dispatching of file tranfers | Sjoerd Simons | 2009-01-10 | 1 | -3/+5 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2137 | ||||
* | Initial port to the new dispatcher | Sjoerd Simons | 2009-01-10 | 2 | -73/+132 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2132 | ||||
* | Use the new dispatcher api to request text channels | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2131 | ||||
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=2122 | ||||
* | Port EmpathyContactManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=2121 | ||||
* | Port EmpathyFTManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 3 | -15/+32 |
| | | | | svn path=/trunk/; revision=2118 | ||||
* | Port EmpathyEventManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 3 | -13/+27 |
| | | | | svn path=/trunk/; revision=2117 | ||||
* | Port EmpathySmileyManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2116 | ||||
* | Port EmpathyIdle to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -3/+3 |
| | | | | svn path=/trunk/; revision=2114 | ||||
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=2113 | ||||
* | Set initial value for sound pref checkboxes. | Xavier Claessens | 2009-01-07 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=2108 | ||||
* | Use gtk_list_store_insert_with_values (). | Xavier Claessens | 2009-01-07 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=2101 | ||||
* | Use gettext() when populating the preferences sound list. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2088 | ||||
* | Update empathy_sound_play () to be nicer to use and centralize the list | Xavier Claessens | 2009-01-07 | 3 | -29/+15 |
| | | | | | | of sounds we support. svn path=/trunk/; revision=2082 | ||||
* | Improve wording. | Xavier Claessens | 2009-01-07 | 2 | -6/+6 |
| | | | | svn path=/trunk/; revision=2079 | ||||
* | Turn empathy_sound_pref_is_enabled into empathy_sound_play that | Xavier Claessens | 2009-01-07 | 2 | -44/+23 |
| | | | | | | automatically plays the sound if the pref is enabled. svn path=/trunk/; revision=2078 | ||||
* | Use new singleton policy for EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 3 | -10/+6 |
| | | | | svn path=/trunk/; revision=2074 | ||||
* | Implement sound for contact login/logout. | Xavier Claessens | 2009-01-07 | 1 | -0/+47 |
| | | | | svn path=/trunk/; revision=2060 | ||||
* | Port EmpathyMainWindow to the new API. | Xavier Claessens | 2009-01-07 | 1 | -168/+114 |
| | | | | svn path=/trunk/; revision=2045 | ||||
* | Port EmpathyAccountsDialog to use the cached values to get the number of | Xavier Claessens | 2009-01-07 | 1 | -27/+3 |
| | | | | | | connecting accounts. svn path=/trunk/; revision=2044 | ||||
* | Port EmpathyStatusIcon to the new API. | Xavier Claessens | 2009-01-07 | 1 | -35/+28 |
| | | | | svn path=/trunk/; revision=2043 | ||||
* | Port EmpathyAccountsDialog to the new API. | Xavier Claessens | 2009-01-07 | 1 | -83/+72 |
| | | | | svn path=/trunk/; revision=2039 | ||||
* | Only play logout sound if switching to Offline from Available. | Xavier Claessens | 2009-01-07 | 1 | -7/+12 |
| | | | | svn path=/trunk/; revision=2028 | ||||
* | Don't emit sound when changing state and properly play login sound. | Xavier Claessens | 2009-01-07 | 1 | -1/+12 |
| | | | | svn path=/trunk/; revision=2027 | ||||
* | Adapt the libcanberra calls to use the new functions. | Xavier Claessens | 2009-01-07 | 3 | -27/+31 |
| | | | | svn path=/trunk/; revision=2025 | ||||
* | Adapt Patryk's patch to trunk. | Xavier Claessens | 2009-01-07 | 3 | -1/+67 |
| | | | | svn path=/trunk/; revision=2022 | ||||
* | Create an UI for sound configuration. | Xavier Claessens | 2009-01-07 | 2 | -103/+192 |
| | | | | svn path=/trunk/; revision=2021 | ||||
* | Don't unref NULL avatar used as chat window icon | Will Thompson | 2008-12-29 | 1 | -1/+4 |
| | | | | | | | | This only happens if you set a secret gconf key, I think. Signed-off-by: Will Thompson <will.thompson@collabora.co.uk> svn path=/trunk/; revision=2016 | ||||
* | Don't forget to unref the smiley manager | Xavier Claessens | 2008-12-16 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2008 | ||||
* | Move the smiley menu code from EmpathyChatView to EmpathyChatManager. | Xavier Claessens | 2008-12-16 | 1 | -16/+15 |
| | | | | svn path=/trunk/; revision=1986 | ||||
* | Replace _get_selection_bounds by _get_has_selection | Xavier Claessens | 2008-12-16 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=1984 | ||||
* | gtk_init and g_thread_init shouldn't be called by libraries. Let ↵ | Xavier Claessens | 2008-12-12 | 2 | -6/+10 |
| | | | | | | applications do it. svn path=/trunk/; revision=1971 | ||||
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=1967 | ||||
* | Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). ↵ | Xavier Claessens | 2008-12-12 | 3 | -36/+9 |
| | | | | | | They have to be called by any process using libempathy. svn path=/trunk/; revision=1966 | ||||
* | Drop libgnomeui dependency (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 1 | -14/+8 |
| | | | | svn path=/trunk/; revision=1943 | ||||
* | Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 5 | -5/+5 |
| | | | | svn path=/trunk/; revision=1942 | ||||
* | Don't forget to install empathy-import-dialog.glade | Xavier Claessens | 2008-12-01 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=1939 | ||||
* | Replace Q_() with C_() for translation context. | Xavier Claessens | 2008-11-22 | 1 | -12/+3 |
| | | | | svn path=/trunk/; revision=1915 | ||||
* | If first_line xor second_line is NULL, use only one line in ↵ | Xavier Claessens | 2008-11-22 | 1 | -3/+6 |
| | | | | | | ft_manager_update_ft_row. svn path=/trunk/; revision=1914 | ||||
* | Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in ↵ | Xavier Claessens | 2008-11-22 | 1 | -1/+0 |
| | | | | | | file_channel_create_cb() to unref the object when the FT is done. svn path=/trunk/; revision=1913 | ||||
* | Avoid a string dup. | Xavier Claessens | 2008-11-22 | 1 | -4/+2 |
| | | | | svn path=/trunk/; revision=1912 | ||||
* | Cleanup the code inside ft_manager_build_ui. | Xavier Claessens | 2008-11-22 | 1 | -59/+50 |
| | | | | svn path=/trunk/; revision=1911 | ||||
* | Simplify and comment the livetime of EmpathyFTManager | Xavier Claessens | 2008-11-22 | 1 | -21/+28 |
| | | | | svn path=/trunk/; revision=1910 | ||||
* | Reorder the code for more clarity. | Xavier Claessens | 2008-11-22 | 1 | -225/+221 |
| | | | | svn path=/trunk/; revision=1909 | ||||
* | Cleanup of ft_manager_add_tp_file_to_list. | Xavier Claessens | 2008-11-22 | 1 | -21/+20 |
| | | | | svn path=/trunk/; revision=1908 |