aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
Commit message (Collapse)AuthorAgeFilesLines
* Change the menu to say "Credit Balance"Danielle Madeley2011-05-051-1/+1
|
* 'spacing' is an object property, not a child property of the packingDanielle Madeley2011-05-051-1/+1
|
* Add a menu item to choose whether to show account balances in the rosterDanielle Madeley2011-05-051-0/+8
|
* Create balance widget, tie it to the actionDanielle Madeley2011-05-051-3/+16
| | | | | TODO: - show and hide balance widgets in response to a toggleaction
* Add a menuitem to report the account balance for each accountDanielle Madeley2011-05-051-0/+2
| | | | | | | | | Adds a menu item for each connection that supports Conn.I.Balance, requests the current balance and then tracks further updates to the balance. TODO: - remove the menu item when the account is disconnected - implement the activated signal
* Map Ctrl-Shift-F to contact search and Ctrl-F to findWill Thompson2011-03-181-0/+2
| | | | | | | | | As discussed on <https://bugzilla.gnome.org/show_bug.cgi?id=645121>, currently Ctrl-F opens the contact search dialog, and there's no keyboard shortcut for searching within the contact list (other than just typing). The Gnome HIG handles this situation: it says that the former should be Ctrl-Shift-F and the latter should be Ctrl-F. <http://library.gnome.org/devel/hig-book/2.32/input-keyboard.html.en#standard-shortcuts>
* Merge branch 'glassrose-contact-blocking-rebase'Danielle Madeley2011-03-141-0/+7
|\
| * Add blocked contacts dialog to Empathy main window menuDanielle Madeley2011-03-081-0/+7
| |
* | all: set the primary-toolbar style class on primary toolbarsCosimo Cecchi2011-03-071-0/+3
|/ | | | | | | So themes can override their appearance without hardcoding the widget hierarchy. https://bugzilla.gnome.org/show_bug.cgi?id=644121
* Main window: mark Edit→Context as untranslatable.Will Thompson2011-01-281-1/+1
| | | | | | | | | | | | | | | | The label of this menu item is changed to either _("Contact") or _("Group"), depending on what's currently selected in the tree view. If neither a contact nor a group is selected, the item is hidden entirely. Thus, it should be safe not to translate this string. I haven't tested this. I just came across this when mpt pointed it out on the Twitter: <http://twitter.theinfo.org/30701150579720192>. His tweets suggest that he's found a way to make it show up in the UI, but I can't find any way to do that (either reading the code, or playing with the actual UI). https://bugzilla.gnome.org/show_bug.cgi?id=640751
* Add Contact Search supportEmilio Pozuelo Monfort2011-01-281-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=606947
* main-window: display an info bar approving or rejecting the auth channelJonny Lamb2010-12-101-1/+13
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* move the 'Find in contact list' menu itemGuillaume Desmottes2010-10-181-1/+1
|
* Move the 'Find in Contact List' item from the View menu to the Edit menu.Vitaly Minko2010-10-181-7/+7
|
* Add an entry in the View menu to search for contacts (#632024).Vitaly Minko2010-10-181-0/+7
|
* switched notebook pagesFelix Kaser2010-09-131-9/+9
| | | | | to start with the scrolled window for the treeview as first page. this fixes bug #627238 and the empathy part of bug #626503
* use different labels if view is emptyFelix Kaser2010-08-051-10/+9
| | | | | either show "no match found" or "your contact list is empty". fixes bug #621642
* added structure to show text when list emptyFelix Kaser2010-08-051-5/+26
| | | | | I've added a notebook which holds the treeview and on another page it holds a label. The logic when to switch has to be implemented.
* Port EmpathyMainWindow to GtkWindow subclassDanielle Madeley2010-06-241-8/+0
|
* Add shortcut keys for contact list item sizesWill Thompson2010-06-181-0/+3
| | | | | | Maybe these are overkill? https://bugzilla.gnome.org/show_bug.cgi?id=621703
* Remove inset frame from contact list in main windowSander Dijkhuis2010-02-251-1/+0
| | | | This looks cleaner. (#610886)
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-011-4/+4
| | | | | | | 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>
* main-window: add "New Call" menu entry (#582599)Guillaume Desmottes2009-12-171-0/+9
|
* contact_list: displays an icon showing the protocol by the contact (#603877)chantra2009-12-171-0/+7
|
* set 'R' as accelerator for the preferences dialogGuillaume Desmottes2009-11-101-1/+1
| | | | | | 'P' is already used for "Personnal Information. I looked in different GNOME applications and it seems the accelerator for the preferences dialog is not standarized.  (#601336)
* Changed menu label and various review fixesGabriel Millaire2009-07-101-9/+9
|
* Work in progress : move preferences to View menuGabriel Millaire2009-07-101-0/+57
| | | | Moving Sort by name / by status and Show Avatars / Compact contact list preferences to View menu : Sort by name / Sort by status and Normal Size / Normal Without Icons / Compact Size
* Merge branch 'debug'Jonny Lamb2009-06-051-0/+7
|\ | | | | | | | | | | | | | | | | Conflicts: extensions/Makefile.am extensions/misc.xml po/POTFILES.in Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * Changed Help menu item to simply "Debug.Jonny Lamb2009-04-241-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * Added Debug Window menu item.Jonny Lamb2009-04-241-0/+7
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Remove "View"/"Show" prefixes from View menu itemsWill Thompson2009-06-031-4/+4
| | | | | | | | Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
* | Add a Contact Map windowPierre-Luc Beaudoin2009-05-281-0/+7
| |
* | move 'View Previous Conversations' menu entry to ViewGuillaume Desmottes2009-05-231-3/+3
| |
* | move 'show offline contacts' menu entry to ViewGuillaume Desmottes2009-05-231-5/+4
| |
* | move 'show file transfers' menu entry to ViewGuillaume Desmottes2009-05-231-4/+4
| |
* | empathy-main-window: add View top menuGuillaume Desmottes2009-05-221-0/+8
| |
* | Add menu option to display FT ManagersDavyd Madeley2009-04-271-0/+9
|/ | | | Fixes GNOME Bug #574626
* Remove the New in Join New... menu itemPierre-Luc Beaudoin2009-04-181-1/+1
| | | | As the the dialog doesn't necessarily create a new room, it makes no sens.
* Add back some icons that were droped during the conversionXavier Claessens2009-04-161-0/+3
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2869
* Make use of GtkUIManager in EmpathyMainWindowXavier Claessens2009-04-161-5/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2866
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-161-0/+220
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840