aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-event-editor.xml
Commit message (Collapse)AuthorAgeFilesLines
* for all separators, add a unique (per xml file) name to each separator, soMichael Meeks2002-01-161-1/+1
| | | | | | | | | | | 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
* collapse print commands hereJP Rosevear2001-06-211-25/+0
| | | | | | | | 2001-06-20 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: collapse print commands here svn path=/trunk/; revision=10337
* Fix typo. s/Cancel then meeting/ Cancel the meeting/.Kjartan Maraas2001-06-201-1/+1
| | | | | | | | | 2001-06-20 Kjartan Maraas <kmaraas@gnome.org> * evolution-event-editor.xml: Fix typo. s/Cancel then meeting/ Cancel the meeting/. svn path=/trunk/; revision=10329
* change to event specific operationsJP Rosevear2001-06-201-184/+25
| | | | | | | | | | | | | 2001-06-19 JP Rosevear <jpr@ximian.com> * evolution-event-editor.xml: change to event specific operations * evolution-comp-editor.xml: split non-specific operations out here * Makefile.am: install new file svn path=/trunk/; revision=10294
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Menu cleanupsJP Rosevear2001-01-271-162/+35
| | | | | | | | | | 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
* Make the ordering of the toolbar items consistent.Federico Mena Quintero2001-01-031-4/+6
| | | | | | | | | | 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
* Another schedule change.Jesse Pavel2000-11-081-1/+1
| | | | svn path=/trunk/; revision=6493
* removed ``FIXME'' from the ``Schedule Meeting'' menu.Jesse Pavel2000-11-081-2/+2
| | | | | | | * evolution-event-editor.xml: removed ``FIXME'' from the ``Schedule Meeting'' menu. svn path=/trunk/; revision=6492
* added.Michael Meeks2000-10-191-0/+350
2000-10-19 Michael Meeks <michael@helixcode.com> * evolution-event-editor.xml: added. svn path=/trunk/; revision=6007