Commit Graph

13 Commits

Author SHA1 Message Date
8b75b6f1c1 Add a pixmap to the Tasks Settings option to make it consistent with the
2001-07-31  Federico Mena Quintero  <federico@ximian.com>

	* evolution-tasks.xml: Add a pixmap to the Tasks Settings option
	to make it consistent with the one in the calendar folder.

svn path=/trunk/; revision=11515
2001-07-31 16:23:28 +00:00
2d18e9894a use the new print icons.
2001-07-29  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: use the new print icons.

svn path=/trunk/; revision=11495
2001-07-30 22:25:44 +00:00
ca80930a38 renamed "Tasks Preferences" to "Tasks Settings" to be consistent with the
2001-07-27  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: renamed "Tasks Preferences" to "Tasks Settings"
	to be consistent with the other components.

svn path=/trunk/; revision=11466
2001-07-28 00:49:56 +00:00
e11954c5fb make the 'Task Preferences' menu item appear as the first item in the
2001-07-02  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-tasks.xml: make the 'Task Preferences' menu item appear
	as the first item in the 'Tools' menu

svn path=/trunk/; revision=10700
2001-07-02 20:26:48 +00:00
15a4c0417c fixed typos
2001-06-29  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-tasks.xml: fixed typos

svn path=/trunk/; revision=10612
2001-06-29 22:36:03 +00:00
2a0952de00 Small typo
svn path=/trunk/; revision=10562
2001-06-28 15:18:18 +00:00
36a0bed958 added cut/copy/paste entries to the main menu
2001-06-28  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-tasks.xml: added cut/copy/paste entries to the main menu

svn path=/trunk/; revision=10561
2001-06-28 15:17:24 +00:00
f825ab30af Added a Delete button on the toolbar.
2001-05-21  Federico Mena Quintero  <federico@ximian.com>

	* evolution-tasks.xml: Added a Delete button on the toolbar.

svn path=/trunk/; revision=9909
2001-05-21 22:37:40 +00:00
042704ddd3 Blessed by Ettore.
Guided by Jacub Stener's mail, where he explaned which icons were renamed or
added, I added a bunch of new icons to menus, fixed renamed ones. Changed Trash
and Executive summary folder type icons. Fixed art/Makefile.am for these
changes.

Also, pulled icon cache from mailer and moved it to e-util/e-gui-utils.h, made
all components and dialogs use cache and not load pixmaps every time.

Accidentally got a couple of includes fix in, but they won't break anything.

svn path=/trunk/; revision=9092
2001-04-02 03:59:11 +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
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
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