Commit Graph

6849 Commits

Author SHA1 Message Date
ab0f7d1ccb Added e-text-model-test
2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>

	* gal/e-text/.cvsignore: Added e-text-model-test

svn path=/trunk/; revision=8015
2001-02-06 04:36:28 +00:00
cb2a6b81eb Added xml-* files.
2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>

	* .cvsignore: Added xml-* files.

svn path=/trunk/; revision=8014
2001-02-06 04:33:47 +00:00
0e3786d3ec Ignore test-dropdown-button
2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>

	* .cvsignore: Ignore test-dropdown-button

svn path=/trunk/; revision=8013
2001-02-06 04:31:02 +00:00
dcbba855a9 Use the renamed api call
2001-02-05  JP Rosevear  <jpr@ximian.com>

	* src/libical/icallangbind.c (icallangbind_get_property): Use the
	renamed api call

svn path=/trunk/; revision=8011
2001-02-06 03:56:17 +00:00
f620b13aac err, allocate 2 char*s when i assign 2 char*s.
2001-02-05  Chris Toshok  <toshok@ximian.com>

	* backend/pas/pas-backend-ldap.c (create_card_handler): err,
	allocate 2 char*s when i assign 2 char*s.

svn path=/trunk/; revision=8010
2001-02-06 03:34:49 +00:00
4e239b49ae switch to ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated.
2001-02-05  Chris Toshok  <toshok@ximian.com>

	* backend/pas/pas-backend-ldap.c (modify_card_handler): switch to
	ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated.
	(build_mods_from_ecards): don't include the mod if the value is ""
	- this isn't valid on schema checking ldap servers.
	(homephone_populate): new function.
	(homephone_ber): new function.
	(homephone_compare): new function.
	(create_card_handler): add spew when adding cards so I can see
	what's going on.

svn path=/trunk/; revision=8009
2001-02-06 03:01:41 +00:00
b8af62e803 Removed unwanted header. It was never put in for a reason. Stop fixing
2001-02-06  Not Zed  <NotZed@Ximian.com>

        * camel-search-private.c: Removed unwanted header.  It was never
        put in for a reason.  Stop fixing irrelevant warnings.

        (camel_ustrstrcase): Our own strstrcase impl for utf8 strings.
        (camel_ustrcasecmp): Ditto for strcasecmp.
        (camel_ustrncasecmp): And strncasecmp.
        (utf8_get): Simpler interface to utf8 string processing.
        (camel_search_header_match): Use the new things.

2001-02-05  Not Zed  <NotZed@Ximian.com>

        * camel-folder.c (get_summary): Removed some old variables/a small
        memleak.
        (free_summary): Removed old variables.

        * camel-mime-utils.c (header_raw_check_mailing_list): New utility
        function to get the mailing list (if any) that a set of headers
        came from.

svn path=/trunk/; revision=8008
2001-02-06 02:38:19 +00:00
2fd6f5acb5 We are now going to use a file descriptor and a CamelMimeParser rather
2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mbox-importer.c: We are now going to use a file
	descriptor and a CamelMimeParser rather than a FILE pointer.
	(load_file_fn): Open the file descriptor and initialize the
	CamelMimeParser.
	(importer_destroy_cb): Unref the mime parser.
	(support_format_fn): Use an fd and use a case-insensitive
	comparison as well as elimate a buffer overrun.
	(process_item_fn): Process 1 CamelMimeMessage per invocation so as
	to not lock up Iain's GUI and to work similar to the way Iain
	originally coded it.

svn path=/trunk/; revision=8006
2001-02-06 01:16:03 +00:00
08b789cec1 Set the time and duration values in the trigger to null by default
2001-02-05  JP Rosevear  <jpr@ximian.com>

	* cal-util/cal-component.c (cal_component_alarm_set_trigger): Set
	the time and duration values in the trigger to null by default
	(cal_component_free_alarm_uids): properly free the list of alarm
	uids

