| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=23338
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
svn path=/trunk/; revision=23322
|
|
|
|
| |
svn path=/trunk/; revision=23302
|
|
|
|
| |
svn path=/trunk/; revision=22964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=21426
|
|
|
|
| |
svn path=/trunk/; revision=21387
|
|
|
|
|
|
|
|
| |
2003-05-29 Rodney Dawes <dobey@ximian.com>
* evolution-addressbook.xml: Fix binding conflict with Print/Preview
svn path=/trunk/; revision=21357
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
2003-04-21 Rodrigo Moya <rodrigo@ximian.com>
Fixes #22444
* evolution-calendar.xml: added occurrence-related menu items.
svn path=/trunk/; revision=20920
|
|
|
|
|
|
|
|
|
| |
2003-04-17 Not Zed <NotZed@Ximian.com>
* evolution-signature-editor.xml: Remove the Help menu.
'Fix' for #38927.
svn path=/trunk/; revision=20876
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2003-03-20 JP Rosevear <jpr@ximian.com>
* evolution.xml: remove conduit settings as a separate entry
svn path=/trunk/; revision=20445
|
|
|
|
|
|
|
|
| |
* evolution-mail-message.xml: Make "MessageReplyList" and
"MessagePostReply" have no pixbuf.
* evolution-mail-global.xml: Same with "MailPost".
svn path=/trunk/; revision=20101
|
|
|
|
|
|
|
|
| |
2003-02-23 Hans Petter Jansson <hpj@ximian.com>
* evolution-event-editor.xml: Fix an attributes typo.
svn path=/trunk/; revision=20013
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
configure.in).
svn path=/trunk/; revision=19549
|
|
|
|
| |
svn path=/trunk/; revision=19180
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
"both_horiz".
svn path=/trunk/; revision=18858
|
|
|
|
| |
svn path=/trunk/; revision=18528
|
|
|
|
|
|
| |
"pixbuf".
svn path=/trunk/; revision=18454
|
|
|
|
|
|
|
|
| |
2002-10-15 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-list.xml: Made tooltips more clear.
svn path=/trunk/; revision=18372
|
|
|
|
|
|
|
| |
* evolution.xml: Remove "..." from "Remove Other User's Folder"
since it doesn't pop up a dialog. #31576.
svn path=/trunk/; revision=18324
|
|
|
|
|
|
| |
appropriate ChangeLog files.
svn path=/trunk/; revision=18268
|
|
|
|
|
|
| |
* evolution.xml: Add FileRemoveOtherUsersFolder
svn path=/trunk/; revision=18266
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
accels for MailNextUnread and MailPreviousUnread.
svn path=/trunk/; revision=17965
|
|
|
|
|
|
| |
next/prev unread.
svn path=/trunk/; revision=17949
|
|
|
|
|
|
|
| |
New placeholder at
FolderPopup/StorageFolderPropertiesPlaceholder.
svn path=/trunk/; revision=17715
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
for TextZoomIn and TextZoomOut instead of *Control*+ and
*Control*-, since the former actually works. :-)
svn path=/trunk/; revision=17557
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
help menu fix
svn path=/trunk/; revision=17533
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
instead of `p', so it doesn't conflict with "_Preferences".
[#27948]
svn path=/trunk/; revision=17511
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
svn path=/trunk/; revision=17427
|
|
|
|
|
|
|
|
|
|
| |
* evolution-mail-message.xml: Add accelerator for "Print Preview",
"Delete".
* evolution-addressbook.xml: Add accelerator for "Print Preview",
"Delete".
svn path=/trunk/; revision=17405
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=17380
|
|
|
|
|
|
|
|
| |
2002-07-05 Jeffrey Stedfast <fejj@ximian.com>
* evolution-message-composer.xml: Removed the Send Later verb.
svn path=/trunk/; revision=17376
|
|
|
|
| |
svn path=/trunk/; revision=17344
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* evolution.xml: Put the search menu in a SearchPlaceholder.
svn path=/trunk/; revision=16979
|
|
|
|
|
|
|
| |
* evolution-event-editor.xml: Add a toolbar item for
ActionScheduleMeeting.
svn path=/trunk/; revision=16956
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* evolution.xml: Add FileOpenOtherUsersFolder.
svn path=/trunk/; revision=16747
|
|
|
|
|
|
| |
* evolution-calendar.xml: Fix bad xml.
svn path=/trunk/; revision=16402
|
|
|
|
|
|
|
| |
* evolution-addressbook.xml: Added missing </submenu> tag. Remove
bogus "Dump" menu item.
svn path=/trunk/; revision=16344
|
|
|
|
| |
svn path=/trunk/; revision=16264
|
|
|
|
|
|
|
|
| |
2002-03-27 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-global.xml: Removed the "Mail Settings" stuff.
svn path=/trunk/; revision=16263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* my-evolution.xml: Remove "Settings" item.
svn path=/trunk/; revision=16163
|
|
|
|
| |
svn path=/trunk/; revision=16160
|
|
|
|
|
|
|
|
|
| |
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 JP Rosevear <jpr@ximian.com>
* evolution-calendar.xml: remove duplicate new items in the file
and action menus
svn path=/trunk/; revision=16158
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
* evolution.xml: Add an entry to invoke the new unified config
dialog.
svn path=/trunk/; revision=16137
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=15995
|
|
|
|
|
|
|
|
| |
2002-03-08 Radek Doulik <rodo@ximian.com>
* evolution-signature-editor.xml: added FormatHTML
svn path=/trunk/; revision=15992
|
|
|
|
|
|
|
|
| |
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 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-04 Damon Chaplin <damon@ximian.com>
* evolution-tasks.xml: added Print & PrintPreview stuff.
svn path=/trunk/; revision=15905
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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-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-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-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-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-01-28 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-message.xml: Add MessageRedirect.
svn path=/trunk/; revision=15510
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* evolution.xml: Remove "Dump" menu item.
svn path=/trunk/; revision=15345
|
|
|
|
|
|
|
|
|
|
|
| |
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-03 JP Rosevear <jpr@ximian.com>
* evolution-tasks.xml: add a mark as complete item
svn path=/trunk/; revision=15240
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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-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-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
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
* evolution-message-composer.xml: Remove separator from the end of
the "View" menu.
svn path=/trunk/; revision=14395
|
|
|
|
|
|
|
|
|
|
| |
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-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-25 Larry Ewing <lewing@ximian.com>
* evolution-mail-message.xml: add separator before text size menu
svn path=/trunk/; revision=14106
|
|
|
|
| |
svn path=/trunk/; revision=13980
|
|
|
|
|
|
|
|
|
| |
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-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-20 Larry Ewing <lewing@ximian.com>
* evolution-mail-message.xml: add text size menu.
svn path=/trunk/; revision=13829
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=13233
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
* evolution.xml: Don't allow the default toolbar to be
configurable.
svn path=/trunk/; revision=12676
|
|
|
|
|
|
| |
* evolution.xml: Don't allow the default toolbar to be configurable.
svn path=/trunk/; revision=12675
|
|
|
|
|
|
|
|
| |
2001-09-06 Anna Marie Dirks <anna@ximian.com>
* evolution-contact-editor.xml: Changed "Save" to "Save and Close"
svn path=/trunk/; revision=12664
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* evolution.xml: s/Evolution/Ximian Evolution/.
svn path=/trunk/; revision=12626
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
* evolution-mail-global.xml: Add an F9 accelerator for the
"Send/Receive" item.
svn path=/trunk/; revision=12595
|
|
|
|
|
|
|
|
| |
2001-09-04 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-message.xml: Add an accel for Search Message.
svn path=/trunk/; revision=12592
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2001-08-21 Damon Chaplin <damon@ximian.com>
* evolution-calendar.xml: Added tip for 'New Task'.
svn path=/trunk/; revision=12348
|
|
|
|
|
|
|
|
|
| |
2001-08-21 Damon Chaplin <damon@ximian.com>
* evolution-calendar.xml: 'All-Day' -> 'All Day' to be consistent
everywhere.
svn path=/trunk/; revision=12346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
2001-08-20 JP Rosevear <jpr@ximian.com>
* evolution-comp-editor.xml: control-return for save and close
svn path=/trunk/; revision=12320
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2001-08-20 JP Rosevear <jpr@ximian.com>
* evolution-comp-editor.xml: remove print setup option for consistency
svn path=/trunk/; revision=12312
|
|
|
|
|
|
|
|
| |
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-mail-message.xml: set MessageDelete pixtype to pixbuf.
svn path=/trunk/; revision=12284
|
|
|
|
|
|
|
|
| |
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-contact-editor.xml: set Delete pixtype to pixbuf.
svn path=/trunk/; revision=12282
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-calendar.xml: changed Goto icon to pixbuf.
svn path=/trunk/; revision=12274
|
|
|
|
|
|
|
|
| |
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-addressbook.xml: use new Delete icon for menu.
svn path=/trunk/; revision=12271
|
|
|
|
|
|
|
|
| |
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-calendar.xml: added Delete command to menu and toolbar.
svn path=/trunk/; revision=12264
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-tasks.xml: use new delete icons in menu & toolbar.
svn path=/trunk/; revision=12252
|
|
|
|
|
|
|
|
| |
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-mail-list.xml: use Cut/Copy/Paste icons.
svn path=/trunk/; revision=12247
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2001-08-19 Damon Chaplin <damon@ximian.com>
* evolution-addressbook.xml: use new Cut/Copy/Paste/Save/Search icons.
svn path=/trunk/; revision=12240
|
|
|
|
|
|
|
|
|
| |
2001-08-19 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-list.xml: Added Cut/Copy/Paste underline
thingies.
svn path=/trunk/; revision=12223
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
* evolution.xml: Remove "Control-W" accelerator for closing the
window.
svn path=/trunk/; revision=12205
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2001-08-17 Damon Chaplin <damon@ximian.com>
* evolution-addressbook.xml: changed print icon types to pixbuf.
svn path=/trunk/; revision=12189
|
|
|
|
|
|
|
|
| |
2001-08-17 Damon Chaplin <damon@ximian.com>
* evolution-addressbook.xml: changed 'Search for Contacts'.
svn path=/trunk/; revision=12186
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
2001-08-16 Peter Williams <peterw@ximian.com>
* evolution-mail-message.xml: Stop search message from conflicting
with expunge.
svn path=/trunk/; revision=12129
|
|
|
|
|
|
|
|
| |
2001-08-16 JP Rosevear <jpr@ximian.com>
* evolution-comp-editor.xml: add save menu item
svn path=/trunk/; revision=12125
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* evolution.xml: Add a "BuiltMenuItems" placeholder in the "Help"
menu so we can do the fancy Bonobo help stuff.
svn path=/trunk/; revision=12103
|
|
|
|
|
|
|
|
| |
2001-08-15 Anna Marie Dirks <anna@ximian.com>
*evolution-calendar.xml : Changed "print calendar" to "print".
svn path=/trunk/; revision=12073
|
|
|
|
| |
svn path=/trunk/; revision=12059
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=11978
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=11966
|
|
|
|
|
|
|
| |
* evolution-mail-global.xml: Remove a separator after the
"Subscribe to Folders" item.
svn path=/trunk/; revision=11963
|
|
|
|
|
|
|
| |
* evolution-calendar.xml: Add labels for the ShowDayView,
ShowWorkWeekView, ShowWeekView, ShowMonthView buttons.
svn path=/trunk/; revision=11951
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* evolution-tasks.xml: Put the Tools menu in the
ComponentToolsPlaceholder.
svn path=/trunk/; revision=11920
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* evolution.xml: Remove all the "New ... FIXME" items.
svn path=/trunk/; revision=11851
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
* evolution-mail-messagedisplay.xml: Remove "Customize toolbar"
item.
* evolution.xml: Here too.
* evolution-message-composer.xml: Here too.
svn path=/trunk/; revision=11747
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
a few places.
svn path=/trunk/; revision=11544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
composer. (Beautiful work Tuomas and Jakub!)
svn path=/trunk/; revision=11511
|
|
|
|
|
|
|
|
| |
2001-07-29 Damon Chaplin <damon@ximian.com>
* evolution-tasks.xml: use the new print icons.
svn path=/trunk/; revision=11495
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2001-07-27 Damon Chaplin <damon@ximian.com>
* evolution-comp-editor.xml: removed Edit & Help menus. Fixes #5500.
svn path=/trunk/; revision=11465
|
|
|
|
|
|
|
|
|
| |
2001-07-26 Federico Mena Quintero <federico@ximian.com>
* evolution-calendar.xml: Consistency fixes, and reindented the
goddamn thing.
svn path=/trunk/; revision=11454
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
2001-07-25 Damon Chaplin <damon@ximian.com>
* evolution-calendar.xml: changed "Settings" to "Calendar Settings".
Fixes bug #5498.
svn path=/trunk/; revision=11417
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=11297
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* evolution-mail-message.xml: Add closing dots to the "Filter
on..." items for consistency with the "VFolder on..." ones.
svn path=/trunk/; revision=11147
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
mailer.
svn path=/trunk/; revision=10793
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=10768
|
|
|
|
|
|
| |
marking as important.
svn path=/trunk/; revision=10765
|
|
|
|
| |
svn path=/trunk/; revision=10759
|
|
|
|
|
|
|
|
| |
2001-07-02 JP Rosevear <jpr@ximian.com>
* evolution-calendar.xml: Add publish free/busy item
svn path=/trunk/; revision=10724
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* evolution.xml: Rename "New -> Evolution bar shortcut" into "New
-> Shortcut".
svn path=/trunk/; revision=10673
|
|
|
|
|
|
|
|
|
| |
2001-07-01 Chris Toshok <toshok@ximian.com>
* evolution-subscribe.xml: add a separate dockitem for the search
entry.
svn path=/trunk/; revision=10670
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
I have also implemented a "no-new-button" mode for the folder
selection dialog widget.
svn path=/trunk/; revision=10655
|
|
|
|
|
|
| |
mailer.
svn path=/trunk/; revision=10647
|
|
|
|
| |
svn path=/trunk/; revision=10638
|
|
|
|
|
|
|
|
| |
2001-06-29 Rodrigo Moya <rodrigo@ximian.com>
* evolution-tasks.xml: fixed typos
svn path=/trunk/; revision=10612
|
|
|
|
|
|
|
|
| |
2001-06-28 Radek Doulik <rodo@ximian.com>
* evolution-signature-editor.xml: new file
svn path=/trunk/; revision=10575
|
|
|
|
| |
svn path=/trunk/; revision=10562
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
2001-06-27 Jeffrey Stedfast <fejj@ximian.com>
* evolution-message-composer.xml: Updated to use TigerT's
attachment icon.
svn path=/trunk/; revision=10540
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2001-06-25 jacob berkman <jacob@ximian.com>
* evolution-mail.xml: add a preview toggle item
svn path=/trunk/; revision=10493
|
|
|
|
|
|
|
|
| |
2001-06-25 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail.xml: Added Cut/Copy/Paste menu items.
svn path=/trunk/; revision=10488
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=10439
|
|
|
|
|
|
|
|
| |
2001-06-22 JP Rosevear <jpr@ximian.com>
* evolution-task-editor.xml: new commands
svn path=/trunk/; revision=10402
|
|
|
|
|
|
|
|
| |
2001-06-21 JP Rosevear <jpr@ximian.com>
* evolution-comp-editor.xml: add toolbar
svn path=/trunk/; revision=10381
|
|
|
|
|
|
|
|
| |
2001-06-20 JP Rosevear <jpr@ximian.com>
* evolution-comp-editor.xml: collapse print commands here
svn path=/trunk/; revision=10337
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
2001-06-19 Chris Toshok <toshok@ximian.com>
* evolution-contact-editor.xml: split out commands from
toolitems/menuitems.
svn path=/trunk/; revision=10320
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2001-06-14 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail.xml: Added a Reply-to-list menu item.
svn path=/trunk/; revision=10233
|
|
|
|
| |
svn path=/trunk/; revision=10163
|
|
|
|
|
|
|
|
|
| |
2001-06-05 Jason Leach <jleach@ximian.com>
* evolution.xml: Fix a little thing where it was actually saying
"_Delete this folder" in the statusbar.
svn path=/trunk/; revision=10129
|
|
|
|
|
|
|
|
|
| |
2001-05-31 Chris Toshok <toshok@ximian.com>
* evolution-addressbook.xml: change Print Preview's name to
ContactsPrintPreview.
svn path=/trunk/; revision=10063
|
|
|
|
|
|
|
|
|
| |
2001-05-30 Chris Toshok <toshok@ximian.com>
* evolution-addressbook.xml: add commands/menu items for
Cut/Copy/Paste/Select All.
svn path=/trunk/; revision=10051
|