Commit Graph

26 Commits

Author SHA1 Message Date
a8d2769cab toolitems which have non-default pixmaps, must have "pixtype=pixbuf" arg.
2001-04-16  Gediminas Paulauskas <menesis@delfi.lt>

	* evolution-calendar.xml: toolitems which have non-default pixmaps, must
	have "pixtype=pixbuf" arg. Now *View buttons show up again.

svn path=/trunk/; revision=9389
2001-04-16 19:33:25 +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
f4b4da4fcb Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.
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
2001-03-18 08:16:40 +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
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
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
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
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
189fe20347 Added (and cleaned up) keyboard shortcuts. Added keyboard shortcuts.
2000-11-09  Anna Marie Dirks <anna@helixcode.com>
	* evolution-calendar.xml: Added (and cleaned up) keyboard shortcuts.
	* evolution-addressbook.xml: Added keyboard shortcuts.

svn path=/trunk/; revision=6525
2000-11-09 23:05:37 +00:00
6ac35c0e50 drasticaly shrink to just the new features available with ldap; don't
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
2000-10-14 17:49:03 +00:00
0849561219 make the error message more friendly.
2000-10-14  Michael Meeks  <michael@helixcode.com>

	* bonobo/bonobo-win.c (put_hint_in_statusbar, menu_sync_state),
	(toolbar_sync_state): make the error message more friendly.

svn path=/trunk/; revision=5908
2000-10-13 23:34:45 +00:00
839fe01b7d Added toolbar buttons to switch views. We'll use plain buttons for the
2000-10-12  Damon Chaplin  <damon@helixcode.com>

	* evolution-calendar.xml: Added toolbar buttons to switch views.
	We'll use plain buttons for the view buttons for now, until Bonobo
	toolbars support radio buttons.

svn path=/trunk/; revision=5888
2000-10-12 15:07:08 +00:00
dc294f8a4f Change the behavior of all the toolbars to be "exclusive".
svn path=/trunk/; revision=5863
2000-10-11 20:42:43 +00:00
2ce365f3f2 moved the calendar settings menu item to the Settings menu and renamed it
2000-10-08  Damon Chaplin  <damon@helixcode.com>

	* evolution-calendar.xml: moved the calendar settings menu item to the
	Settings menu and renamed it to "Calendar Preferences".

svn path=/trunk/; revision=5857
2000-10-11 18:22:12 +00:00
d1db57a103 s/Menu_//
svn path=/trunk/; revision=5802
2000-10-09 15:08:49 +00:00
f3159dd29e fix the mess with separators.
2000-10-09  Michael Meeks  <michael@helixcode.com>

	* fix the mess with separators.

svn path=/trunk/; revision=5796
2000-10-09 12:29:50 +00:00
70131e1677 s/descr/tip/
2000-10-09  Michael Meeks  <michael@helixcode.com>

	* evolution-subscribe.xml: s/descr/tip/

svn path=/trunk/; revision=5791
2000-10-09 11:57:46 +00:00
5796ba8809 remove redundant separator.
2000-10-05  Michael Meeks  <michael@helixcode.com>

	* evolution-mail.xml: remove redundant separator.

	* *.xml: Remove replicated attributes from structural elements.

svn path=/trunk/; revision=5751
2000-10-05 22:06:21 +00:00
26df339fb8 ui/evolution-addressbook-ldap.xml, ui/evolution-addressbook.xml,
2000-10-03  Matt Bissiri  <bissiri@eecs.umich.edu>

	* ui/evolution-addressbook-ldap.xml,
	* ui/evolution-addressbook.xml,
	* ui/evolution-calendar.xml,
	* ui/evolution-contact-editor.xml:
	Fixed typo `_decr' -> `_descr', so some missing tooltips will appear.
	Also fixed some typos in descr values.

From shell/ChangeLog:

2000-10-03  Matt Bissiri  <bissiri@eecs.umich.edu>

	* e-shell-view-menu.c (e_shell_view_menu_setup): Use
	`bonobo_ui_component_add_verb_list' instead of
	`bonobo_ui_component_add_verb_list_with_data' for help_verbs,
	so that `command_help' gets an html filename as user_data,
	instead of a ptr to EShellView.
	(menu_do_misc): Move DumpXML from help_verbs to here, because
	`command_xml_dump' needs to get EShellView as user_data.

svn path=/trunk/; revision=5703
2000-10-04 06:30:31 +00:00
6fa605605b move Open, Save into FileOps
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
2000-10-04 01:14:22 +00:00
99575765f4 Removed the "about calendar" command, since we don't want to have both
2000-09-21  Federico Mena Quintero  <federico@helixcode.com>

	* gui/calendar-commands.c (verbs): Removed the "about calendar"
	command, since we don't want to have both "About Evolution" and
	"About Calendar".

svn path=/trunk/; revision=5545
2000-09-21 22:35:01 +00:00
b59db99208 Fix for new accel syntax; update bonobo to get working accelerators.
svn path=/trunk/; revision=5457
2000-09-15 17:32:58 +00:00
9964204c9c The Commit from hell that breaks all UI related stuff;
Anything UI related that breaks is now my fault; apologies in advance.

svn path=/trunk/; revision=5415
2000-09-13 23:40:42 +00:00
7f9156593d Add UI xml files in a more sensible place.
svn path=/trunk/; revision=5378
2000-09-12 19:10:06 +00:00