aboutsummaryrefslogtreecommitdiffstats
path: root/default_user
Commit message (Collapse)AuthorAgeFilesLines
* Reverted Gediminas patch.Not Zed2001-05-081-0/+4
| | | | | | | | 2001-05-08 Not Zed <NotZed@Ximian.com> * searches.xml: Reverted Gediminas patch. svn path=/trunk/; revision=9708
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-05-08 Gediminas Paulauskas <menesis@delfi.lt> * searches.xml: replace title> with _title>. Part of fix to #2253. 2001-05-08 Gediminas Paulauskas <menesis@delfi.lt> * mail-search.c: convert search entry to utf8. * mail-local.c: d() debugging message. * mail-send-recv.c: replace " ..." with "..." * Makefile.am: removed EVOLUTION_VERSION. 2001-05-07 Gediminas Paulauskas <menesis@delfi.lt> * POTFILES.in: add mail/mail-search.c 2001-05-08 Gediminas Paulauskas <menesis@delfi.lt> * misc/e-search-bar.c (add_dropdown), (set_option): first try to translate, then if not suceeded -- convert from utf8. This handles cases when menuitem needs to be translated (it is passed as N_()), or is utf8 search title. However you cannot have a search like "Folders" -- it is translated. Part of fix for #2253. * misc/e-filter-bar.c: d() debugging strings. Use E_FILTERBAR_ADVANCED macro instead of own "Advanced ..." for consistency. 2001-05-08 Gediminas Paulauskas <menesis@delfi.lt> * filter-rule.c (xml_decode): allow "_title" in user rules. translate them and encode to utf8. (get_rule_part_widget): do not call gettext on part->title. It is always translated already. svn path=/trunk/; revision=9706
* Change the From address to "The Evolution Team" <evolve@ximian.com> soDan Winship2001-03-232-2/+7
| | | | | | | * local/Inbox/mbox: Change the From address to "The Evolution Team" <evolve@ximian.com> so that we get spammed instead of hello@ svn path=/trunk/; revision=8906
* The type of this folder is now "vtrash" and not "mail".Jeffrey Stedfast2001-03-092-1/+6
| | | | | | | | | 2001-03-08 Jeffrey Stedfast <fejj@ximian.com> * local/Trash/folder-metadata.xml: The type of this folder is now "vtrash" and not "mail". svn path=/trunk/; revision=8605
* Added searches.xml to default user data.Not Zed2001-03-013-1/+78
| | | | | | | | 2001-03-01 Not Zed <NotZed@Ximian.com> * Makefile.am: Added searches.xml to default user data. svn path=/trunk/; revision=8437
* Added create-initial.Christopher James Lahey2001-01-263-1/+10
| | | | | | | | | | | | 2001-01-25 Christopher James Lahey <clahey@helixcode.com> * local/Contacts/Makefile.am (defaultcalendar_DATA): Added create-initial. * local/Contacts/create-initial: New empty file to trigger the contact manager to add the initial Hello contact. svn path=/trunk/; revision=7815
* added Tasks subdir.Damon Chaplin2001-01-146-0/+22
| | | | | | | | | | | | | | 2001-01-08 Damon Chaplin <damon@helixcode.com> * local/Makefile.am (SUBDIRS): added Tasks subdir. * local/Tasks/Makefile.am: * local/Tasks/folder-metadata.xml: new files for the default Tasks folder. * shortcuts.xml: added Tasks folder shortcut. svn path=/trunk/; revision=7481
* down with ldap-servers.xml, up with addressbook-sources.xml.Chris Toshok2000-12-303-3/+10
| | | | | | | | | | | 2000-12-29 Chris Toshok <toshok@helixcode.com> * ldap-servers.xml, addressbook-sources.xml: down with ldap-servers.xml, up with addressbook-sources.xml. * Makefile.am (default_DATA): same. svn path=/trunk/; revision=7197
* Summary is back in :DIain Holmes2000-10-263-1/+9
| | | | | | Fixed a silly size issue for composer file selectors. svn path=/trunk/; revision=6187
* Disable the executive-summary for 0.6Iain Holmes2000-10-123-2/+7
| | | | svn path=/trunk/; revision=5870
* Install the Executive-Summary filesIain Holmes2000-10-102-0/+5
| | | | svn path=/trunk/; revision=5816
* Add the .cvsignoreIain Holmes2000-10-051-0/+2
| | | | svn path=/trunk/; revision=5736
* Add the ESummary dirIain Holmes2000-10-052-0/+11
| | | | svn path=/trunk/; revision=5735
* Set up the local dir for the executive summaryIain Holmes2000-10-052-1/+10
| | | | svn path=/trunk/; revision=5734
* added yahoo, whowhere, and infospace servers.Chris Toshok2000-09-232-0/+28
| | | | | | | | 2000-09-22 Chris Toshok <toshok@helixcode.com> * ldapservers.xml: added yahoo, whowhere, and infospace servers. svn path=/trunk/; revision=5551
* Change "$(prefix)/share" to "$(datadir)" in a few places. Problem noticedDan Winship2000-09-202-1/+5
| | | | | | by ade@freebsd.org svn path=/trunk/; revision=5508
* Install the Sent dir in Sent, not SentboxJP Rosevear2000-09-132-1/+6
| | | | | | | | | 2000-09-13 JP Rosevear <jpr@helixcode.com> * local/Sent/Makefile.am (defaultcalendardir): Install the Sent dir in Sent, not Sentbox svn path=/trunk/; revision=5398
* Renamed Sentbox to SentDan Winship2000-09-137-11/+10
| | | | | | | | | | * local/Makefile.am: Renamed Sentbox to Sent * local/{Sent\ Mail,Sentbox}/*: removed * local/Sent/*: created svn path=/trunk/; revision=5371
* Add .cvsignorePeter Williams2000-09-061-0/+2
| | | | svn path=/trunk/; revision=5196
* Reversed my last change, folders with spaces in the name breaks configureJeffrey Stedfast2000-09-042-1/+6
| | | | | | | | | 2000-09-03 Jeffrey Stedfast <fejj@helixcode.com> Reversed my last change, folders with spaces in the name breaks configure svn path=/trunk/; revision=5188
* Renamed Sentbox to Sent\ MailJeffrey Stedfast2000-09-044-1/+16
| | | | | | | | | | 2000-09-03 Jeffrey Stedfast <fejj@helixcode.com> * local/Makefile.am: Renamed Sentbox to Sent\ Mail * local/Sent\ Mail/*: Updated svn path=/trunk/; revision=5186
* Added SentboxJeffrey Stedfast2000-09-024-0/+18
| | | | | | | | | | 2000-09-01 Jeffrey Stedfast <fejj@helixcode.com> * local/Makefile.am: Added Sentbox * local/Sentbox/*: New folder for storing sent messages svn path=/trunk/; revision=5167
* (install-data-hook): ignore error on mkdir.Chris Toshok2000-07-132-1/+5
| | | | | | | | 2000-07-12 Chris Toshok <toshok@helixcode.com> (install-data-hook): ignore error on mkdir. svn path=/trunk/; revision=4137
* create an empty news directory in $(defaultdir).Chris Toshok2000-07-132-0/+8
| | | | | | | | | 2000-07-12 Chris Toshok <toshok@helixcode.com> * Makefile.am (install-data-hook): create an empty news directory in $(defaultdir). svn path=/trunk/; revision=4114
* break up the uri into it's component pieces. - don't store the uri in thisChris Toshok2000-07-072-2/+13
| | | | | | | | | 2000-07-06 Chris Toshok <toshok@helixcode.com> * ldapservers.xml: break up the uri into it's component pieces. - don't store the uri in this file. svn path=/trunk/; revision=3943
* remove the Internet Directories group.Chris Toshok2000-07-0618-59/+26
| | | | | | | | | | | | | | | | 2000-07-05 Chris Toshok <toshok@helixcode.com> * shortcuts.xml: remove the Internet Directories group. * Makefile.am (default_DATA): add ldapservers.xml. * local/Makefile.am (SUBDIRS): remove Directories. * ldapservers.xml: new ldap metadata. * local/Directories/*: remove directories. svn path=/trunk/; revision=3891
* Remove the blockquote tags around the welcome message so that it fitsEttore Perazzoli2000-06-012-7/+8
| | | | | | in Evolution's startup window. svn path=/trunk/; revision=3329
* + * local/Inbox/mbox (Content-Transfer-Encoding): Commented outMatthew Loper2000-05-102-8/+12
| | | | | | + currently unimplemented shortcut items. svn path=/trunk/; revision=2969
* Removed dist-hook section.Christopher James Lahey2000-05-1011-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Removed dist-hook section. * configure.in: Set the version number. Added a check for gnome window icons. Removed a bunch of unused Makefiles. * tools/Makefile.am: Created a proper EXTRA_DIST section. * widgets/e-text/Makefile.am: Added e-text-event-processor-types.h. From addressbook/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/Makefile.am: Added e-book-types.h, e-card-pairs.h, e-card-types.h. * backend/pas/Makefile.am: Added pas-backend-ldap.h. * contact-editor/Makefile.am: Added a proper EXTRA_DIST section. Removed some old defines. * ename/Makefile.am: Added e-name-western-tables.h. * gui/component/Makefile.am: Added e-ldap-server-dialog.h. Added a proper EXTRA_DIST section. * gui/minicard/e-reflow.c: Added a missed cast. * printing/Makefile.am: Added a proper EXTRA_DIST section. From calendar/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Added main.h. Combined the two EXTRA_DIST sections. From camel/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added camel-types.h, camel-folder-pt-proxy.h, and camel-thread-proxy.h. From default_user/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am, local/Calendar/Makefile.am, local/Contacts/Makefile.am, local/Directories/Makefile.am, local/Directories/subfolders/Bigfoot/Makefile.am, local/Directories/subfolders/Netcenter/Makefile.am, local/Drafts/Makefile.am, local/Inbox/Makefile.am, local/Outbox/Makefile.am, local/Trash/Makefile.am: Created a proper EXTRA_DIST section. From filter/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * filter-arg.h: Changed tree.h to gnome-xml/tree.h. * Makefile.am: Added filter-arg-types.h, filter-arg.h, filter-xml.h, filter-format.h, filter-druid.h, filter-editor.h. From libical/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * configure.in: Reorder Makefiles so that it will build. From mail/ChangeLog: 2000-05-09 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Removed folder-browser-factory.h since it doesn't exist. Added mail-display.h, mail-types.h, pixmaps.h. From widgets/e-table/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added e-table-col-dnd.h and table-test.h. From wombat/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added an include for the pcs directory. svn path=/trunk/; revision=2966
* New .cvsignore file.Christopher James Lahey2000-05-102-0/+7
| | | | | | | | | 2000-05-09 Christopher James Lahey <clahey@helixcode.com> * local/Directories/subfolders/Bigfoot/.cvsignore: New .cvsignore file. svn path=/trunk/; revision=2957
* new welcome message from tigert and AaronDan Winship2000-05-091-21/+2223
| | | | svn path=/trunk/; revision=2946
* Removed addressbook.db since this is now handled by the pas.Christopher James Lahey2000-05-093-2/+6
| | | | | | | | | 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
* Removed unused shortcuts which point to unimplemented folders.Matthew Loper2000-05-092-3/+10
| | | | | | | * shortcuts.xml: Removed unused shortcuts which point to unimplemented folders. svn path=/trunk/; revision=2923
* Install `addressbook.db'.Christopher James Lahey2000-05-083-1/+7
| | | | | | | | 2000-05-08 Christopher James Lahey <clahey@helixcode.com> * local/Contacts/Makefile.am: Install `addressbook.db'. svn path=/trunk/; revision=2909
* add Internet Directories (LDAP servers) sectionChris Toshok2000-05-0714-1/+51
| | | | svn path=/trunk/; revision=2870
* Install the sample `mbox' file.Ettore Perazzoli2000-05-072-1/+7
| | | | svn path=/trunk/; revision=2851
* New default user setup.Ettore Perazzoli2000-05-0725-22/+80
| | | | svn path=/trunk/; revision=2846
* + * tests/.cvsignore: Added test13.Matthew Loper2000-04-271-0/+2
| | | | | | | | | | | + + * 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
* + * widgets/Makefile.am: Added e-paned directory.Matthew Loper2000-04-244-0/+52
+ + * 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