aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.ui
Commit message (Collapse)AuthorAgeFilesLines
* Use audio-input-microphone-muted-symbolic when the mic is mutedGuillaume Desmottes2012-06-181-2/+1
| | | | | | It's clearer that way. https://bugzilla.gnome.org/show_bug.cgi?id=678167
* call-window: use a linked style for the OSD toolbar buttonsCosimo Cecchi2012-06-011-22/+41
| | | | | | | | | Pack the camera/volume/mic buttons in a GtkBox, so they get linked together by the theme. Also, use symbolic icons for the buttons in the toolbar, in GNOME 3 style. https://bugzilla.gnome.org/show_bug.cgi?id=676569
* Call window: Ellipsize alias and statusSjoerd Simons2012-05-211-25/+23
| | | | | | | | | | | | | | | If the user alias is too long both the hangup and the dialpad buttons get pushed into a drop-down menu. Even worse when the alias doesn't fit, it just isn't shown at all anymore. Given the username is already printed in the title and the user tends to know who they're calling with, ellipsizing the alias isn't an issue. Which has the nice side-effect of keeping the hangup and dialpad buttons on the toolbar in all cases like they should be. Unfortunately as pango doesn't ellipsize if it still has enough height left to put more lines in. So put the alias and status in seperate labels in a vbox which isn't set to fill.
* call-window: don't use EmpathyRoundedActor for the floating toolbarCosimo Cecchi2012-03-271-29/+7
| | | | | | | | | | Make this a real toolbar, and add a CSS provider to set the correct border radius. In the future, GTK and Adwaita will support an 'OSD' style class that takes care of this automatically, but right now we have add these few lines of code. https://bugzilla.gnome.org/show_bug.cgi?id=672560
* call-window: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-291-88/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429
* Add some space between the status and the end of the toolbarEmilio Pozuelo Monfort2011-08-161-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656571
* CallWindow: add a 'Swap camera' item to the preview menuEmilio Pozuelo Monfort2011-08-151-0/+8
|
* CallWindow: add a menu to change the cameraEmilio Pozuelo Monfort2011-08-151-0/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=599167
* CallWindow: make the toolbar float inside the windowEmilio Pozuelo Monfort2011-08-121-7/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656150
* CallWindow: add a Settings menu itemEmilio Pozuelo Monfort2011-08-041-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* CallWindow: add a 'Call log' menuEmilio Pozuelo Monfort2011-08-041-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* CallWindow: add a Help->About menuEmilio Pozuelo Monfort2011-08-041-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* CallWindow: add a Help->Contents menuEmilio Pozuelo Monfort2011-08-041-0/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* CallWindow: remove the hangup menu itemEmilio Pozuelo Monfort2011-08-041-8/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* CallWindow: move 'Fullscreen' to the Call menuEmilio Pozuelo Monfort2011-08-041-16/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* call-window: use the input-dialpad iconGuillaume Desmottes2011-08-031-1/+1
| | | | Thanks a lot to Jakub Steiner for this awesome icon.
* Merge branch 'change-audio'Jonny Lamb2011-08-011-0/+16
|\ | | | | | | | | | | | | | | Conflicts: src/empathy-call-window.c src/empathy-call-window.ui Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * call-window: add a Microphone menu to change mic on the flyJonny Lamb2011-07-291-0/+16
| | | | | | | | | | | | | | Yay! Sorry this commit is kind of big with the addition of mic-menu, perhaps I should have added it in pieces. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | CallWindow: remove the sidebarEmilio Pozuelo Monfort2011-07-281-14/+1
|/ | | | And only leave the dialpad in its place.
* CallWindow: build the toolbar from the .uiEmilio Pozuelo Monfort2011-07-281-1/+62
|
* CallWindow: hide the audio/video call buttons on _init()Emilio Pozuelo Monfort2011-07-281-2/+0
| | | | | When we create a new window it's because there's an incoming call, so hide the audio/video call buttons.
* CallWindow: remove redial menuEmilio Pozuelo Monfort2011-07-281-9/+0
|
* CallWindow: remove separator between hangup and dialpad buttonsEmilio Pozuelo Monfort2011-07-281-8/+0
|
* CallWindow: show audio and video call buttons to start a callEmilio Pozuelo Monfort2011-07-281-7/+15
| | | | Instead of the redial button.
* CallWindow: move the status message to the bottom toolbarEmilio Pozuelo Monfort2011-07-281-11/+1
| | | | From its own statusbar.
* CallWindow: move the volume button to the bottom toolbarEmilio Pozuelo Monfort2011-07-281-0/+8
|
* CallWindow: add a bottom toolbarEmilio Pozuelo Monfort2011-07-281-24/+36
| | | | And move some buttons to it following the new call UI design.
* CallWindow: add a dialpad tool buttonEmilio Pozuelo Monfort2011-07-121-4/+15
| | | | | Rename the dialpad menu entry to Sidebar and move it to the View menu at the same time.
* CallWindow: allow to show/hide the video previewEmilio Pozuelo Monfort2011-07-121-0/+26
| | | | | | There's now a button next to the video preview when it's shown and in a corner when it's hidden that allows to hide and show it.
* CallWindow: only show one button to control the cameraEmilio Pozuelo Monfort2011-07-121-76/+3
| | | | | | | | | Having three buttons to control the camera clutters the UI. Displaying the video preview but not sending video is not very useful, and we'll add a way of sending video without displaying the preview by clicking on the preview itself. https://bugzilla.gnome.org/show_bug.cgi?id=611789
* Make it a toggle buttonEmilio Pozuelo Monfort2011-06-091-1/+1
|
* CallWindow: add a dialpad menu entryEmilio Pozuelo Monfort2011-06-091-0/+7
|
* all: set the primary-toolbar style class on primary toolbarsCosimo Cecchi2011-03-071-0/+3
| | | | | | | So themes can override their appearance without hardcoding the widget hierarchy. https://bugzilla.gnome.org/show_bug.cgi?id=644121
* call-window: sync the sensitivity of the button and "send video" menu (#637839)Guillaume Desmottes2011-01-241-0/+1
|
* add 'info' icon next to the candidatesGuillaume Desmottes2010-08-051-16/+80
|
* call-window: display candidates info (#599166)Guillaume Desmottes2010-08-051-0/+241
|
* call-window: display receiving codecsGuillaume Desmottes2010-07-121-0/+121
|
* call-window: Add 'details' pane containing encoding codecs (#599166)Guillaume Desmottes2010-07-121-0/+276
| | | | The details pane has been inspired from totem's 'Properties' pane.
* use avatar-default instead of the deprecated stock_person iconGuillaume Desmottes2010-05-201-1/+1
|
* rephrase the 'redial' tooltipGuillaume Desmottes2009-12-011-1/+1
|
* add tooltips on the hang-up, redial and audio buttons (#576542)Guillaume Desmottes2009-12-011-0/+3
|
* add tooltips on the camera buttonsGuillaume Desmottes2009-11-301-0/+3
|
* add video menu containing radio actions to control videoGuillaume Desmottes2009-11-281-0/+41
|
* remove the "send video" menu itemGuillaume Desmottes2009-11-281-8/+0
| | | | We're going to replace it by radio buttons.
* rename camera to camera_onGuillaume Desmottes2009-11-281-1/+1
| | | | | Also move down tool_button_camera_on_toggled_cb so it doesn't need a prototype.
* remove the "Always Show Video Preview" menuitemGuillaume Desmottes2009-11-281-8/+0
| | | | We use buttons for that now.
* add "camera off" and "preview" buttons to the toolbarGuillaume Desmottes2009-11-281-1/+30
| | | | Also rename "send video" to "camera on"
* call-window: check box labels should use sentence capitalizationGuillaume Desmottes2009-11-281-1/+1
|
* call-window: change the semantic of the "Video Preview" menu item (#601288)Guillaume Desmottes2009-11-281-5/+5
| | | | | | | | | | Change it to "Always Show Video preview". We should always display the preview when we are sending video. So by changing the semantic of this menu it won't be possible to disable the preview while we are sending video. This mean that this menu isn't changed automatically anymore when the preview is displayed.
* empathy-call-window: add a VBox to display errorsGuillaume Desmottes2009-11-051-2/+11
|
* Use call-stop icon for Hang up toolbutton and menu item (GNOME bug 574771)Frédéric Péters2009-06-181-2/+2
|
* Implemented the call window's "View -> Video preview" option.Jonathan Tellier2009-06-121-0/+1
|
* Added a "Redial" button to the call window.Jonathan Tellier2009-06-091-0/+21
|
* Usability fix: The "Leave Fullscreen" button is now using thejtellier2009-05-121-1/+0
| | | | "gtk-leave-fullscreen" stock id instead of "gtk-fullscreen".
* Video playback fullscreen modejtellier2009-05-081-0/+12
| | | | See http://bugzilla.gnome.org/show_bug.cgi?id=580771
* empathy-call-window: send-video meny entry has to be unsensitive by defaultGuillaume Desmottes2009-04-231-0/+1
|
* Make use of GtkUIManager in EmpathyCallWindowXavier Claessens2009-04-161-56/+101
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2867
* Port EmpathyCallWindow to new APIXavier Claessens2009-04-161-100/+53
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2855
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-161-0/+140
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840