Commit Graph

112 Commits

Author SHA1 Message Date
e8f343bc9e Fix for a minor mnemonic issue
svn path=/trunk/; revision=32487
2006-08-07 10:25:06 +00:00
e4bdc1e6a7 Added support for Vertical View in Evolution Mailer with custom message list.
svn path=/trunk/; revision=32071
2006-06-02 18:12:08 +00:00
93acd6f496 Added a menu item for show/hide side bar. Also changed the mnemonics for
2006-01-30  Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in>

	* evolution.xml: Added a menu item for show/hide side bar.
	Also changed the mnemonics for toobar.

svn path=/trunk/; revision=31344
2006-01-30 05:16:26 +00:00
7bbb05236d ** Fixes bugs #328513, #328514, #328551, #328553, #328558, #328559,
2006-01-25  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bugs #328513, #328514, #328551, #328553, #328558, #328559, #328560

svn path=/trunk/; revision=31309
2006-01-25 11:39:31 +00:00
fe9630cf42 changing "_About Evolution..." to "_About" to be HIG-compliant. Fixes bug
2006-01-19  Andre Klapper <a9016009@gmx.de>

	* evolution.xml: changing "_About Evolution..." to "_About" to be
	HIG-compliant. Fixes bug 327309.

svn path=/trunk/; revision=31240
2006-01-19 14:21:33 +00:00
c5aa678286 ** Fixes bug #326265, #326266
2006-01-13  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #326265, #326266

	* evolution-mail-global.xml: Changed mnemonics of Message Filters menu
	item.
	* evolution-mail-message.xml: Added menmonics of Message Source menu
	item.
	* evolution.xml: Chaned mnemonics of Import menu item.

svn path=/trunk/; revision=31172
2006-01-13 16:24:02 +00:00
328038a347 Changes accelerator assignment specified in
2006-01-12  Srinivasa Ragavan  <sragavan@novell.com>

	* evolution-mail-global.xml:
	* evolution-mail-message.xml:
	* evolution-message-composer.xml:
	* evolution.xml:

	Changes accelerator assignment specified in
	http://go-evolution.org/Shortcut_Keys_Review

svn path=/trunk/; revision=31148
2006-01-12 14:57:26 +00:00
a369bb17b8 Reviewed by Harish Krishnaswamy <kharish@novell.com> Remove the Mailer
2006-12-02  Karsten Bräckelmann  <guenther@rudersport.de>

	Reviewed by Harish Krishnaswamy  <kharish@novell.com>
	* evolution.xml: Remove the Mailer specific separator.
	* evolution-mail-global.xml: Move it here.

  	This adds the separator always between the global SendReceive and
	the component specific buttons. Fixes #323151.

svn path=/trunk/; revision=31017
2006-01-02 09:00:38 +00:00
98cc37b8e5 Commited evolution.xml and evolution-mail-message.xml
2005-12-23  Srinivasa Ragavan <sragavan@novell.com>

	* Commited evolution.xml and evolution-mail-message.xml

svn path=/trunk/; revision=30940
2005-12-23 04:04:16 +00:00
59ad9dc53e fixed duplicated mnemonic. Fixes bug 319946.
2005-12-19  Andre Klapper <a9016009@gmx.de>
	* evolution.xml: fixed duplicated mnemonic.
          Fixes bug 319946.

svn path=/trunk/; revision=30884
2005-12-19 23:58:16 +00:00
27a36e5a4d ** Fixes bugs #322499 and #227853
2005-12-16  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bugs #322499 and #227853

	* evolution-addressbook.xml: Modified shortcut for preview
	* evolution-mail-global.xml: Modified shortcut for preview
	* evolution-tasks.xml: Modified shortcut for preview
	* evolution.xml: Removed Shortcut to hide status bar.

svn path=/trunk/; revision=30790
2005-12-16 08:10:30 +00:00
7ac4fd8bf9 Have added the "View Status Bar" under the "View" menu This is a toggle
2005-09-23  S.Antony Vincent Pandian <santony@gmail.com>

	* Have added the "View Status Bar" under the "View" menu
This is a toggle button to hide/show the status bar

