aboutsummaryrefslogtreecommitdiffstats
path: root/default_user
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-04-24 11:10:30 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-04-24 11:10:30 +0800
commit7c309e43b25b9de136c5329d7fc041baeaf841c6 (patch)
treea97f3dbc1e924cbd1f6e2caa66ebffb337cc1b58 /default_user
parent0fe51af01075beb777894bacca9e98aeef3f860a (diff)
downloadgsoc2013-evolution-7c309e43b25b9de136c5329d7fc041baeaf841c6.tar.gz
gsoc2013-evolution-7c309e43b25b9de136c5329d7fc041baeaf841c6.tar.zst
gsoc2013-evolution-7c309e43b25b9de136c5329d7fc041baeaf841c6.zip
+ * 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
Diffstat (limited to 'default_user')
-rw-r--r--default_user/Inbox.mbox29
-rw-r--r--default_user/Main_Shortcuts.xml8
-rw-r--r--default_user/Makefile.am11
-rw-r--r--default_user/Other_Shortcuts.xml4
4 files changed, 52 insertions, 0 deletions
diff --git a/default_user/Inbox.mbox b/default_user/Inbox.mbox
new file mode 100644
index 0000000000..57df16271b
--- /dev/null
+++ b/default_user/Inbox.mbox
@@ -0,0 +1,29 @@
+From matt@loper.helixcode.com Sat Apr 22 00:00:15 2000 -0400
+Status: R
+X-Status:
+X-Keywords:
+Return-Path: <matt>
+Received: (from matt@localhost)
+ by loper.helixcode.com (8.9.3/8.9.3) id AAA05962
+ for matt; Sat, 22 Apr 2000 00:00:15 -0400
+Date: Sat, 22 Apr 2000 00:00:15 -0400
+From: Matt Loper <matt@loper.helixcode.com>
+Message-Id: <200004220400.AAA05962@loper.helixcode.com>
+To: humans@the.world
+Subject: Welcome to Evolution
+X-Evolution: 00000001-0000
+
+Welcome to Evolution 1.0: a developer's alpha preview. If you find a
+bug, and you're running bug-buddy, you can submit bug-reports by going
+to the file->bugbuddy menu (insert picture here).
+
+TODO: fill out introduction a little more; make this into a pretty
+html page to show off our html support; we should use a big dancing
+monkey with light contrast as a background.
+
+-Matt
+
+
+
+
+
diff --git a/default_user/Main_Shortcuts.xml b/default_user/Main_Shortcuts.xml
new file mode 100644
index 0000000000..c96ddd199e
--- /dev/null
+++ b/default_user/Main_Shortcuts.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0">
+<shortcutpane>
+ <shortcut><uri name="file:///../folders/Today/"/></shortcut>
+ <shortcut><uri name="file:///../folders/Inbox/"/></shortcut>
+ <shortcut><uri name="file:///../folders/Calendar/"/></shortcut>
+ <shortcut><uri name="file:///../folders/Contacts/"/></shortcut>
+ <shortcut><uri name="file:///../folders/Tasks/"/></shortcut>
+</shortcutpane> \ No newline at end of file
diff --git a/default_user/Makefile.am b/default_user/Makefile.am
new file mode 100644
index 0000000000..d93df2cb0c
--- /dev/null
+++ b/default_user/Makefile.am
@@ -0,0 +1,11 @@
+shortcutdir = $(datadir)/evolution/default_user/shortcuts
+shortcut_DATA = \
+ Main_Shortcuts.xml \
+ Other_Shortcuts.xml
+
+inboxdir = $(datadir)/evolution/default_user/folders/Inbox
+inbox_DATA = \
+ Inbox.mbox
+
+
+
diff --git a/default_user/Other_Shortcuts.xml b/default_user/Other_Shortcuts.xml
new file mode 100644
index 0000000000..e19f75f975
--- /dev/null
+++ b/default_user/Other_Shortcuts.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0">
+<shortcutpane>
+ <shortcut><uri name="file:///../folders/Drafts/"/></shortcut>
+</shortcutpane> \ No newline at end of file
800'>2008-07-013-5/+8 * Bump PORTREVISION due to subversion upgrade.lev2008-06-301-1/+1 * (1) Upgrade subversion to version 1.5.0.lev2008-06-301-1/+1 * - Commit forgotten patchamdmi32008-06-303-24/+24 * - Update to 20080617amdmi32008-06-309-306/+2679 * - Update to 0.2.8.2.1rafan2008-06-2911-168/+186 * - Readded UTPGPatch451.tar.bz2 distfile (was dropped in the previous commit)miwi2008-06-291-0/+3 * - Remove CELLSHADING option and corresponding patch (not supported).alepulver2008-06-282-938/+0 * - Update to 20080626jadawin2008-06-262-4/+4 * Each player controls a team of several hedgehogs. During the courseamdmi32008-06-255-0/+308 * - Update to 0.96-1amdmi32008-06-244-751/+34 * - Drop maintainershipaz2008-06-241-1/+1 * - Add missing group to MASTER_SITES.alepulver2008-06-241-1/+1 * - New port: gemrbgahr2008-06-238-0/+1108 * - Builds nowpav2008-06-231-4/+0 * - Update to 1.0.1amdmi32008-06-232-5/+4 * - Update bluebird plane to 6.4pav2008-06-224-8/+10 * - Don't install broken symlinksamdmi32008-06-222-7/+2 * - Update to version 1.2.20080621 (1.2 data with 20080621 code from SVN).alepulver2008-06-225-239/+176 * - Update to version 1.28.alepulver2008-06-223-23/+5 * - Update to version 2008.710.alepulver2008-06-225-35/+160 * - Make fetchable.alepulver2008-06-212-5/+2 * - Update to 1.37miwi2008-06-213-584/+723 * - Drop down mirrorsmiwi2008-06-202-2/+0 * - Update my email in two more portsamdmi32008-06-201-1/+1 * Fix docs installation (install man regardless of NOPORTDOCS).amdmi32008-06-201-1/+2 * Add WANT_GNOME for INSTALLS_ICONS to actually work.amdmi32008-06-201-0/+2 * Use the email address from the FreeBSD project for my ports.ed2008-06-202-2/+2 * Update my email address in 132 ports.amdmi32008-06-2093-93/+93 * - Update to 0.95-1miwi2008-06-193-4/+7 * - Update to version 0.6.1danfe2008-06-195-68/+84 * Crrcsim is a model-airplane flight simulation program. Using it,miwi2008-06-196-0/+207 * - Set expiration period of one month (project dead; website defaced)pav2008-06-191-0/+3 * . Switch to termios now that sgtty has become a binary only compatibilityglewis2008-06-191-7/+121 * - This port has been BROKEN for more than 6 months. It will be removed unlesspav2008-06-192-0/+4 * - Update to 0.94-1miwi2008-06-192-5/+4 * - My previous commit makes it build with memrchrpav2008-06-191-7/+1 * Plee The Bear will be a 2D platform jump and run game, as fun asmiwi2008-06-195-0/+210 * - Delete linux-goodway, an utility for recently removed linux-x-plane gamepav2008-06-195-122/+0 * A jigsaw puzzle game that uses tetrominoes for the pieces. Any imagemiwi2008-06-195-0/+50 * - Update to 2.1.5miwi2008-06-192-4/+4 * - Delete games/linux-x-plane: relies on expired, unfetchable installer portpav2008-06-199-300/+0 * - Now buildspav2008-06-191-2/+0 * - Update to 1.2.13pav2008-06-196-15/+184 * - Fix fetchpav2008-06-191-1/+1 * - Better separate extracting and patchingdanfe2008-06-192-4/+8 * - Update to version 2.4.2danfe2008-06-196-28/+24 * - Fix fetch, update WWWpav2008-06-192-3/+2 * - Runtime problems need IGNORE not BROKENpav2008-06-191-1/+1 * - Fix fetchpav2008-06-191-1/+1 * bump PORTREVISION because of ogre3d updateoliver2008-06-191-1/+1 * update ogre to 1.4.9oliver2008-06-191-1/+2 * - Update to 0.7.4 releaseale2008-06-183-5/+18 * - Fix NOPORTDOCS plistpav2008-06-181-5/+5 * - Now seems to build on amd64pav2008-06-181-7/+1 * Also mark BROKEN on recent versions of 6.x and 7.x after the MFCerwin2008-06-161-1/+1 * - Update to 20080610rafan2008-06-152-5/+4 * Update to 1.4.3.philip2008-06-116-1606/+1950 * add two missing directory to deleteoliver2008-06-081-1/+3 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06