aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.ui
Commit message (Collapse)AuthorAgeFilesLines
* MUC: make F9 toggle the contact list sidebarWill Thompson2012-03-071-0/+1
| | | | | | This is by analogy to F9 toggling the sidebar in Nautilus. https://bugzilla.gnome.org/show_bug.cgi?id=671547
* Make the default chat window size bigger.Ken VanDine2012-02-061-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=612216
* rephrase 'Important Room' menu entryGuillaume Desmottes2010-07-071-1/+1
|
* rephrase important room menuGuillaume Desmottes2010-05-271-1/+1
|
* Add option to make chatroom "always urgent" (#611894)Jonas Bonn2010-05-271-0/+7
| | | | | | | | | | | | | | | | Often a user wants to be immediately notified of posts to a chatroom even when the post does not address them directly by name. This patch adds a room option to make all posts to the room "urgent", meaning that the system-specific urgency action should be taken -- notification, window urgency hint, etc. Two specific use cases for when one may want this: i) Low-traffic rooms (so that one does not have to go check the room all the time) ii) Error-logging room (room to which errors from some other system(s) are logged) The "always urgent" option is off by default when joining a room.
* src/empathy-chat-window.ui: Swap keyboard controls for moving tabsMirsal Ennaime2010-04-161-2/+2
| | | | | | | Closes: bgo#615164 Keyboard shortcuts for moving tabs and for changing tabs work in the opposite direction. Users may expect them to work in the same direction and to be consistant with other GNOME applications. The mapping is now Ctrl + Shift + PageUp / PageDown for moving tabs left / right respectively, as it is in GNOME Terminal for instance.
* Merge branch 'undo-close-tab'Jonny Lamb2010-03-301-0/+8
|\
| * Add chat manager which tracks chats closing and can respawn them (bug #609832)Jonny Lamb2010-03-061-0/+8
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | fix menu_tabs_right acceleratorGuillaume Desmottes2010-03-291-1/+1
| |
* | Adds Ctrl+Shift+PgUp/PgDn accelerator key to move current tab left/right ↵Aaron Brown2010-03-291-0/+2
|/ | | | (#614155)
* added a "find" menu itemThomas Meire2010-01-211-0/+9
|
* Miscellaneous string fixesPhilip Withnall2010-01-011-1/+1
| | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-011-1/+1
| | | | | | | Fix punctuation in the IRC command help messages. Use proper Unicode ellipses throughout Empathy, and proper em-dashes where appropriate. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add an Invite Participants menu item and make it request the Conf channelDanielle Madeley2009-12-211-0/+7
|
* set 'C' as accelerator for the Contact menu as 'C' is already used by ↵Guillaume Desmottes2009-11-101-1/+1
| | | | Conversation (#601336)
* Add 'Show Contact List' in Conversation menuGabriel Millaire2009-06-181-0/+8
|
* empathy-chat-window: add Contact menu as top-level (bgo #580922)Guillaume Desmottes2009-05-221-0/+7
|
* remove Conversation->Contact menu entryGuillaume Desmottes2009-05-221-7/+0
|
* Add back some icons that were droped during the conversionXavier Claessens2009-04-161-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2869
* Make use of GtkUIManager for EmpathyChatWindowXavier Claessens2009-04-161-142/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2868
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-161-0/+326
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840