| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-02 Matthew Barnes <mbarnes@redhat.com>
** Merge the mbarnes-composer branch
* configure.in:
Bump libgtkhtml requirement to 3.19.1.
Add gtkhtml-editor dependency for addressbook, calendar and mail.
Remove print-message plugin; new composer implements this natively.
* tools/Makefile.am:
Remove CORBA rules for the old composer.
* addressbook/gui/widgets/Makefile.am:
Remove CORBA rules for the old composer.
* addressbook/gui/widgets/eab-gui-util.c
(eab_send_to_contact_and_email_num_list),
(eab_send_contact_list_as_attachment):
Adapt to new Bonobo-less composer widget.
* calendar/gui/Makefile.am:
Remove CORBA rules for the old composer.
* calendar/gui/itip-utils.c (comp_from), (comp_to_list),
(comp_subject), (comp_content_type), (comp_filename),
(comp_description), (append_cal_attachments), (itip_send_comp),
(reply_to_calendar_comp):
Adapt to new Bonobo-less composer widget.
* composer/Makefile.am:
Remove CORBA rules for the old composer.
* composer/e-msg-composer.c:
* composer/e-msg-composer.h:
EMsgComposer is now a subclass of GtkhtmlEditor.
Extensive refactoring and cleanup, too much to list in detail.
* composer/e-composer-header.c:
* composer/e-composer-header.h:
Add "sensitive" property along with get/set functions.
* composer/e-composer-from-header.c:
* composer/e-composer-from-header.h:
Propagate "refreshed" signal from EAccountComboBox.
Add function e_composer_from_header_get_account_list().
* composer/e-composer-private.c:
* composer/e-composer-private.h:
New files manage composer's private data.
Allows other composer files to manipulate private data.
* composer/e-msg-composer-hdrs.c:
* composer/e-msg-composer-hdrs.h:
Remove these files; replaced by EComposerHeaderTable widget.
* composer/evolution-composer.c:
* composer/evolution-composer.h:
Remove these files; composer is now a subclass of GtkhtmlEditor.
* composer/e-msg-composer-select-file.c:
* composer/e-msg-composer-select-file.h:
Remove these files; logic moved to e-msg-composer.c.
* composer/listener.c:
* composer/listener.h:
Remove these files; event handlers moved to e-msg-composer.c.
* composer/Composer.idl:
* composer/Evolution-Composer.idl:
Remove these files; composer is no longer a Bonobo object.
* mail/em-composer-prefs (sig_edit_cb),
(em_composer_prefs_new_signature):
Adapt to new Bonobo-less signature editor.
* mail/mail-signature-editor.c:
* mail/mail-signature-editor.h:
Rewrite the signature editor as a subclass of GtkhtmlEditor.
Eliminates Bonobo from the equation.
* mail/em-composer-utils.c (composer_get_message),
(em_utils_composer_send_cb), (save_draft_done),
(em_utils_composer_save_draft_cb), (create_new_composer),
(em_utils_compose_new_message),
(em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder),
(em_utils_post_to_url), (edit_message), (forward_attached),
(forward_non_attached), (reply_get_composer), (composer_set_body),
(em_utils_reply_to_message), (post_reply_to_message):
Adapt to new Bonobo-less composer.
* mail/mail-component-factory.c:
Composer is no longer needs a Bonobo factory.
* mail/mail-config.c:
Fix style pattern for EMsgComposer widgets.
* plugins/groupwise/mail-send-options.c
(org_gnome_composer_send_options):
Adapt to streamlined EMsgComposer API.
* plugins/exchange-operations/Makefile.am:
Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS.
* plugins/exchange-operations/exchange-mail-send-options.c
(append_to_header), (org_gnome_exchange_send_options):
Adapt to streamlined EMsgComposer API.
* plugins/mailing-list-actions/mailing-list-actions.c
(emla_list_action_do):
Adapt to streamlined EMsgComposer API.
* po/POTFILES.in: Update file list for new composer.
* ui/evolution-composer-entries.xml:
Remove this file; obsoleted by new composer.
* widgets/misc/Makefile.am:
Add EVOLUTION_MAIL_LIBS.
* widgets/misc/e-account-combo-box.c:
* widgets/misc/e-account-combo-box.h:
New function e_account_combo_box_get_account_list().
Emit a "refreshed" signal when the EAccountList changes.
Add an internal reverse-lookup index.
* widgets/misc/e-charset-picker.c (e_charser_add_radio_actions):
New function adds radio actions to an action group.
Will eventually replace e_charset_picker_bonobo_ui_populate().
* widgets/misc/e-signature-combo-box.c:
* widgets/misc/e-signature-combo-box.h:
New function e_signature_combo_box_get_signature_list().
... separate issue ...
* configure.in:
Bump eds_minimum_version to 2.23.1 for
CAMEL_FOLDER_JUNKED_NOT_DELETED symbol.
svn path=/trunk/; revision=35313
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #477045
* addressbook/gui/component/addressbook-component.c:
* addressbook/gui/component/addressbook-view.c:
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/gui/widgets/eab-contact-display.c:
* calendar/gui/calendar-commands.c:
* calendar/gui/calendar-component.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/dialogs/event-editor.c:
* calendar/gui/dialogs/task-editor.c:
* calendar/gui/e-cal-popup.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-memo-table.c:
* calendar/gui/e-week-view.c:
* calendar/gui/memos-component.c:
* calendar/gui/memos-control.c:
* calendar/gui/tasks-component.c:
* calendar/gui/tasks-control.c:
* composer/e-msg-composer-select-file.c:
* composer/e-msg-composer.c:
* mail/em-folder-tree.c:
* mail/em-folder-view.c:
* mail/em-popup.c:
* mail/mail-component.c:
* mail/mail-mt.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* plugins/exchange-folder-permission.c:
* plugins/exchange-folder.c:
* plugins/groupwise-features/share-folder-common.c:
* shell/e-shell-window-commands.c:
* ui/evolution-addressbook.xml:
* ui/evolution-calendar.xml:
* ui/evolution-composer-entries.xml:
* ui/evolution-editor.xml:
* ui/evolution-event-editor.xml:
* ui/evolution-mail-list.xml:
* ui/evolution-mail-message.xml:
* ui/evolution-memos.xml:
* ui/evolution-message-composer.xml:
* ui/evolution-subscribe.xml:
* ui/evolution-task-editor.xml:
* ui/evolution-tasks.xml:
* ui/evolution.xml:
Use standard icon names where applicable.
svn path=/trunk/; revision=34322
|
|
|
|
| |
svn path=/trunk/; revision=33503
|
|
|
|
|
|
|
| |
from the toolbar and also dis-associate the accelarator key.
svn path=/trunk/; revision=33256
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-18 Raghavendran R <raghavguru7@gmail.com>
* evolution-message-composer.xml: Added Send options button
under Insert menu item in composer .
Added toolitem for Send Options .
svn path=/trunk/; revision=33140
|
|
|
|
|
|
|
|
|
|
| |
2006-07-08 Andreas Köhler <andi5.py@gmx.net>
* evolution-message-composer.xml: adding a seperator between
"save" and "save draft" button. Fixes bug #318462.
(Committed by Andre Klapper)
svn path=/trunk/; revision=32259
|
|
|
|
| |
svn path=/trunk/; revision=31899
|
|
|
|
|
|
|
|
|
| |
2006-01-19 Andre Klapper <a9016009@gmx.de>
* evolution-meesage-composer.xml: changing British English to
American English. Fixes bug 326637.
svn path=/trunk/; revision=31241
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-13 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #326381
* evolution-message-composer.xml:
* evolution-signature-editor.xml
Changed _Insert to I_nsert.
svn path=/trunk/; revision=31169
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-12 Srinivasa Ragavan <sragavan@novell.com>
* evolution-mail-global.xml:
* evolution-mail-message.xml:
* evolution-message-composer.xml:
* evolution.xml:
Changes accelerator assignment specified in
http://go-evolution.org/Shortcut_Keys_Review
svn path=/trunk/; revision=31148
|
|
|
|
|
|
|
|
| |
2005-12-20 Andre Klapper <a9016009@gmx.de>
* evolution-mail-message.xml: changing 1 HIG-violating shortcut.
Fixes bug 323910
svn path=/trunk/; revision=30886
|
|
|
|
|
|
|
|
|
| |
2005-12-07 Parthasarathi Susarla <sparthasarathi@novell.com>
* evolution-message-composer.xml: Add menu item for prioritising
message
svn path=/trunk/; revision=30735
|
|
|
|
|
|
|
|
| |
2005-09-24 Andre Klapper <a9016009@gmx.de>
* evolution-message-composer.xml: changing the order of the
main menu items due to HIG (#308614)
svn path=/trunk/; revision=30376
|
|
|
|
| |
svn path=/trunk/; revision=30004
|
|
|
|
|
|
|
|
|
|
| |
2005-07-25 Srinivasa Ragavan <sragavan@novell.com>
* evolution-message-composer.xml: Added Shortcut for Save Draft
-(Ctrl+Shift+S) and a toolbar button for the same.
Fixes #219242. Commiting Devashish Sharma's patch
svn path=/trunk/; revision=29871
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-16 Srinivasa Ragavan <sragavan@novell.com>
* composer/e-message-composer.c
* calendar/gui/dialogs/comp-editor.c
* ui/evolutoin-message-composer.xml
Removed the expander for the attachment bar and made visible
always.
svn path=/trunk/; revision=29373
|
|
|
|
|
|
|
|
|
| |
2005-05-06 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #301459
* evolution-message-composer.xml: Fixed the typo error.
svn path=/trunk/; revision=29299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-08 Not Zed <NotZed@Ximian.com>
* evolution-message-composer.xml: change the label to "Request
read receipt".
2004-03-31 ERDI Gergo <cactus@cactus.rulez.org>
* evolution-message-composer.xml: Added new menu item for
requesting message receipts when composing a new message
svn path=/trunk/; revision=29186
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-04 JP Rosevear <jpr@novell.com>
* evolution.xml: add component button view items
* evolution.xml: set the toolbar look to "system" everywhere
* evolution-signature-editor.xml: ditto
* evolution-message-composer.xml: ditto
svn path=/trunk/; revision=28238
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-05-25 William Jon McCann <mccann@jhu.edu>
* evolution-message-composer.xml:
* evolution-composer-entries.xml:
* evolution-contact-list-editor.xml:
* evolution-contact-editor.xml:
* evolution.xml:
* evolution-mail-message.xml:
* evolution-mail-list.xml:
* evolution-mail-global.xml:
* evolution-addressbook.xml: use stock icons where possible.
Calendar and tasks already use stock icons.
* evolution-tasks.xml: swap positions of delete and print icons
to be consistent with the other components.
svn path=/trunk/; revision=26085
|
|
|
|
|
|
|
|
|
| |
2004-01-12 Meilof Veeningen <meilof@wanadoo.nl>
* evolution-message-composer.xml: Add menu items to show To and
PostTo
svn path=/trunk/; revision=24183
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-01-06 Rodney Dawes <dobey@ximian.com>
* evolution-comp-editor.xml:
* evolution-contact-editor.xml:
* evolution-contact-list-editor.xml:
* evolution-event-editor.xml:
* evolution-mail-messagedisplay.xml:
* evolution-message-composer.xml:
* evolution-signature-editor.xml:
* evolution.xml: Fixes bug #39488, use hlook="system" for toolbars
svn path=/trunk/; revision=24070
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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=15995
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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-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-01 Radek Doulik <rodo@ximian.com>
* evolution-message-composer.xml: removed hidden Debug submenu,
it was causing empty little popup menu appear, which was somewhat
confusing, I hope Michael doesn't need it anymore
* evolution-signature-editor.xml: removed hidden Debug submenu
svn path=/trunk/; revision=13259
|
|
|
|
|
|
|
|
|
| |
2001-08-19 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-list.xml: Added Cut/Copy/Paste underline
thingies.
svn path=/trunk/; revision=12223
|
|
|
|
|
|
|
|
|
| |
* evolution-mail-messagedisplay.xml: Remove "Customize toolbar"
item.
* evolution.xml: Here too.
* evolution-message-composer.xml: Here too.
svn path=/trunk/; revision=11747
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
composer. (Beautiful work Tuomas and Jakub!)
svn path=/trunk/; revision=11511
|
|
|
|
|
|
|
|
|
|
| |
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-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
|
|
|
|
| |
svn path=/trunk/; revision=10768
|
|
|
|
|
|
|
|
|
| |
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-message-composer.xml: Enable the label next to the
"Attach" toolbar button, and get rid of the "Help" menu.
svn path=/trunk/; revision=10659
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-05-24 Radek Doulik <rodo@ximian.com>
* evolution-message-composer.xml: added delete all to edit menu
added placeholders for all edit menu parts
svn path=/trunk/; revision=9962
|
|
|
|
|
|
|
|
| |
2001-05-24 Radek Doulik <rodo@ximian.com>
* evolution-message-composer.xml: added delete all to edit menu
svn path=/trunk/; revision=9960
|
|
|
|
|
|
|
|
| |
2001-05-16 Jeffrey Stedfast <fejj@ximian.com>
* evolution-message-composer.xml: Added S/MIME menu items.
svn path=/trunk/; revision=9854
|
|
|
|
|
|
|
|
| |
2001-05-14 Jeffrey Stedfast <fejj@ximian.com>
* evolution-message-composer.xml: Remove Help->About.
svn path=/trunk/; revision=9794
|
|
|
|
|
|
|
|
| |
2001-03-12 Jeffrey Stedfast <fejj@ximian.com>
* evolution-message-composer.xml: Added Reply-To field.
svn path=/trunk/; revision=8656
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-03-06 Miguel de Icaza <miguel@ximian.com>
* e-msg-composer.c (set_config): New function. Used to store
integer values into the configuration engine. Handles the case of
Bonobo-conf being installed, or falls back to gnome_config.
* e-msg-composer-hdrs.c (add_header): Renamed to be
header_new_recipient(). Now we take care of the other cases in
create_headers, which is a lot nicer now.
(create_optionmenu): Removed extra "name" argument which was not
being used anyways (the only arg passed was From:).
(init): Removed all the redundant NULL initialization by using
nice g_new0
(create_headers): New function, much cleaner.
Use of Pair structure everywhere instead of individual widgets to
keep track of which ones are visible and which ones are not.
* e-msg-composer.c (setup_ui): Handle ViewFrom and ViewBCC
commands.
(menu_view_bcc_cb, menu_view_from_cb): New functions that
implement the features described.
(menu_format_html_cb): Removed unrequired test, as
e_msg_composer_set_send_html already optimizes the case of the
state being the same.
(menu_security_pgp_encrypt_cb): Remove redundant code.
(menu_security_pgp_sign_cb): ditto.
2001-03-06 Miguel de Icaza <miguel@ximian.com>
* evolution-message-composer.xml: Reorder menus to be File, Edit,
View, Insert, Format (instead of File, Edit, Format, View, Insert).
Add View/From Field and View/From BCC
Add Insert/File.
Add File/Send menu item.
Change the look to follow the "mailer" look (thiner display).
svn path=/trunk/; revision=8590
|
|
|
|
|
|
|
|
|
| |
2001-01-24 Jeffrey Stedfast <fejj@ximian.com>
* evolution-message-composer.xml: Change Security* to SecurityPGP*
as we may someday have S/MIME sign/encrypt.
svn path=/trunk/; revision=7792
|
|
|
|
|
|
|
|
|
| |
2001-01-11 Jeffrey Stedfast <fejj@helixcode.com>
* evolution-message-composer.xml: Added SaveDraft bonobo menu verb
thingy.
svn path=/trunk/; revision=7380
|
|
|
|
|
|
|
|
| |
2000-12-15 Jeffrey Stedfast <fejj@helixcode.com>
* evolution-message-composer.xml: Added Security menu
svn path=/trunk/; revision=7057
|
|
|
|
|
|
|
|
| |
2000-12-13 Radek Doulik <rodo@helixcode.com>
* evolution-message-composer.xml: redone shortcuts
svn path=/trunk/; revision=6967
|
|
|
|
|
|
|
|
| |
2000-12-12 Radek Doulik <rodo@helixcode.com>
* evolution-message-composer.xml: removed Bold item from toolbar
svn path=/trunk/; revision=6941
|
|
|
|
|
|
| |
task editor "exclusive".
svn path=/trunk/; revision=6666
|
|
|
|
|
|
|
|
| |
2000-11-08 Anna Marie Dirks <anna@helixcode.com>
* evolution-message-composer.xml: Added keyboard shortcuts
to all of the composer menus.
svn path=/trunk/; revision=6512
|
|
|
|
|
|
|
|
|
|
| |
2000-11-01 Radek Doulik <rodo@helixcode.com>
* evolution-message-composer.xml: added accel="*Control*Return" to
FileSend
replace FileSendNow with FileSend as FileSendNow wasn't defined
svn path=/trunk/; revision=6319
|
|
|
|
| |
svn path=/trunk/; revision=6017
|
|
2000-10-19 Michael Meeks <michael@helixcode.com>
* evolution-message-composer.xml: add.
* checking all generated .h files ( sim. to glade ) to make
translator's lives easier.
svn path=/trunk/; revision=6014
|