aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/goto.h
diff options
context:
space:
mode:
authorJody Goldberg <jody@src.gnome.org>2001-08-02 23:43:54 +0800
committerJody Goldberg <jody@src.gnome.org>2001-08-02 23:43:54 +0800
commitea4315435238149d387701ed2940bf8c97d4d319 (patch)
tree1146629346288dfbb3e10f3560c80c89372828b4 /calendar/gui/goto.h
parent121e5ccbef65715653ba9d70b894a973e71fb927 (diff)
downloadgsoc2013-evolution-ea4315435238149d387701ed2940bf8c97d4d319.tar.gz
gsoc2013-evolution-ea4315435238149d387701ed2940bf8c97d4d319.tar.zst
gsoc2013-evolution-ea4315435238149d387701ed2940bf8c97d4d319.zip
Revert mistaken commit
svn path=/trunk/; revision=11575
Diffstat (limited to 'calendar/gui/goto.h')
0 files changed, 0 insertions, 0 deletions
class='insertions'>+5 | | | | svn path=/branches/kill-bonobo/; revision=36299 * Progress update:Matthew Barnes2008-08-271-0/+1 | | | | | | | | | - Further refinements of the shell API. - Kill ESMenu and EUserCreatableItemsHandler. - Start ripping apart the addressbook component. svn path=/branches/kill-bonobo/; revision=36093 * Get a basic shell window working.Matthew Barnes2008-08-141-1/+5 | | | | svn path=/branches/kill-bonobo/; revision=35982 * Migrate CompEditor, CompEditorPage, and the various subclasses fromMatthew Barnes2008-07-161-4/+0 | | | | | | BonoboUI to GtkUIManager. See bug #542125. svn path=/branches/kill-bonobo/; revision=35746 * Neither is this. Remove it from source control.Matthew Barnes2008-05-201-1/+0 | | | | | | | | | | | 2008-05-19 Matthew Barnes <mbarnes@redhat.com> * ui/Makefile.am: * ui/evolution-signature-editor.xml: Neither is this. Remove it from source control. svn path=/trunk/; revision=35517 * This file is no longer used. Remove it from source control.Matthew Barnes2008-05-201-1/+0 | | | | | | | | | | | 2008-05-19 Matthew Barnes <mbarnes@redhat.com> * ui/Makefile.am: * ui/evolution-subscribe.xml: This file is no longer used. Remove it from source control. svn path=/trunk/; revision=35516 * ** Merge the mbarnes-composer branchMatthew Barnes2008-04-031-2/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 * Committing Rajeev's patch.Srinivasa Ragavan2006-01-281-0/+1 | | | | svn path=/trunk/; revision=31331 * Remove entry evolution-executive-summary.xmlHarish Krishnaswamy2006-01-021-1/+0 | | | | | | | | 2006-01-02 Harish Krishnaswamy <kharish@novell.com> * Makefile.am : Remove entry evolution-executive-summary.xml svn path=/trunk/; revision=31011 * added the evolution-task-editor.xml file.Chenthill Palanisamy2005-11-161-0/+1 | | | | svn path=/trunk/; revision=30629 * added the two new UI files.Chenthill Palanisamy2005-11-151-0/+2 | | | | svn path=/trunk/; revision=30617 * Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-191-0/+1 | | | | | | | | 2005-10-19 Harish Krishnaswamy <kharish@novell.com> Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com> svn path=/trunk/; revision=30537 * remove dead filesJP Rosevear2005-01-051-5/+0 | | | | | | | | 2005-01-04 JP Rosevear <jpr@novell.com> * Makefile.am: remove dead files svn path=/trunk/; revision=28237 * Remove (this was the Summary's UI file)Dan Winship2004-02-241-2/+1 | | | | | | | | * my-evolution.xml: Remove (this was the Summary's UI file) * Makefile.am (XML_FILES): Remove my-evolution.xml svn path=/trunk/; revision=24831 * Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-1/+3 | | | | svn path=/trunk/; revision=21426 * [ fixes bug #39763 ] This is merged in by the text fields/EEntry's in theChris Toshok2003-04-081-0/+1 | | | | | | | | | | | | 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 * (uidir): Removed (this is now defined inEttore Perazzoli2003-01-231-17/+16 | | | | | | configure.in). svn path=/trunk/; revision=19549 * (uidir): Install in $(datadir)/gnome-2.0/ui.Ettore Perazzoli2002-11-041-1/+1 | | | | svn path=/trunk/; revision=18528 * new fileRadek Doulik2001-06-291-0/+1 | | | | | | | | 2001-06-28 Radek Doulik <rodo@ximian.com> * evolution-signature-editor.xml: new file svn path=/trunk/; revision=10575 * Mail:Peter Williams2001-06-271-1/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 cmd for ContactNewList and ContactsPrintPreview. Also, correct the tipChris Toshok2001-06-251-0/+1 | | | | | | | | | | | | | 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 * ui xml for task editorJP Rosevear2001-06-201-1/+1 | | | | | | | | | | 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-201