Commit Graph

341 Commits

Author SHA1 Message Date
f5287d53d8 add a 'stop' menu item (fixes ximian #17242)
2002-06-06  jacob berkman  <jacob@ximian.com>

	* evolution-addressbook.xml:
	* evolution-mail-global.xml: add a 'stop' menu item (fixes ximian
	#17242)

svn path=/trunk/; revision=17135
2002-06-06 19:26:46 +00:00
2ab4653659 Put the search menu in a SearchPlaceholder.
* evolution.xml: Put the search menu in a SearchPlaceholder.

svn path=/trunk/; revision=16979
2002-05-22 22:56:57 +00:00
f6f4b2b48c Add a toolbar item for ActionScheduleMeeting.
* evolution-event-editor.xml: Add a toolbar item for
ActionScheduleMeeting.

svn path=/trunk/; revision=16956
2002-05-20 21:28:08 +00:00
d814f34405 Replaced q binding with ` for hiding/showing the message view pane.
2002-05-13  Christopher James Lahey  <clahey@ximian.com>

	* evolution-mail-global.xml: Replaced q binding with ` for
	hiding/showing the message view pane.

	* evolution-mail-message.xml: Replace n/p with ,/. for doing
	previous/next unread messages.  Removed a few other bindings that
	interfere with alphanumeric characters.

svn path=/trunk/; revision=16772
2002-05-14 00:43:40 +00:00
588db86595 Add FileOpenOtherUsersFolder.
* evolution.xml: Add FileOpenOtherUsersFolder.

svn path=/trunk/; revision=16747
2002-05-10 16:56:50 +00:00
aa3031b8dc Fix bad xml.
* evolution-calendar.xml: Fix bad xml.

svn path=/trunk/; revision=16402
2002-04-09 15:08:03 +00:00
9cdf2d8df2 Added missing </submenu> tag. Remove bogus "Dump" menu item.
* evolution-addressbook.xml: Added missing </submenu> tag.  Remove
bogus "Dump" menu item.

svn path=/trunk/; revision=16344
2002-04-04 13:37:00 +00:00
700f0509c7 eek, we don't want 2 seps in a row
svn path=/trunk/; revision=16264
2002-03-27 22:27:25 +00:00
7ef14532e4 Removed the "Mail Settings" stuff.
2002-03-27  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-global.xml: Removed the "Mail Settings" stuff.

svn path=/trunk/; revision=16263
2002-03-27 22:26:40 +00:00
364cb04c2b Move the ComponentActionsPlaceholder into the Actions menu, instead of the
* evolution.xml: Move the ComponentActionsPlaceholder into the
Actions menu, instead of the Actions menu being in the
ComponentActionsPlaceholder.
* evolution-addressbook.xml: Updated accordingly.
* evolution-calendar.xml: Updated accordingly.
* evolution-mail-global.xml: Updated accordingly.
* evolution-mail-list.xml: Updated accordingly.
* evolution-mail-message.xml: Updated accordingly.
* evolution-mail-messagedisplay.xml: Updated accordingly.
* evolution-tasks.xml: Updated accordingly.

* evolution.xml: Add "SendReceive" verb, menu item and toolbar
button.

* evolution-mail-global.xml: Remove "MailGetSend" verb and menu
item.

* e-shell-view-menu.c (command_send_receive): New, implementation
for the "SendReceive" verb.

* e-shell.c (e_shell_send_receive): New.

* evolution-shell-component.c (impl_sendReceive): Implementation
of ShellComponent::sendReceive.
(class_init): Add the "send_receive" signal.

* evolution-shell-component.h: Added `send_receive' signal.

* Evolution-ShellComponent.idl: Added ShellComponent::sendReceive.

* component-factory.c (send_receive_cb): New, callback for the
"send_receive" signal on the EvolutionShellComponent.
(create_component): Connect.

* folder-browser-ui.c: Remove verb "MailGetSend".

* mail-callbacks.c (send_receive_mail): Removed.

* mail-send-recv.c: Remove member current_folder from struct
_send_data.
(free_send_data): No need to unref here.
(build_dialogue): Removed arg @current_folder.
(mail_send_receive): Likewise.

svn path=/trunk/; revision=16220
2002-03-21 00:07:49 +00:00
c85ad2279b [Start implementing the new Search Bar design.]
* e-search-bar.c (init): Init various members to NULL.
(set_dropdown): Removed.
(add_dropdown): Removed.
(set_menu): New.
(add_menu_items): New.
(set_option): No need to setup the dropdown size here anymore.
(verb_cb): Function implementing the search menu verbs.
(update_bonobo_menus): New.
(e_search_bar_set_ui_component): New.

* e-search-bar.h: Remove the dropdown button stuff from struct
ESearchBar.  Add `uic' and `items' members.

* e-filter-bar.c (e_filter_bar_new): Get a @uic arg.

* folder-browser-factory.c (control_activate): Set the UI
component on the search bar.

* gui/tasks-control.c (tasks_control_activate): Call
`e_tasks_set_ui_component()' here to give it the
BonoboUIComponent.
(tasks_control_deactivate): Likewise, call it here to unset the
BonoboUIComponent.

* gui/e-tasks.c (e_tasks_set_ui_component): New.

* gui/calendar-commands.c (calendar_control_activate): Call
gnome_calendar_set_ui_component() here.
(calendar_control_deactivate): ...And here, with a NULL
BonoboUIComponent.

* gui/gnome-cal.c (gnome_calendar_set_ui_component): New.

* gui/component/addressbook.c (control_activate): Call
`e_search_bar_set_ui_component()' to set the BonoboUIComponent for
the search bar.

* gui/component/GNOME_Evolution_Addressbook.oaf.in: Add an icon
for the LDAP sources configuration control.

svn path=/trunk/; revision=16178
2002-03-15 22:51:13 +00:00
64ecd31c40 Remove "Settings" item.
* my-evolution.xml: Remove "Settings" item.

svn path=/trunk/; revision=16163
2002-03-14 19:33:39 +00:00
5d1e1280e5 oops.
svn path=/trunk/; revision=16160
2002-03-14 19:15:23 +00:00
e5de85de84 remove duplicate new items in the file and action menus
2002-03-14  JP Rosevear  <jpr@ximian.com>

	* evolution-tasks.xml: remove duplicate new items in the file
	and action menus

svn path=/trunk/; revision=16159
2002-03-14 19:14:43 +00:00
97f42383df remove duplicate new items in the file and action menus
2002-03-14  JP Rosevear  <jpr@ximian.com>

	* evolution-calendar.xml: remove duplicate new items in the file
	and action menus

svn path=/trunk/; revision=16158
2002-03-14 19:09:52 +00:00
6f1f8ce3ce Remove the "Tasks Settings..." menu item.
* evolution-tasks.xml: Remove the "Tasks Settings..." menu item.

* evolution-calendar.xml: Remove the "Calendar Settings..." menu
item.

* evolution-addressbook.xml: Remove the "LDAP Sources..." menu
item.

svn path=/trunk/; revision=16150
2002-03-13 22:12:52 +00:00
803bbbac26 Add an entry to invoke the new unified config dialog.
* evolution.xml: Add an entry to invoke the new unified config
dialog.

svn path=/trunk/; revision=16137
2002-03-13 04:56:58 +00:00
6ec824b2e0 doh. In my previous commit, a whole bunch of changes that were supposed to
2002-03-11  Anna Marie Dirks  <anna@ximian.com>

	* evolution-mail-message.xml: doh. In my previous commit, a whole bunch
	of changes that were supposed to be kept in my personal evo were added
	to HEAD. (Mainly, this was the addition of a "Search" menu.) I am
	reverting the wrong parts of that patch, and am committing only the
	accelerators which that patch was supposed to add. Sorry.

svn path=/trunk/; revision=16099
2002-03-11 17:51:00 +00:00
91c99e0e5a moved format menu, avoided two separators
svn path=/trunk/; revision=15995
2002-03-08 23:02:22 +00:00
26ff49a096 added FormatHTML
2002-03-08  Radek Doulik  <rodo@ximian.com>

	* evolution-signature-editor.xml: added FormatHTML

svn path=/trunk/; revision=15992
2002-03-08 22:17:41 +00:00
7ad4ab01e6 Fixed tiny typo ("Addressbook", not "Address book"), and cleaned up
2002-03-07  Anna Marie Dirks  <anna@ximian.com>

	* evolution-mail-message.xml: Fixed tiny typo ("Addressbook", not "Address book"), and cleaned up accelerators more, so that all of them actually work. Also added accelerators to items in the Go To menu and the Forward menu as part of fixing bug #10666.

svn path=/trunk/; revision=15973
2002-03-07 21:42:59 +00:00
d35649bed3 added save & close on toolbar, added C-s shortcut
2002-03-07  Radek Doulik  <rodo@ximian.com>

	* evolution-signature-editor.xml: added save & close on toolbar,
	added C-s shortcut

svn path=/trunk/; revision=15971
2002-03-07 21:01:04 +00:00
bc1fc10660 added Print & PrintPreview stuff.
2002-03-04  Damon Chaplin  <damon@ximian.com>

	* evolution-tasks.xml: added Print & PrintPreview stuff.

svn path=/trunk/; revision=15905
2002-03-04 19:35:21 +00:00
b75505b2de Add NewComboButton and a separator.
* evolution.xml: Add NewComboButton and a separator.

* evolution-calendar.xml: remove CalendarNewAppointment and
CalendarNewTask from the toolbar.

* evolution-tasks.xml: Remove TasksNewTask button from the
toolbar.

* evolution-addressbook.xml: Remove ContactNew and ContactNewList
from the toolbar.

* evolution-mail-global.xml: Remove the MessageNew from the
toolbar.

svn path=/trunk/; revision=15787
2002-02-22 02:22:02 +00:00
9f1ec16fff Added Copy to Folder and Move to Folder in the Actions menu here.
2002-02-13  Christopher James Lahey  <clahey@ximian.com>

	* evolution-addressbook.xml: Added Copy to Folder and Move to
	Folder in the Actions menu here.

svn path=/trunk/; revision=15713
2002-02-13 20:18:26 +00:00
31440e3a09 Added pixbufs to MarkAsImportant, MarkAsRead and MarkAsUnread. Also added
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Added pixbufs to MarkAsImportant,
	MarkAsRead and MarkAsUnread. Also added MessageFollowUpFlag verb.

svn path=/trunk/; revision=15700
2002-02-13 00:30:51 +00:00
91a3039067 add new meeting item to Actions and File->New
2002-02-07  JP Rosevear  <jpr@ximian.com>

	* evolution-calendar.xml: add new meeting item to Actions and
	File->New

svn path=/trunk/; revision=15594
2002-02-07 19:22:11 +00:00
978094ae96 Changed "Forward As" to "Forward" to improve grammar ("Forward As" implies
2002-02-05  Anna Marie Dirks  <anna@ximian.com>

	* evolution-mail-message.xml: Changed "Forward As" to "Forward" to improve grammar ("Forward As" implies an answer in the form of a noun, while "Redirect" is a verb), and added accelerators to "Add Sender to Addressbook" and "Redirect".

svn path=/trunk/; revision=15573
2002-02-05 22:42:03 +00:00
85610de9fe Add MessageRedirect.
2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Add MessageRedirect.

svn path=/trunk/; revision=15510
2002-01-29 20:48:08 +00:00
a30eed771c From addressbook/ChangeLog:
2002-01-18  Christopher James Lahey  <clahey@ximian.com>

	* gui/component/addressbook.c (view_contact_cb): New verb to open
	a bunch of cards.

	* gui/widgets/e-addressbook-reflow-adapter.c (open_card): Call
	e_addressbook_show_multiple_cards instead of doing this ourselves.

	* gui/widgets/e-addressbook-util.c,
	gui/widgets/e-addressbook-util.h
	(e_addressbook_show_multiple_cards): Added this function to show a
	bunch of cards, including a dialog if lots of windows are going to
	appear.

	* gui/widgets/e-addressbook-view.c (e_addressbook_view_view,
	e_addressbook_view_can_view): e_addressbook_view_view calls
	e_addressbook_show_multiple_cards on the appropriate list of
	cards.

From ui/ChangeLog:

2002-01-18  Christopher James Lahey  <clahey@ximian.com>

	* evolution-addressbook.xml: Added File->Open which calls the
	ContactsView command.

svn path=/trunk/; revision=15355
2002-01-18 15:37:09 +00:00
94848b9a22 Remove "Dump" menu item.
* evolution.xml: Remove "Dump" menu item.

svn path=/trunk/; revision=15345
2002-01-16 19:25:45 +00:00
1b16221c59 for all separators, add a unique (per xml file) name to each separator, so
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
2002-01-16 15:36:23 +00:00
9159b2df56 add a mark as complete item
2002-01-03  JP Rosevear  <jpr@ximian.com>

	* evolution-tasks.xml: add a mark as complete item

svn path=/trunk/; revision=15240
2002-01-03 19:44:07 +00:00
c89dd9d475 make spacing consistent with calendar xml file, add expunge command and
2002-01-03  JP Rosevear  <jpr@ximian.com>

	* evolution-tasks.xml: make spacing consistent with calendar xml
	file, add expunge command and actions menu and add accelerator for
	delete

	* evolution-calendar.xml: add an accelerator for delete and put in
	a separator to be consistent with the mailer

svn path=/trunk/; revision=15237
2002-01-03 19:07:50 +00:00
ccf1ad8012 Add an "Add Sender to Address Book" menu item.
2001-12-03  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Add an "Add Sender to Address Book"
	menu item.

2001-11-28  Christopher James Lahey  <clahey@ximian.com>

	* evolution-contact-list-editor.xml: Consistency fixes with
	standard contact editor.  Added Save As, Send As, and Send To.
	Replaced Save toolbar with Save and Close and added Save and Close
	menu item.  Added a trash icon.

svn path=/trunk/; revision=14904
2001-12-06 18:29:19 +00:00
770b189556 Merging changes:
2001-11-28  Christopher James Lahey  <clahey@ximian.com>

	* evolution-contact-list-editor.xml: Consistency fixes with
	standard contact editor.  Added Save As, Send As, and Send To.
	Replaced Save toolbar with Save and Close and added Save and Close
	menu item.  Added a trash icon.

svn path=/trunk/; revision=14842
2001-12-01 02:17:10 +00:00
4b29811f13 Renamed the cut/copy/paste/delete command/item/verb names to be
2001-10-30  Federico Mena Quintero  <federico@ximian.com>

	* evolution-calendar.xml: Renamed the cut/copy/paste/delete
	command/item/verb names to be consistent.

svn path=/trunk/; revision=14530
2001-10-31 11:20:02 +00:00
05e3d8bbb9 change Save into Save and close, don't break the string freeze in the
2001-10-30  Larry Ewing  <lewing@ximian.com>

	* evolution-signature-editor.xml: change Save into Save and close,
	don't break the string freeze in the process.

svn path=/trunk/; revision=14498
2001-10-30 23:14:23 +00:00
64beb73a14 Added an EncodingPlaceholder, shuffled around the items for the Edit menu
* evolution-message-composer.xml: Added an EncodingPlaceholder,
shuffled around the items for the Edit menu a little bit.  Removed
"Delete All" which is too dangerous a command [especially without
confirmation as it is implemented now].

svn path=/trunk/; revision=14406
2001-10-30 02:44:27 +00:00
71657b5741 Remove separator from the end of the "View" menu.
* evolution-message-composer.xml: Remove separator from the end of
the "View" menu.

svn path=/trunk/; revision=14395
2001-10-30 01:48:42 +00:00
43857d3e95 Fix the verb names for the pixmaps in the Edit menu; they were out of
2001-10-29  Federico Mena Quintero  <federico@ximian.com>

	* gui/tasks-control.c (pixmaps): Fix the verb names for the
	pixmaps in the Edit menu; they were out of synch with the XML
	UI description.

svn path=/trunk/; revision=14380
2001-10-29 23:34:40 +00:00
aa4757662d Comment out the "Action" submenu, which isn't hooked up to anything in the
2001-10-27  Jon Trowbridge  <trow@ximian.com>

	* evolution-contact-list-editor.xml: Comment out the "Action"
	submenu, which isn't hooked up to anything in the code and thus
	does nothing.

svn path=/trunk/; revision=14244
2001-10-28 00:16:10 +00:00
62f4997a26 add separator before text size menu
2001-10-25  Larry Ewing  <lewing@ximian.com>

	* evolution-mail-message.xml: add separator before text size menu

svn path=/trunk/; revision=14106
2001-10-25 22:54:53 +00:00
0c72ff750f ChangeLog fix.
svn path=/trunk/; revision=13980
2001-10-24 06:10:12 +00:00
94f170d48e Added Delete and BackSpace keybindings here.
2001-10-24  Christopher James Lahey  <clahey@ximian.com>

	* evolution-addressbook.xml: Added Delete and BackSpace
	keybindings here.

svn path=/trunk/; revision=13979
2001-10-24 05:58:48 +00:00
183cd7e571 Added an accelerator (H_TML) to the Format->Html menu item.
2001-10-22  Anna Marie Dirks  <anna@ximian.com>

	* evolution-message-composer.xml: Added an accelerator (H_TML) to the Format->Html
	menu item.

svn path=/trunk/; revision=13926
2001-10-23 01:49:50 +00:00
cbf9a7cbc1 add text size menu.
2001-10-20  Larry Ewing  <lewing@ximian.com>

	* evolution-mail-message.xml: add text size menu.

svn path=/trunk/; revision=13829
2001-10-20 22:54:20 +00:00
edb4e998b4 removed hidden Debug submenu, it was causing empty little popup menu
2001-10-01  Radek Doulik  <rodo@ximian.com>

	* evolution-message-composer.xml: removed hidden Debug submenu,
	it was causing empty little popup menu appear, which was somewhat
	confusing, I hope Michael doesn't need it anymore

	* evolution-signature-editor.xml: removed hidden Debug submenu

svn path=/trunk/; revision=13259
2001-10-01 15:34:49 +00:00
9df95b6286 Change the import label
svn path=/trunk/; revision=13233
2001-09-28 21:18:48 +00:00
cb77c52063 Move the Tools menu outside the ComponentToolsPlaceholder. Likewise.
* evolution.xml: Move the Tools menu outside the
ComponentToolsPlaceholder.
* evolution-addressbook.xml: Likewise.
* evolution-calendar.xml: Likewise.
* evolution-mail-global.xml: Likewise.
* evolution-mail-message.xml: Likewise.
* evolution-mail-messagedisplay.xml: Likewise.
* evolution-tasks.xml: Likewise.
* my-evolution.xml: Likewise.

svn path=/trunk/; revision=13202
2001-09-27 23:11:49 +00:00