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