Commit Graph

10414 Commits

Author SHA1 Message Date
4e60b7d947 Startup assistant stuff
svn path=/trunk/; revision=12145
2001-08-17 04:29:11 +00:00
dad6d45018 Bumped version number to 0.10.99.4. Fixed some comments.
2001-08-16  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped version number to 0.10.99.4.  Fixed some
	comments.

	* gal/Makefile.am (libgal_la_LIBADD): Added
	e-table/e-table-without.lo.

From gal/e-table/ChangeLog:

2001-08-16  Christopher James Lahey  <clahey@ximian.com>

	* Makefile.am: Added e-table-without.c and e-table-without.h.

	* e-table-without.c, e-table-without.h: Got this to compile.
	Finished the first version of it.

svn path=/trunk/; revision=12144
2001-08-17 03:38:16 +00:00
056a9a3236 Only starting cutting the signature out when we match "-- \n", so "--\n"
2001-08-16  Jason Leach  <jleach@ximian.com>

	* mail-tools.c (mail_tool_quote_message): Only starting cutting
	the signature out when we match "-- \n", so "--\n" in the middle
	of a mail won't omit the rest for a quoted reply.  Bug #7454.

svn path=/trunk/; revision=12143
2001-08-17 03:07:42 +00:00
4cab2ff499 Added a closing paren.
2001-08-16  Jeffrey Stedfast  <fejj@ximian.com>

	* backend/pas/evolutionperson.schema: Added a closing paren.

svn path=/trunk/; revision=12142
2001-08-17 03:04:22 +00:00
6b1869912e Respect the user's desire to be prompted to confirm that he wants to
2001-08-16  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (confirm_expunge): Respect the user's desire to
	be prompted to confirm that he wants to expunge the blasted
	folder. Also, don't set the usize - that's just an evil hack and
	you may find it will cut off text once the label has been
	translated.
	(create_msg_composer): In order for the security options to be
	checked when composing a new message, we must set the from account
	explicitly even though the composer hdrs sets the default from
	account and emits the signal because at that stage the composer
	hasn't yet connected to the signals and thus the bonobo menu items
	don't get set.

	* mail-config.c (mail_config_set_confirm_expunge): New.
	(mail_config_get_confirm_expunge): New.

svn path=/trunk/; revision=12141
2001-08-17 03:01:37 +00:00
3f8453bad7 I know what you did last summer!
2001-08-16  Jason Leach  <jleach@ximian.com>

	* AUTHORS: I know what you did last summer!