svn path=/trunk/; revision=8005
2001-02-05 23:58:50 +00:00
c854c40b39 oops, forgot to add this file
svn path=/trunk/; revision=8004
2001-02-05 23:33:07 +00:00
10dc371c4d get the new reminder widgets (sync_entries): different callback data
2001-02-05  JP Rosevear  <jpr@ximian.com>

	* gui/event-editor.c (get_widgets): get the new reminder widgets
	(sync_entries): different callback data
	(summary_changed_cb): take different data and handle various cases
	(init_widgets): connect signals for the new widgets
	(get_alarm_duration_string): give a text string of the alarm
	duration
	(get_alarm_string): give a string representing the alarm
	(fill_widgets): make sure we don't loop infinitely and remove old
	alarm cruft
	(reminder_to_comp_object): dump alarm info in the gui into the cal
	component
	(append_alarm): add alarm to the clist
	(reminder_add_cb): create new alarm
	(reminder_delete_cb): remove the alarm from the list

	* gui/event-editor-dialog.glade: Update gui

	* gui/e-calendar-table.c: include gnome.h for all the menu stuff

	* gui/calendar-summary.c: for internationalization

	* gui/tasks-control.c: include gnome.h

	* gui/e-tasks.c: ditto

	* gui/e-itip-control.c: ditto

	* cal-util/cal-recur.c (cal_recur_set_rule_end_date): Update for
	libical changes

svn path=/trunk/; revision=8003
2001-02-05 23:15:15 +00:00
8634c7a4ec Moved bonobo includes from the .c to the .h. Include
2001-02-05  Christopher James Lahey  <clahey@ximian.com>

	* evolution-mbox-importer.c, evolution-mbox-importer.h: Moved
	bonobo includes from the .c to the .h.  Include
	evolution-mbox-importer.h in evolution-mbox-importer.c.

	* evolution-outlook-importer.c, evolution-outlook-importer.h:
	Moved bonobo includes from the .c to the .h.  Include
	evolution-outlook-importer.h in evolution-outlook-importer.c.

	* mail-callbacks.c: Include mail-send-recv.h.

	* mail-local.c (mail_local_lookup_folder): Cast local_store to
	CAMEL_STORE.

	* mail-mt.c (mail_msg_cleanup): Make this function static.

	* mail-send-recv.c, mail-send-recv.h: Created mail_send_recv.h.
	Included it in mail-send-recv.c.  Added a #include
	<libgnomeui/gnome-window-icon.h>.
	(mail_send_receive): Added a cast.

	* mail-summary.c (new_folder_cb, removed_folder_cb,
	create_summary_view): Cast the source func in calling g_idle_add.

svn path=/trunk/; revision=8002
2001-02-05 23:04:08 +00:00
11f8fdd1cc fixed up the display a bit
svn path=/trunk/; revision=8001
2001-02-05 22:58:35 +00:00
db7b5a96a4 Fix broken English.
svn path=/trunk/; revision=8000
2001-02-05 22:38:40 +00:00
19daa2bae2 Added a missing #include.
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* camel-stream-fs.c: Added a missing #include.

	* camel-search-private.c: Added a missing #include.

svn path=/trunk/; revision=7999
2001-02-05 22:37:24 +00:00
86dab2c4fa Save the help_text in the closure.
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* gui/component/addressbook-config.c (table_add_elem): Save the
	help_text in the closure.

svn path=/trunk/; revision=7998
2001-02-05 22:28:58 +00:00
ad2c9c5240 Fixed up these #includes.
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* gui/calendar-model.c: Fixed up these #includes.

svn path=/trunk/; revision=7997
2001-02-05 22:23:49 +00:00
4e52135a24 New function to handle inline pgp-signatures.
2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-format.c (try_inline_pgp_sig): New function to handle
	inline pgp-signatures.

