aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution.xml
Commit message (Collapse)AuthorAgeFilesLines
* Rename `WorkOffLine' into `WorkOffline'.Ettore Perazzoli2001-05-031-1/+1
| | | | svn path=/trunk/; revision=9657
* Commit the stupid "File -> New Evolution Window" change that got lostEttore Perazzoli2001-04-191-3/+2
| | | | | | yesterday. svn path=/trunk/; revision=9445
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-16/+8
| | | | | | | | | | | | | | 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
* Added new icons.Miguel de Icaza2001-03-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-20 Miguel de Icaza <miguel@ximian.com> * folder-browser-factory.c: Added new icons. 2001-03-18 Miguel de Icaza <miguel@ximian.com> * folder-browser-factory.c: Remove duplicated verb. 2001-03-20 Miguel de Icaza <miguel@ximian.com> * gui/component/addressbook.c (update_pixmaps): Added artwork from Jakub. 2001-03-20 Miguel de Icaza <miguel@ximian.com> * evolution-addressbook.xml: Added artwork from Jakub. 2001-03-20 Miguel de Icaza <miguel@ximian.com> * art/Makefile.am (images_DATA): Added all the new icons to the distribution. svn path=/trunk/; revision=8859
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-17 Miguel de Icaza <miguel@ximian.com> * evolution-calendar.xml: Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu. * evolution.xml, evolution-mail.xml: Provide "Actions" in the toplevel evolution. Fill in Actions/Component in Evolution-mail (no visual changes, just internal changes). * evolution-calendar.xml: Added Actions menu. Added New Verb EditNewEvent. 2001-03-17 Miguel de Icaza <miguel@ximian.com> * gui/e-day-view.c (e_day_view_on_new_event, e_day_view_on_new_appointment): Simplifed this function to use the shared code. * gui/e-week-view.c (e_week_view_on_new_event, e_week_view_on_new_appointment): ditto. * gui/gnome-cal.c (gnome_calendar_new_appointment_for): New function used to launch editor components with a time range. A bunch of functions use this code now instead of duplicating code all over the place svn path=/trunk/; revision=8794
* Added accelerator to elements missing accelerators (Reply, Inline, Quoted,Miguel de Icaza2001-03-171-1/+2
| | | | | | | | | | | | | | | | | | 2001-03-16 Miguel de Icaza <miguel@ximian.com> * evolution-mail.xml: Added accelerator to elements missing accelerators (Reply, Inline, Quoted, Attachments, Empty Trash, Full Headers). * evolution.xml: Added a placeholder for the beginning of the view. 2001-03-16 Miguel de Icaza <miguel@ximian.com> * menus/gal-view-menus.c (build_menus): Hook this up under the "ViewBegin" node. svn path=/trunk/; revision=8772
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-24/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Use hlook and vlook so by default we get no text in vertical mode, andMichael Meeks2001-01-301-1/+1
| | | | | | | | | | 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
* Change the toolbars to only display some labels, on the right of theEttore Perazzoli2001-01-261-1/+1
| | | | | | icons. svn path=/trunk/; revision=7826
* (Fix #1252: Need a File->Close way to close a view)Jason Leach2001-01-251-1/+7
| | | | | | | | | | | | | | | | | | | | 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
* ellipses for menu items that need dialogs.Jacob Leach2001-01-181-1/+1
| | | | svn path=/trunk/; revision=7615
* progressive cmd/widgetization and add the 'Customize' entry.Michael Meeks2001-01-171-12/+29
| | | | | | | | | 2001-01-15 Michael Meeks <michael@helixcode.com> * evolution.xml: progressive cmd/widgetization and add the 'Customize' entry. svn path=/trunk/; revision=7559
* (Bug #1143: Add elipses to more menu items that lead to dialogs)Jason Leach2001-01-161-1/+1
| | | | | | | | | | | 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
* Remove fixme from NewMailMessage.Miguel de Icaza2001-01-121-0/+17
| | | | | | | | 2001-01-10 Miguel de Icaza <miguel@helixcode.com> * evolution.xml: Remove fixme from NewMailMessage. svn path=/trunk/; revision=7414
* this tooIain Holmes2001-01-121-16/+5
| | | | svn path=/trunk/; revision=7402
* s/<menuitem\/>/<separator\/>/Michael Meeks2000-12-241-2/+2
| | | | | | | | | | 2000-12-23 Michael Meeks <michael@helixcode.com> * evolution-mail.xml: s/<menuitem\/>/<separator\/>/ * evolution.xml: ditto. svn path=/trunk/; revision=7147
* remove wierd extraneous '>' - thanks to Jeff.Michael Meeks2000-12-211-1/+1
| | | | | | | | 2000-12-21 Michael Meeks <michael@helixcode.com> * evolution.xml: remove wierd extraneous '>' - thanks to Jeff. svn path=/trunk/; revision=7110
* Redid all the keyboard shortcuts to comply with GNOME standards. RemovedAnna Marie Dirks2000-12-021-12/+17
| | | | | | | | | | | | 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
* Added keyboard shortcuts to all shell menus. Added keyboard shortcuts toAnna Marie Dirks2000-11-091-13/+23
| | | | | | | | 2000-11-08 Anna Marie Dirks <anna@helixcode.com> * evolution.xml: Added keyboard shortcuts to all shell menus. * evolution-mail.xml: Added keyboard shortcuts to all shell menus. svn path=/trunk/; revision=6516
* drasticaly shrink to just the new features available with ldap; don'tMichael Meeks2000-10-151-3/+5
| | | | | | | | | | | | | 2000-10-14 Michael Meeks <michael@helixcode.com> * evolution-addressbook-ldap.xml: drasticaly shrink to just the new features available with ldap; don't duplicate stuff. * evolution-addressbook.xml: fix tooltips. * *.xml: remove redundant attributes causing toolber rebuilds. svn path=/trunk/; revision=5919
* Change the behavior of all the toolbars to be "exclusive".Ettore Perazzoli2000-10-121-1/+1
| | | | svn path=/trunk/; revision=5863
* s/Menu_//Michael Meeks2000-10-091-3/+3
| | | | svn path=/trunk/; revision=5802
* s/descr/tip/Michael Meeks2000-10-091-12/+16
| | | | | | | | 2000-10-09 Michael Meeks <michael@helixcode.com> * evolution-subscribe.xml: s/descr/tip/ svn path=/trunk/; revision=5791
* fix from Darin toolbar -> dockitem.Michael Meeks2000-10-051-1/+1
| | | | | | | | 2000-10-05 Michael Meeks <michael@helixcode.com> * evolution.xml: fix from Darin toolbar -> dockitem. svn path=/trunk/; revision=5727
* move Open, Save into FileOpsMichael Meeks2000-10-041-0/+2
| | | | | | | | | | 2000-10-04 Michael Meeks <michael@helixcode.com> * evolution-calendar.xml: move Open, Save into FileOps * evolution.xml: add FileOps placeholder. svn path=/trunk/; revision=5699
* Dear native speakers,Federico Mena Quintero2000-09-221-2/+2
| | | | | | | | | | | | | Dear native speakers, It is spelled "calendar". This has been a public service announcement courtesy of a non-native speaker. Thank you for your attention. svn path=/trunk/; revision=5543
* Fix for new accel syntax; update bonobo to get working accelerators.Michael Meeks2000-09-161-9/+9
| | | | svn path=/trunk/; revision=5457
* Get the status bar playing ball.Michael Meeks2000-09-141-0/+5
| | | | | | | | | | 2000-09-14 Michael Meeks <michael@helixcode.com> * e-shell-view.c (e_shell_view_construct): prune cruft. (shell_view_interface_unset_message_cb), (shell_view_interface_set_message_cb): impl. svn path=/trunk/; revision=5419
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-0/+2
| | | | | | Anything UI related that breaks is now my fault; apologies in advance. svn path=/trunk/; revision=5415
* Add UI xml files in a more sensible place.Michael Meeks2000-09-131-0/+105
svn path=/trunk/; revision=5378