Commit Graph

44 Commits

Author SHA1 Message Date
43dfa91e96 It's a grand old string-review! Nitpicky and minor changes; details in the appropriate ChangeLog files.
svn path=/trunk/; revision=18268
2002-09-30 20:11:15 +00:00
cec75c7f59 Make the Zoom accels the same as galeon so people will shut the fuck up
2002-09-25  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Make the Zoom accels the same as
	galeon so people will shut the fuck up about it.

svn path=/trunk/; revision=18219
2002-09-25 21:22:37 +00:00
5c079139c0 Add back "period" and "comma" as
accels for MailNextUnread and MailPreviousUnread.

svn path=/trunk/; revision=17965
2002-09-04 18:00:17 +00:00
8a4fce2f22 Use bracketright and bracketleft for
next/prev unread.

svn path=/trunk/; revision=17949
2002-09-03 18:33:59 +00:00
f76ad24c16 Add a View/Post-To ui dingus.
2002-07-23  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-message-composer.xml: Add a View/Post-To ui dingus.

	* evolution-mail-global.xml: Add a Post ui dingus.

	* evolution-mail-message.xml: Add a Post-Reply ui dingus.

svn path=/trunk/; revision=17591
2002-07-25 18:20:29 +00:00
252e27586e Use *Control*equal and *Control*minus
for TextZoomIn and TextZoomOut instead of *Control*+ and
*Control*-, since the former actually works.  :-)

