Go to file
Chris Toshok aac3f2c8b6 change things so we focus the cell and select the row, and also dispatch
2000-06-10  Chris Toshok  <toshok@helixcode.com>

	* e-table-item.c (eti_event): change things so we focus the cell
	and select the row, and also dispatch the event to that row/cell.
	This fixes the problem with the tree where you had to click twice
	to activate the tree controls.

	* Makefile.am (libetable_a_SOURCES): remove e-tree-gnode.* and add
	e-tree-simple.*
	(icons): add tree-expanded.xpm and tree-unexpanded.xpm

	* e-cell-tree.c (ect_enter_edit): defer to subcell's view.
	(ect_leave_edit): defer to subcell's view.
	(visible_depth_of_node): visual depth, taking into account that
	the root node of the model might not be displayed.
	(offset_of_node): return the offset used to shift the subcell
	over.
	(ect_draw): don't draw vertical lines if we're the leftmode node
	(a visual root node).  also, don't shift x2 by the subcell offset,
	so we get ellipses like we're supposed to.
	(ect_event): remove GDK_BUTTON_RELEASE from the list of events
	that we care about.

	* e-tree-example-1.c: lots of changes, a more dynamic UI so we can
	test tree model api stuff.

	* e-tree-gnode.c, e-tree-gnode.c: removed files, since their guts
	have been rolled into e-tree-model.c

	* e-tree-model.c, e-tree-model.h: substantially changed.  too much
	to really describe here.  this should really be considered the
	first revision of these files :)

	* e-tree-simple.c, e-tree-simple.h: analogous to e-table-simple, a
	subclass that allows the use of function pointers.

