Commit Graph

43 Commits

Author SHA1 Message Date
26240e0b18 Generate ChangeLog files for tarball releases.
Remove old ChangeLog files that predate our switch to git.
2010-04-02 18:18:33 -04:00
054c088169 Bug 589153 - Use GtkBuilder instead of libglade 2009-11-16 19:33:32 -05:00
45d475c31b Kill EMMenu and EMPopup.
Also finish adapting Templates plugin to EPluginUI.
It was still leaning pretty hard on EMPopup.
2009-08-10 10:32:03 -04:00
504642b798 Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-03 12:47:34 -04:00
11e1bc38c3 Get the basic mail browser window working. No message contents yet.
svn path=/branches/kill-bonobo/; revision=36946
2008-12-29 13:42:07 +00:00
79aa45cfed Progress update:
- Calendar is kind of a mess at the moment.  Doesn't compile.

	- Roughed in the Mail module, including all the actions.
	  That _does_ compile.  Runs, even.


svn path=/branches/kill-bonobo/; revision=36611
2008-10-13 17:57:46 +00:00
6545899a29 Add menu and toolbar UI for calendars, memos and tasks.
svn path=/branches/kill-bonobo/; revision=36299
2008-09-11 04:42:53 +00:00
cf3b010171 Progress update:
- Further refinements of the shell API.
  - Kill ESMenu and EUserCreatableItemsHandler.
  - Start ripping apart the addressbook component.


svn path=/branches/kill-bonobo/; revision=36093
2008-08-26 20:22:32 +00:00
08bd776572 Get a basic shell window working.
svn path=/branches/kill-bonobo/; revision=35982
2008-08-13 20:31:08 +00:00
ac0c655f3f Migrate CompEditor, CompEditorPage, and the various subclasses from
BonoboUI to GtkUIManager.  See bug #542125.

svn path=/branches/kill-bonobo/; revision=35746
2008-07-15 18:34:59 +00:00
28182d6b8c Neither is this. Remove it from source control.
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
2008-05-19 21:18:53 +00:00
68993450af This file is no longer used. Remove it from source control.
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
2008-05-19 21:12:54 +00:00
16068d9b41 ** Merge the mbarnes-composer branch
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
2008-04-02 18:37:22 +00:00
824714d55e Committing Rajeev's patch.
svn path=/trunk/; revision=31331
2006-01-27 19:32:43 +00:00
4871f1109d Remove entry evolution-executive-summary.xml
2006-01-02 Harish Krishnaswamy <kharish@novell.com>

	* Makefile.am : Remove entry evolution-executive-summary.xml

svn path=/trunk/; revision=31011
2006-01-02 05:11:48 +00:00
9884d03d84 added the evolution-task-editor.xml file.
svn path=/trunk/; revision=30629
2005-11-16 14:17:23 +00:00
30810e4b48 added the two new UI files.
svn path=/trunk/; revision=30617
2005-11-14 19:47:12 +00:00
458df50352 Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>
2005-10-19 Harish Krishnaswamy <kharish@novell.com>

Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>

svn path=/trunk/; revision=30537
2005-10-19 11:39:35 +00:00
d69bcd6549 remove dead files
2005-01-04  JP Rosevear  <jpr@novell.com>

	* Makefile.am: remove dead files

