Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call-window: don't use EmpathyRoundedActor for the floating toolbar | Cosimo Cecchi | 2012-03-27 | 1 | -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 GtkTable | Guillaume Desmottes | 2011-09-29 | 1 | -88/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | Add some space between the status and the end of the toolbar | Emilio Pozuelo Monfort | 2011-08-16 | 1 | -0/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656571 | ||||
* | CallWindow: add a 'Swap camera' item to the preview menu | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+8 |
| | |||||
* | CallWindow: add a menu to change the camera | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+14 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=599167 | ||||
* | CallWindow: make the toolbar float inside the window | Emilio Pozuelo Monfort | 2011-08-12 | 1 | -7/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656150 | ||||
* | CallWindow: add a Settings menu item | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -0/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | CallWindow: add a 'Call log' menu | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -0/+7 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | CallWindow: add a Help->About menu | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -0/+7 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | CallWindow: add a Help->Contents menu | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -0/+17 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | CallWindow: remove the hangup menu item | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -8/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | CallWindow: move 'Fullscreen' to the Call menu | Emilio Pozuelo Monfort | 2011-08-04 | 1 | -16/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884 | ||||
* | call-window: use the input-dialpad icon | Guillaume Desmottes | 2011-08-03 | 1 | -1/+1 |
| | | | | Thanks a lot to Jakub Steiner for this awesome icon. | ||||
* | Merge branch 'change-audio' | Jonny Lamb | 2011-08-01 | 1 | -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 fly | Jonny Lamb | 2011-07-29 | 1 | -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 sidebar | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -14/+1 |
|/ | | | | And only leave the dialpad in its place. | ||||
* | CallWindow: build the toolbar from the .ui | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -1/+62 |
| | |||||
* | CallWindow: hide the audio/video call buttons on _init() | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -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 menu | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -9/+0 |
| | |||||
* | CallWindow: remove separator between hangup and dialpad buttons | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -8/+0 |
| | |||||
* | CallWindow: show audio and video call buttons to start a call | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -7/+15 |
| | | | | Instead of the redial button. | ||||
* | CallWindow: move the status message to the bottom toolbar | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -11/+1 |
| | | | | From its own statusbar. | ||||
* | CallWindow: move the volume button to the bottom toolbar | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -0/+8 |
| | |||||
* | CallWindow: add a bottom toolbar | Emilio Pozuelo Monfort | 2011-07-28 | 1 | -24/+36 |
| | | | | And move some buttons to it following the new call UI design. | ||||
* | CallWindow: add a dialpad tool button | Emilio Pozuelo Monfort | 2011-07-12 | 1 | -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 preview | Emilio Pozuelo Monfort | 2011-07-12 | 1 | -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 camera | Emilio Pozuelo Monfort | 2011-07-12 | 1 | -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 button | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | CallWindow: add a dialpad menu entry | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+7 |
| | |||||
* | all: set the primary-toolbar style class on primary toolbars | Cosimo Cecchi | 2011-03-07 | 1 | -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 Desmottes | 2011-01-24 | 1 | -0/+1 |
| | |||||
* | add 'info' icon next to the candidates | Guillaume Desmottes | 2010-08-05 | 1 | -16/+80 |
| | |||||
* | call-window: display candidates info (#599166) | Guillaume Desmottes | 2010-08-05 | 1 | -0/+241 |
| | |||||
* | call-window: display receiving codecs | Guillaume Desmottes | 2010-07-12 | 1 | -0/+121 |
| | |||||
* | call-window: Add 'details' pane containing encoding codecs (#599166) | Guillaume Desmottes | 2010-07-12 | 1 | -0/+276 |
| | | | | The details pane has been inspired from totem's 'Properties' pane. | ||||
* | use avatar-default instead of the deprecated stock_person icon | Guillaume Desmottes | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | rephrase the 'redial' tooltip | Guillaume Desmottes | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | add tooltips on the hang-up, redial and audio buttons (#576542) | Guillaume Desmottes | 2009-12-01 | 1 | -0/+3 |
| | |||||
* | add tooltips on the camera buttons | Guillaume Desmottes | 2009-11-30 | 1 | -0/+3 |
| | |||||
* | add video menu containing radio actions to control video | Guillaume Desmottes | 2009-11-28 | 1 | -0/+41 |
| | |||||
* | remove the "send video" menu item | Guillaume Desmottes | 2009-11-28 | 1 | -8/+0 |
| | | | | We're going to replace it by radio buttons. | ||||
* | rename camera to camera_on | Guillaume Desmottes | 2009-11-28 | 1 | -1/+1 |
| | | | | | Also move down tool_button_camera_on_toggled_cb so it doesn't need a prototype. | ||||
* | remove the "Always Show Video Preview" menuitem | Guillaume Desmottes | 2009-11-28 | 1 | -8/+0 |
| | | | | We use buttons for that now. | ||||
* | add "camera off" and "preview" buttons to the toolbar | Guillaume Desmottes | 2009-11-28 | 1 | -1/+30 |
| | | | | Also rename "send video" to "camera on" | ||||
* | call-window: check box labels should use sentence capitalization | Guillaume Desmottes | 2009-11-28 | 1 | -1/+1 |
| | |||||
* | call-window: change the semantic of the "Video Preview" menu item (#601288) | Guillaume Desmottes | 2009-11-28 | 1 | -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 errors | Guillaume Desmottes | 2009-11-05 | 1 | -2/+11 |
| | |||||
* | Use call-stop icon for Hang up toolbutton and menu item (GNOME bug 574771) | Frédéric Péters | 2009-06-18 | 1 | -2/+2 |
| | |||||
* | Implemented the call window's "View -> Video preview" option. | Jonathan Tellier | 2009-06-12 | 1 | -0/+1 |
| | |||||
* | Added a "Redial" button to the call window. | Jonathan Tellier | 2009-06-09 | 1 | -0/+21 |
| | |||||
* | Usability fix: The "Leave Fullscreen" button is now using the | jtellier | 2009-05-12 | 1 | -1/+0 |
| | | | | "gtk-leave-fullscreen" stock id instead of "gtk-fullscreen". | ||||
* | Video playback fullscreen mode | jtellier | 2009-05-08 | 1 | -0/+12 |
| | | | | See http://bugzilla.gnome.org/show_bug.cgi?id=580771 | ||||
* | empathy-call-window: send-video meny entry has to be unsensitive by default | Guillaume Desmottes | 2009-04-23 | 1 | -0/+1 |
| | |||||
* | Make use of GtkUIManager in EmpathyCallWindow | Xavier Claessens | 2009-04-16 | 1 | -56/+101 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2867 | ||||
* | Port EmpathyCallWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -100/+53 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2855 | ||||
* | Convert glade files to GtkBuilder format | Xavier Claessens | 2009-04-16 | 1 | -0/+140 |
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840 |