svn path=/trunk/; revision=7996
2001-02-05 22:23:04 +00:00
bf2f40a85a Fscking autoconf
svn path=/trunk/; revision=7995
2001-02-05 22:16:26 +00:00
e01190ecb8 Guess what! Fix `builddir != srcdir' breakage.
svn path=/trunk/; revision=7994
2001-02-05 22:07:49 +00:00
a946c537b8 This is it i hope
svn path=/trunk/; revision=7993
2001-02-05 22:03:36 +00:00
2d3a846260 Oops. Change this too.
2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-remote-store.c (remote_query_auth_types): Oops. Change
	this too.

svn path=/trunk/; revision=7992
2001-02-05 21:52:28 +00:00
8124fc6736 More import cleanup
svn path=/trunk/; revision=7991
2001-02-05 21:32:26 +00:00
88b4d80571 Changed draw_borders from a gboolean to a a guint : 1.
2001-02-05  Christopher James Lahey  <clahey@ximian.com>

	* gal/e-text/e-entry.h: Changed draw_borders from a gboolean to a
	a guint : 1.

svn path=/trunk/; revision=7990
2001-02-05 21:31:34 +00:00
a078041da8 Removed unnecessary comment about now non-existant virtual column list.
2001-02-05  Christopher James Lahey  <clahey@ximian.com>

	* gal-define-views-model.h: Removed unnecessary comment about now
	non-existant virtual column list.

svn path=/trunk/; revision=7989
2001-02-05 21:30:15 +00:00
b71f1e3b6d Changed the text to pop up the Field Chooser.
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-header-item.c: Changed the text to pop up the Field
	Chooser.

svn path=/trunk/; revision=7988
2001-02-05 21:26:44 +00:00
6240b1cdde Added gal-view-factory-minicard.c, gal-view-factory-minicard.h,
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* gui/widgets/Makefile.am (libeminicard_a_SOURCES): Added
	gal-view-factory-minicard.c, gal-view-factory-minicard.h,
	gal-view-minicard.c, and gal-view-minicard.h.

	* gui/widgets/gal-view-factory-minicard.c,
	gui/widgets/gal-view-factory-minicard.h,
	gui/widgets/gal-view-minicard.c, and
	gui/widgets/gal-view-minicard.h: New classes for minicard view
	type.

	* gui/widgets/e-addressbook-view.c: Deploy gal-view stuff
	properly.

svn path=/trunk/; revision=7987
2001-02-05 21:23:28 +00:00
fdb765da59 Fixed a number of small bugs in how we were saving and loading view
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* gal-view-collection.c: Fixed a number of small bugs in how we
	were saving and loading view collections.

	* gal-view-etable.c (config_changed): Send the changed signal
	properly.
	(gal_view_etable_construct): Duplicate the spec's state here.

svn path=/trunk/; revision=7986
2001-02-05 21:18:25 +00:00
707cce7733 Added a "changed" signal.
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-config.c, e-table-config.h (dialog_apply): Added a
	"changed" signal.

	* e-table-sort-info.c, e-table-sort-info.h
	(e_table_sort_info_duplicate): Added this function.

	* e-table.c (e_table_set_state_object): Duplicate the state's
	sort_info object here.

svn path=/trunk/; revision=7985
2001-02-05 21:16:13 +00:00
f5ab714264 Keep track of the CheckSettings check boxes. (transport_next): Connect if
2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config-druid.c (construct): Keep track of the CheckSettings
	check boxes.
	(transport_next): Connect if the user says so.
	(incoming_next): Same. Also, don't jump to the next page if
	test-settings fails.

svn path=/trunk/; revision=7984
2001-02-05 21:06:54 +00:00
f7926820ed Remove <config.h> #includes from the `.h' files, which is known to be,
um, a wrong thing to do.