svn path=/trunk/; revision=28237
2005-01-04 19:38:07 +00:00
b4891b3326 Remove (this was the Summary's UI file)
* my-evolution.xml: Remove (this was the Summary's UI file)

	* Makefile.am (XML_FILES): Remove my-evolution.xml

svn path=/trunk/; revision=24831
2004-02-23 18:35:51 +00:00
51ca9977c7 Put the ChangeLog.pre-1-4 in the Makefiles.
svn path=/trunk/; revision=21426
2003-06-12 21:13:59 +00:00
7e87516620 [ fixes bug #39763 ] This is merged in by the text fields/EEntry's in the
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 23:19:19 +00:00
221e71a99a (uidir): Removed (this is now defined in
configure.in).

svn path=/trunk/; revision=19549
2003-01-22 20:01:33 +00:00
6a156ab0e5 (uidir): Install in $(datadir)/gnome-2.0/ui.
svn path=/trunk/; revision=18528
2002-11-04 15:34:40 +00:00
dacae0532f new file
2001-06-28  Radek Doulik  <rodo@ximian.com>

	* evolution-signature-editor.xml: new file

svn path=/trunk/; revision=10575
2001-06-28 20:35:27 +00:00
e5e79cb370 Mail:
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-26 22:37:13 +00:00
c3a78dda1b add cmd for ContactNewList and ContactsPrintPreview. Also, correct the tip
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
2001-06-25 01:00:05 +00:00
b33b09f19d ui xml for task editor
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 23:45:30 +00:00
1227ccbc8a change to event specific operations
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-19 18:27:41 +00:00
d09d496299 Committing the new My Evolution.
svn path=/trunk/; revision=10163
2001-06-08 20:47:52 +00:00
45b8f9d767 new file for the Tasks controls.
2001-01-08  Damon Chaplin  <damon@helixcode.com>

	* evolution-tasks.xml: new file for the Tasks controls.

	* Makefile.am (XML_FILES): added the above file.

svn path=/trunk/; revision=7296
2001-01-08 00:33:37 +00:00
cb14378181 remove evolution-addressbook-ldap.xml so we build again.
2001-01-01  Michael Meeks  <michael@helixcode.com>

	* Makefile.am: remove evolution-addressbook-ldap.xml so we
	build again.

svn path=/trunk/; revision=7201
2001-01-01 18:02:46 +00:00
9e3b966594 kill all the bonob-ui-extract crud.
2000-11-05  Michael Meeks  <michael@helixcode.com>

	* Makefile.am (uidir): kill all the bonob-ui-extract crud.

svn path=/trunk/; revision=6400
2000-11-04 23:50:45 +00:00
329fe7df32 Build fixes from Jacob, same as the other branch.
svn path=/trunk/; revision=6035
2000-10-19 17:47:39 +00:00
b459ed2a59 add.
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
2000-10-19 02:28:43 +00:00
64092e6d7e added.
2000-10-19  Michael Meeks  <michael@helixcode.com>

	* evolution-event-editor.xml: added.

svn path=/trunk/; revision=6007
2000-10-19 00:03:44 +00:00
c0cc72015d added.
2000-10-18  Michael Meeks  <michael@helixcode.com>

	* evolution-task-editor-dialog.xml: added.

svn path=/trunk/; revision=5972
2000-10-18 02:00:32 +00:00
4b69699f56 Add rule to use bonobo-ui-extract to build translatable files.
2000-10-14  Michael Meeks  <michael@helixcode.com>

	* Makefile.am: Add rule to use bonobo-ui-extract to build
	translatable files.

svn path=/trunk/; revision=5921
2000-10-14 18:59:25 +00:00
68df50d505 Add the executive summary ui file
svn path=/trunk/; revision=5733
2000-10-05 00:31:34 +00:00
f6471e8c37 Install the new subscribe UI xml file
svn path=/trunk/; revision=5640
2000-09-29 23:32:53 +00:00
b2019f3409 Added evolution-addressbook-ldap.xml.
2000-09-22  Christopher James Lahey  <clahey@helixcode.com>

	* ui/Makefile.am: Added evolution-addressbook-ldap.xml.

	* ui/evolution-addressbook-ldap.xml: New file.  (A Variation on
	evolution-addressbook.xml)

	* ui/evolution-addressbook.xml: Added View All and Stop buttons.

From addressbook/ChangeLog:

2000-09-22  Christopher James Lahey  <clahey@helixcode.com>

	* backend/ebook/e-book.c, backend/ebook/e-book.h,
	backend/idl/addressbook.idl, backend/pas/pas-backend-file.c,
	backend/pas/pas-backend-ldap.c, backend/pas-backend.c,
	backend/pas/pas-backend.h, backend/pas/pas-book.c,
	backend/pas/pas-book.h: Added a function to query static
	capabilities (capabilities that can be reported immediately) and
	implemented them in the 2 servers.

	* gui/component/addressbook.c: Added a View All button and a Stop
	button.  Sorted out the new directory server stuff a bit.

	* gui/widgets/e-addressbook-model.c,
	gui/widgets/e-addressbook-model.h: Cleaned up a bit.  Added a stop
	function.  Check for capabilities before deciding whether to load
	all cards when initially viewed.

	* gui/widgets/e-addressbook-view.c,
	gui/widgets/e-addressbook-view.h: Added stop and view all
	functions.

	* gui/widgets/e-minicard-view-widget.c,
	gui/widgets/e-minicard-view-widget.h,
	gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h:
	Added a stop function.  Check for capabilities before deciding
	whether to load all cards when initially viewed.

svn path=/trunk/; revision=5547
2000-09-22 11:13:53 +00:00
156d6d644e Added evolution-contact-editor.xml.
2000-09-20  Christopher James Lahey  <clahey@helixcode.com>

	* ui/Makefile.am (XML_FILES): Added evolution-contact-editor.xml.

	* ui/evolution-contact-editor.xml: New file for the UI for the
	evolution contact editor.

svn path=/trunk/; revision=5528
2000-09-20 23:37:29 +00:00
7f9156593d Add UI xml files in a more sensible place.
svn path=/trunk/; revision=5378
2000-09-12 19:10:06 +00:00