svn path=/trunk/; revision=30371
2005-09-23 09:44:58 +00:00
e36af0b6a5 removed the useless tools menu.
2005-07-21  Not Zed  <NotZed@Ximian.com>

        * evolution.xml: removed the useless tools menu.

        * evolution-mail-list.xml: reverted dobey's broken hide menus.

svn path=/trunk/; revision=29825
2005-07-21 07:08:09 +00:00
d88e794ded Add profiler so that it gets disted properly
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
	disted properly

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add new em-folder-utils.[ch] abstraction

	* em-folder-browser.c: Update for new menu layout
	Add new methods to handle the actions that were previously only
	available from the context menu when right-clicking on a folder

	* em-folder-selector.c (emfs_response): Just call emfu_folder_create
	if the user wants to create a new folder in the selector dialog
	(em_folder_selector_get_selected_path): Clean up the code to fix a
	couple potential crashes

	* em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or
	CamelFolderInfo object for the selected item in the tree
	Add a method to get a pointer to an EMFolderTreeModelStoreInfo object
	for the selected store in the tree
	Move folder operations out into em-folder-utils.[ch] so that they
	are abstracted from the tree and can be used by methods other than
	the internal context menu

	* em-folder-utils.[ch]: Move the folder operations code to here

	* em-folder-view.c: Update for the new menu layout
	Fix Mark as Read/Unread in the context menu to only show up in the list

	* mail-component.c (create_item): Just call emfu_folder_create here
	when the user requests to create a new folder from the New toolbar item

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-mailing-list-actions.xml: Update for the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-plugin-manager.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-save-attachments.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-shell-window.c (setup_widgets): Update for the new menu layout by
	putting the "component" switching items under the "Tools" menu

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* *.xml: Update to the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-filter-bar.[ch]: Update for the new menu layout

svn path=/trunk/; revision=29354
2005-05-13 21:29:28 +00:00
097c33e75e add component button view items
2005-01-04  JP Rosevear  <jpr@novell.com>

	* evolution.xml: add component button view items

	* evolution.xml: set the toolbar look to "system" everywhere

	* evolution-signature-editor.xml: ditto

	* evolution-message-composer.xml: ditto

svn path=/trunk/; revision=28238
2005-01-04 19:43:20 +00:00
75d011570d Move Tools->Settings... to Edit->Preferences Remove the separator above
2004-12-16  Rodney Dawes  <dobey@novell.com>

	* evolution.xml: Move Tools->Settings... to Edit->Preferences
	Remove the separator above "Quick Reference" in the Help menu

	* evolution-addressbok.xml:
	* evolution-calendar.xml:
	* evolution-mail-*.xml:
	* evolution-tasks.xml:
	Update the EditPlaceholder items to work properly with the changes in
	evolution.xml to move Tools->Settings... to Edit->Preferences

	Fixes #43681

svn path=/trunk/; revision=28139
2004-12-16 18:26:54 +00:00
3d6c1f3315 Add pixtype of pixbuf to the OpenNewWindow menu item
2004-12-09  Rodney Dawes  <dobey@novell.com>

	* evolution.xml: Add pixtype of pixbuf to the OpenNewWindow menu item

svn path=/trunk/; revision=28104
2004-12-09 21:06:26 +00:00
2b5f789409 ** See bug #67864.
2004-10-18  Not Zed  <NotZed@Ximian.com>

        ** See bug #67864.

        * evolution.xml: change the shortcut for toolbar to b.

svn path=/trunk/; revision=27620
2004-10-19 11:21:29 +00:00
03fd62545c Add toolbar visibility toggle to View menu.
2004-06-01  William Jon McCann  <mccann@jhu.edu>

	* evolution.xml: Add toolbar visibility toggle to View menu.

svn path=/trunk/; revision=26158
2004-06-02 20:37:45 +00:00
f2e876d583 changed to About Evolution; comment out FAQ
2004-05-28  JP Rosevear  <jpr@novell.com>

	* evolution.xml: changed to About Evolution; comment out FAQ

