Commit Graph

116 Commits

Author SHA1 Message Date
1f8d003f9c Add an ActionsEmptyTrash menu item.
2001-03-11  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail.xml: Add an ActionsEmptyTrash menu item.

svn path=/trunk/; revision=8634
2001-03-11 23:28:18 +00:00
a725348797 Took out the "IMPLEMENT ME"'s from the forward menu items since I've coded
2001-03-08  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail.xml: Took out the "IMPLEMENT ME"'s from the
	forward menu items since I've coded them now.

svn path=/trunk/; revision=8612
2001-03-09 00:45:08 +00:00
698fc6235d Rename the "Get Mail" button to "Send and Receive".
svn path=/trunk/; revision=8593
2001-03-08 12:51:51 +00:00
6145f688cc New function. Used to store integer values into the configuration engine.
2001-03-06  Miguel de Icaza  <miguel@ximian.com>

	* e-msg-composer.c (set_config): New function.  Used to store
	integer values into the configuration engine.  Handles the case of
	Bonobo-conf being installed, or falls back to gnome_config.

	* e-msg-composer-hdrs.c (add_header): Renamed to be
	header_new_recipient().  Now we take care of the other cases in
	create_headers, which is a lot nicer now.

	(create_optionmenu): Removed extra "name" argument which was not
	being used anyways (the only arg passed was From:).
	(init): Removed all the redundant NULL initialization by using
	nice g_new0

	(create_headers): New function, much cleaner.

	Use of Pair structure everywhere instead of individual widgets to
	keep track of which ones are visible and which ones are not.

	* e-msg-composer.c (setup_ui): Handle ViewFrom and ViewBCC
	commands.
	(menu_view_bcc_cb, menu_view_from_cb): New functions that
	implement the features described.

	(menu_format_html_cb): Removed unrequired test, as
	e_msg_composer_set_send_html already optimizes the case of the
	state being the same.
	(menu_security_pgp_encrypt_cb): Remove redundant code.
	(menu_security_pgp_sign_cb): ditto.

2001-03-06  Miguel de Icaza  <miguel@ximian.com>

	* evolution-message-composer.xml: Reorder menus to be File, Edit,
	View, Insert, Format (instead of File, Edit, Format, View, Insert).

	Add View/From Field and View/From BCC

	Add Insert/File.

	Add File/Send menu item.

	Change the look to follow the "mailer" look (thiner display).

svn path=/trunk/; revision=8590
2001-03-08 02:06:26 +00:00
789ed9286e Reorganize the menus to have entries always in a consistent fashion, as
2001-02-27  Miguel de Icaza  <miguel@ximian.com>

	* gui/e-day-view.c (e_day_view_on_event_right_click): Reorganize
	the menus to have entries always in a consistent fashion, as
	reported to the genepool mailing list.
	(e_day_view_on_event_right_click): Added a FIXME comment to the
	FIXME comment without a FIXME.

	Now we use e_popup_menu.  This allows us to hide/show items on
	demand, and to sensitize/de-sensitize items depending on their
	state.

	This will also let us add icon support (when we get nice icons for
	this)

	* gui/e-week-view.c (e_week_view_show_popup_menu): Ditto.

	The files popup-menu.c and popup-menu.h can now be removed.
2001-03-01  Miguel de Icaza  <miguel@ximian.com>

	* folder-browser.c (on_right_click):  Move the context menus to
	the toplevel code;  Use enumerations for the various bitfield
	constants.

	Add support for hiding items that are not required (read/unread
	and delete/undelete).

	This requires my previous patch, as it assumes "Open" does the
	right thing instead of having two operations: Open and Edit.

2001-02-28  Miguel de Icaza  <miguel@ximian.com>

	* folder-browser.c (on_right_click): Removed draft folders op
	here, since open_msg now does the right thing (edit or view).

	* folder-browser-factory.c (update_pixmaps): Removed MessageEdit
	from here.

	* mail-callbacks.c (open_msg): New function, does the "right
	thing" to a message (either, edit or open).

	* folder-browser-factory.c: Register new command here.
	(update_pixmaps): Rename keys that have been shuffled around.
	(update_pixmaps): Rename to match new updates on xml file.

	Rename MessageOpenNewWindow to MessageOpen.  Change action from
	"view_message" to "open_message".

	* mail-callbacks.c (mark_all_as_seen): New command.  Marks all
	messages as seen.
2001-03-06  Miguel de Icaza  <miguel@ximian.com>

	* evolution-tasks.xml: Added "File/New/Task" as well.

	* evolution-mail.xml: Added "File/New/Mail Message" at the top
	with binding C-n.

	* evolution-calendar.xml: Set the binding for New Appointment to C-n

	* evolution-contact-editor.xml: Set the toolbar to hlook=text
	vlook=icon;  Set all icons priority-text to 1.

	* evolution-addressbook.xml: Added "Contact" to the New menu.

	* evolution.xml: Provide an entry point to put "New" items on the
	first level.

	We are going to need some Bonobo support to "hide" objects when
	other objects appear (like, having Mail Message bound to C-S-X in
	the global space, and when we switch to Mail, we only show the
	entry that has C-n as the binding).