svn path=/trunk/; revision=3519
2000-06-11 04:20:56 +00:00
addressbook Added glade files. 2000-06-11 04:12:28 +00:00
art copy this over from mail/pixmaps 2000-05-30 21:55:40 +00:00
calendar Initial support for creating/removing folders. This implies some new 2000-06-09 19:19:36 +00:00
camel Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK or 2000-06-09 22:00:53 +00:00
composer New convenience function. 2000-06-05 21:14:32 +00:00
data Added Lithuanian strings 2000-04-21 15:02:06 +00:00
default_user Remove the blockquote tags around the welcome message so that it fits 2000-06-01 05:41:03 +00:00
devel-docs
doc finished adding calendar prefs. screenshots. (may be second commit for 2000-06-07 11:02:32 +00:00
e-util Added e-printable.c and e-printable.h. 2000-06-10 21:13:07 +00:00
filter use stock pixmap buttons 2000-06-09 21:48:29 +00:00
help finished adding calendar prefs. screenshots. (may be second commit for 2000-06-07 11:02:32 +00:00
libibex Make sure we mark the ibex as dirty. 2000-05-11 20:45:00 +00:00
libical Removing generated files 2000-06-10 13:07:37 +00:00
libversit call finiLex in error case to avoid a memleak. 2000-05-08 02:15:36 +00:00
macros Moved macros/gnome-autogen.sh to bin/gnome-autogen.sh. 2000-05-29 15:42:50 +00:00
mail Implemented folder creation dialog (File -> New -> Folder). To make 2000-06-10 17:56:46 +00:00
notes *** empty log message *** 2000-06-07 20:02:36 +00:00
po Added Polish translation 2000-06-10 18:40:49 +00:00
shell Made the folder creation dialog slightly larger. 2000-06-10 20:40:41 +00:00
tests Reverted removal of e_setup_base_dir. 2000-06-02 19:27:02 +00:00
tools Removed dist-hook section. 2000-05-10 14:47:09 +00:00
widgets change things so we focus the cell and select the row, and also dispatch 2000-06-11 04:20:56 +00:00
wombat fixed a bunch of problems use libical instead of libversit 2000-06-06 21:56:20 +00:00
.cvsignore shuut. ;) 2000-06-05 15:09:49 +00:00
acconfig.h add some minimal Kerberos checking. This isn't intended to be generically 2000-05-03 01:07:17 +00:00
AUTHORS Listed myself as the author of the shell. 2000-05-09 09:02:59 +00:00
autogen.sh
ChangeLog Added pl (Polish) to ALL_LINGUAS 2000-06-10 18:42:40 +00:00
configure.in Added pl (Polish) to ALL_LINGUAS 2000-06-10 18:42:40 +00:00
COPYING
evolution.spec.in Added spec file for 'rpm -tb evolution-x.y.tar.gz' ability. 2000-05-27 18:42:38 +00:00
HACKING We need a HACKING file. 2000-05-10 14:48:45 +00:00
INSTALL
MAINTAINERS
Makefile.am build and install docs 2000-06-01 23:37:49 +00:00
NEWS
README add a note about setting PATH to include ${prefix}/bin 2000-06-09 15:21:42 +00:00
stamp.h.in

Evolution is the integrated mail, calendar and address book
distributed suite from Helix Code, Inc.

See http://www.helixcode.com/apps/evolution.php3 for more information.

Note that Evolution is still beta. This means it may delete all of
your mail if you give it the chance.

If you are interested in hacking on Evolution, you should subscribe to
the Evolution mailing list. Send mail to
"evolution-request@helixcode.com" with the word "subscribe" in the
body of the message. If you are planning to work on any part of
Evolution, please send mail to the mailing list first, to avoid
duplicated effort (and to make sure that you aren't basing your work
on interfaces that are expected to change).

There is a mailing list archive available at
http://lists.helixcode.com/archives/public/evolution/

There is also an #evolution IRC channel on irc.gnome.org.


HOW TO BUILD EVOLUTION
----------------------

	*** READ THIS BEFORE YOU START BUILDING ANYTHING! ***

Evolution depends on a large number of unreleased and rapidly-changing
libraries. Some of these libraries in turn depend on other unreleased
and rapidly-changing libraries.

Building Evolution is HARD, and it's going to stay hard until all of
the libraries it depends on stabilize, and there's nothing we can do
to make it any easier until then.


General Principles
------------------

There are two things you have to decide earlier on: whether or not to
install Evolution in the same prefix as the rest of your GNOME
install, and whether to use GOAD or OAF.

 - Installing everything into the same prefix as the rest of your
   GNOME install will it much easier to run programs, but may make it
   harder to uninstall later.

   If you want to install into the same prefix as the rest of GNOME,
   type:

	gnome-config --prefix
	gnome-config --sysconfdir

   and remember the answers, and pass them to "configure" and
   "autogen" when building the other packages you need. Eg:

	./configure --prefix=/usr --sysconfdir=/etc


   If you do not do this, you will need to set GNOME_PATH to include
   the prefix you install into. Eg:

        export GNOME_PATH=/usr/local

   (You need to do this both during compiling AND when you run
   evolution.)

   Remember if you're installing into an odd prefix such as /evolution
   that you also need to make sure to put ${prefix}/bin in your PATH.


 - GOAD is the "old" (GNOME 1.x series) object activation system. OAF
   is the new (unreleased, GNOME 2.x series) system.

   As of bonobo 0.14, OAF is the default activation system for Bonobo.
   If you want to use OAF, you will need to install the oaf package
   before building Bonobo. If you want to save a little time and stick
   with GOAD, you should pass the flag "--enable-oaf=no" to bonobo's
   configure script.

   Note that Nautilus requires OAF, so if you have built or are
   planning to build Nautilus as well, you should use OAF.



Dependencies
------------

All of these libraries are available in GNOME CVS, under the given
names. Most (but not all) of them are also available as tarballs on
ftp.gnome.org. The (*)ed packages are available in Helix GNOME.
(http://www.helixcode.com/desktop/)

 - gnome-xml - currently, only 1.8.7 works. Earlier versions have a
   bug in code that Evolution needs, and the 2.0 branch is not source
   or binary compatible. If you get this from GNOME CVS, use the tag
   "LIB_XML_1_X". (*)

 - gnome-print (whatever version is currently needed by gtkhtml) (*)

 - gdk-pixbuf - 0.7.0 or later (*)

 - ORBit - 0.5.1 (*) or later from the orbit-stable-0-5 branch in CVS.

 - oaf - 0.3, assuming that you're building with OAF rather than GOAD
   (see above). Note that if you build the current CVS version of OAF
   rather than the 0.3 release, you will need a newer version of ORBit
   than 0.5.1.

 - bonobo - Evolution always tracks the latest CVS versions of bonobo.
   Released versions will virtually always be too old (although as of
   June 2, bonobo 0.15 is recent enough).

   *** Note that bonobo must be installed with the same --prefix as
   *** either gnome-libs or evolution for the Makefiles to work
   *** properly.

 - gnome-vfs (released versions are OK currently, but CVS versions are
   better. Note that gnome-vfs from CVS requires OAF.)

 - libunicode - 0.4 or later, available from
   http://www.pango.org/download.shtml

 - gtkhtml - 0.4 or later

 - libglade (*)


At some point in the future, Evolution will have Pilot sync support,
which will depend on the following libraries. (At the moment, it will
check to see whether or not you have them, but it will not actually do
anything with them.)

 - pilot-link (*)

 - gnome-pilot (*)




The layout of the source tree is:

addressbook:	the Address Book UI
art:		graphics used by evolution
calendar:	the Calendar UI
camel:		libcamel, a messaging library used by the mailer.
		Camel is inspired by Sun's JavaMail
		(http://java.sun.com/products/javamail/) and the
		IMAPv4 spec (RFC 2060).
composer:	the message composer UI
data:		the .desktop file for Evolution
default_user:	initial Evolution config files for new users
devel-docs:	entirely inadequate documentation
doc:		more adequate documentation
e-util:		utility code used by various parts of Evolution
filter:		libfilter, a mail filtering library
libibex:	an indexing library used by the mailer
libical:	a library for the iCalendar format (RFC 2445-2446)
libversit:	a library for the vCard (RFC 2425-2426) and vCalendar
		(http://www.imc.org/pdi/vcal-10.txt) formats
mail:		the mail display UI
shell:		the Evolution shell (the main program that launches
		the other components)
tests:		some test programs
tools:		utilities, notably "killev", a script to kill of all
		of the Evolution components
widgets:	widgets used by Evolution, including the shortcut bar,
		ETable, and EText
wombat:		Has source code that will load in the addressbook
		and calendar backend, and will form the server
		process we'll be using