svn path=/trunk/; revision=26123
2004-05-28 16:34:29 +00:00
ebb89b17ef use stock icons where possible. Calendar and tasks already use stock
2004-05-25  William Jon McCann  <mccann@jhu.edu>

	* evolution-message-composer.xml:
	* evolution-composer-entries.xml:
	* evolution-contact-list-editor.xml:
	* evolution-contact-editor.xml:
	* evolution.xml:
	* evolution-mail-message.xml:
	* evolution-mail-list.xml:
	* evolution-mail-global.xml:
	* evolution-addressbook.xml: use stock icons where possible.
	Calendar and tasks already use stock icons.

	* evolution-tasks.xml: swap positions of delete and print icons
	to be consistent with the other components.

svn path=/trunk/; revision=26085
2004-05-25 20:54:01 +00:00
c5072f3619 Added View->Window menu.
2004-05-19  Not Zed  <NotZed@Ximian.com>

        * evolution.xml: Added View->Window menu.

svn path=/trunk/; revision=25968
2004-05-19 03:46:28 +00:00
5d7ca1af79 Update for "New" changes. Move "New Window" into File menu.
* evolution.xml: Update for "New" changes. Move "New Window" into
	File menu.

svn path=/trunk/; revision=25383
2004-04-09 15:57:18 +00:00
8dcc3affb6 added "Quick Reference" menu item
2004-01-26  David Trowbridge <trowbrds@cs.colorado.edu>

 	* evolution.xml: added "Quick Reference" menu item

svn path=/trunk/; revision=24475
2004-01-27 21:02:50 +00:00
3a1139cb9e Fix Folder submenu location Add ComponentPlaceholder back to File menu
2004-01-23  Rodney Dawes  <dobey@ximian.com>

	* evolution-mail-list.xml: Fix Folder submenu location
	* evolution.xml: Add ComponentPlaceholder back to File menu

	Fixes #51960

svn path=/trunk/; revision=24386
2004-01-23 20:24:16 +00:00
c8cc95d20c moved 'Forget Passwords' item...
2004-01-15  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-mail-global.xml: moved 'Forget Passwords' item...

	* evolution.xml: ...to the shell.

svn path=/trunk/; revision=24244
2004-01-15 16:13:39 +00:00
e2a832a056 Fixes bug #39488, use hlook="system" for toolbars
2004-01-06  Rodney Dawes  <dobey@ximian.com>

	* evolution-comp-editor.xml:
	* evolution-contact-editor.xml:
	* evolution-contact-list-editor.xml:
	* evolution-event-editor.xml:
	* evolution-mail-messagedisplay.xml:
	* evolution-message-composer.xml:
	* evolution-signature-editor.xml:
	* evolution.xml: Fixes bug #39488, use hlook="system" for toolbars

svn path=/trunk/; revision=24070
2004-01-06 17:50:20 +00:00
d448d8ab21 Rename verb "OpenFolderInNewWindow" to
"OpenNewWindow".  Add a separator before it in the File -> New
submenu.

svn path=/trunk/; revision=23400
2003-11-17 20:04:11 +00:00
913aab9b18 Rename verb "OpenFolderInNewWindow" to
"OpenNewWindow".  Add a separator before it in the File -> New
submenu.

svn path=/trunk/; revision=23398
2003-11-17 20:02:52 +00:00
5c8d360c98 Remove type="toggle" from the "ToggleOffline"
verb; I'm not sure why it was there in the first place and it was
causing BonoboUI to spew warnings.

svn path=/trunk/; revision=23339
2003-11-13 22:19:12 +00:00
28f389fbf0 Ooops, add missing closing </popups> tag.
svn path=/trunk/; revision=23338
2003-11-13 22:05:32 +00:00
5880c00dd2 New.
* e-shell.c (e_shell_send_receive): New.

* Evolution-Component.idl (Component.sendAndReceive): New.

* evolution.xml: Add back send/receive command and toolbar button.

svn path=/trunk/; revision=23334
2003-11-13 21:32:39 +00:00
51baaabff6 Add "NewPopup" popup back.
svn path=/trunk/; revision=23322
2003-11-13 11:55:27 +00:00
0fb08f3ff8 Merge new-ui-branch to the trunk.
svn path=/trunk/; revision=22964
2003-10-21 18:28:34 +00:00
ce850eda80 file all new folder bindings to be ctrl-shift-f
2003-05-01  JP Rosevear  <jpr@ximian.com>

	* evolution.xml: file all new folder bindings to be ctrl-shift-f

