aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Rodrigo Moya2003-11-191-1/+0
| | | | svn path=/trunk/; revision=23423
* removed the 'New...' items, since they are implemented in the shell asRodrigo Moya2003-11-192-13/+5
| | | | | | | | | 2003-11-18 Rodrigo Moya <rodrigo@ximian.com> * evolution-calendar.xml: removed the 'New...' items, since they are implemented in the shell as before. svn path=/trunk/; revision=23420
* Rename verb "OpenFolderInNewWindow" toEttore Perazzoli2003-11-181-2/+2
| | | | | | | "OpenNewWindow". Add a separator before it in the File -> New submenu. svn path=/trunk/; revision=23400
* Rename verb "OpenFolderInNewWindow" toEttore Perazzoli2003-11-182-4/+12
| | | | | | | "OpenNewWindow". Add a separator before it in the File -> New submenu. svn path=/trunk/; revision=23398
* Remove type="toggle" from the "ToggleOffline"Ettore Perazzoli2003-11-142-1/+7
| | | | | | | verb; I'm not sure why it was there in the first place and it was causing BonoboUI to spew warnings. svn path=/trunk/; revision=23339
* Ooops, add missing closing </popups> tag.Ettore Perazzoli2003-11-142-0/+5
| | | | svn path=/trunk/; revision=23338
* New.Ettore Perazzoli2003-11-142-0/+13
| | | | | | | | | | * e-shell.c (e_shell_send_receive): New. * Evolution-Component.idl (Component.sendAndReceive): New. * evolution.xml: Add back send/receive command and toolbar button. svn path=/trunk/; revision=23334
* Add "NewPopup" popup back.Ettore Perazzoli2003-11-132-0/+17
| | | | svn path=/trunk/; revision=23322
* merged spam filtering branchRadek Doulik2003-11-131-0/+9
| | | | svn path=/trunk/; revision=23302
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-223-212/+58
| | | | svn path=/trunk/; revision=22964
* Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): AddHans Petter Jansson2003-10-102-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-10-10 Hans Petter Jansson <hpj@ximian.com> * calendar/gui/Makefile.am (etspec_DATA): Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): Add e-cal-list-view.[ch]. * calendar/gui/calendar-commands.c (show_list_view_clicked): Implement. (calendar_get_text_for_folder_bar_label): Add case for list view. Use month case and tweak it so it doesn't show "%d - %d" if the time span contains only one day. (verbs): Add list view. (pixmaps): Add list view. * calendar/gui/calendar-view-factory.c (calendar_view_factory_get_title): Add list view case. (calendar_view_factory_get_type_code): Add list view case. * calendar/gui/control-factory.c (get_prop): Add list view case. * calendar/gui/e-cal-model.c (get_classification): Fix to conform to updated libical. (ecm_set_value_at): Add missing break statements. (ecm_get_color_for_component): Add braces for clarity. * calendar/gui/gnome-cal.c (gnome_calendar_get_current_view_widget): Add list view case. (get_focus_location): Add list view case. (connect_list_view_focus): Implement. (setup_widgets): Set up list view. (gnome_calendar_direction): Add list view case. (set_view): Add list view case. (gnome_calendar_setup_view_menus): Add list view factory. (gnome_calendar_construct): Account for list view. (gnome_calendar_update_config_settings): Account for list view. (get_days_shown): Implement list view case. * calendar/gui/gnome-cal.h (GnomeCalendarViewType): Add list view. * calendar/gui/e-cal-list-view.[ch]: Implement ECalListView, subclassing ECalView. * ui/evolution-calendar.xml: Add calendar list view task button. * art/listview.xpm: Add calendar list view icon. svn path=/trunk/; revision=22850
* Patch to use Control-L for "Reply to list" from Karsten BräckelmannRodney Dawes2003-10-032-1/+6
| | | | | | | | | 2003-10-02 Rodney Dawes <dobey@ximian.com> * evolution-mail-message.xml: Patch to use Control-L for "Reply to list" from Karsten Bräckelmann svn path=/trunk/; revision=22791
* Moved EditCopy EditPaste, and EditCut here.Not Zed2003-09-183-8/+28
| | | | | | | | | | | | 2003-08-27 Not Zed <NotZed@Ximian.com> * evolution-mail-message.xml: Moved EditCopy EditPaste, and EditCut here. * evolution-mail-list.xml: Removed EditCopy, EditPaste, and EditCut. svn path=/trunk/; revision=22598
* add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" forTim Wo2003-09-124-8/+17
| | | | | | | | | | | | | | | | | 2003-09-11 Tim Wo <tim.wo@sun.com> * ui/evolution-contact-editor.xml: add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096 * ui/evolution-contact-list-editor.xml: add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096 * ui/evolution-signature-editor.xml: add mnemonic "C" for "Save and _Close", change mnemonic "C" to "l" for "Close". Fixes bug #48205 * views/mail/galview.xml: add mnemonic "M" for "Message", add "S" for "As Sent Folder", add "b" for "By Subject", add "n" for "By Sender", add "t" for "By Status", add "F" for "By Follow Up Flag". Fixes bug #48097 svn path=/trunk/; revision=22550
* add access key 'w' for 'Post New Message' change the access key of ExpungeYuedong Du2003-09-094-3/+10
| | | | | | | | | | | 2003-09-05 Yuedong Du <uuedong.du@sun.com> * evolution-mail-global.xml: add access key 'w' for 'Post New Message' * evolution-mail-list.xml: change the access key of Expunge to 'x', thus 'Post a Reply' can use 'e'. * evolution-mail-message.xml: add access key 'y' for 'Post a Reply' svn path=/trunk/; revision=22492
* Change "Search Message" to "Search in Message", which is more intuitive.Calvin Liu2003-08-272-1/+6
| | | | | | | | | 2003-08-27 Calvin Liu <calvin.liu@sun.com> * evolution-mail-message.xml: Change "Search Message" to "Search in Message", which is more intuitive. Fix bug #47329. svn path=/trunk/; revision=22387
* add the accelerator "P" for "Print", "S" for "Save", "C" for "Save andJack Jia2003-08-062-5/+11
| | | | | | | | | | 2003-08-06 Jack Jia <jack.jia@sun.com> * evolution-comp-editor.xml: add the accelerator "P" for "Print", "S" for "Save", "C" for "Save and _Close", "A" for "Save _As...", "D" for "Delete". Fixes bug #47379. svn path=/trunk/; revision=22096
* s/Expunge/Purge.Rodrigo Moya2003-07-173-3/+9
| | | | | | | | | | 2003-07-17 Rodrigo Moya <rodrigo@ximian.com> * evolution-tasks.xml: s/Expunge/Purge. * evolution-calendar.xml: fixed menmonic for Purge. svn path=/trunk/; revision=21852
* added 'Purge' menu item.Rodrigo Moya2003-07-173-0/+10
| | | | | | | | | | 2003-07-15 Rodrigo Moya <rodrigo@ximian.com> * evolution-calendar.xml: added 'Purge' menu item. * evolution-tasks.xml: added separator after 'Send/Receive'. svn path=/trunk/; revision=21845
* add a menu entry corresponding to new introduced caret mode, see bugYuedong Du2003-07-102-0/+10
| | | | | | | | | 2003-07-10 Yuedong Du <yuedong.du@sun.com> * evolution-mail-message.xml: add a menu entry corresponding to new introduced caret mode, see bug #44607 svn path=/trunk/; revision=21773
* Change the accelerator for "Mark All Read" to be "R". Fixes bug #45811.Anna Marie Dirks2003-07-102-1/+6
| | | | | | | | | 2003-07-09 Anna Marie Dirks <anna@ximian.com> * evolution-mail-list.xml: Change the accelerator for "Mark All Read" to be "R". Fixes bug #45811. svn path=/trunk/; revision=21772
* Fixes #45524Rodrigo Moya2003-07-023-50/+54
| | | | | | | | | | | 2003-07-01 Rodrigo Moya <rodrigo@ximian.com> Fixes #45524 * evolution-tasks.xml: * evolution-calendar.xml: use stock icons where appropriate. svn path=/trunk/; revision=21714
* Fixes #45423Bolian Yin2003-06-262-2/+10
| | | | | | | | | | | 2003-06-25 Bolian Yin <bolian.yin@sun.com> Fixes #45423 * evolution-calendar.xml: added keyboard shortcuts for "Go to today" and "Go to date" menu/toolbar items. svn path=/trunk/; revision=21539
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-1/+3
| | | | svn path=/trunk/; revision=21426
* Roll over ChangeLogs.Ettore Perazzoli2003-06-102-1894/+1894
| | | | svn path=/trunk/; revision=21387
* Fix binding conflict with Print/PreviewRodney Dawes2003-05-312-2/+5
| | | | | | | | 2003-05-29 Rodney Dawes <dobey@ximian.com> * evolution-addressbook.xml: Fix binding conflict with Print/Preview svn path=/trunk/; revision=21357
* file all new folder bindings to be ctrl-shift-fJP Rosevear2003-05-022-2/+6
| | | | | | | | 2003-05-01 JP Rosevear <jpr@ximian.com> * evolution.xml: file all new folder bindings to be ctrl-shift-f svn path=/trunk/; revision=21044
* Fixes #35814Rodney Dawes2003-04-292-2/+6
| | | | | | | | | | | | | 2003-04-27 Rodney Dawes <dobey@ximian.com> Fixes #35814 * calendar/gui/calendar-component.c: Change mnemonic/keybinding for New Meeting to not conflict with other items in the File->New menu * ui/evolution.xml: Changed the New Folder keybinding to C-S-f svn path=/trunk/; revision=20984
* *glade/e-folder-list.glade : replaced buttons with stock buttons and addedAnna Marie Dirks2003-04-242-5/+12
| | | | | | | | | 2003-04-23 Anna Marie Dirks <anna@ximian.com> *glade/e-folder-list.glade : replaced buttons with stock buttons and added HIG-blessed spacing. Fixes 41145. svn path=/trunk/; revision=20940
* Fixes #22444Rodrigo Moya2003-04-232-0/+10
| | | | | | | | | | 2003-04-21 Rodrigo Moya <rodrigo@ximian.com> Fixes #22444 * evolution-calendar.xml: added occurrence-related menu items. svn path=/trunk/; revision=20920
* Remove the Help menu. 'Fix' for #38927.Not Zed2003-04-172-4/+5
| | | | | | | | | 2003-04-17 Not Zed <NotZed@Ximian.com> * evolution-signature-editor.xml: Remove the Help menu. 'Fix' for #38927. svn path=/trunk/; revision=20876
* [ fixes bug #39763 ] This is merged in by the text fields/EEntry's in theChris Toshok2003-04-083-0/+42
| | | | | | | | | | | | 2003-04-07 Chris Toshok <toshok@ximian.com> [ fixes bug #39763 ] * evolution-composer-entries.xml: This is merged in by the text fields/EEntry's in the composer when they're focused. * Makefile.am (XML_FILES): add evolution-composer-entries.xml. svn path=/trunk/; revision=20736
* [ fixes bug #40841 ] change the Save As VCard keybinding to C-A-s, toChris Toshok2003-04-082-1/+7
| | | | | | | | | | 2003-04-07 Chris Toshok <toshok@ximian.com> [ fixes bug #40841 ] * evolution-addressbook.xml: change the Save As VCard keybinding to C-A-s, to match the mailer's Save As keybinding. svn path=/trunk/; revision=20716
* [ fixes #40212 ] change accelerator for Save As... to Control-Shift-sChris Toshok2003-03-273-4/+12
| | | | | | | | | | | | 2003-03-26 Chris Toshok <toshok@ximian.com> [ fixes #40212 ] * evolution-contact-editor.xml: change accelerator for Save As... to Control-Shift-s * evolution-contact-list-editor.xml: same. svn path=/trunk/; revision=20537
* remove conduit settings as a separate entryJP Rosevear2003-03-212-1/+4
| | | | | | | | 2003-03-20 JP Rosevear <jpr@ximian.com> * evolution.xml: remove conduit settings as a separate entry svn path=/trunk/; revision=20445
* Make "MessageReplyList" and "MessagePostReply" have no pixbuf. Same withEttore Perazzoli2003-03-013-6/+9
| | | | | | | | * evolution-mail-message.xml: Make "MessageReplyList" and "MessagePostReply" have no pixbuf. * evolution-mail-global.xml: Same with "MailPost". svn path=/trunk/; revision=20101
* Fix an attributes typo.Hans Petter Jansson2003-02-242-1/+5
| | | | | | | | 2003-02-23 Hans Petter Jansson <hpj@ximian.com> * evolution-event-editor.xml: Fix an attributes typo. svn path=/trunk/; revision=20013
* Fix an attributes typo and add stock icon identifiers to silence warningHans Petter Jansson2003-02-242-17/+28
| | | | | | | | | 2003-02-23 Hans Petter Jansson <hpj@ximian.com> * evolution-comp-editor.xml: Fix an attributes typo and add stock icon identifiers to silence warning spew. svn path=/trunk/; revision=20012
* (uidir): Removed (this is now defined inEttore Perazzoli2003-01-232-17/+21
| | | | | | configure.in). svn path=/trunk/; revision=19549
* Typo fixedAndrew V. Samoilov2002-12-271-1/+1
| | | | svn path=/trunk/; revision=19180
* Change hlook value for "Toolbar" to be "both_horiz". Likewise. Likewise.Ettore Perazzoli2002-11-218-7/+18
| | | | | | | | | | | | | * evolution-message-composer.xml: Change hlook value for "Toolbar" to be "both_horiz". * evolution-signature-editor.xml: Likewise. * evolution-mail-messagedisplay.xml: Likewise. * evolution-event-editor.xml: Likewise. * evolution-contact-list-editor.xml: Likewise. * evolution-contact-editor.xml: Likewise. * evolution-comp-editor.xml: Likewise. svn path=/trunk/; revision=18869
* Change hlook value for Toolbar to beEttore Perazzoli2002-11-212-1/+6
| | | | | | "both_horiz". svn path=/trunk/; revision=18858
* (uidir): Install in $(datadir)/gnome-2.0/ui.Ettore Perazzoli2002-11-042-1/+5
| | | | svn path=/trunk/; revision=18528
* Set the pixtype for command "Settings" toEttore Perazzoli2002-10-282-1/+8
| | | | | | "pixbuf". svn path=/trunk/; revision=18454
* Made tooltips more clear.Jeffrey Stedfast2002-10-162-3/+7
| | | | | | | | 2002-10-15 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-list.xml: Made tooltips more clear. svn path=/trunk/; revision=18372
* Remove "..." from "Remove Other User's Folder" since it doesn't pop up aDan Winship2002-10-052-1/+6
| | | | | | | * evolution.xml: Remove "..." from "Remove Other User's Folder" since it doesn't pop up a dialog. #31576. svn path=/trunk/; revision=18324
* It's a grand old string-review! Nitpicky and minor changes; details in the ↵Aaron Weber2002-10-013-2/+9
| | | | | | appropriate ChangeLog files. svn path=/trunk/; revision=18268
* Add FileRemoveOtherUsersFolderDan Winship2002-10-012-1/+10
| | | | | | * evolution.xml: Add FileRemoveOtherUsersFolder svn path=/trunk/; revision=18266
* Change the accelerator of ToolsSubscriptions to be "u".Ettore Perazzoli2002-09-303-2/+11
| | | | | | | | | | * evolution-mail-global.xml: Change the accelerator of ToolsSubscriptions to be "u". * evolution.xml: Add PilotConduitSettings in Tools. Rename "Preferences" to "Settings" as per Anna's request. svn path=/trunk/; revision=18263
* Make the Zoom accels the same as galeon so people will shut the fuck upJeffrey Stedfast2002-09-262-3/+9
| | | | | | | | | 2002-09-25 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Make the Zoom accels the same as galeon so people will shut the fuck up about it. svn path=/trunk/; revision=18219
* Add back "period" and "comma" asEttore Perazzoli2002-09-052-2/+9
| | | | | | accels for MailNextUnread and MailPreviousUnread. svn path=/trunk/; revision=17965
* Use bracketright and bracketleft forEttore Perazzoli2002-09-042-2/+7
| | | | | | next/prev unread. svn path=/trunk/; revision=17949
* New placeholder at FolderPopup/StorageFolderPropertiesPlaceholder.Ettore Perazzoli2002-08-072-0/+7
| | | | | | | New placeholder at FolderPopup/StorageFolderPropertiesPlaceholder. svn path=/trunk/; revision=17715
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-012-13/+5
| | | | | | | | | | | | | | | | | | * gui/component/addressbook-component.c (create_component): Change the order so that "New Contact" is first and "New Contact List" is next. * gui/component-factory.c (create_object): Change the order of the user creatable items a bit so that "New Appointment" and "New Meeting" are at the top when in a calendar folder. * component-factory.c (create_component): Put "New Mail Message" before "New Message Post" instead of vice versa. * evolution-mail-global.xml: Remove "New Mail Message" and "Post Message" items. svn path=/trunk/; revision=17661
* Move File/New/NewItems placeholder on the top and add some separators.Ettore Perazzoli2002-07-273-32/+46
| | | | | | | | | | | * evolution.xml: Move File/New/NewItems placeholder on the top and add some separators. Also add items to the popups/NewPopup so the pop-up and the "New" submenu look the same. * evolution-addressbook.xml: Remove ContactNew and ContactNewList verbs, as well as the corresponding menu items. svn path=/trunk/; revision=17613
* Add a View/Post-To ui dingus.Jeffrey Stedfast2002-07-263-0/+22
| | | | | | | | | | | | 2002-07-23 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Add a View/Post-To ui dingus. * evolution-mail-global.xml: Add a Post ui dingus. * evolution-mail-message.xml: Add a Post-Reply ui dingus. svn path=/trunk/; revision=17591
* Use *Control*equal and *Control*minusEttore Perazzoli2002-07-242-2/+8
| | | | | | | for TextZoomIn and TextZoomOut instead of *Control*+ and *Control*-, since the former actually works. :-) svn path=/trunk/; revision=17557
* Bind MessageMove to Control-Shift-V. [#24394]Ettore Perazzoli2002-07-243-7/+25
| | | | | | | | | | | | * evolution-mail-message.xml: Bind MessageMove to Control-Shift-V. [#24394] * evolution-addressbook.xml: Bind ContactsMoveToFolder and ContactsCopyToFolder to Control-Shift-V and Control-Shift-Y for consistency with the mailer. Also move "Select All" up in the Edit menu and add a separator before "Delete". svn path=/trunk/; revision=17554
* changed accel for HTML from T to M to avoid conflict with other menuLarry Ewing2002-07-242-1/+6
| | | | | | | | | 2002-07-23 Larry Ewing <lewing@ximian.com> * evolution-message-composer.xml: changed accel for HTML from T to M to avoid conflict with other menu items. svn path=/trunk/; revision=17552
* removed Insert file from composers menu + forgotten signature editorRadek Doulik2002-07-233-10/+7
| | | | | | help menu fix svn path=/trunk/; revision=17533
* Add a tooltip to the Save item as per bug 27901.Peter Williams2002-07-192-0/+6
| | | | | | | | | 2002-07-18 Peter Williams <peterw@ximian.com> * evolution-signature-editor.xml: Add a tooltip to the Save item as per bug 27901. svn path=/trunk/; revision=17514
* Change shortcut for "PilotSettings" to be `l'Ettore Perazzoli2002-07-192-1/+7
| | | | | | | instead of `p', so it doesn't conflict with "_Preferences". [#27948] svn path=/trunk/; revision=17511
* Add a Control-Return accel for "FileSaveClose".Ettore Perazzoli2002-07-164-3/+16
| | | | | | | | | | | | | * evolution-signature-editor.xml: Add a Control-Return accel for "FileSaveClose". * evolution-contact-list-editor.xml: Add a Control-Return accel for "ContactListEditorSaveClose". * evolution-contact-editor.xml: Add a Control-Return accel for "ContactEditorSaveClose". svn path=/trunk/; revision=17462
* Add an accelerator for "FileClose".Ettore Perazzoli2002-07-122-1/+5
| | | | svn path=/trunk/; revision=17427
* Add accelerator for "Print Preview", "Delete".Ettore Perazzoli2002-07-113-3/+13
| | | | | | | | | | * evolution-mail-message.xml: Add accelerator for "Print Preview", "Delete". * evolution-addressbook.xml: Add accelerator for "Print Preview", "Delete". svn path=/trunk/; revision=17405
* s/Edit as New Message/Resend - this was confusing people. Also moved it toJeffrey Stedfast2002-07-102-2/+4
| | | | | | | | | | 2002-07-09 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: s/Edit as New Message/Resend - this was confusing people. Also moved it to the Actions menu. Fixes bug #27454. svn path=/trunk/; revision=17398
* s/Edit as New Message/Resend - this was confusing people.Jeffrey Stedfast2002-07-102-1/+6
| | | | | | | | | 2002-07-09 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: s/Edit as New Message/Resend - this was confusing people. svn path=/trunk/; revision=17393
* s/now// for "Send this message now" tooltipJeffrey Stedfast2002-07-061-1/+1
| | | | svn path=/trunk/; revision=17380
* Removed the Send Later verb.Jeffrey Stedfast2002-07-062-4/+4
| | | | | | | | 2002-07-05 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Removed the Send Later verb. svn path=/trunk/; revision=17376
* Added a bunch of tooltips.Ettore Perazzoli2002-07-022-3/+13
| | | | svn path=/trunk/; revision=17344
* add a 'stop' menu item (fixes ximian #17242)jacob berkman2002-06-073-0/+8
| | | | | | | | | | 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
* Put the search menu in a SearchPlaceholder.Ettore Perazzoli2002-05-232-3/+6
| | | | | | * evolution.xml: Put the search menu in a SearchPlaceholder. svn path=/trunk/; revision=16979
* Add a toolbar item for ActionScheduleMeeting.Ettore Perazzoli2002-05-213-1/+20
| | | | | | | * evolution-event-editor.xml: Add a toolbar item for ActionScheduleMeeting. svn path=/trunk/; revision=16956
* Replaced q binding with ` for hiding/showing the message view pane.Christopher James Lahey2002-05-143-11/+34
| | | | | | | | | | | | | 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
* Add FileOpenOtherUsersFolder.Ettore Perazzoli2002-05-112-0/+9
| | | | | | * evolution.xml: Add FileOpenOtherUsersFolder. svn path=/trunk/; revision=16747
* Fix bad xml.Dan Winship2002-04-092-1/+5
| | | | | | * evolution-calendar.xml: Fix bad xml. svn path=/trunk/; revision=16402
* Added missing </submenu> tag. Remove bogus "Dump" menu item.Ettore Perazzoli2002-04-042-161/+162
| | | | | | | * evolution-addressbook.xml: Added missing </submenu> tag. Remove bogus "Dump" menu item. svn path=/trunk/; revision=16344
* eek, we don't want 2 seps in a rowJeffrey Stedfast2002-03-281-2/+0
| | | | svn path=/trunk/; revision=16264
* Removed the "Mail Settings" stuff.Jeffrey Stedfast2002-03-283-8/+10
| | | | | | | | 2002-03-27 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-global.xml: Removed the "Mail Settings" stuff. svn path=/trunk/; revision=16263
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-219-45/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-162-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove "Settings" item.Ettore Perazzoli2002-03-152-12/+4
| | | | | | * my-evolution.xml: Remove "Settings" item. svn path=/trunk/; revision=16163
* oops.JP Rosevear2002-03-151-1/+2
| | | | svn path=/trunk/; revision=16160
* remove duplicate new items in the file and action menusJP Rosevear2002-03-152-15/+4
| | | | | | | | | 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
* remove duplicate new items in the file and action menusJP Rosevear2002-03-152-29/+5
| | | | | | | | | 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
* Remove the "Tasks Settings..." menu item.Ettore Perazzoli2002-03-144-21/+10
| | | | | | | | | | | | * 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
* Add an entry to invoke the new unified config dialog.Ettore Perazzoli2002-03-132-6/+17
| | | | | | | * evolution.xml: Add an entry to invoke the new unified config dialog. svn path=/trunk/; revision=16137
* doh. In my previous commit, a whole bunch of changes that were supposed toAnna Marie Dirks2002-03-122-60/+8
| | | | | | | | | | | | 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
* moved format menu, avoided two separatorsRadek Doulik2002-03-092-13/+14
| | | | svn path=/trunk/; revision=15995
* added FormatHTMLRadek Doulik2002-03-092-0/+12
| | | | | | | | 2002-03-08 Radek Doulik <rodo@ximian.com> * evolution-signature-editor.xml: added FormatHTML svn path=/trunk/; revision=15992
* Fixed tiny typo ("Addressbook", not "Address book"), and cleaned upAnna Marie Dirks2002-03-082-12/+76
| | | | | | | | 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
* added save & close on toolbar, added C-s shortcutRadek Doulik2002-03-082-1/+7
| | | | | | | | | 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
* added Print & PrintPreview stuff.Damon Chaplin2002-03-052-0/+19
| | | | | | | | 2002-03-04 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: added Print & PrintPreview stuff. svn path=/trunk/; revision=15905
* Add NewComboButton and a separator.Ettore Perazzoli2002-02-226-26/+18
| | | | | | | | | | | | | | | | | | * 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
* Added Copy to Folder and Move to Folder in the Actions menu here.Christopher James Lahey2002-02-142-1/+15
| | | | | | | | | 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
* Added pixbufs to MarkAsImportant, MarkAsRead and MarkAsUnread. Also addedJeffrey Stedfast2002-02-132-11/+34
| | | | | | | | | 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
* add new meeting item to Actions and File->NewJP Rosevear2002-02-082-1/+10
| | | | | | | | | 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
* Changed "Forward As" to "Forward" to improve grammar ("Forward As" impliesAnna Marie Dirks2002-02-062-6/+10
| | | | | | | | 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
* Add MessageRedirect.Jeffrey Stedfast2002-01-302-0/+10
| | | | | | | | 2002-01-28 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Add MessageRedirect. svn path=/trunk/; revision=15510
* From addressbook/ChangeLog:Christopher James Lahey2002-01-182-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove "Dump" menu item.Ettore Perazzoli2002-01-172-1/+4
| | | | | | * evolution.xml: Remove "Dump" menu item. svn path=/trunk/; revision=15345
* for all separators, add a unique (per xml file) name to each separator, soMichael Meeks2002-01-1616-81/+100
| | | | | | | | | | | 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
* add a mark as complete itemJP Rosevear2002-01-042-2/+10
| | | | | | | | 2002-01-03 JP Rosevear <jpr@ximian.com> * evolution-tasks.xml: add a mark as complete item svn path=/trunk/; revision=15240
* make spacing consistent with calendar xml file, add expunge command andJP Rosevear2002-01-043-62/+82
| | | | | | | | | | | | | 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
* Add an "Add Sender to Address Book" menu item.Jeffrey Stedfast2001-12-072-0/+12
| | | | | | | | | | | | | | | | 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
* Merging changes:Christopher James Lahey2001-12-012-10/+12
| | | | | | | | | | | 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
* Renamed the cut/copy/paste/delete command/item/verb names to beFederico Mena Quintero2001-10-312-10/+14
| | | | | | | | | 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
* change Save into Save and close, don't break the string freeze in theLarry Ewing2001-10-313-18/+38
| | | | | | | | | 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
* Added an EncodingPlaceholder, shuffled around the items for the Edit menuEttore Perazzoli2001-10-302-2/+10
| | | | | | | | | * 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
* Remove separator from the end of the "View" menu.Ettore Perazzoli2001-10-302-2/+5
| | | | | | | * evolution-message-composer.xml: Remove separator from the end of the "View" menu. svn path=/trunk/; revision=14395
* Fix the verb names for the pixmaps in the Edit menu; they were out ofFederico Mena Quintero2001-10-301-16/+11
| | | | | | | | | | 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
* Comment out the "Action" submenu, which isn't hooked up to anything in theJon Trowbridge2001-10-282-0/+8
| | | | | | | | | | 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
* add separator before text size menuLarry Ewing2001-10-262-4/+10
| | | | | | | | 2001-10-25 Larry Ewing <lewing@ximian.com> * evolution-mail-message.xml: add separator before text size menu svn path=/trunk/; revision=14106
* ChangeLog fix.Chris Lahey2001-10-241-1/+1
| | | | svn path=/trunk/; revision=13980
* Added Delete and BackSpace keybindings here.Christopher James Lahey2001-10-242-0/+10
| | | | | | | | | 2001-10-24 Christopher James Lahey <clahey@ximian.com> * evolution-addressbook.xml: Added Delete and BackSpace keybindings here. svn path=/trunk/; revision=13979
* Added an accelerator (H_TML) to the Format->Html menu item.Anna Marie Dirks2001-10-232-1/+6
| | | | | | | | | 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
* add text size menu.Larry Ewing2001-10-212-0/+23
| | | | | | | | 2001-10-20 Larry Ewing <lewing@ximian.com> * evolution-mail-message.xml: add text size menu. svn path=/trunk/; revision=13829
* removed hidden Debug submenu, it was causing empty little popup menuRadek Doulik2001-10-013-11/+8
| | | | | | | | | | | | 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
* Change the import labelIain Holmes2001-09-292-2/+6
| | | | svn path=/trunk/; revision=13233
* Move the Tools menu outside the ComponentToolsPlaceholder. Likewise.Ettore Perazzoli2001-09-289-48/+68
| | | | | | | | | | | | | | * 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
* Don't allow the default toolbar to be configurable.Ettore Perazzoli2001-09-081-1/+0
| | | | | | | * evolution.xml: Don't allow the default toolbar to be configurable. svn path=/trunk/; revision=12676
* Don't allow the default toolbar to be configurable.Ettore Perazzoli2001-09-082-1/+6
| | | | | | * evolution.xml: Don't allow the default toolbar to be configurable. svn path=/trunk/; revision=12675
* Changed "Save" to "Save and Close"Anna Marie Dirks2001-09-072-5/+16
| | | | | | | | 2001-09-06 Anna Marie Dirks <anna@ximian.com> * evolution-contact-editor.xml: Changed "Save" to "Save and Close" svn path=/trunk/; revision=12664
* [Fix #5503, Edit menu is empty and should be removed.]Ettore Perazzoli2001-09-069-68/+96
| | | | | | | | | | | | | | | | * evolution-addressbook.xml: Put the Edit menu in the EditPlaceholder. * evolution-calendar.xml: Likewise. * evolution-mail-list.xml: Likewise. * evolution-mail-global.xml: Likewise. * evolution-mail-message.xml: Likewise. * evolution-mail-messagedisplay.xml: Likewise. * evolution-tasks.xml: Likewise. * evolution.xml: Don't put an Edit menu here. Instead, put a EditPlaceholder instead. svn path=/trunk/; revision=12632
* s/Evolution/Ximian Evolution/.Ettore Perazzoli2001-09-062-4/+8
| | | | | | * evolution.xml: s/Evolution/Ximian Evolution/. svn path=/trunk/; revision=12626
* Change "Copy to Folder" to be Ctrl-Shift-Y so we are more like O* andEttore Perazzoli2001-09-052-1/+7
| | | | | | | | * evolution-mail-message.xml: Change "Copy to Folder" to be Ctrl-Shift-Y so we are more like O* and don't get in the way of the Ctrl-Shift-C for "New Contact". svn path=/trunk/; revision=12608
* Add an F9 accelerator for the "Send/Receive" item.Ettore Perazzoli2001-09-052-1/+6
| | | | | | | * evolution-mail-global.xml: Add an F9 accelerator for the "Send/Receive" item. svn path=/trunk/; revision=12595
* Add an accel for Search Message.Jeffrey Stedfast2001-09-052-0/+5
| | | | | | | | 2001-09-04 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Add an accel for Search Message. svn path=/trunk/; revision=12592
* in mail:Peter Williams2001-08-302-1/+7
| | | | | | | | | | | | | | | 2001-08-29 Peter Williams <peterw@ximian.com> * folder-browser-ui.c: Fix the pixmap for /commands/MessageUndelete. in ui: 2001-08-29 Peter Williams <peterw@ximian.com> * evolution-mail-message.xml: Add a pixtype to /Commands/MessageUndelete so that people can see the icon. svn path=/trunk/; revision=12515
* added ... to Search Message to indicate that it pops up a dialog.Larry Ewing2001-08-242-1/+6
| | | | | | | | | 2001-08-23 Larry Ewing <lewing@ximian.com> * evolution-mail-message.xml: added ... to Search Message to indicate that it pops up a dialog. svn path=/trunk/; revision=12430
* Added tip for 'New Task'.Damon Chaplin2001-08-222-2/+4
| | | | | | | | 2001-08-21 Damon Chaplin <damon@ximian.com> * evolution-calendar.xml: Added tip for 'New Task'. svn path=/trunk/; revision=12348
* 'All-Day' -> 'All Day' to be consistent everywhere.Damon Chaplin2001-08-222-1/+6
| | | | | | | | | 2001-08-21 Damon Chaplin <damon@ximian.com> * evolution-calendar.xml: 'All-Day' -> 'All Day' to be consistent everywhere. svn path=/trunk/; revision=12346
* Move the ChangeFolderProperties into the ComponentPlaceholder. Add aEttore Perazzoli2001-08-213-2/+10
| | | | | | | | | | | | | | * evolution-mail-list.xml: Move the ChangeFolderProperties into the ComponentPlaceholder. Add a separator on the top. * evolution.xml: Remove the separator above the component placeholder here. * folder-browser-ui.c (folder_browser_setup_property_menu): Updated as ChangeFolderProperties is now in the ComponentPlaceholder. svn path=/trunk/; revision=12323
* control-return for save and closeJP Rosevear2001-08-212-2/+6
| | | | | | | | 2001-08-20 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: control-return for save and close svn path=/trunk/; revision=12320
* remove print preview from toolbarJP Rosevear2001-08-212-3/+6
| | | | | | | | | | | | | 2001-08-20 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: remove print preview from toolbar 2001-08-20 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: remove print setup option for consistency svn path=/trunk/; revision=12314
* remove print setup option for consistencyJP Rosevear2001-08-212-5/+4
| | | | | | | | 2001-08-20 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: remove print setup option for consistency svn path=/trunk/; revision=12312
* set MessageDelete pixtype to pixbuf.Damon Chaplin2001-08-202-1/+4
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-mail-message.xml: set MessageDelete pixtype to pixbuf. svn path=/trunk/; revision=12284
* set Delete pixtype to pixbuf.Damon Chaplin2001-08-202-1/+2
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-contact-editor.xml: set Delete pixtype to pixbuf. svn path=/trunk/; revision=12282
* use bigger Save icon for toolbar.Damon Chaplin2001-08-204-3/+11
| | | | | | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-contact-editor.xml: use bigger Save icon for toolbar. * evolution-comp-editor.xml: used Delete icon for menu. * evolution-tasks.xml: changed 'Tasks Settings' to 'Tasks Settings...'. svn path=/trunk/; revision=12278
* changed Goto icon to pixbuf.Damon Chaplin2001-08-202-1/+5
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-calendar.xml: changed Goto icon to pixbuf. svn path=/trunk/; revision=12274
* use new Delete icon for menu.Damon Chaplin2001-08-202-1/+5
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-addressbook.xml: use new Delete icon for menu. svn path=/trunk/; revision=12271
* added Delete command to menu and toolbar.Damon Chaplin2001-08-202-0/+7
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-calendar.xml: added Delete command to menu and toolbar. svn path=/trunk/; revision=12264
* added Cut/Copy/Paste items to toolbar, though I'm not sure they are veryDamon Chaplin2001-08-202-0/+14
| | | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: added Cut/Copy/Paste items to toolbar, though I'm not sure they are very useful. svn path=/trunk/; revision=12253
* use new delete icons in menu & toolbar.Damon Chaplin2001-08-202-3/+7
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: use new delete icons in menu & toolbar. svn path=/trunk/; revision=12252
* use Cut/Copy/Paste icons.Damon Chaplin2001-08-202-3/+7
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-mail-list.xml: use Cut/Copy/Paste icons. svn path=/trunk/; revision=12247
* don't use old stock icon for the menu, to be consistent with otherDamon Chaplin2001-08-202-3/+8
| | | | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-comp-editor.xml: don't use old stock icon for the menu, to be consistent with other components. Use new delete icon for toolbar. svn path=/trunk/; revision=12243
* use new Cut/Copy/Paste/Save/Search icons.Damon Chaplin2001-08-202-9/+19
| | | | | | | | 2001-08-19 Damon Chaplin <damon@ximian.com> * evolution-addressbook.xml: use new Cut/Copy/Paste/Save/Search icons. svn path=/trunk/; revision=12240
* Added Cut/Copy/Paste underline thingies.Jeffrey Stedfast2001-08-203-4/+9
| | | | | | | | | 2001-08-19 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-list.xml: Added Cut/Copy/Paste underline thingies. svn path=/trunk/; revision=12223
* used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print PreviewDamon Chaplin2001-08-194-50/+28
| | | | | | | | | | | | | 2001-08-18 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print Preview commands as they do nothing. * evolution-comp-editor.xml: used the new Save/Save As icons. * evolution-calendar.xml: used the new Cut/Copy/Paste icons. svn path=/trunk/; revision=12213
* Set the pixtype for "ContactEditorDelete" to "pixbuf". Likewise. Likewise.Ettore Perazzoli2001-08-194-19/+11
| | | | | | | | | | | | | * evolution-addressbook.xml: Set the pixtype for "ContactEditorDelete" to "pixbuf". * evolution-contact-editor.xml: Likewise. * evolution-contact-list-editor.xml: Likewise. * gui/component/addressbook.c: Hook up `delete-message.png' as the icon for "ContactDelete". * gui/contact-editor/e-contact-editor.c: Likewise. svn path=/trunk/; revision=12206
* Remove "Control-W" accelerator for closing the window.Ettore Perazzoli2001-08-192-1/+6
| | | | | | | * evolution.xml: Remove "Control-W" accelerator for closing the window. svn path=/trunk/; revision=12205
* Change pixtype of "MessageDelete" to "pixbuf".Ettore Perazzoli2001-08-192-1/+6
| | | | | | | | | | | * evolution-mail-message.xml: Change pixtype of "MessageDelete" to "pixbuf". * folder-browser-ui.c: Hook the new `delete-message.png' up. * Makefile.am (buttons_DATA): Added `delete-message.png'. svn path=/trunk/; revision=12204
* changed goto icon from stock icon to pixbuf for the toolbar. Note that theDamon Chaplin2001-08-182-5/+18
| | | | | | | | | | 2001-08-18 Damon Chaplin <damon@ximian.com> * evolution-calendar.xml: changed goto icon from stock icon to pixbuf for the toolbar. Note that the menu still uses the stock icon. Yuck! Added 'New Task' command to toolbar and menus. svn path=/trunk/; revision=12196
* changed print icon types to pixbuf.Damon Chaplin2001-08-182-2/+7
| | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * evolution-addressbook.xml: changed print icon types to pixbuf. svn path=/trunk/; revision=12189
* changed 'Search for Contacts'.Damon Chaplin2001-08-182-1/+5
| | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * evolution-addressbook.xml: changed 'Search for Contacts'. svn path=/trunk/; revision=12186
* changed 'Send contact to other' to 'Forward Contact' and capitalized 'SendDamon Chaplin2001-08-183-4/+13
| | | | | | | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * evolution-contact-editor.xml: changed 'Send contact to other' to 'Forward Contact' and capitalized 'Send message to Contact' to be consistent with address book. * evolution-addressbook.xml: added '...' to 'Forward Contact' and 'Send Message to Contact' to be consistent with contact editor. svn path=/trunk/; revision=12185
* Changed the order of the toolbar icons (moved "New Message" (formerlyAnna Marie Dirks2001-08-183-5/+14
| | | | | | | | | | | | 2001-08-17 Anna Marie Dirks <anna@ximian.com> * evolution-mail-global.xml : Changed the order of the toolbar icons (moved "New Message" (formerly "Compose") to be the left-most item). * evolution-addressbook.xml: Changed Send Contact to Other to Forward Contact. svn path=/trunk/; revision=12162
* Changed "Import file..." to "Import File..." Fixed a few lack ofAnna Marie Dirks2001-08-173-6/+13
| | | | | | | | | | 2001-08-16 Anna Marie Dirks <anna@ximian.com> * evolution.xml : Changed "Import file..." to "Import File..." * evolution-addressbook.xml : Fixed a few lack of capitalization issues. svn path=/trunk/; revision=12138
* Stop search message from conflicting with expunge.Peter Williams2001-08-172-2/+5
| | | | | | | | | 2001-08-16 Peter Williams <peterw@ximian.com> * evolution-mail-message.xml: Stop search message from conflicting with expunge. svn path=/trunk/; revision=12129
* add save menu itemJP Rosevear2001-08-172-3/+11
| | | | | | | | 2001-08-16 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: add save menu item svn path=/trunk/; revision=12125
* rename menu item to Assign Task and tidyJP Rosevear2001-08-172-5/+10
| | | | | | | | | 2001-08-16 JP Rosevear <jpr@ximian.com> * evolution-task-editor.xml: rename menu item to Assign Task and tidy svn path=/trunk/; revision=12124
* removed the Print Setup menu item, and changed Print Message to Print forAnna Marie Dirks2001-08-172-3/+13
| | | | | | | | | 2001-08-16 Anna Marie Dirks <anna@ximian.com> * evolution-mail-message.xml : removed the Print Setup menu item, and changed Print Message to Print for consistency's sake. svn path=/trunk/; revision=12111
* Add a "BuiltMenuItems" placeholder in the "Help" menu so we can do theEttore Perazzoli2001-08-172-19/+6
| | | | | | | * evolution.xml: Add a "BuiltMenuItems" placeholder in the "Help" menu so we can do the fancy Bonobo help stuff. svn path=/trunk/; revision=12103
* *evolution-calendar.xml : Changed "print calendar" to "print".Anna Marie Dirks2001-08-162-1/+7
| | | | | | | | 2001-08-15 Anna Marie Dirks <anna@ximian.com> *evolution-calendar.xml : Changed "print calendar" to "print". svn path=/trunk/; revision=12073
* s/My Evolution/Summary/Iain Holmes2001-08-162-4/+8
| | | | svn path=/trunk/; revision=12059
* Add Tigert's new icons for Prev and Next.Federico Mena Quintero2001-08-152-4/+8
| | | | | | | | 2001-08-14 Federico Mena Quintero <federico@ximian.com> * evolution-calendar.xml: Add Tigert's new icons for Prev and Next. svn path=/trunk/; revision=12026
* Rearranged this Edit menu to fit the standards.Christopher James Lahey2001-08-142-1/+8
| | | | | | | | | 2001-08-14 Christopher James Lahey <clahey@ximian.com> * evolution-addressbook.xml: Rearranged this Edit menu to fit the standards. svn path=/trunk/; revision=12005
* Added accelerators here.Christopher James Lahey2001-08-143-9/+14
| | | | | | | | | 2001-08-14 Christopher James Lahey <clahey@ximian.com> * evolution-contact-editor.xml, evolution-contact-list-editor.xml: Added accelerators here. svn path=/trunk/; revision=12000
* removed the redundant view-switching menu items from the bottom of theAnna Marie Dirks2001-08-142-8/+6
| | | | | | | | | 2001-08-13 Anna Marie Dirks <anna@ximian.com> * evolution-calendar.xml: removed the redundant view-switching menu items from the bottom of the view menu. svn path=/trunk/; revision=11980
* Reload buttonIain Holmes2001-08-142-1/+10
| | | | svn path=/trunk/; revision=11978
* applied Neil Conway's <nconway@klamath.dyndns.org> menu-improvement patch.Anna Marie Dirks2001-08-143-4/+11
| | | | | | | | | | | 2001-08-13 Anna Marie Dirks <anna@ximian.com> * evolution-calendar.xml : applied Neil Conway's <nconway@klamath.dyndns.org> menu-improvement patch. * evolution-tasks.xml : same as above. svn path=/trunk/; revision=11975
* Prioritise the label for printIain Holmes2001-08-142-1/+5
| | | | svn path=/trunk/; revision=11966
* Remove a separator after the "Subscribe to Folders" item.Ettore Perazzoli2001-08-142-2/+5
| | | | | | | * evolution-mail-global.xml: Remove a separator after the "Subscribe to Folders" item. svn path=/trunk/; revision=11963
* Add labels for the ShowDayView, ShowWorkWeekView, ShowWeekView,Ettore Perazzoli2001-08-142-8/+13
| | | | | | | * evolution-calendar.xml: Add labels for the ShowDayView, ShowWorkWeekView, ShowWeekView, ShowMonthView buttons. svn path=/trunk/; revision=11951
* Changed the tooltips for several toolbar icons to make all tooltipsAnna Marie Dirks2001-08-142-8/+15
| | | | | | | | | | 2001-08-13 Anna Marie Dirks <anna@ximian.com> * evolution-calendar.xml: Changed the tooltips for several toolbar icons to make all tooltips consistent (in terms of capitalization and language). Also changed "Go to the present time" to "Go to today". svn path=/trunk/; revision=11950
* [Fix #7069, New - Missing name for "Tools" menu.]Kjartan Maraas2001-08-122-5/+12
| | | | | | | | | | | 2001-08-12 Kjartan Maraas <kmaraas@gnome.org> [Fix #7069, New - Missing name for "Tools" menu.] * my-evolution.xml: Put the Tools menu in the ComponentToolsPlaceholder. svn path=/trunk/; revision=11929
* Make the label for the resending menu item read "Edit as New Message...",Jason Leach2001-08-122-1/+6
| | | | | | | | | 2001-08-11 Jason Leach <jleach@ximian.com> * evolution-mail-message.xml: Make the label for the resending menu item read "Edit as New Message...", bug #6838. svn path=/trunk/; revision=11926
* [Fix #7608, New - Phantom menu entry in Tasks.]Ettore Perazzoli2001-08-122-6/+11
| | | | | | | * evolution-tasks.xml: Put the Tools menu in the ComponentToolsPlaceholder. svn path=/trunk/; revision=11920
* End a placeholder block with </placeholder> instead of <placeholder/>Jason Leach2001-08-112-1/+6
| | | | | | | | | 2001-08-10 Jason Leach <jleach@ximian.com> * evolution-addressbook.xml: End a placeholder block with </placeholder> instead of <placeholder/> svn path=/trunk/; revision=11900
* in mail:Peter Williams2001-08-102-0/+7
| | | | | | | | | | | | | | | | | | 2001-08-09 Peter Williams <peterw@ximian.com> [ * folder-browser.c (on_key_press): The bonobo menu items now handle 'n' and 'p'. ] (on_key_press): 'q' as well. in ui: 2001-08-09 Peter Williams <peterw@ximian.com> * evolution-mail-global.xml: Give the (pre)view pane toggle an accelerator of 'q', like we were implementing the hard manual way before. svn path=/trunk/; revision=11858
* Remove all the "New ... FIXME" items.Ettore Perazzoli2001-08-102-18/+4
| | | | | | * evolution.xml: Remove all the "New ... FIXME" items. svn path=/trunk/; revision=11851
* Remove "Tools" and "Actions" menus. Create a "ComponentActionsPlaceholder"Ettore Perazzoli2001-08-093-18/+18
| | | | | | | | | | * evolution.xml: Remove "Tools" and "Actions" menus. Create a "ComponentActionsPlaceholder" and a "ComponentToolsPlaceholder" instead. * evolution-mail-messagedisplay.xml: Likewise, put "Tools" and "Actions" in placeholders. svn path=/trunk/; revision=11823
* Put the "Tools" and "Actions" menus in the "ComponentToolsPlaceholder" andEttore Perazzoli2001-08-096-48/+58
| | | | | | | | | | | | | | | | | | * evolution-addressbook.xml: Put the "Tools" and "Actions" menus in the "ComponentToolsPlaceholder" and "ComponentActionsPlaceholder", respectively. * evolution-calendar.xml: Likewise. * evolution-contact-editor.xml: Likewise. * evolution-mail-global.xml: Likewise. * evolution-mail-message.xml: Likewise. * evolution.xml: Remove "Tools" and "Actions" menus. Create a "ComponentActionsPlaceholder" and a "ComponentToolsPlaceholder" instead. * evolution-mail-messagedisplay.xml: Likewise, put "Tools" and "Actions" in placeholders. svn path=/trunk/; revision=11822
* Changed the "Show All" menu item to be "Show Hidden Messages".Anna Marie Dirks2001-08-092-2/+7
| | | | | | | | 2001-08-08 Anna Marie Dirks <anna@ximian.com> * evolution-mail-list.xml: Changed the "Show All" menu item to be "Show Hidden Messages". svn path=/trunk/; revision=11805
* improvements, make it look more like the event editor.Chris Toshok2001-08-094-198/+39
| | | | | | | | | | | | | 2001-08-08 Chris Toshok <toshok@ximian.com> * evolution-contact-list-editor.xml: improvements, make it look more like the event editor. * evolution-contact-editor.xml: same. * evolution-addressbook.xml: Contact Group => Contact List. svn path=/trunk/; revision=11796
* Fixes Clahey bug #2200 :-)Nat Friedman2001-08-082-0/+10
| | | | | | | | | | | | | | | | | | | | 2001-08-08 Nat Friedman <nat@ximian.com> * evolution-contact-editor.xml: Removed Print Envelope since it's disabled for Evolution 1.0. * gui/widgets/e-addressbook-reflow-adapter.c (print_envelope): If 0'd out since Envelope printing is disabled for 1.0. * gui/widgets/e-addressbook-view.c (print_envelope): Likewise. * gui/contact-editor/e-contact-editor.c (print_envelope_cb): Likewise. * gui/widgets/e-addressbook-reflow-adapter.c (e_addressbook_reflow_adapter_right_click): Removed "Print Envelope" menu item. * gui/widgets/e-addressbook-view.c (table_right_click): Likewise. * gui/contact-editor/e-contact-editor.c (verbs): Likewise. svn path=/trunk/; revision=11780
* Remove "Customize toolbar" item. Here too. Here too.Ettore Perazzoli2001-08-084-20/+7
| | | | | | | | | * evolution-mail-messagedisplay.xml: Remove "Customize toolbar" item. * evolution.xml: Here too. * evolution-message-composer.xml: Here too. svn path=/trunk/; revision=11747
* Rename "Manage Subscriptons" to "Subscribe to Folders" as per Aaron'sPeter Williams2001-08-072-1/+7
| | | | | | | | | | 2001-08-03 Peter Williams <peterw@ximian.com> * evolution-mail-global.xml: Rename "Manage Subscriptons" to "Subscribe to Folders" as per Aaron's suggestion. Hopefully a little more intuitive. svn path=/trunk/; revision=11708
* Update the updated Save, Save As, and Print icons for menus and theJason Leach2001-08-032-22/+19
| | | | | | | | | | 2001-08-02 Jason Leach <jleach@ximian.com> * evolution-contact-editor.xml: Update the updated Save, Save As, and Print icons for menus and the toolbar. Also added a Close button to the toolbar and some other fixes suggested in #5518. svn path=/trunk/; revision=11584
* Added ContactsSaveAsVCard, ContactsSendContactToOther, andChristopher James Lahey2001-08-022-6/+37
| | | | | | | | | | 2001-08-02 Christopher James Lahey <clahey@ximian.com> * evolution-addressbook.xml: Added ContactsSaveAsVCard, ContactsSendContactToOther, and ContactsSendMessageToContact menu items. Fixes Ximian bug #5708. svn path=/trunk/; revision=11569
* More updates to icons, this time the Save, Save As, and Search icons forJacob Leach2001-08-014-9/+18
| | | | | | a few places. svn path=/trunk/; revision=11544
* ui:Peter Williams2001-08-012-1/+12
| | | | | | | | | | | | | | | | 2001-07-31 Peter Williams <peterw@ximian.com> * evolution-message-composer.xml: Add "Customize Toolbars" menu item and command. composer: 2001-07-31 Peter Williams <peterw@ximian.com> * e-msg-composer.c (setup_ui): Set the config path for the composer so that the customize toolbar command works. svn path=/trunk/; revision=11529
* Added Next/Previous menu items under Actions/GoTo.Jeffrey Stedfast2001-08-012-0/+15
| | | | | | | | | 2001-07-31 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Added Next/Previous menu items under Actions/GoTo. svn path=/trunk/; revision=11518
* Add a pixmap to the Tasks Settings option to make it consistent with theFederico Mena Quintero2001-08-012-5/+9
| | | | | | | | | 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
* Use the new Send and Send Later icons for the toolbar and menus in theJacob Leach2001-07-312-6/+13
| | | | | | composer. (Beautiful work Tuomas and Jakub!) svn path=/trunk/; revision=11511
* use the new print icons.Damon Chaplin2001-07-312-8/+16
| | | | | | | | 2001-07-29 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: use the new print icons. svn path=/trunk/; revision=11495
* Correct the tooltip for the Print button. Bug #5801.Jason Leach2001-07-302-1/+6
| | | | | | | | | 2001-07-30 Jason Leach <jleach@ximian.com> * evolution-mail-message.xml: Correct the tooltip for the Print button. Bug #5801. svn path=/trunk/; revision=11471
* renamed "Tasks Preferences" to "Tasks Settings" to be consistent with theDamon Chaplin2001-07-282-1/+6
| | | | | | | | | 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
* removed Edit & Help menus. Fixes #5500.Damon Chaplin2001-07-282-12/+4
| | | | | | | | 2001-07-27 Damon Chaplin <damon@ximian.com> * evolution-comp-editor.xml: removed Edit & Help menus. Fixes #5500. svn path=/trunk/; revision=11465
* Consistency fixes, and reindented the goddamn thing.Federico Mena Quintero2001-07-282-142/+118
| | | | | | | | | 2001-07-26 Federico Mena Quintero <federico@ximian.com> * evolution-calendar.xml: Consistency fixes, and reindented the goddamn thing. svn path=/trunk/; revision=11454
* Removed the unused "Settings" submenu, because it creates an extra blankJason Leach2001-07-282-5/+6
| | | | | | | | | | 2001-07-27 Jason Leach <jleach@ximian.com> * evolution-addressbook.xml: Removed the unused "Settings" submenu, because it creates an extra blank menu after the Help submenu. Bug #4275. svn path=/trunk/; revision=11451
* changed "Settings" to "Calendar Settings". Fixes bug #5498.Damon Chaplin2001-07-262-1/+6
| | | | | | | | | 2001-07-25 Damon Chaplin <damon@ximian.com> * evolution-calendar.xml: changed "Settings" to "Calendar Settings". Fixes bug #5498. svn path=/trunk/; revision=11417
* Move Insert File from the File menu into the Insert Menu. Change thePeter Williams2001-07-252-4/+9
| | | | | | | | | | 2001-07-24 Peter Williams <peterw@ximian.com> * evolution-message-composer.xml: Move Insert File from the File menu into the Insert Menu. Change the accelerators to reflect what's being inserted and add ellipses. svn path=/trunk/; revision=11349
* Add "Compose New Message" to the Actions menu as suggested in bug #866.Peter Williams2001-07-252-2/+8
| | | | | | | | | | 2001-07-24 Peter Williams <peterw@ximian.com> * evolution-mail-global.xml: Add "Compose New Message" to the Actions menu as suggested in bug #866. Also fix it so that the pixmaps for the Compose menu items are displayed. svn path=/trunk/; revision=11344
* Add the "Mark as Unimportant" cmd and menu item to the Edit menu. BugJason Leach2001-07-242-3/+12
| | | | | | | | | 2001-07-23 Jason Leach <jleach@ximian.com> * evolution-mail-message.xml: Add the "Mark as Unimportant" cmd and menu item to the Edit menu. Bug #5225. svn path=/trunk/; revision=11314
* typo in changelog.Jacob Leach2001-07-221-1/+1
| | | | svn path=/trunk/; revision=11297
* Capitalize "messgaes" in "Hide Read messages" menu item label. Bug #5091.Jason Leach2001-07-222-1/+6
| | | | | | | | | 2001-07-21 Jason Leach <jleach@ximian.com> * evolution-mail-list.xml: Capitalize "messgaes" in "Hide Read messages" menu item label. Bug #5091. svn path=/trunk/; revision=11296
* Removed the "Redirect" menu since this is now a future feature.Jeffrey Stedfast2001-07-212-5/+5
| | | | | | | | | 2001-07-20 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Removed the "Redirect" menu since this is now a future feature. svn path=/trunk/; revision=11277
* update to use new print icon.Damon Chaplin2001-07-203-11/+14
| | | | | | | | | 2001-07-19 Damon Chaplin <damon@ximian.com> * evolution-calendar.xml: * evolution-comp-editor.xml: update to use new print icon. svn path=/trunk/; revision=11243
* Add closing dots to the "Filter on..." items for consistency with theEttore Perazzoli2001-07-172-4/+9
| | | | | | | * evolution-mail-message.xml: Add closing dots to the "Filter on..." items for consistency with the "VFolder on..." ones. svn path=/trunk/; revision=11147
* Remove Print commands and toolbar/menu items. Also, use "list" instead ofChris Toshok2001-07-112-26/+9
| | | | | | | | | 2001-07-10 Chris Toshok <toshok@ximian.com> * evolution-contact-list-editor.xml: Remove Print commands and toolbar/menu items. Also, use "list" instead of "group". svn path=/trunk/; revision=10980
* remove FileSaveInFolder menu item. rename Insert->File toLarry Ewing2001-07-102-2/+7
| | | | | | | | | 2001-07-09 Larry Ewing <lewing@ximian.com> * evolution-message-composer.xml: remove FileSaveInFolder menu item. rename Insert->File to Insert->Attachment. svn path=/trunk/; revision=10947
* Change the folder right-click "Properties..." menu item handling soEttore Perazzoli2001-07-062-7/+2
| | | | | | | | | | that it only happens in the mailer (which is the only component actually using this). For some reason it still doesn't work properly (i.e. the menu item currently does nothing), but I haven't quite figured out why yet. svn path=/trunk/; revision=10840
* Get the File -> Folder -> Properties menu item work again for theEttore Perazzoli2001-07-053-11/+9
| | | | | | mailer. svn path=/trunk/; revision=10793
* set "pixname" value only if pixbuf was loaded successfully. OtherwiseGediminas Paulauskas2001-07-052-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | 2001-07-04 Gediminas Paulauskas <menesis@delfi.lt> * evolution-shell-component-utils.c (e_pixmaps_update): set "pixname" value only if pixbuf was loaded successfully. Otherwise component crashes if image is not found. Should be checked for sanity in bonobo_ui_component_set_prop IMHO. 2001-07-04 Gediminas Paulauskas <menesis@delfi.lt> * Makefile.am: install apply-filters-16.xpm 2001-07-04 Gediminas Paulauskas <menesis@delfi.lt> * evolution-mail-message.xml: MessageApplyFilters now has an icon. 2001-07-04 Gediminas Paulauskas <menesis@delfi.lt> * folder-browser-ui.c (message_pixcache): set icon for ApplyFilters command. svn path=/trunk/; revision=10783
* Fix bug #3612: Accelerator for attach file in composer.Jacob Leach2001-07-042-0/+8
| | | | svn path=/trunk/; revision=10768
* Finish off #809 by committing the menu and right click thingies forJacob Leach2001-07-042-0/+9
| | | | | | marking as important. svn path=/trunk/; revision=10765
* Add a seperate pixbuf for the print buttonIain Holmes2001-07-042-1/+6
| | | | svn path=/trunk/; revision=10759
* Add publish free/busy itemJP Rosevear2001-07-032-0/+11
| | | | | | | | 2001-07-02 JP Rosevear <jpr@ximian.com> * evolution-calendar.xml: Add publish free/busy item svn path=/trunk/; revision=10724
* make the 'Task Preferences' menu item appear as the first item in theRodrigo Moya2001-07-032-3/+14
| | | | | | | | | 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
* Set it up to have an e-charset-picker bonobo-ui menu attached to the EditJeffrey Stedfast2001-07-032-74/+48
| | | | | | | | | 2001-07-02 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Set it up to have an e-charset-picker bonobo-ui menu attached to the Edit menu. svn path=/trunk/; revision=10691
* Rename "New -> Evolution bar shortcut" into "New -> Shortcut".Ettore Perazzoli2001-07-022-1/+6
| | | | | | | * evolution.xml: Rename "New -> Evolution bar shortcut" into "New -> Shortcut". svn path=/trunk/; revision=10673
* add a separate dockitem for the search entry.Chris Toshok2001-07-022-5/+12
| | | | | | | | | 2001-07-01 Chris Toshok <toshok@ximian.com> * evolution-subscribe.xml: add a separate dockitem for the search entry. svn path=/trunk/; revision=10670
* Enable the label next to the "Attach" toolbar button, and get rid of theEttore Perazzoli2001-07-022-7/+6
| | | | | | | * evolution-message-composer.xml: Enable the label next to the "Attach" toolbar button, and get rid of the "Help" menu. svn path=/trunk/; revision=10659
* Implemented the `File -> New -> Shortcut' command.Ettore Perazzoli2001-07-012-1/+5
| | | | | | | I have also implemented a "no-new-button" mode for the folder selection dialog widget. svn path=/trunk/; revision=10655
* Use Tuomas' next-message, previous-message and print icons in theEttore Perazzoli2001-07-012-3/+8
| | | | | | mailer. svn path=/trunk/; revision=10647
* Add the preferences thingIain Holmes2001-07-011-0/+11
| | | | svn path=/trunk/; revision=10638
* fixed typosRodrigo Moya2001-06-302-5/+9
| | | | | | | | 2001-06-29 Rodrigo Moya <rodrigo@ximian.com> * evolution-tasks.xml: fixed typos svn path=/trunk/; revision=10612
* new fileRadek Doulik2001-06-293-0/+76
| | | | | | | | 2001-06-28 Radek Doulik <rodo@ximian.com> * evolution-signature-editor.xml: new file svn path=/trunk/; revision=10575
* Small typoRodrigo Moya2001-06-281-2/+1
| | | | svn path=/trunk/; revision=10562
* added cut/copy/paste entries to the main menuRodrigo Moya2001-06-282-0/+14
| | | | | | | | 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
* added cut/copy/paste entries to the main menuRodrigo Moya2001-06-282-0/+18
| | | | | | | | | 2001-06-27 Rodrigo Moya <rodrigo@ximian.com> * evolution-calendar.xml: added cut/copy/paste entries to the main menu svn path=/trunk/; revision=10558
* remove FIXME from FileInsertFile.Larry Ewing2001-06-282-1/+6
| | | | | | | | | | | | | | | 2001-06-27 Larry Ewing <lewing@ximian.com> * evolution-message-composer.xml: remove FIXME from FileInsertFile. * e-msg-composer.c (menu_file_insert_file_cb): make hook this up. (get_sig_file_content): use get_file_content. (get_file_content): make this usable for both insertion and signatures. (read_file_content): added helper function to read file. svn path=/trunk/; revision=10552
* Updated to use TigerT's attachment icon.Jeffrey Stedfast2001-06-282-2/+5
| | | | | | | | | 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Updated to use TigerT's attachment icon. svn path=/trunk/; revision=10540
* Copy and Move to Folder now require the Shift key.Jeffrey Stedfast2001-06-282-2/+5
| | | | | | | | | 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Copy and Move to Folder now require the Shift key. svn path=/trunk/; revision=10537
* Changed the Expunge accel to ^E instead of ^X since ^X is Cut andJeffrey Stedfast2001-06-282-7/+13
| | | | | | | | | | 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-list.xml: Changed the Expunge accel to ^E instead of ^X since ^X is Cut and reveresed the order of the Cut/Copy/Paste and Select* menu item groups. svn path=/trunk/; revision=10530
* Mail:Peter Williams2001-06-277-468/+650
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 001-06-26 Peter Williams <peterw@ximian.com> * folder-browser-ui.c: New file derived from folder-browser-factory.c. Contains the Bonobo UI code, split into three groups as described in ui/ChangeLog. Also contains the GalView stuff and the hookups into the Bonobo UI stuff. * folder-browser-factory.c: Move most of the UI stuff to folder-browser-ui.c. (control_activate): Add all three kinds of UI element to this folderbrowser. (control_deactivate): Remove all three kinds. * folder-browser-ui.h: New file. Prototypes functions to add UI elements to a FolderBrowser. * Makefile.am: Add folder-browser-ui.{c,h} * message-browser.c (PARENT_TYPE): Change to BONOBO_TYPE_WINDOW (message_browser_destroy): Chain to parent destroy function. (set_bonobo_ui): New function. Add the 'message' functions from the folder browser to our UI. (message_browser_close): BonoboVerbify this. * message-browser.h: Convert to BonoboWindow. UI: 6-26 Peter Williams <peterw@ximian.com> * evolution-mail-global.xml: * evolution-mail-list.xml: * evolution-mail-message.xml: New files. These are the result of splitting evolution-mail.xml into three pieces: one for the global mailer operations, one for the operations on a messagelist, and one for the operations on one or more messages. * evolution-mail-messagedisplay: New file. UI for the standalone message browser that you get when you double-click. Very skeleton. * evolution-mail.xml: Removed. * Makefile.am: Updated to install new files. svn path=/trunk/; revision=10514
* add a preview toggle itemjacob berkman2001-06-262-0/+9
| | | | | | | | 2001-06-25 jacob berkman <jacob@ximian.com> * evolution-mail.xml: add a preview toggle item svn path=/trunk/; revision=10493
* Added Cut/Copy/Paste menu items.Jeffrey Stedfast2001-06-262-0/+22
| | | | | | | | 2001-06-25 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Added Cut/Copy/Paste menu items. svn path=/trunk/; revision=10488
* add cmd for ContactNewList and ContactsPrintPreview. Also, correct the tipChris Toshok2001-06-251-0/+90
| | | | | | | | | | | | | 2001-06-24 Chris Toshok <toshok@ximian.com> * evolution-addressbook.xml: add cmd for ContactNewList and ContactsPrintPreview. Also, correct the tip for Select All and add the accelerator. Add menu/tool items for ContactNewList, and remove the tool item for ContactViewAll. * Makefile.am (XML_FILES): add evolution-contact-list-editor.xml. svn path=/trunk/; revision=10462
* add cmd for ContactNewList and ContactsPrintPreview. Also, correct the tipChris Toshok2001-06-253-8/+27
| | | | | | | | | | | | | 2001-06-24 Chris Toshok <toshok@ximian.com> * evolution-addressbook.xml: add cmd for ContactNewList and ContactsPrintPreview. Also, correct the tip for Select All and add the accelerator. Add menu/tool items for ContactNewList, and remove the tool item for ContactViewAll. * Makefile.am (XML_FILES): add evolution-contact-list-editor.xml. svn path=/trunk/; revision=10459
* Get rid of the nasty Bonobo status bar.Ettore Perazzoli2001-06-232-6/+4
| | | | svn path=/trunk/; revision=10439
* new commandsJP Rosevear2001-06-232-0/+21
| | | | | | | | 2001-06-22 JP Rosevear <jpr@ximian.com> * evolution-task-editor.xml: new commands svn path=/trunk/; revision=10402
* add toolbarJP Rosevear2001-06-222-1/+24
| | | | | | | | 2001-06-21 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: add toolbar svn path=/trunk/; revision=10381
* collapse print commands hereJP Rosevear2001-06-214-51/+20
| | | | | | | | 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-202-1/+6
| | | | | | | | | 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
* split out commands from toolitems/menuitems.Chris Toshok2001-06-202-29/+55
| | | | | | | | | 2001-06-19 Chris Toshok <toshok@ximian.com> * evolution-contact-editor.xml: split out commands from toolitems/menuitems. svn path=/trunk/; revision=10320
* ui xml for task editorJP Rosevear2001-06-204-256/+56
| | | | | | | | | | 2001-06-19 JP Rosevear <jpr@ximian.com> * evolution-task-editor.xml: ui xml for task editor * Makefile.am: install new file svn path=/trunk/; revision=10314
* change to event specific operationsJP Rosevear2001-06-204-184/+100
| | | | | | | | | | | | | 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
* Added a Reply-to-list menu item.Jeffrey Stedfast2001-06-152-0/+10
| | | | | | | | 2001-06-14 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Added a Reply-to-list menu item. svn path=/trunk/; revision=10233