aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* enable coding style checks in srcGuillaume Desmottes2009-05-181-3/+12
|
* empathy: fix coding styleGuillaume Desmottes2009-05-181-3/+3
|
* empathy-tube-dispatch: fix coding styleGuillaume Desmottes2009-05-182-3/+3
|
* empathy-preferences: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-main-window: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-import-pidgin: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-event-manager: fix coding styleGuillaume Desmottes2009-05-181-3/+3
|
* empathy-chat-window: fix coding styleGuillaume Desmottes2009-05-181-5/+5
|
* empathy-call-window: fix coding styleGuillaume Desmottes2009-05-182-3/+3
|
* empathy-call-window-fullscreen: fix coding styleGuillaume Desmottes2009-05-181-3/+3
|
* empathy-accounts-dialog: fix coding styleGuillaume Desmottes2009-05-181-3/+3
|
* empathy_call_window_bus_message: init GErrorGuillaume Desmottes2009-05-181-1/+1
|
* empathy: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* empathy-sidebar: update the FSF addressGuillaume Desmottes2009-05-182-2/+2
|
* empathy-preferences: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-new-chatroom-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-misc: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-main-window: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-logs: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* empathy-import-pidgin: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-import-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-ft-manager: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-chatrooms-window: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-chat-window: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-accounts-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-about-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* ephy-spinner: remove trailing spacesGuillaume Desmottes2009-05-151-3/+3
|
* empathy: remove trailing spacesGuillaume Desmottes2009-05-151-3/+3
|
* empathy-status-icon: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
|
* empathy-preferences: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
|
* empathy-new-chatroom-dialog: remove trailing spacesGuillaume Desmottes2009-05-152-3/+3
|
* empathy-misc: remove trailing spacesGuillaume Desmottes2009-05-152-2/+2
|
* empathy-logs: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
|
* empathy-import-dialog: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
|
* empathy-ft-manager: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
|
* empathy-event-manager: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
|
* empathy-chatrooms-window: remove trailing spacesGuillaume Desmottes2009-05-151-6/+6
|
* empathy-sidebar: remove trailing spacesGuillaume Desmottes2009-05-152-10/+10
|
* empathy-main-window: remove trailing spacesGuillaume Desmottes2009-05-152-4/+4
|
* empathy-chat-window: remove trailing spacesGuillaume Desmottes2009-05-152-6/+6
|
* empathy-accounts-dialog: remove trailing spacesGuillaume Desmottes2009-05-152-8/+8
|
* empathy-about-dialog: remove trailing spacesGuillaume Desmottes2009-05-152-2/+2
|
* Merge commit 'jtellier/bug-580771'Guillaume Desmottes2009-05-137-15/+688
|\
| * Fixed some coding style.jtellier2009-05-134-27/+48
| | | | | | | | | | | | | | | | - empathy-call-window-fullscreen.c and .h now has no line > 80 caracters. - The return type and the signature in the declaration of empathy_call_window_fullscreen_new and of empathy_call_window_new are on the same line. - Removed a trailing space and a tab (which was replaced by spaces).
| * Usability fix: The "Leave Fullscreen" button is now using thejtellier2009-05-123-2/+5
| | | | | | | | "gtk-leave-fullscreen" stock id instead of "gtk-fullscreen".
| * Fixed coding style by removing trailing spaces and not using a mix ofjtellier2009-05-123-146/+132
| | | | | | | | | | | | tabs and spaces. Removed some responsabilities from EmpathyCallWindowFullscreen. It now only manages the "Leave Fullscreen" popup and button.
| * Video playback fullscreen modejtellier2009-05-086-13/+676
| | | | | | | | See http://bugzilla.gnome.org/show_bug.cgi?id=580771
* | Fix bug #579484: Join Chatroom dialog doesn't list rooms when changingGabriel Millaire2009-05-081-0/+6
| | | | | | | | | | | | account By remembering to start listing rooms when the channel is ready.
* | Fixed bug #579485 by making each columns sortableGabriel Millaire2009-05-071-0/+10
|/
* empathy_call_window_dispose: disconnect signals before unrefing the contactGuillaume Desmottes2009-04-291-1/+1
|
* empathy_call_window_constructed: set default title if the call handler ↵Guillaume Desmottes2009-04-291-0/+5
| | | | doesn't have a contact
* call-window: update window's title when contact's name is changedGuillaume Desmottes2009-04-291-10/+34
|
* call-window: set remote contact's name in window's title. Fixes #530119Guillaume Desmottes2009-04-291-0/+25
|
* call-window: handler property has to be construct onlyGuillaume Desmottes2009-04-291-1/+1
|
* Add menu option to display FT ManagersDavyd Madeley2009-04-272-0/+25
| | | | Fixes GNOME Bug #574626
* Removed empathy_tp_file_close as it was a duplicate of _cancel.Jonny Lamb2009-04-251-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Display the file transfer speed and calculate remaining time more dynamically.Xavier Claessens2009-04-251-9/+15
|
* Add shave support to build process.Jonny Lamb2009-04-241-2/+4
| | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-call-window.c: update priv->sending_video *before* changing widget's ↵Guillaume Desmottes2009-04-241-2/+2
| | | | state
* The incoming call dialog doesn't have to be modal. Fixes #576384Guillaume Desmottes2009-04-241-2/+1
| | | | This avoid to display the roster with the confirmation dialog.
* empathy-call-window: add priv->sending_video so we don't call ↵Guillaume Desmottes2009-04-241-0/+12
| | | | empathy_call_window_set_send_video when it's not needed
* empathy-call-window: send-video meny entry has to be unsensitive by defaultGuillaume Desmottes2009-04-231-0/+1
|
* Sync 'Send Video' button and 'Call -> Send video' menu entry. Fixes #576394Guillaume Desmottes2009-04-231-0/+5
|
* Renamed empathy_profile_chooser_get_selected to ↵Jonny Lamb2009-04-221-2/+3
| | | | | | empathy_profile_chooser_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Renamed empathy_account_chooser_get_account to ↵Jonny Lamb2009-04-222-4/+6
| | | | | | empathy_account_chooser_dup_account and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Change EmpathyTpContactFactory API to look more like TpConnection. Add ↵Xavier Claessens2009-04-221-7/+23
| | | | | | function to get only one contact from id/handle.
* Port EmpathyChatWindow's DnD to new APIXavier Claessens2009-04-221-3/+20
|
* Remove useless include of empathy-contact-factory.hXavier Claessens2009-04-222-2/+0
|
* Port empathy.c to new APIXavier Claessens2009-04-221-1/+8
|
* Port EmpathyNEwChatroomDialog to new APIXavier Claessens2009-04-221-3/+3
|
* Port EmpathyMainWindow to new APIXavier Claessens2009-04-221-35/+9
|
* Port EmpathyEventManager to new APIXavier Claessens2009-04-221-96/+43
|
* Port EmpathyChatWindow to new API and remove dead code.Xavier Claessens2009-04-221-15/+1
|
* Add ellipsis to the add account button. Fixes bug #548704Guillaume Desmottes2009-04-211-2/+36
|
* empathy-accounts-dialog.ui: no change, the file has just been opened and ↵Guillaume Desmottes2009-04-211-27/+57
| | | | sauved in Glade
* don't dispatch D-Bus tube having an invalid ServiceNameGuillaume Desmottes2009-04-211-0/+11
|
* Fix indent.Lars-Peter Clausen2009-04-211-1/+1
|
* Fix memleak. Free strings retrieved from gtk_tree_model_get.Lars-Peter Clausen2009-04-211-0/+2
|
* fix memleak in preferences_widget_sync_string_combo. Previously name was notLars-Peter Clausen2009-04-211-6/+3
| | | | freed if it was a match.
* Reliably set favourite-starDavyd Madeley2009-04-211-3/+3
|
* Merge commit 'bigon/configure-deprecated-flag'Xavier Claessens2009-04-191-1/+2
|\
| * Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-1/+2
| | | | | | | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* | Fix coding style by not going over 80 chars too muchPierre-Luc Beaudoin2009-04-181-10/+18
| |
* | Fix indent and translationPierre-Luc Beaudoin2009-04-181-3/+3
| |
* | Fix memory leaks + minor coding style changesPierre-Luc Beaudoin2009-04-181-5/+7
| |
* | Add members, invite and password columns to Join dialogPierre-Luc Beaudoin2009-04-181-5/+61
| |
* | Modify deeply the join chatroom dialog.Pierre-Luc Beaudoin2009-04-182-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 itemPierre-Luc Beaudoin2009-04-181-1/+1
| | | | | | | | As the the dialog doesn't necessarily create a new room, it makes no sens.
* | Correct English.Jonny Lamb2009-04-171-1/+1
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Fix urgency hint for MUCsXavier Claessens2009-04-171-1/+7
|
* Fix compilation warning: chatrooms_window_model_get_selected() was not used.Xavier Claessens2009-04-171-0/+8
|
* Remove unused edit-chatroom dialog from the UI file. ↵Xavier Claessens2009-04-162-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 Claessens2009-04-161-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 xmlXavier Claessens2009-04-161-42/+91
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2870
* Add back some icons that were droped during the conversionXavier Claessens2009-04-163-0/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2869
* Make use of GtkUIManager for EmpathyChatWindowXavier Claessens2009-04-162-216/+73
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2868
* Make use of GtkUIManager in EmpathyCallWindowXavier Claessens2009-04-162-92/+161
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2867
* Make use of GtkUIManager in EmpathyMainWindowXavier Claessens2009-04-162-110/+112
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2866
* Reorder functions to not declare them on topXavier Claessens2009-04-161-613/+526
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2865
* Make use of GtkUIManager in EmpathyStatusIconXavier Claessens2009-04-162-35/+40
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2864
* Port EmpathyStatusIcon to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2863
* Port EmpathyPreferences to new APIXavier Claessens2009-04-161-10/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2862
* Port EmpathyNewChatroomDialog to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2861
* Port EmpathyMainWindow to new APIXavier Claessens2009-04-161-16/+12
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2860
* Port EmpathyImportDialog to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2859
* Port EmpathyFtManager to new APIXavier Claessens2009-04-161-7/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2858
* Port EmpathyChatroomsWindow to new APIXavier Claessens2009-04-161-10/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2857
* Port EmpathyChatWindow to new APIXavier Claessens2009-04-161-11/+7
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2856
* Port EmpathyCallWindow to new APIXavier Claessens2009-04-162-133/+79
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2855
* Port EmpathyAccountsDialog to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2854
* Port EmpathySpellDialog to new APIXavier Claessens2009-04-161-1/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2853
* Modify Makefile.am for new file namesXavier Claessens2009-04-161-13/+13
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2848
* Port account widgets to new APIXavier Claessens2009-04-161-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-1614-1339/+1177
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840
* Escape to cancel from status editingDavyd Madeley2009-04-111-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 Peters2009-03-271-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 Peters2009-03-241-1/+1
| | | | | | (bug 574192) svn path=/trunk/; revision=2743
* Added translator commentWouter Bolsterlee2009-03-241-0/+1
| | | | svn path=/trunk/; revision=2736
* mc_account_create can fail, don't crash if it happensXavier Claessens2009-03-211-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 Lamb2009-03-105-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 playingSjoerd Simons2009-03-101-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 TODOSjoerd Simons2009-03-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2649
* Make the sidebar nicely pop in and outSjoerd Simons2009-03-091-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 thereSjoerd Simons2009-03-091-2/+3
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2644
* Hook up audio mute buttonSjoerd Simons2009-03-091-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 inputSjoerd Simons2009-03-091-0/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2641
* Handle resource-requestSjoerd Simons2009-03-091-0/+19
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2640
* Unref the video input and tee after removingSjoerd Simons2009-03-091-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 callSjoerd Simons2009-03-091-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 itSjoerd Simons2009-03-091-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_dialogXavier Claessens2009-03-081-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 Claessens2009-03-082-51/+62
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2631
* Remove useless include of contact-factory.hXavier Claessens2009-03-061-1/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2618
* Moved dispatcher observing and logging into EmpathyLogManager.Jonny Lamb2009-03-061-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 Lamb2009-03-061-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 Lamb2009-03-061-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 Lamb2009-03-061-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 Lamb2009-03-061-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 Simons2009-03-041-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 itemSjoerd Simons2009-03-041-16/+146
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2564
* Hook up audio input panelSjoerd Simons2009-03-041-3/+37
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2561
* Put locks around timer_idSjoerd Simons2009-03-041-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 threadSjoerd Simons2009-03-041-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 outputsSjoerd Simons2009-03-041-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 asyncSjoerd Simons2009-03-041-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 threadSjoerd Simons2009-03-041-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 lockSjoerd Simons2009-03-042-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 Peters2009-02-242-0/+3
| | | | svn path=/trunk/; revision=2532
* Also disconnect the approval handler on free if it's still thereSjoerd Simons2009-02-211-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 Lamb2009-02-213-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 oneSjoerd Simons2009-02-171-0/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2496
* Set the camera button insensitive after a callSjoerd Simons2009-02-171-0/+3
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2495
* Hook up the volume buttonSjoerd Simons2009-02-171-1/+14
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2494
* Hook up DTFM supportSjoerd Simons2009-02-171-12/+86
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2493
* use TpTubeType instead of EmpathyTubeTypeGuillaume Desmottes2009-02-171-3/+3
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2490
* empathy-tube-dispatch: add debug messagesGuillaume Desmottes2009-02-171-0/+8
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2488
* rename toolbar1 to toolbarGuillaume Desmottes2009-02-172-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 Desmottes2009-02-171-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 Desmottes2009-02-172-15/+9
| | | | | | | | hole defined in Glade From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2481
* Add label on the microphone button. Fixes #571657Guillaume Desmottes2009-02-171-1/+2
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2479
* Signal closed from the call-handlerSjoerd Simons2009-02-171-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éters2009-02-171-0/+1
| | | | | | From: Frédéric Péters <fpeters@gnome.org> svn path=/trunk/; revision=2477
* Minor string fixes. Fixes bug #571635Bruce Cowan2009-02-172-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 moreGuillaume Desmottes2009-02-131-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 Desmottes2009-02-131-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 Desmottes2009-02-131-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 anymoreGuillaume Desmottes2009-02-131-1/+0
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2457
* invite_dialog_response_cb: don't close the tp_chat twiceGuillaume Desmottes2009-02-131-1/+0
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2456
* event_manager_muc_invite_got_contact_name_cb: don't leak msgGuillaume Desmottes2009-02-131-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 Desmottes2009-02-131-1/+0
| | | | | | | | the object From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2454
* translate invitation messageGuillaume Desmottes2009-02-131-1/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2453
* invite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup oneGuillaume Desmottes2009-02-131-8/+8
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2452
* event_manager_approve_channel_cb: wait that the contact is readyGuillaume Desmottes2009-02-131-14/+36
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2451
* event_manager_approve_channel_cb: unref the accountGuillaume Desmottes2009-02-131-0/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2450
* event_manager_approve_channel_cb: use TpChannel API instead of TpGroupGuillaume Desmottes2009-02-131-13/+16
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2449
* use tp_channel_get_identifier in event_room_channel_process_func tooGuillaume Desmottes2009-02-131-17/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2448
* use tp_channel_get_identifier instead of inspecting room handleGuillaume Desmottes2009-02-131-11/+2
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2447
* event_manager_approve_channel_cb: display invite messageGuillaume Desmottes2009-02-131-1/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2446
* Support incoming muc invitation.Fixes bug #525559 (Guillaume Desmottes)Guillaume Desmottes2009-02-131-2/+161
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2445
* Fix pad leakOlivier Crête2009-02-121-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 warningsOlivier Crête2009-02-123-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 menuitem2Jonathon Jongsma2009-02-121-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 Jongsma2009-02-121-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 Desmottes2009-02-111-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 Desmottes2009-02-111-3/+6
| | | | | | | | bug #571184 (Guillaume Desmottes) From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2433
* Fix typoSjoerd Simons2009-02-041-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2424
* Clean up some brokeness after the rebaseSjoerd Simons2009-02-031-7/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2413
* Add information in the statusbarSjoerd Simons2009-02-031-4/+56
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2410
* Rename statusbar is to statusbarSjoerd Simons2009-02-031-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2409
* Start streaming video when webcam icon is clickedSjoerd Simons2009-02-031-0/+23
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2408
* Rename DTFM to DailpadSjoerd Simons2009-02-031-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2407
* Add some more content to the menusSjoerd Simons2009-02-031-1/+26
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2406
* Put in new VOIP UISjoerd Simons2009-02-033-7/+367
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2404
* add a sidebar abstraction taken from emerillionSjoerd Simons2009-02-033-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 awaySjoerd Simons2009-02-031-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 callSjoerd Simons2009-02-031-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 soundsSjoerd Simons2009-02-032-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 widgetSjoerd Simons2009-02-032-1/+9
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2390
* Start of a simple uiSjoerd Simons2009-02-031-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 Simons2009-02-035-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-farsightSjoerd Simons2009-02-032-0/+9
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2380
* Fix some i18n issues in main().Xavier Claessens2009-02-031-3/+6
| | | | | | Thanks to Christian Persch, fix bug #569901. svn path=/trunk/; revision=2373
* Re-add "--version" option from command line.Xavier Claessens2009-02-031-0/+15
| | | | | | Thanks to Bruce Cowan, fix bug #569884. svn path=/trunk/; revision=2370
* Prefix "Empathy" to the notification enum.Xavier Claessens2009-01-313-10/+10
| | | | svn path=/trunk/; revision=2304
* Add a comment explaining why we activate the event in an idle.Xavier Claessens2009-01-311-0/+4
| | | | svn path=/trunk/; revision=2303
* Factor out some common code.Xavier Claessens2009-01-314-25/+31
| | | | svn path=/trunk/; revision=2302
* Always check if notifications are enabled when we update them.Xavier Claessens2009-01-311-9/+18
| | | | svn path=/trunk/; revision=2301
* Update the pixbuf when we receive an event update.Xavier Claessens2009-01-311-16/+25
| | | | svn path=/trunk/; revision=2300
* Use the avatar for all the events with a contact.Xavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2299
* Add an enum to define notification close reason.Xavier Claessens2009-01-312-2/+11
| | | | svn path=/trunk/; revision=2298
* Unref the notification after it has been closed.Xavier Claessens2009-01-311-11/+18
| | | | svn path=/trunk/; revision=2297
* Escape message body with g_markup_escape_text before pushing it to the ↵Xavier Claessens2009-01-311-3/+5
| | | | | | notification. svn path=/trunk/; revision=2296
* Fix order or params in chat_window_show_or_update_notification ().Xavier Claessens2009-01-311-3/+3
| | | | svn path=/trunk/; revision=2295
* Move empathy_notification_is_enabled () to src/Xavier Claessens2009-01-315-4/+105
| | | | svn path=/trunk/; revision=2294
* Add libnotify dep to src/ only.Xavier Claessens2009-01-311-0/+2
| | | | svn path=/trunk/; revision=2292
* Make possible to use libnotify 0.4.4, to not force the usage of too recent ↵Xavier Claessens2009-01-312-3/+6
| | | | | | distributions. svn path=/trunk/; revision=2291
* Add a convenience function to avoid hacks when getting the pixbuf from the ↵Xavier Claessens2009-01-312-7/+5
| | | | | | icon name. svn path=/trunk/; revision=2288
* Make notifications for unfocused chat windows work properly.Xavier Claessens2009-01-312-22/+32
| | | | svn path=/trunk/; revision=2287
* Break after the event has been found.Xavier Claessens2009-01-311-0/+1
| | | | svn path=/trunk/; revision=2286
* W.I.P. for notifications on chat window.Xavier Claessens2009-01-313-5/+92
| | | | svn path=/trunk/; revision=2285
* Don't update the event if the notification can't be shown.Xavier Claessens2009-01-311-1/+4
| | | | svn path=/trunk/; revision=2284
* Typo.Xavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2283
* Implement a logic for disabling notifications when away.Xavier Claessens2009-01-311-1/+20
| | | | svn path=/trunk/; revision=2282
* Modify code to handle new preferences.Xavier Claessens2009-01-312-1/+25
| | | | svn path=/trunk/; revision=2281
* Add a preference UI for notifications.Xavier Claessens2009-01-311-6/+80
| | | | svn path=/trunk/; revision=2280
* If the notification is not dismissed by the user, do not display other ↵Xavier Claessens2009-01-313-3/+31
| | | | | | notifications for new incoming messages. svn path=/trunk/; revision=2279
* Split the event description into header and message body.Xavier Claessens2009-01-312-57/+142
| | | | | | Add a way to update a pending event. svn path=/trunk/; revision=2278
* Fix indentation.Xavier Claessens2009-01-311-0/+1
| | | | svn path=/trunk/; revision=2277
* Insert an image in the notify baloon.Xavier Claessens2009-01-311-2/+19
| | | | svn path=/trunk/; revision=2276
* Adapt the status icon message to the new API.Xavier Claessens2009-01-311-4/+11
| | | | svn path=/trunk/; revision=2275
* Require latest libnotify. Don't crash when clicking the notification.Xavier Claessens2009-01-311-26/+17
| | | | svn path=/trunk/; revision=2274
* Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init ().Xavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2273
* mimic tooltip and icon notifications; unref any outstanding notificationXavier Claessens2009-01-311-15/+41
| | | | | | on finalize svn path=/trunk/; revision=2272
* uninit linotify after unrefing status iconXavier Claessens2009-01-311-2/+2
| | | | svn path=/trunk/; revision=2271
* generify notification; add idle activation of eventXavier Claessens2009-01-311-22/+40
| | | | svn path=/trunk/; revision=2270
* add notify uninitXavier Claessens2009-01-311-1/+4
| | | | svn path=/trunk/; revision=2269
* show notification on new eventXavier Claessens2009-01-311-0/+26
| | | | svn path=/trunk/; revision=2268
* initialize libnotifyXavier Claessens2009-01-311-0/+2
| | | | svn path=/trunk/; revision=2267
* disable chat history menu item when there is no account.Frederic Peters2009-01-301-0/+21
| | | | | | (bug #562554) svn path=/trunk/; revision=2265
* accounts_dialog_button_create_clicked_cb: if, for some reason, ↵Guillaume Desmottes2009-01-261-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 Claessens2009-01-231-1/+1
| | | | svn path=/trunk/; revision=2251
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-234-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 Claessens2009-01-232-3/+3
| | | | svn path=/trunk/; revision=2247
* Add a source field to specify the name of the account source. (Stephane Wirtel)Jonny Lamb2009-01-233-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 Lamb2009-01-172-0/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2236
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-163-4/+4
| | | | svn path=/trunk/; revision=2233
* Remove useless include of empathy-tp-group.hXavier Claessens2009-01-132-2/+0
| | | | svn path=/trunk/; revision=2226
* Clean some coding styleXavier Claessens2009-01-101-9/+6
| | | | svn path=/trunk/; revision=2220
* Remove useless spaces in message.Xavier Claessens2009-01-101-2/+2
| | | | svn path=/trunk/; revision=2219
* Update gitignoreXavier Claessens2009-01-101-0/+2
| | | | svn path=/trunk/; revision=2213