aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.glade
Commit message (Collapse)AuthorAgeFilesLines
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-161-145/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840
* rename toolbar1 to toolbarGuillaume Desmottes2009-02-171-2/+2
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2483
* Manually add the GtkVolumeButton to the toolbar instead of fitting an empty ↵Guillaume Desmottes2009-02-171-12/+1
| | | | | | | | 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
* Minor string fixes. Fixes bug #571635Bruce Cowan2009-02-171-1/+1
| | | | | | From: Bruce Cowan <bugs@bcowan.fastmail.co.uk> svn path=/trunk/; revision=2473
* 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
* 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
* 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-031-0/+134
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2404
* Toss out the old EmpathyCallWindow initialise the CallFactory and hook into ↵Sjoerd Simons2009-02-031-335/+0
| | | | | | | | its signals Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2383
* add WM_WINDOW_ROLE property to windows (closes: #551113)Frederic Peters2008-09-071-0/+1
| | | | svn path=/trunk/; revision=1428
* Fix translators complains about ambigous strings. Fixes bug #546154.Xavier Claessens2008-08-041-52/+52
| | | | svn path=/trunk/; revision=1291
* Keypad is unsensitive if the call is not ACCEPTEDXavier Claessens2008-05-021-53/+53
| | | | svn path=/trunk/; revision=1072
* Add keypad to the call window glade.Xavier Claessens2008-05-021-4/+223
| | | | svn path=/trunk/; revision=1070
* Add a confirmation dialog to accept/reject incoming calls. Do not show ↵Xavier Claessens2008-04-301-40/+28
| | | | | | remote video area if there is no video stream. svn path=/trunk/; revision=1064
* Reword call window: Use GtkVolumeButton, only one button to accept/reject ↵Xavier Claessens2008-04-291-165/+15
| | | | | | calls, let s-e add black borders to keep good video ration. svn path=/trunk/; revision=1061
* Do not expand mute input/output button in the call window.Xavier Claessens2008-04-161-26/+30
| | | | svn path=/trunk/; revision=953
* Better call dialog. Fixes bug #527454 (Naba Kumar).Xavier Claessens2008-04-111-209/+186
| | | | svn path=/trunk/; revision=925
* Update for new API and cleanup the code.Xavier Claessens2008-04-111-5/+1
| | | | svn path=/trunk/; revision=908
* Enable setting input/output volumeXavier Claessens2008-04-051-5/+1
| | | | svn path=/trunk/; revision=877
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-0/+304
libempathy-gtk/ to src/ svn path=/trunk/; revision=789