aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.ui
Commit message (Collapse)AuthorAgeFilesLines
* 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