Commit Graph

20 Commits

Author SHA1 Message Date
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
2cbac96e40 Change the order so that "New Contact" is first and "New Contact List" is
* gui/component/addressbook-component.c (create_component): Change
the order so that "New Contact" is first and "New Contact List" is
next.

* gui/component-factory.c (create_object): Change the order of the
user creatable items a bit so that "New Appointment" and "New
Meeting" are at the top when in a calendar folder.

* component-factory.c (create_component): Put "New Mail Message"
before "New Message Post" instead of vice versa.

* evolution-mail-global.xml: Remove "New Mail Message" and "Post
Message" items.

svn path=/trunk/; revision=17661
2002-07-31 21:23:00 +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
f5287d53d8 add a 'stop' menu item (fixes ximian #17242)
2002-06-06  jacob berkman  <jacob@ximian.com>

	* evolution-addressbook.xml:
	* evolution-mail-global.xml: add a 'stop' menu item (fixes ximian
	#17242)

svn path=/trunk/; revision=17135
2002-06-06 19:26:46 +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
700f0509c7 eek, we don't want 2 seps in a row
svn path=/trunk/; revision=16264
2002-03-27 22:27:25 +00:00
7ef14532e4 Removed the "Mail Settings" stuff.
2002-03-27  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-global.xml: Removed the "Mail Settings" stuff.

svn path=/trunk/; revision=16263
2002-03-27 22:26: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
b75505b2de Add NewComboButton and a separator.
* evolution.xml: Add NewComboButton and a separator.

* evolution-calendar.xml: remove CalendarNewAppointment and
CalendarNewTask from the toolbar.

* evolution-tasks.xml: Remove TasksNewTask button from the
toolbar.

* evolution-addressbook.xml: Remove ContactNew and ContactNewList
from the toolbar.

* evolution-mail-global.xml: Remove the MessageNew from the
toolbar.

svn path=/trunk/; revision=15787
2002-02-22 02:22:02 +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
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
e35bc1ef62 Add an F9 accelerator for the "Send/Receive" item.
* evolution-mail-global.xml: Add an F9 accelerator for the
"Send/Receive" item.

svn path=/trunk/; revision=12595
2001-09-04 20:31:03 +00:00
737bb880ba Changed the order of the toolbar icons (moved "New Message" (formerly
2001-08-17  Anna Marie Dirks  <anna@ximian.com>

	* evolution-mail-global.xml : Changed the order of the toolbar icons
	(moved "New Message" (formerly "Compose") to be the left-most item).

	* evolution-addressbook.xml: Changed Send Contact to Other to Forward
	Contact.

svn path=/trunk/; revision=12162
2001-08-17 17:45:47 +00:00
074f38d92e Remove a separator after the "Subscribe to Folders" item.
* evolution-mail-global.xml: Remove a separator after the
"Subscribe to Folders" item.

svn path=/trunk/; revision=11963
2001-08-13 21:35:41 +00:00
09eba6fad0 in mail:
2001-08-09  Peter Williams  <peterw@ximian.com>

	[ * folder-browser.c (on_key_press): The bonobo menu items now
	handle 'n' and 'p'. ]
	(on_key_press): 'q' as well.

in ui:

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

	* evolution-mail-global.xml: Give the (pre)view pane toggle
	an accelerator of 'q', like we were implementing the hard
	manual way before.

svn path=/trunk/; revision=11858
2001-08-10 00:16:16 +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
3114fe1b36 Rename "Manage Subscriptons" to "Subscribe to Folders" as per Aaron's
2001-08-03  Peter Williams  <peterw@ximian.com>

	* evolution-mail-global.xml: Rename "Manage Subscriptons" to
	"Subscribe to Folders" as per Aaron's suggestion. Hopefully a little
	more intuitive.

svn path=/trunk/; revision=11708
2001-08-06 19:11:16 +00:00
6b7bac34fa Add "Compose New Message" to the Actions menu as suggested in bug #866.
2001-07-24  Peter Williams  <peterw@ximian.com>

	* evolution-mail-global.xml: Add "Compose New Message" to the
	Actions menu as suggested in bug #866. Also fix it so that the
	pixmaps for the Compose menu items are displayed.

svn path=/trunk/; revision=11344
2001-07-24 16:44:26 +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