aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-roster-window-menubar.ui
Commit message (Collapse)AuthorAgeFilesLines
* Use typographical ellipses consistentlySeán de Búrca2013-09-021-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=707104
* remove 'Search for contacts' acceleratorGuillaume Desmottes2013-01-041-1/+0
| | | | | | | | | | | It was impossible to type 'F' in our status message because of it. Shift+F is not a very common accelerator and there is no way to discover it any more (accelerators are not displayed in Shell's menu). Searching for contacts isn't something you are supposed to do every day so not having an accelerator isn't that bad anyway. https://bugzilla.gnome.org/show_bug.cgi?id=687629
* Readd Ctrl-J for Join RoomDanielle Madeley2012-05-151-0/+1
|
* Don't mark actions/accels as translatableDanielle Madeley2012-05-151-23/+23
| | | | This is what happens when you convert files with XSLT, kids.
* Refactor app menu as per design decisionDanielle Madeley2012-05-151-56/+51
|
* Change the roster menu to a flat menu structureDanielle Madeley2012-05-151-77/+14
|
* Port roster-window-menubar.ui to current GMenu builder XML formatDanielle Madeley2012-05-151-34/+135
| | | | The docs are wrong, surprise!
* roster-window: migrate menu bar to GtkBuilderGuillaume Desmottes2012-05-151-297/+62
| | | | Rebased-by: Danielle Madeley <danielle.madeley@collabora.co.uk>
* remove 'edit->personnal information' menuGuillaume Desmottes2012-01-201-7/+0
| | | | | | It's done in empathy-accounts now. https://bugzilla.gnome.org/show_bug.cgi?id=668336
* rename MainWindow to RosterWindowGuillaume Desmottes2012-01-101-0/+308
With the process split it doesn't really make sense to continue calling it 'main' window, it's just the roster now.