svn path=/trunk/; revision=12140
2001-08-17 00:39:47 +00:00
b82937e47c Desensitize the move/copy/delete/rename in the menus (including right
2001-08-16  Jason Leach  <jleach@ximian.com>

	* e-shell-view.c (folder_selected_cb): Desensitize the
	move/copy/delete/rename in the menus (including right click) for
	stock folders.

	* Evolution-Icon.idl: Actually remove this file from CVS (its
	contents are now in Evolution-common.idl).

svn path=/trunk/; revision=12139
2001-08-17 00:33:46 +00:00
84332a1f11 Changed "Import file..." to "Import File..." Fixed a few lack of
2001-08-16  Anna Marie Dirks  <anna@ximian.com>

	* evolution.xml : Changed "Import file..." to "Import File..."
	* evolution-addressbook.xml : Fixed a few lack of capitalization
	issues.

svn path=/trunk/; revision=12138
2001-08-17 00:09:15 +00:00
b9b5aa0a0e hide the timezone fields for all-day events. We will use DATE values for
2001-08-16  Damon Chaplin  <damon@ximian.com>

	* gui/dialogs/event-page.c: hide the timezone fields for all-day
	events. We will use DATE values for these eventually, and these
	don't have timezones associated with them. Currently we just use the
	default timezone for all-day events, as a workaround until we have
	DATE values working.

	* gui/dialogs/comp-editor-util.c (comp_editor_new_date_edit): added
	make_time_insensitive flag. Though we may not use it.

	* gui/dialogs/event-page.glade: made the 'All day event' toggle
	right-aligned, so it doesn't move when the other widgets are shown
	and hidden.

	* gui/e-timezone-entry.c (e_timezone_entry_set_default_timezone): new
	function to set the default timezone of the widget. If the current
	timezone setting matches the default then the entry field is hidden.
	Most people won't use timezones so this makes the GUI simpler.

	* gui/dialogs/event-page.c (init_widgets):
	* gui/dialogs/task-page.c (init_widgets): set the default timezone
	using the above function.

	* gui/dialogs/task-page.c (task_page_fill_widgets): if the start date
	or due date is not set, we use the default timezone, so the user
	doesn't have to set this each time they set the date.

svn path=/trunk/; revision=12137
2001-08-16 23:37:38 +00:00
d103befa6d If we are online and message flags have changed in the current folder,
2001-08-16  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-store.c (imap_keepalive): If we are
	online and message flags have changed in the current folder, sync
	the flags else do a NOOP. This fixes bug #4666. Also lock around
	the NOOP command.

	* providers/imap/camel-imap-folder.c (imap_sync_online): Don't
	ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't like
	this (and maybe others too?) so what we'll do instead is to send
	"STORE -FLAGS.SILENT (\Seen \Answered \Deleted \Marked)" to clear
	all the flags (since this is in essence what we want to do
	anyway).

svn path=/trunk/; revision=12136
2001-08-16 23:31:34 +00:00
a7da845f7f added e_date_edit_get/set_make_time_insensitive() which makes the time
2001-08-16  Damon Chaplin  <damon@ximian.com>

	* e-dateedit.c: added e_date_edit_get/set_make_time_insensitive()
	which makes the time field insensitive rather than hiding it.
	I'm not sure we're going to actually use this now, though.

svn path=/trunk/; revision=12135
2001-08-16 23:25:45 +00:00
fc8a71b59e Implement "Message Contains" (searches sender, recipients, subject, and
2001-08-16  Peter Williams  <peterw@ximian.com>

	* searches.xml: Implement "Message Contains" (searches sender,
	recipients, subject, and body) and make it first.

svn path=/trunk/; revision=12134
2001-08-16 22:46:10 +00:00
53f0a00b1b minor edits. Added <tip> about bug 7428.
2001-08-16  Aaron Weber  <aaron@ximian.com>

	* C/usage-mail.sgml: minor edits. Added <tip> about bug 7428.

svn path=/trunk/; revision=12133
2001-08-16 22:30:45 +00:00
791c2bec7e Set the horizontal usize of the entry to 4.
* e-search-bar.c (activate_by_subitems): Set the horizontal usize
of the entry to 4.

svn path=/trunk/; revision=12132
2001-08-16 22:28:24 +00:00
cd0dd54c2b Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't like
2001-08-16  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-folder.c (imap_sync_online): Don't
	ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't like
	this (and maybe others too?) so what we'll do instead is to send
	"STORE -FLAGS.SILENT (\Seen \Answered \Deleted \Marked)" to clear
	all the flags (since this is in essence what we want to do
	anyway).

svn path=/trunk/; revision=12131
2001-08-16 22:17:30 +00:00
907c848f76 Sort the nodes here... (fe_sort_folder): ... using this function.
2001-08-16  Peter Williams  <peterw@ximian.com>

	* subscribe-dialog.c (fe_got_children): Sort the nodes here...
	(fe_sort_folder): ... using this function.

	* folder-browser-ui.c (folder_browser_ui_message_loaded): Check for uic
	== NULL. I'm not sure how this could happen, but...

svn path=/trunk/; revision=12130
2001-08-16 21:59:05 +00:00
5a34c99b81 Stop search message from conflicting with expunge.
2001-08-16  Peter Williams  <peterw@ximian.com>

	* evolution-mail-message.xml: Stop search message from conflicting
	with expunge.

svn path=/trunk/; revision=12129
2001-08-16 21:57:52 +00:00
5c7afa96f0 If the component has no alarms remember to set the priv->updating flag to
2001-08-16  Federico Mena Quintero  <federico@ximian.com>

	* gui/dialogs/alarm-page.c (alarm_page_fill_widgets): If the
	component has no alarms remember to set the priv->updating flag to
	FALSE before returning.

svn path=/trunk/; revision=12128
2001-08-16 21:35:24 +00:00
e83ee52ce5 Remove the Help menu verbs and add a "HelpFAQ" verb. (command_help):
* e-shell-view-menu.c: Remove the Help menu verbs and add a
"HelpFAQ" verb.
(command_help): Removed.
(command_help_faq): New, implementation for the "HelpFAQ" verb.

svn path=/trunk/; revision=12127
2001-08-16 21:33:07 +00:00
052416eb6f get the destinations property, not the text property
2001-08-16  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/e-delegate-dialog.c
	(e_delegate_dialog_get_delegate_name): get the destinations
	property, not the text property

svn path=/trunk/; revision=12126
2001-08-16 21:06:23 +00:00
7eceec1f37 add save menu item
2001-08-16  JP Rosevear  <jpr@ximian.com>

	* evolution-comp-editor.xml: add save menu item

svn path=/trunk/; revision=12125
2001-08-16 20:58:02 +00:00
a260eb956d rename menu item to Assign Task and tidy
2001-08-16  JP Rosevear  <jpr@ximian.com>

	* evolution-task-editor.xml: rename menu item to Assign Task and
	tidy

svn path=/trunk/; revision=12124
2001-08-16 20:56:42 +00:00
8399cad791 Set the default-to-add notification to be display a message 15 minutes
2001-08-16  Federico Mena Quintero  <federico@ximian.com>

	* gui/dialogs/alarm-page.c (clear_widgets): Set the default-to-add
	notification to be display a message 15 minutes before the start
	of the appointment.  Fixes bug #7175.

svn path=/trunk/; revision=12123
2001-08-16 20:45:43 +00:00
ced6dc05f8 New function to strip surrounding whitespace from a string of categories
2001-08-16  Federico Mena Quintero  <federico@ximian.com>

	* gui/dialogs/comp-editor-util.c (comp_editor_strip_categories):
	New function to strip surrounding whitespace from a string of
	categories entered by the user.

	* gui/dialogs/task-page.c (task_page_fill_component): Use
	comp_editor_strip_categories().

	* gui/dialogs/event-page.c (event_page_fill_component): Likewise.

svn path=/trunk/; revision=12122
2001-08-16 20:27:04 +00:00
23c322c893 Adding the first versions of these files. Doesn't work yet.
2001-08-16  Christopher James Lahey  <clahey@ximian.com>

	* e-table-without.c, e-table-without.h: Adding the first versions
	of these files.  Doesn't work yet.

svn path=/trunk/; revision=12121
2001-08-16 20:16:43 +00:00
0d18ddc63a single pixel fix
svn path=/trunk/; revision=12120
2001-08-16 20:05:37 +00:00
4ac8c52326 fix previous
svn path=/trunk/; revision=12119
2001-08-16 20:01:13 +00:00
1fd2573e47 next/previous message using the new document template
svn path=/trunk/; revision=12118
2001-08-16 19:53:03 +00:00
03e7b2cf28 Renamed from _begin to match changes in gal 0.10.99.3.
2001-08-16  Jon Trowbridge  <trow@ximian.com>

	* gui/component/select-names/e-select-names-completion.c
	(e_select_names_completion_handle_request): Renamed from _begin to
	match changes in gal 0.10.99.3.

svn path=/trunk/; revision=12117
2001-08-16 19:50:39 +00:00
fd7cce6091 Added "hit_count" to ECompletionMatch. Used by search
2001-08-16  Jon Trowbridge  <trow@ximian.com>

        * gal/e-text/e-completion-match.h: Added "hit_count" to
        ECompletionMatch.  Used by search refinement/unrefinement.

	* gal/e-text/e-completion.c (e_completion_refine_search): Added.
	Handle automatic search refinements.
	(e_completion_unrefine_search): Added.  Handle automatic search
	"unrefinements", or reversions.
	(e_completion_begin_search): Check if the refinement or
	unrefinement operations can be used to handle the search.  Emit
	"request_search" at the end of the call.
	(e_completion_class_init): Added a new signal "request_search".
	"begin_search" is now purely informational, telling views that a
	series of matches and an "end_search" are forthcoming.

	* configure.in: Increment version of 0.10.99.3.

svn path=/trunk/; revision=12116
2001-08-16 19:47:57 +00:00
9333af2f12 Dequote the same characters that we know how to quote in
2001-08-16  Federico Mena Quintero  <federico@ximian.com>

	* src/libical/icalvalue.c (icalmemory_strdup_and_dequote): Dequote
	the same characters that we know how to quote in
	icalvalue_text_as_ical_string().  Fixes Ximian bug #7433.

svn path=/trunk/; revision=12115
2001-08-16 19:23:41 +00:00
5810652218 New callback for the realize signal. (make_bold): New. Hooks up the
* e-shell-folder-title-bar.c (label_realize_callback): New
callback for the realize signal.
(make_bold): New.  Hooks up the label_realize_callback.
(e_shell_folder_title_bar_construct): Make the name of the folder
bold using it.

svn path=/trunk/; revision=12114
2001-08-16 19:08:40 +00:00
933447b399 Place it under <category="GNOME|Applications"/>
2001-08-16  Kjartan Maraas  <kmaraas@gnome.org>

	* C/evolution-C.omf: Place it under <category="GNOME|Applications"/>

svn path=/trunk/; revision=12113
2001-08-16 19:08:04 +00:00
78606cdb93 Disable "Search Message" when more or less than exactly one message is
2001-08-16  Peter Williams  <peterw@ximian.com>

	* folder-browser-ui.c (folder_browser_ui_set_selection_state): Disable
	"Search Message" when more or less than exactly one message is selected.

svn path=/trunk/; revision=12112
2001-08-16 19:01:43 +00:00
1fb0b75061 removed the Print Setup menu item, and changed Print Message to Print for
2001-08-16  Anna Marie Dirks  <anna@ximian.com>

	* evolution-mail-message.xml : removed the Print Setup menu
	item, and changed Print Message to Print for consistency's sake.

svn path=/trunk/; revision=12111
2001-08-16 18:47:25 +00:00
d868ec70b6 Evil GTK+ hackery. Of course if GTK+ made things easier, I wouldn't
have to do this.

* e-gray-bar.c (endarken_style): Just hardcode the colors.

* e-shell-folder-title-bar.c (set_title_bar_label_style): New.
(e_shell_folder_title_bar_construct): Call it on the labels here,
so we get nice white labels.

svn path=/trunk/; revision=12110
2001-08-16 18:38:05 +00:00
7a821eebc4 Do not set the time popup range. We also want to be able to create
2001-08-16  Federico Mena Quintero  <federico@ximian.com>

	* gui/calendar-config.c (calendar_config_configure_e_date_edit):
	Do not set the time popup range.  We also want to be able to
	create appointments that are not within nine-to-five!  Think of
	going to the movies!  Fixes bug #7436.

	* gui/dialogs/cal-prefs-dialog.glade: "am/pm" is now "AM/PM".
	Fixes bug #7367.

svn path=/trunk/; revision=12109
2001-08-16 18:34:20 +00:00
b28275657d s/doc/help to point at the right dir.
svn path=/trunk/; revision=12108
2001-08-16 18:00:06 +00:00
c140e7f06e s/the view for %s' have/the views for %s' have/.
* e-shell.c (e_shell_component_maybe_crashed): s/the view for `%s'
have/the views for `%s' have/.

svn path=/trunk/; revision=12107
2001-08-16 17:59:53 +00:00
bc7f14d4eb and the .cvsignore files too
svn path=/trunk/; revision=12106
2001-08-16 17:57:02 +00:00
f9950bfd61 Removing these files which belong in doc/ not help/
svn path=/trunk/; revision=12105
2001-08-16 17:51:24 +00:00
d0a5fa689f Remove debugging message.
* e-storage-set-view.c (etree_icon_at): Remove debugging message.

svn path=/trunk/; revision=12104
2001-08-16 17:50:09 +00:00
6202c3e9eb Add a "BuiltMenuItems" placeholder in the "Help" menu so we can do the
* evolution.xml: Add a "BuiltMenuItems" placeholder in the "Help"
menu so we can do the fancy Bonobo help stuff.

svn path=/trunk/; revision=12103
2001-08-16 17:49:12 +00:00
4cf1f4c583 Removing these files which belong in the doc dir, not the help dir.
svn path=/trunk/; revision=12102
2001-08-16 17:48:38 +00:00
ba9b1480dd (fe_node_to_shell_path): Use node->name and node->full_name to generate
2001-08-16  Peter Williams  <peterw@ximian.com>

	(fe_node_to_shell_path): Use node->name and node->full_name to generate
	the the shell path of this item. Don't need to escape the URL, and
	handle cases when dir_sep != '/'
	(fe_done_subscribing): Use fe_node_to_shell_path instead of the CamelURL.
	Third time's the charm...

svn path=/trunk/; revision=12101
2001-08-16 17:47:15 +00:00
46c82f851c The finale
svn path=/trunk/; revision=12100
2001-08-16 17:44:54 +00:00
2d546eb377 Missed this
svn path=/trunk/; revision=12099
2001-08-16 17:43:30 +00:00
f111a46f11 Here go the rest
svn path=/trunk/; revision=12098
2001-08-16 17:42:36 +00:00
dbb7e636c1 I have deleted all of these files as they are being moved to the help directory.
svn path=/trunk/; revision=12097
2001-08-16 17:41:18 +00:00
da4dffd635 Nuke the old no docs
svn path=/trunk/; revision=12096
2001-08-16 17:39:05 +00:00