svn path=/trunk/; revision=21044
2003-05-01 21:55:20 +00:00
bb0d02c04b Fixes #35814
2003-04-27  Rodney Dawes  <dobey@ximian.com>

	Fixes #35814

	* calendar/gui/calendar-component.c: Change mnemonic/keybinding for
	New Meeting to not conflict with other items in the File->New menu

	* ui/evolution.xml: Changed the New Folder keybinding to C-S-f

svn path=/trunk/; revision=20984
2003-04-28 16:47:35 +00:00
1c6f8c8db4 *glade/e-folder-list.glade : replaced buttons with stock buttons and added
2003-04-23  Anna Marie Dirks  <anna@ximian.com>

	*glade/e-folder-list.glade : replaced buttons with stock
	buttons and added HIG-blessed spacing. Fixes 41145.

svn path=/trunk/; revision=20940
2003-04-23 19:08:30 +00:00
02a3a01ac7 remove conduit settings as a separate entry
2003-03-20  JP Rosevear  <jpr@ximian.com>

	* evolution.xml: remove conduit settings as a separate entry

svn path=/trunk/; revision=20445
2003-03-20 22:10:39 +00:00
bd4153c91a Change hlook value for Toolbar to be
"both_horiz".

svn path=/trunk/; revision=18858
2002-11-20 17:03:42 +00:00
5a39c55fcb Set the pixtype for command "Settings" to
"pixbuf".

svn path=/trunk/; revision=18454
2002-10-28 14:49:06 +00:00
ee7399c9de Remove "..." from "Remove Other User's Folder" since it doesn't pop up a
* evolution.xml: Remove "..." from "Remove Other User's Folder"
	since it doesn't pop up a dialog. #31576.

svn path=/trunk/; revision=18324
2002-10-04 17:31:00 +00:00
669f24d00d Add FileRemoveOtherUsersFolder
* evolution.xml: Add FileRemoveOtherUsersFolder

svn path=/trunk/; revision=18266
2002-09-30 18:41:25 +00:00
6d5496e614 Change the accelerator of ToolsSubscriptions to be "u".
* evolution-mail-global.xml: Change the accelerator of
ToolsSubscriptions to be "u".

* evolution.xml: Add PilotConduitSettings in Tools.  Rename
"Preferences" to "Settings" as per Anna's request.

svn path=/trunk/; revision=18263
2002-09-30 15:36:59 +00:00
56aa60771f New placeholder at FolderPopup/StorageFolderPropertiesPlaceholder.
New placeholder at
FolderPopup/StorageFolderPropertiesPlaceholder.

svn path=/trunk/; revision=17715
2002-08-06 16:34:04 +00:00
03ee7ece50 Move File/New/NewItems placeholder on the top and add some separators.
* evolution.xml: Move File/New/NewItems placeholder on the top and
add some separators.  Also add items to the popups/NewPopup so the
pop-up and the "New" submenu look the same.

* evolution-addressbook.xml: Remove ContactNew and ContactNewList
verbs, as well as the corresponding menu items.

svn path=/trunk/; revision=17613
2002-07-26 19:03:50 +00:00
928decadd9 Change shortcut for "PilotSettings" to be `l'
instead of `p', so it doesn't conflict with "_Preferences".
[#27948]

svn path=/trunk/; revision=17511
2002-07-18 18:16:28 +00:00
2415667b55 Add an accelerator for "FileClose".
svn path=/trunk/; revision=17427
2002-07-11 21:36:34 +00:00
4e3c348586 Added a bunch of tooltips.
svn path=/trunk/; revision=17344
2002-07-02 15:41:50 +00:00
2ab4653659 Put the search menu in a SearchPlaceholder.
* evolution.xml: Put the search menu in a SearchPlaceholder.

svn path=/trunk/; revision=16979
2002-05-22 22:56:57 +00:00
588db86595 Add FileOpenOtherUsersFolder.
* evolution.xml: Add FileOpenOtherUsersFolder.

svn path=/trunk/; revision=16747
2002-05-10 16:56:50 +00:00