2001-02-28  Miguel de Icaza  <miguel@ximian.com>

	* evolution.xml: Moved Importer after the Folder operations per
	Dan's proposal.

	* evolution-addressbook.xml: Renamed Settings/AddressBook
	Configuration to Tools/Settings.

	Make all the items have "Print" items that use the same icon
	instead of a collection of icons.

	* evolution-calendar.xml: Moved "Calendar Preferences" from
	"Settings" to "Tools/Settings".

	* evolution-mail.xml: Settings menu is fully gone.  All things
	that run a dialog now end up in "Tools" while actions end up in
	"Actions".  Hence I am right.

	Renamed "Mail Configuration..." to "Identieies and Servers"

	Move MessageMarkAsRead, MessageMarkAsUnRead
	to Edit menu.  Add MessageMarkAllAsRead.

	Remove "Print Message" from Message menu.  Remove "Print Preview
	Message" from Message menu.  Leave them on the "File" menu.

	Renamed "Reply to Sender" to "Reply" (awaiting Ettore's
	permission).

	Renamed "Messages" to "Actions".

	Open Message renamed to "Open Selected Items" (as this is what it
	actually does).

	Moved "Save Message As" to "File" menu.

	Added "Properties" to the File/Folder submenu.

	Edit menu now looks like this: Message Move, Message Copy, Select
	All, Invert Selection, Delete, Undelete, Mark as Read, Mark as
	Unread.  Some of them were moved from the "Messages" menu.

	"Forward message" shortcut changed to C-f

	Tools menu created.

	Create Rule From message moved to "Tools".

	* evolution.xml: Added Tools menu.  Moved Edit/Customize to
	Tools/Customize Toolbar.

	Added File/Folder submenu.  Duplicate "New Folder" in here.

2001-02-28  Miguel de Icaza  <miguel@ximian.com>

	* menus/gal-view-menus.c (build_menus): Add translation string
	here.

svn path=/trunk/; revision=8572
2001-03-06 21:08:56 +00:00
601186a4ed "New" -> "New Task".
2001-03-04  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: "New" -> "New Task".

	* evolution-calendar.xml: "New appointment" -> "New Appointment",
	"Go to" -> "Go To".

svn path=/trunk/; revision=8545
2001-03-04 23:51:09 +00:00
d7a3b52b1c Setup a command for MailStop.
2001-02-21  Not Zed  <NotZed@Ximian.com>

        * evolution-mail.xml: Setup a command for MailStop.

svn path=/trunk/; revision=8323
2001-02-21 19:33:40 +00:00
d2293e1adc Add a priority
svn path=/trunk/; revision=7972
2001-02-05 18:53:34 +00:00
939160fe57 Kill whitespace at end.
svn path=/trunk/; revision=7948
2001-02-03 22:55:00 +00:00
c7a98d8e4a cmd / widgetify.
2001-02-02  Michael Meeks  <michael@helixcode.com>

	* evolution-calendar.xml: cmd / widgetify.

svn path=/trunk/; revision=7937
2001-02-01 23:07:01 +00:00
54b319e9d1 Use hlook and vlook so by default we get no text in vertical mode, and
2001-01-30  Michael Meeks  <michael@helixcode.com>

	* evolution.xml: Use hlook and vlook so by default we get
	no text in vertical mode, and priority only in horizontal
	mode.

svn path=/trunk/; revision=7901
2001-01-30 00:29:21 +00:00
3a1c97a34c Menu cleanups
2001-01-27  JP Rosevear  <jpr@ximian.com>

	* evolution-event-editor.xml: Menu cleanups

	* evolution-task-editor-dialog.xml: ditto

svn path=/trunk/; revision=7850
2001-01-27 08:31:28 +00:00
5ccced69c1 Missing ChangeLog.
svn path=/trunk/; revision=7827
2001-01-25 22:30:20 +00:00
fce12a88e8 Change the toolbars to only display some labels, on the right of the
icons.

svn path=/trunk/; revision=7826
2001-01-25 22:27:56 +00:00
735020a976 More happy icons for the mailer.
svn path=/trunk/; revision=7807
2001-01-25 08:35:04 +00:00
57f1c74f30 Get the mailer to use the new menu icons.
svn path=/trunk/; revision=7805
2001-01-25 08:04:17 +00:00
6ede85cff3 Make the addressbook use the new 16x16 icons in the menus.
svn path=/trunk/; revision=7804
2001-01-25 07:36:58 +00:00
77ba539903 Get the addressbook to use the new "Show all" icon.
svn path=/trunk/; revision=7802
2001-01-25 06:33:41 +00:00
57b9260528 Change Security* to SecurityPGP* as we may someday have S/MIME
2001-01-24  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-message-composer.xml: Change Security* to SecurityPGP*
	as we may someday have S/MIME sign/encrypt.