svn path=/trunk/; revision=17557
2002-07-23 20:50:41 +00:00
e0cdfddc55 Bind MessageMove to Control-Shift-V. [#24394]
* evolution-mail-message.xml: Bind MessageMove to Control-Shift-V.
[#24394]

* evolution-addressbook.xml: Bind ContactsMoveToFolder and
ContactsCopyToFolder to Control-Shift-V and Control-Shift-Y for
consistency with the mailer.  Also move "Select All" up in the
Edit menu and add a separator before "Delete".

svn path=/trunk/; revision=17554
2002-07-23 19:16:11 +00:00
fb057760f3 Add accelerator for "Print Preview", "Delete".
* evolution-mail-message.xml: Add accelerator for "Print Preview",
"Delete".

* evolution-addressbook.xml: Add accelerator for "Print Preview",
"Delete".

svn path=/trunk/; revision=17405
2002-07-10 16:15:50 +00:00
a4d7dffa85 s/Edit as New Message/Resend - this was confusing people. Also moved it to
2002-07-09  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: s/Edit as New Message/Resend - this
	was confusing people. Also moved it to the Actions menu. Fixes bug
	#27454.

svn path=/trunk/; revision=17398
2002-07-09 20:35:29 +00:00
992fafd190 s/Edit as New Message/Resend - this was confusing people.
2002-07-09  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: s/Edit as New Message/Resend - this
	was confusing people.

svn path=/trunk/; revision=17393
2002-07-09 19:09:38 +00:00
d814f34405 Replaced q binding with ` for hiding/showing the message view pane.
2002-05-13  Christopher James Lahey  <clahey@ximian.com>

	* evolution-mail-global.xml: Replaced q binding with ` for
	hiding/showing the message view pane.

	* evolution-mail-message.xml: Replace n/p with ,/. for doing
	previous/next unread messages.  Removed a few other bindings that
	interfere with alphanumeric characters.

svn path=/trunk/; revision=16772
2002-05-14 00:43:40 +00:00
364cb04c2b Move the ComponentActionsPlaceholder into the Actions menu, instead of the
* evolution.xml: Move the ComponentActionsPlaceholder into the
Actions menu, instead of the Actions menu being in the
ComponentActionsPlaceholder.
* evolution-addressbook.xml: Updated accordingly.
* evolution-calendar.xml: Updated accordingly.
* evolution-mail-global.xml: Updated accordingly.
* evolution-mail-list.xml: Updated accordingly.
* evolution-mail-message.xml: Updated accordingly.
* evolution-mail-messagedisplay.xml: Updated accordingly.
* evolution-tasks.xml: Updated accordingly.

* evolution.xml: Add "SendReceive" verb, menu item and toolbar
button.

* evolution-mail-global.xml: Remove "MailGetSend" verb and menu
item.

* e-shell-view-menu.c (command_send_receive): New, implementation
for the "SendReceive" verb.

* e-shell.c (e_shell_send_receive): New.

* evolution-shell-component.c (impl_sendReceive): Implementation
of ShellComponent::sendReceive.
(class_init): Add the "send_receive" signal.

* evolution-shell-component.h: Added `send_receive' signal.

* Evolution-ShellComponent.idl: Added ShellComponent::sendReceive.

* component-factory.c (send_receive_cb): New, callback for the
"send_receive" signal on the EvolutionShellComponent.
(create_component): Connect.

* folder-browser-ui.c: Remove verb "MailGetSend".

* mail-callbacks.c (send_receive_mail): Removed.

* mail-send-recv.c: Remove member current_folder from struct
_send_data.
(free_send_data): No need to unref here.
(build_dialogue): Removed arg @current_folder.
(mail_send_receive): Likewise.

svn path=/trunk/; revision=16220
2002-03-21 00:07:49 +00:00
6ec824b2e0 doh. In my previous commit, a whole bunch of changes that were supposed to
2002-03-11  Anna Marie Dirks  <anna@ximian.com>

	* evolution-mail-message.xml: doh. In my previous commit, a whole bunch
	of changes that were supposed to be kept in my personal evo were added
	to HEAD. (Mainly, this was the addition of a "Search" menu.) I am
	reverting the wrong parts of that patch, and am committing only the
	accelerators which that patch was supposed to add. Sorry.

svn path=/trunk/; revision=16099
2002-03-11 17:51:00 +00:00
7ad4ab01e6 Fixed tiny typo ("Addressbook", not "Address book"), and cleaned up
2002-03-07  Anna Marie Dirks  <anna@ximian.com>

	* evolution-mail-message.xml: Fixed tiny typo ("Addressbook", not "Address book"), and cleaned up accelerators more, so that all of them actually work. Also added accelerators to items in the Go To menu and the Forward menu as part of fixing bug #10666.

svn path=/trunk/; revision=15973
2002-03-07 21:42:59 +00:00
31440e3a09 Added pixbufs to MarkAsImportant, MarkAsRead and MarkAsUnread. Also added
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Added pixbufs to MarkAsImportant,
	MarkAsRead and MarkAsUnread. Also added MessageFollowUpFlag verb.

svn path=/trunk/; revision=15700
2002-02-13 00:30:51 +00:00
978094ae96 Changed "Forward As" to "Forward" to improve grammar ("Forward As" implies
2002-02-05  Anna Marie Dirks  <anna@ximian.com>

	* evolution-mail-message.xml: Changed "Forward As" to "Forward" to improve grammar ("Forward As" implies an answer in the form of a noun, while "Redirect" is a verb), and added accelerators to "Add Sender to Addressbook" and "Redirect".

svn path=/trunk/; revision=15573
2002-02-05 22:42:03 +00:00
85610de9fe Add MessageRedirect.
2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Add MessageRedirect.

svn path=/trunk/; revision=15510
2002-01-29 20:48:08 +00:00
1b16221c59 for all separators, add a unique (per xml file) name to each separator, so
2002-01-15  Michael Meeks  <michael@ximian.com>

	* *.xml: for all separators, add a unique (per xml file) name
	to each separator, so we don't get them conflicting across
	merges and messing with the order; then give them a dummy attr
	f="" to stop them being transparent, hmm.

svn path=/trunk/; revision=15338
2002-01-16 15:36:23 +00:00
ccf1ad8012 Add an "Add Sender to Address Book" menu item.
2001-12-03  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Add an "Add Sender to Address Book"
	menu item.

2001-11-28  Christopher James Lahey  <clahey@ximian.com>

	* evolution-contact-list-editor.xml: Consistency fixes with
	standard contact editor.  Added Save As, Send As, and Send To.
	Replaced Save toolbar with Save and Close and added Save and Close
	menu item.  Added a trash icon.

svn path=/trunk/; revision=14904
2001-12-06 18:29:19 +00:00
62f4997a26 add separator before text size menu
2001-10-25  Larry Ewing  <lewing@ximian.com>

	* evolution-mail-message.xml: add separator before text size menu

svn path=/trunk/; revision=14106
2001-10-25 22:54:53 +00:00
cbf9a7cbc1 add text size menu.
2001-10-20  Larry Ewing  <lewing@ximian.com>

	* evolution-mail-message.xml: add text size menu.

svn path=/trunk/; revision=13829
2001-10-20 22:54:20 +00:00
cb77c52063 Move the Tools menu outside the ComponentToolsPlaceholder. Likewise.
* evolution.xml: Move the Tools menu outside the
ComponentToolsPlaceholder.
* evolution-addressbook.xml: Likewise.
* evolution-calendar.xml: Likewise.
* evolution-mail-global.xml: Likewise.
* evolution-mail-message.xml: Likewise.
* evolution-mail-messagedisplay.xml: Likewise.
* evolution-tasks.xml: Likewise.
* my-evolution.xml: Likewise.

svn path=/trunk/; revision=13202
2001-09-27 23:11:49 +00:00
dc75cabd4d [Fix #5503, Edit menu is empty and should be removed.]
* evolution-addressbook.xml: Put the Edit menu in the
EditPlaceholder.
* evolution-calendar.xml: Likewise.
* evolution-mail-list.xml: Likewise.
* evolution-mail-global.xml: Likewise.
* evolution-mail-message.xml: Likewise.
* evolution-mail-messagedisplay.xml: Likewise.
* evolution-tasks.xml: Likewise.

* evolution.xml: Don't put an Edit menu here.  Instead, put a
EditPlaceholder instead.

svn path=/trunk/; revision=12632
2001-09-05 22:11:03 +00:00
792ed138bd Change "Copy to Folder" to be Ctrl-Shift-Y so we are more like O* and
* evolution-mail-message.xml: Change "Copy to Folder" to be
Ctrl-Shift-Y so we are more like O* and don't get in the way of
the Ctrl-Shift-C for "New Contact".

svn path=/trunk/; revision=12608
2001-09-04 22:54:21 +00:00
774f68240c Add an accel for Search Message.
2001-09-04  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Add an accel for Search Message.

svn path=/trunk/; revision=12592
2001-09-04 18:19:30 +00:00
d754f55ce5 in mail:
2001-08-29  Peter Williams  <peterw@ximian.com>

	* folder-browser-ui.c: Fix the pixmap for /commands/MessageUndelete.

in ui:

2001-08-29  Peter Williams  <peterw@ximian.com>

	* evolution-mail-message.xml: Add a pixtype to
	/Commands/MessageUndelete so that people can see the icon.

svn path=/trunk/; revision=12515
2001-08-29 19:22:51 +00:00
755b78ae71 added ... to Search Message to indicate that it pops up a dialog.
2001-08-23  Larry Ewing  <lewing@ximian.com>

	* evolution-mail-message.xml: added ... to Search Message to
	indicate that it pops up a dialog.

svn path=/trunk/; revision=12430
2001-08-24 02:47:49 +00:00
ad22bbfd63 set MessageDelete pixtype to pixbuf.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* evolution-mail-message.xml: set MessageDelete pixtype to pixbuf.

svn path=/trunk/; revision=12284
2001-08-20 10:07:40 +00:00
59d6a959b1 Change pixtype of "MessageDelete" to "pixbuf".
* evolution-mail-message.xml: Change pixtype of "MessageDelete" to
"pixbuf".

* folder-browser-ui.c: Hook the new `delete-message.png' up.

* Makefile.am (buttons_DATA): Added `delete-message.png'.

svn path=/trunk/; revision=12204
2001-08-18 20:18:09 +00:00
5a34c99b81 Stop search message from conflicting with expunge.
2001-08-16  Peter Williams  <peterw@ximian.com>

	* evolution-mail-message.xml: Stop search message from conflicting
	with expunge.

svn path=/trunk/; revision=12129
2001-08-16 21:57:52 +00:00
1fb0b75061 removed the Print Setup menu item, and changed Print Message to Print for
2001-08-16  Anna Marie Dirks  <anna@ximian.com>

	* evolution-mail-message.xml : removed the Print Setup menu
	item, and changed Print Message to Print for consistency's sake.

svn path=/trunk/; revision=12111
2001-08-16 18:47:25 +00:00
68c24542fe Make the label for the resending menu item read "Edit as New Message...",
2001-08-11  Jason Leach  <jleach@ximian.com>

	* evolution-mail-message.xml: Make the label for the resending
	menu item read "Edit as New Message...", bug #6838.

svn path=/trunk/; revision=11926
2001-08-12 00:41:50 +00:00
3a1dbfa044 Put the "Tools" and "Actions" menus in the "ComponentToolsPlaceholder" and
* evolution-addressbook.xml: Put the "Tools" and "Actions" menus
in the "ComponentToolsPlaceholder" and
"ComponentActionsPlaceholder", respectively.
* evolution-calendar.xml: Likewise.
* evolution-contact-editor.xml: Likewise.
* evolution-mail-global.xml: Likewise.
* evolution-mail-message.xml: Likewise.

* evolution.xml: Remove "Tools" and "Actions" menus.  Create a
"ComponentActionsPlaceholder" and a "ComponentToolsPlaceholder"
instead.
* evolution-mail-messagedisplay.xml: Likewise, put "Tools" and
"Actions" in placeholders.

svn path=/trunk/; revision=11822
2001-08-09 06:44:34 +00:00
993a74a8c0 More updates to icons, this time the Save, Save As, and Search icons for
a few places.

svn path=/trunk/; revision=11544
2001-08-01 09:11:56 +00:00
a8cb137916 Added Next/Previous menu items under Actions/GoTo.
2001-07-31  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Added Next/Previous menu items under
	Actions/GoTo.

svn path=/trunk/; revision=11518
2001-07-31 16:52:09 +00:00
153fede73c Correct the tooltip for the Print button. Bug #5801.
2001-07-30  Jason Leach  <jleach@ximian.com>

	* evolution-mail-message.xml: Correct the tooltip for the Print
	button.  Bug #5801.

svn path=/trunk/; revision=11471
2001-07-30 12:45:04 +00:00
3db1271655 Add the "Mark as Unimportant" cmd and menu item to the Edit menu. Bug
2001-07-23  Jason Leach  <jleach@ximian.com>

	* evolution-mail-message.xml: Add the "Mark as Unimportant" cmd
	and menu item to the Edit menu. Bug #5225.

svn path=/trunk/; revision=11314
2001-07-23 19:11:44 +00:00
a9b06a893f Removed the "Redirect" menu since this is now a future feature.
2001-07-20  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Removed the "Redirect" menu since
	this is now a future feature.

svn path=/trunk/; revision=11277
2001-07-20 21:21:24 +00:00
46a77aef7e Add closing dots to the "Filter on..." items for consistency with the
* evolution-mail-message.xml: Add closing dots to the "Filter
on..." items for consistency with the "VFolder on..." ones.

svn path=/trunk/; revision=11147
2001-07-17 02:28:52 +00:00
1e5fac65aa set "pixname" value only if pixbuf was loaded successfully. Otherwise
2001-07-04  Gediminas Paulauskas <menesis@delfi.lt>

	* evolution-shell-component-utils.c (e_pixmaps_update): set
	"pixname" value only if pixbuf was loaded successfully. Otherwise
	component crashes if image is not found. Should be checked for
	sanity in bonobo_ui_component_set_prop IMHO.

2001-07-04  Gediminas Paulauskas <menesis@delfi.lt>

	* Makefile.am: install apply-filters-16.xpm

2001-07-04  Gediminas Paulauskas <menesis@delfi.lt>

	* evolution-mail-message.xml: MessageApplyFilters now has an icon.

2001-07-04  Gediminas Paulauskas <menesis@delfi.lt>

	* folder-browser-ui.c (message_pixcache): set icon for ApplyFilters
	command.

svn path=/trunk/; revision=10783
2001-07-04 20:46:15 +00:00
9c367bf930 Finish off #809 by committing the menu and right click thingies for
marking as important.

svn path=/trunk/; revision=10765
2001-07-03 20:56:52 +00:00
21f1aedda2 Use Tuomas' next-message, previous-message and print icons in the
mailer.

svn path=/trunk/; revision=10647
2001-07-01 04:09:55 +00:00
8b1870fd9c Copy and Move to Folder now require the Shift key.
2001-06-27  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Copy and Move to Folder now require
	the Shift key.

svn path=/trunk/; revision=10537
2001-06-27 19:30:43 +00:00
e5e79cb370 Mail:
001-06-26  Peter Williams  <peterw@ximian.com>

	* folder-browser-ui.c: New file derived from folder-browser-factory.c.
	Contains the Bonobo UI code, split into three groups as described in
	ui/ChangeLog. Also contains the GalView stuff and the hookups into
	the Bonobo UI stuff.

	* folder-browser-factory.c: Move most of the UI stuff to folder-browser-ui.c.
	(control_activate): Add all three kinds of UI element to this folderbrowser.
	(control_deactivate): Remove all three kinds.

	* folder-browser-ui.h: New file. Prototypes functions to add UI elements
	to a FolderBrowser.

	* Makefile.am: Add folder-browser-ui.{c,h}

	* message-browser.c (PARENT_TYPE): Change to BONOBO_TYPE_WINDOW
	(message_browser_destroy): Chain to parent destroy function.
	(set_bonobo_ui): New function. Add the 'message' functions from the folder
	browser to our UI.
	(message_browser_close): BonoboVerbify this.

	* message-browser.h: Convert to BonoboWindow.

UI:

6-26  Peter Williams  <peterw@ximian.com>

	* evolution-mail-global.xml:
	* evolution-mail-list.xml:
	* evolution-mail-message.xml: New files. These are the result
	of splitting evolution-mail.xml into three pieces: one for the
	global mailer operations, one for the operations on a messagelist,
	and one for the operations on one or more messages.

	* evolution-mail-messagedisplay: New file. UI for the standalone
	message browser that you get when you double-click. Very skeleton.

	* evolution-mail.xml: Removed.

	* Makefile.am: Updated to install new files.

svn path=/trunk/; revision=10514
2001-06-26 22:37:13 +00:00