Commit Graph

60 Commits

Author SHA1 Message Date
533245c483 New .cvsignore file.
2000-05-09  Christopher James Lahey  <clahey@helixcode.com>

	* local/Directories/subfolders/Bigfoot/.cvsignore: New .cvsignore
	file.

svn path=/trunk/; revision=2957
2000-05-09 18:11:09 +00:00
63687b2a30 new welcome message from tigert and Aaron
svn path=/trunk/; revision=2946
2000-05-09 15:51:19 +00:00
c65e10b151 Removed addressbook.db since this is now handled by the pas.
2000-05-09  Christopher James Lahey  <clahey@helixcode.com>

	* local/Contacts/Makefile.am, local/Contacts/addressbook.db:
	Removed addressbook.db since this is now handled by the pas.

svn path=/trunk/; revision=2940
2000-05-09 13:53:11 +00:00
3050b3ba05 Removed unused shortcuts which point to unimplemented folders.
* shortcuts.xml: Removed unused shortcuts which point to
	unimplemented folders.

svn path=/trunk/; revision=2923
2000-05-08 21:36:31 +00:00
c6386aa9b9 Install `addressbook.db'.
2000-05-08  Christopher James Lahey  <clahey@helixcode.com>

	* local/Contacts/Makefile.am: Install `addressbook.db'.

svn path=/trunk/; revision=2909
2000-05-08 06:34:42 +00:00
0aa102d340 add Internet Directories (LDAP servers) section
svn path=/trunk/; revision=2870
2000-05-07 09:15:25 +00:00
a2b62d3b5b Install the sample `mbox' file.
svn path=/trunk/; revision=2851
2000-05-07 02:29:52 +00:00
de40ce29df New default user setup.
svn path=/trunk/; revision=2846
2000-05-07 01:53:37 +00:00
0b4a83d6d1 + * tests/.cvsignore: Added test13.
+
+	* default_user/.cvsignore: New file.
+
+	* src/libical/.cvsignore: added icalversion.h.
+
+	* src/libical/icalversion.h: autogenerated file removed from cvs.

svn path=/trunk/; revision=2639
2000-04-26 19:36:17 +00:00
7c309e43b2 + * widgets/Makefile.am: Added e-paned directory.
+
+	* default_user/Makefile.am: new file.
+
+	* default_user/Main_Shortcuts.xml: New file; is used to fill the
+	shortcut bar's "main shortcuts" pane.
+
+	* default_user/Other_Shortcuts.xml: New file, used to fill the
+	shortcut bar's "other shortcuts" pane.
+
+	* default_user/Inbox.mbox: New file. This is the first message a
+	new user will see when they fire up Evolution. Needs work.
+
+	* Makefile.am: added default_user directory.
+	* configure.in: same.
+
+	* e-paned.c: New file. Makes a GtkPaned with more than two
+	children.
+	* e-paned.h: same.
+
+	* Makefile.am: added e-paned.[ch].
+
+	* e-shell-view.h: Added hpaned and treeview widgets to
+	EShellView. Added e_shell_view_toggle_shortcut_bar() and
+	e_shell_view_toggle_treeview().
+
+	* e-shell-view.c (e_shell_view_setup_shortcut_display): Use EPaned
+	widget to house our shortcut bar.
+	(e_shell_view_toggle_shortcut_bar): New function; toggles whether
+	the shortcut bar is showing.
+	(e_shell_view_toggle_treeview): Same, for the treeview (NYI).
+	(e_shell_view_new): Put the notebook view in our EPaned widget.
+
+	* e-shell-view-menu.c (esv_cmd_toggle_shortcut_bar): New function;
+	toggles whether the shortcut bar is viewed.
+	(esv_cmd_toggle_treeview): Same, but with the treeview.  Added
+	menuitems in the "view" menu to allow access to the above.
+

svn path=/trunk/; revision=2575
2000-04-24 03:10:30 +00:00