svn path=/trunk/; revision=7983
2001-02-05 20:45:36 +00:00
fdde6ab383 Make some private variables static in `ETableSorter'.
svn path=/trunk/; revision=7982
2001-02-05 20:27:09 +00:00
7301749d71 Updated to not connect when getting a list of authtypes. (transport_next):
2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config-druid.c (incoming_next): Updated to not connect when
	getting a list of authtypes.
	(transport_next): No longer connects - again, this is
	useless. Read the apply_changes argument for the reason why.

	* mail-account-editor.c (apply_changes): Updated. Set the
	'connect' argument to FALSE for now, this basically means that the
	call is worthless tho so it may be best to either get rid of the
	checks altogether or else make it connect.
	(source_auth_init): Don't connect here, it's just plain annoying.
	(transport_construct_authmenu): Same here.

	* mail-config.c (mail_config_check_service): Now takes a connect
	argument.

svn path=/trunk/; revision=7981
2001-02-05 20:13:59 +00:00
5df96e40dc Added pt_BR to ALL_LINGUAS.
2001-02-05  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>

* configure.in (ALL_LINGUAS): Added pt_BR to ALL_LINGUAS.

svn path=/trunk/; revision=7980
2001-02-05 19:58:24 +00:00
ddfc033633 Updated.
2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/smtp/camel-smtp-transport.c (query_auth_types): Updated.

	* providers/nntp/camel-nntp-store.c (nntp_store_query_auth_types):
	Updated.

	* providers/pop3/camel-pop3-store.c (query_auth_types): Updated.

	* providers/imap/camel-imap-store.c (query_auth_types): Updated.

	* camel-service.c (camel_service_query_auth_types): Now takes a
	boolean value to specify whether or not to connect when
	constructing a supported authtype list.

svn path=/trunk/; revision=7979
2001-02-05 19:55:54 +00:00
e582e23949 Import cleanup
svn path=/trunk/; revision=7978
2001-02-05 19:43:58 +00:00
d7da449065 This commit was generated by cvs2svn to compensate for changes in r7975,
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=7976
2001-02-05 19:16:27 +00:00
1994ec032f Initial revision
svn path=/trunk/; revision=7973
2001-02-05 19:16:23 +00:00
d2293e1adc Add a priority
svn path=/trunk/; revision=7972
2001-02-05 18:53:34 +00:00
5a8d472070 Make the Note field be quoted printable.
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* backend/ebook/e-card.c (e_card_get_vcard): Make the Note field
	be quoted printable.

2001-01-27  Christopher James Lahey  <clahey@helixcode.com>

	* gui/search/e-addressbook-search-dialog.c
	(e_addressbook_search_dialog_init): This should be a close button,
	not a cancel button.

svn path=/trunk/; revision=7971
2001-02-05 15:57:15 +00:00
6c2bb13f67 Changed the call to iconv to be char ** instead of const char **.
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* gal/widgets/e-font.c (e_font_to_native), gal/widgets/e-unicode.c
	(e_utf8_from_gtk_string_sized, e_utf8_to_gtk_string_sized):
	Changed the call to iconv to be char ** instead of const char **.

svn path=/trunk/; revision=7970
2001-02-05 14:39:55 +00:00
5017e3175f Rearranged the includes here a bit.
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* gal/util/e-xml-utils.c: Rearranged the includes here a bit.

svn path=/trunk/; revision=7969
2001-02-05 14:36:47 +00:00
5738d07c05 Added declarations for all the functions declared in gnome-i18n.h.
2001-02-05  Christopher James Lahey  <clahey@helixcode.com>

	* gal/util/e-i18n.h: Added declarations for all the functions
	declared in gnome-i18n.h.

svn path=/trunk/; revision=7968
2001-02-05 14:34:39 +00:00
4afe7dc770 Add #include <config.h> and mark some strings for translation.
2001-02-05  Kjartan Maraas  <kmaraas@gnome.org>

	* filter-code.c, filter-colour.c, filter-context.c,
	filter-element.c, filter-input.c, filter-score.c,
	filter-system-flag.c, filter-url.c: Add #include <config.h>
	and mark some strings for translation.

svn path=/trunk/; revision=7967
2001-02-05 13:57:00 +00:00
764b9e26b0 Revert jeff's earlier change, the change below is the more-correct fix.
2001-02-05  Not Zed  <NotZed@Ximian.com>

	* camel-stream-filter.c (do_write): Revert jeff's earlier change,
	the change below is the more-correct fix.  All his was doing was
	ignoring the return code & looping actually :)

	* camel-stream-fs.c (stream_write): Since we are non-blocking on
	the outgoing fd, keep looping if writing out large blocks, so we
	can keep checking for cancel, etc.

svn path=/trunk/; revision=7966
2001-02-05 07:15:50 +00:00
f1f97ce865 When we drop a fake node, dont skip checking the next in the list.
2001-02-02  Not Zed  <NotZed@Ximian.com>

        * camel-folder-thread.c (camel_folder_thread_messages_new): When
        we drop a fake node, dont skip checking the next in the list.
        (camel_folder_thread_messages_new): Add an assertion check just to
        make sure we dont get any pseudo nodes, and spit a warning if we
        do.

svn path=/trunk/; revision=7965
2001-02-05 05:04:53 +00:00
282c5a057f Revert last patch
svn path=/trunk/; revision=7964
2001-02-05 00:26:13 +00:00
f735b43e8e Make do_write loop until the entire buffer is written.
2001-02-04  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-stream-filter.c (do_write): Make do_write loop until the
	entire buffer is written.

svn path=/trunk/; revision=7963
2001-02-05 00:12:07 +00:00
66a509fb9d Call e_select_names_set_default when appropriate.
2001-02-04  Christopher James Lahey  <clahey@ximian.com>

	* gui/component/select-names/e-select-names-manager.c
	(e_select_names_manager_activate_dialog): Call
	e_select_names_set_default when appropriate.

	* gui/component/select-names/e-select-names.c,
	gui/component/select-names/e-select-names.h: Added support for
	double clicking sending the selected contacts to the default
	section.  Added a set_default function.  Made multiple selection
	work.

svn path=/trunk/; revision=7962
2001-02-04 22:58:03 +00:00
64a9d9a168 Require version 0.4.99.8 of gal.
2001-02-04  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Require version 0.4.99.8 of gal.

svn path=/trunk/; revision=7961
2001-02-04 22:53:16 +00:00