svn path=/trunk/; revision=7792
2001-01-24 23:49:54 +00:00
152c6a69b1 (Fix #1252: Need a File->Close way to close a view)
2001-01-24  Jason Leach  <jasonleach@usa.net>

	(Fix #1252: Need a File->Close way to close a view)

	* evolution.xml: new File->Close menu item and associated command.

2001-01-24  Jason Leach  <jasonleach@usa.net>

	(Fix #1252: Need a File->Close way to close a view)

	* e-shell-view-menu.c (command_close): New function, destroys the
	current view.

	* e-shell.c (view_destroy_cb): Make sure shell settings get saved
	when the last view is destroyed.

svn path=/trunk/; revision=7787
2001-01-24 18:55:10 +00:00
6005b4a01a Removed the temporary get mail button.
2001-01-22  Not Zed  <NotZed@Ximian.com>

        * evolution-mail.xml: Removed the temporary get mail button.

svn path=/trunk/; revision=7704
2001-01-22 11:48:31 +00:00
bb6fe874b0 Added a temporary button to test new receive code.
2001-01-19  Not Zed  <NotZed@Ximian.com>

	* evolution-mail.xml: Added a temporary button to test new receive
	code.

svn path=/trunk/; revision=7634
2001-01-19 05:08:33 +00:00
62e4b5c055 Added Next/Previous toolbar buttons.
2001-01-18  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail.xml: Added Next/Previous toolbar buttons.

svn path=/trunk/; revision=7631
2001-01-19 02:57:09 +00:00
dd1454293b ellipses for menu items that need dialogs.
svn path=/trunk/; revision=7615
2001-01-18 06:17:01 +00:00
21285f5752 progressive cmd/widgetization and add the 'Customize' entry.
2001-01-15  Michael Meeks  <michael@helixcode.com>

	* evolution.xml: progressive cmd/widgetization and
	add the 'Customize' entry.

svn path=/trunk/; revision=7559
2001-01-17 00:37:04 +00:00
e4cdcf1fad Add a stop button to the toolbar.
2001-01-16  Not Zed  <NotZed@Ximian.com>

        * evolution-mail.xml: Add a stop button to the toolbar.

svn path=/trunk/; revision=7528
2001-01-16 04:46:37 +00:00
f99a64ab4f (Bug #1143: Add elipses to more menu items that lead to dialogs)
2001-01-15  Jason Leach  <jasonleach@usa.net>

	(Bug #1143: Add elipses to more menu items that lead to dialogs)

	* evolution-mail.xml: "Folder/Configure Folder..."
	* evolution.xml: "File/Import file..."

svn path=/trunk/; revision=7510
2001-01-15 19:27:28 +00:00
936a6d77dd Add an ::asyncCopyFolder method to the ShellComponent interface. Move
all the message hiding options to the View menu.

svn path=/trunk/; revision=7456
2001-01-12 21:00:21 +00:00
7e083f5fa8 Remove fixme from NewMailMessage.
2001-01-10  Miguel de Icaza  <miguel@helixcode.com>

	* evolution.xml: Remove fixme from NewMailMessage.

svn path=/trunk/; revision=7414
2001-01-11 23:15:07 +00:00
e39675d2fb this too
svn path=/trunk/; revision=7402
2001-01-11 19:42:47 +00:00
976ba2850e Added SaveDraft bonobo menu verb thingy.
2001-01-11  Jeffrey Stedfast  <fejj@helixcode.com>

	* evolution-message-composer.xml: Added SaveDraft bonobo menu verb
	thingy.

svn path=/trunk/; revision=7380
2001-01-11 05:48:41 +00:00
45b8f9d767 new file for the Tasks controls.
2001-01-08  Damon Chaplin  <damon@helixcode.com>

	* evolution-tasks.xml: new file for the Tasks controls.

	* Makefile.am (XML_FILES): added the above file.

svn path=/trunk/; revision=7296
2001-01-08 00:33:37 +00:00
59c0cc7f80 Make the ordering of the toolbar items consistent.
2001-01-02  Federico Mena Quintero  <federico@helixcode.com>

	* evolution-event-editor.xml:
	* evolution-task-editor-dialog.xml: Make the ordering of the
	toolbar items consistent.

svn path=/trunk/; revision=7210
2001-01-02 18:15:04 +00:00
cb14378181 remove evolution-addressbook-ldap.xml so we build again.
2001-01-01  Michael Meeks  <michael@helixcode.com>

	* Makefile.am: remove evolution-addressbook-ldap.xml so we
	build again.

svn path=/trunk/; revision=7201
2001-01-01 18:02:46 +00:00
d0285850ef add "Settings/Addressbook Configuration..." Analogous to "Settings/Mail
2000-12-29  Chris Toshok  <toshok@helixcode.com>

	* evolution-addressbook.xml: add "Settings/Addressbook
	Configuration..."  Analogous to "Settings/Mail Configuration..." in
	evolution-mail.

	* evolution-addressbook-ldap.xml: removed.

svn path=/trunk/; revision=7196
2000-12-30 05:20:02 +00:00
d52ef16370 Added ellipsis to Settings menu entries that bring up dialogs. Bug #1019.
2000-12-23  Jason Leach  <jasonleach@usa.net>

	    * evolution-mail.xml: Added ellipsis to Settings menu
              entries that bring up dialogs.  Bug #1019.

svn path=/trunk/; revision=7158
2000-12-24 21:53:53 +00:00
6183d89039 s/<menuitem\/>/<separator\/>/
2000-12-23  Michael Meeks  <michael@helixcode.com>

	* evolution-mail.xml: s/<menuitem\/>/<separator\/>/

	* evolution.xml: ditto.

svn path=/trunk/; revision=7147
2000-12-23 22:40:35 +00:00
260912bbc9 remove wierd extraneous '>' - thanks to Jeff.
2000-12-21  Michael Meeks  <michael@helixcode.com>

	* evolution.xml: remove wierd extraneous '>' - thanks to Jeff.

svn path=/trunk/; revision=7110
2000-12-20 23:12:31 +00:00
f055dfa7c8 stop executive summary making the UI flicker when switching to / from it.
2000-12-14  Michael Meeks  <michael@helixcode.com>

	* evolution-executive-summary.xml: stop executive summary
	making the UI flicker when switching to / from it.

svn path=/trunk/; revision=7103
2000-12-20 17:46:52 +00:00
3cbce63023 Fix bug #635
2000-12-19  JP Rosevear  <jpr@helixcode.com>

	* evolution-calendar.xml: Fix bug #635

svn path=/trunk/; revision=7094
2000-12-20 01:16:18 +00:00
a1d12a819a give View->As Table its verb back so it works.
2000-12-18  Chris Toshok  <toshok@helixcode.com>

	* evolution-addressbook.xml: give View->As Table its verb back so
	it works.

svn path=/trunk/; revision=7075
2000-12-18 22:19:58 +00:00
ace6de8360 Added message hiding items.
2000-12-14  Not Zed  <NotZed@HelixCode.com>

        * evolution-mail.xml: Added message hiding items.

svn path=/trunk/; revision=7060
2000-12-16 08:36:24 +00:00
ce4bd7a99e Added Security menu
2000-12-15  Jeffrey Stedfast  <fejj@helixcode.com>

	* evolution-message-composer.xml: Added Security menu

svn path=/trunk/; revision=7057
2000-12-15 23:08:20 +00:00
1aa4562d99 Make the "forward" button in the toolbar forward the current message
as an attachment, instead of inline.

svn path=/trunk/; revision=6968
2000-12-13 17:26:29 +00:00
feabe079db redone shortcuts
2000-12-13  Radek Doulik  <rodo@helixcode.com>

	* evolution-message-composer.xml: redone shortcuts

svn path=/trunk/; revision=6967
2000-12-13 17:24:45 +00:00
93a53667f6 removed Bold item from toolbar
2000-12-12  Radek Doulik  <rodo@helixcode.com>

	* evolution-message-composer.xml: removed Bold item from toolbar

svn path=/trunk/; revision=6941
2000-12-12 11:40:57 +00:00
ca5f6c7472 Opps, forgot about this...
svn path=/trunk/; revision=6913
2000-12-11 20:18:46 +00:00
71918188ec Fix typo
* evolution-mail.xml: Fix typo

svn path=/trunk/; revision=6775
2000-12-04 16:17:34 +00:00
bfb8c33969 Make inline forwarding not be the default anymore.
svn path=/trunk/; revision=6771
2000-12-04 10:52:55 +00:00
704e0f44ba Redid all the keyboard shortcuts to comply with GNOME standards. Removed
2000-12-01  Anna Marie Dirks  <anna@helixcode.com>
	* evolution.xml: Redid all the keyboard shortcuts to comply with GNOME
	standards. Removed unnecessary shortcuts from less commonly used menu
	items, changed all references to "alt", etc.
	* evolution-addressbook.xml: see above
	* evolution-mail.xml: see above
	* evolution-calendar.xml: Same as above, but I also reorganized menus slightly by moving "new appointment" from the edit menu to the file menu.

svn path=/trunk/; revision=6757
2000-12-01 18:09:00 +00:00