Commit Graph

4966 Commits

Author SHA1 Message Date
84aca4e2c8 *** empty log message ***
svn path=/trunk/; revision=5969
2000-10-17 20:22:43 +00:00
e7cb4ceabe new version of the splash, also for HEAD branch... /tigert
svn path=/trunk/; revision=5968
2000-10-17 19:59:55 +00:00
f5a84bbd66 Add defines
2000-10-17  JP Rosevear  <jpr@helixcode.com>

	* conduits/todo/todo-conduit-control-applet.c: Add defines

	* conduits/todo/todo-conduit-config.h: put #ifdefs around functions
	can't make this a public interface in the usual way as then the
	symbols would be exported

	* conduits/todo/todo-conduit.c: Kill warnings. clahey will be
	happy! Add some defines to include only the necessary config functions.
	(conduit_get_gpilot_conduit): Hook up archive signals

	* conduits/calendar/calendar-conduit.c: Same as above

	* conduits/calendar/calendar-conduit-control-applet.c: ditto

	* conduits/calendar/calendar-conduit-config.h: ditto

svn path=/trunk/; revision=5967
2000-10-17 19:33:52 +00:00
66492867d6 Added focus to the general_summary text entry.
2000-10-17  Anna Marie Dirks  <anna@helixcode.com>
	* gui/event-editor.c: Added focus to the general_summary text entry.

svn path=/trunk/; revision=5964
2000-10-17 15:47:06 +00:00
bcfa612cf3 Minor update to the icon /tigert
svn path=/trunk/; revision=5963
2000-10-17 15:34:42 +00:00
a8cd947d9b Added some malloc check debugging stuff.
2000-10-17  Not Zed  <NotZed@HelixCode.com>

	* camel-mime-filter.c: Added some malloc check debugging stuff.

	* camel-mime-parser.c
	(struct _header_scan_state): Removed top_part, top_start, and
	pending.  I can't even remember why they were there, and they're
	not used anymore.

	* camel-mime-filter-basic.c (filter): Forgot to up the space here
	too.

2000-10-14  Not Zed  <NotZed@HelixCode.com>

	* camel-mime-filter-basic.c (complete): Ok, so we hit a fixme, 3x
	just wasn't enough for some sequences.

svn path=/trunk/; revision=5962
2000-10-17 09:45:38 +00:00
97be61b478 Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) or
2000-10-16  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-command.c
	(imap_read_response): Don't imap_next_word(respbuf + 2), instead
	use imap_next_word(respbuf) or else we'll skip over the second
	token.

svn path=/trunk/; revision=5961
2000-10-17 03:42:12 +00:00
2003a69501 Don't free 'resp' as it doesn't point to the beginning of the allocated
2000-10-16  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-command.c
	(camel_imap_response_extract): Don't free 'resp' as it doesn't
	point to the beginning of the allocated data, instead free
	response->untagged->pdata[i]. Also, if '*resp' is equal to a space
	character, then set resp = imap_next_word (resp) rather than
	expecting resp++ to work (there's a list broken IMAP daemons that
	like to put extra spaces between tokens).
	(imap_read_response): Don't expect 'respbuf+2' to be where the
	untagged number response to start (see above fix for an
	explanation).

svn path=/trunk/; revision=5960
2000-10-17 02:38:18 +00:00
08d9c142f4 Un #if 0'd out (search_full): Same. (folder_browser_gui_init): Connect
2000-10-16  Jeffrey Stedfast  <fejj@helixcode.com>

	* folder-browser.c (search_full_clicked): Un #if 0'd out
	(search_full): Same.
	(folder_browser_gui_init): Connect search_full and search_activate.
	(search_set): Uncomment search_full()

	* Makefile.am: Re-add `mail-search-dialogue.h' and
	`mail-search-dialogue.c'.

svn path=/trunk/; revision=5957
2000-10-17 00:07:18 +00:00
92e14ae179 fixed ChangeLog merge-conflict errors
svn path=/trunk/; revision=5956
2000-10-16 23:49:29 +00:00
1eae52cc66 Decode recipient names so that they display nicely in the To and Cc
2000-10-16  Jeffrey Stedfast  <fejj@helixcode.com>

	* mail-format.c (mail_generate_reply): Decode recipient names so
	that they display nicely in the To and Cc fields.
	(write_field_to_stream): Now takes another argument
	'value_is_encoded' so that we know if we should decode that string
	before proceding onward. Since the message subject is already
	decoded before it's passed in, we don't want to decode it again
	(wasted cpu time and/or any 8bit chars will be assumed to be
	latin1 encoded and thus the decoded value will be corrupt).

svn path=/trunk/; revision=5955
2000-10-16 23:48:14 +00:00
abd69f08ad only set the url->user field if the user string is non-NULL and not empty.
2000-10-16  Chris Toshok  <toshok@helixcode.com>

	* mail-config-gui.c (service_page_get_url): only set the url->user
	field if the user string is non-NULL and not empty.

svn path=/trunk/; revision=5953
2000-10-16 23:22:26 +00:00
5da3981c90 when using the construct (flags & CAMEL_SERVICE_URL_NEED_*) make sure to
2000-10-16  Chris Toshok  <toshok@helixcode.com>

	* camel-service.c (get_path): when using the construct (flags &
	CAMEL_SERVICE_URL_NEED_*) make sure to do ((flags &
	CAMEL_SERVICE_URL_NEED_*) == CAMEL_SERVICE_URL_NEED_*)
	(check_url): same.

svn path=/trunk/; revision=5951
2000-10-16 23:09:35 +00:00
558571a562 *** empty log message ***
svn path=/trunk/; revision=5950
2000-10-16 22:30:36 +00:00
7d8cdf100f Fixed a typo. Made this look a bit better.
2000-10-16  Christopher James Lahey  <clahey@helixcode.com>

	* contact-editor/fulladdr.glade: Fixed a typo.  Made this look a
	bit better.

svn path=/trunk/; revision=5948
2000-10-16 21:46:52 +00:00
f31425818b Add a typecast.
* evolution-storage-set-view-factory.c
	(evolution_storage_set_view_factory_new_view): Add a typecast.

	* e-storage-set-view.c (popup_folder_menu): Move variable
	declarations into the #if 0 to kill warnings.
	(populate_folder_context_menu_with_common_items,
	folder_context_menu_activate_cb): Move these into #if 0 too.

	* e-shell.c: Add prototype.

	* e-shell-view.c (storage_set_view_box_map_cb):
	* e-shell-folder-title-bar.c (e_shell_folder_title_bar_construct):
	Remove unused variables.

	* e-setup.c: Fix warning caused by e-util -> gal migration.

svn path=/trunk/; revision=5945
2000-10-16 21:10:34 +00:00
ff8aed099f Only send the LOGOUT command if the store is connected. (imap_connect):
2000-10-16  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-store.c (imap_disconnect): Only send
	the LOGOUT command if the store is connected.
	(imap_connect): Set the 'connected' state to TRUE when we
	successfully connect.
	(get_folder_info): if (!topfi), 'topfi' was allocated but then
	'fi' was set. I think Dan meant to set topfi since fi is an
	uninitialized value at this point.

	* providers/imap/camel-imap-command.c (imap_read_response): Check
	for the untagged BYE response and set the 'connected' state to
	FALSE if we receive the BYE response. Return NULL if we get a BYE
	response.

svn path=/trunk/; revision=5944
2000-10-16 21:00:59 +00:00
8b23fc59ea Reworked some of the height stuff?
2000-10-16  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-header-item.c: Reworked some of the height stuff?

svn path=/trunk/; revision=5943
2000-10-16 20:42:08 +00:00
34031a4201 Choose a better size for the e-table-header-item
svn path=/trunk/; revision=5942
2000-10-16 19:54:09 +00:00
f8e95fb816 Deal with the possibility of not getting a LIST response back for the top
* providers/imap/camel-imap-store.c (get_folder_info): Deal with
	the possibility of not getting a LIST response back for the top
	level.

svn path=/trunk/; revision=5941
2000-10-16 18:10:42 +00:00
6793123da8 Remove pilot cruft. All pilot stuff is in the conduits now and uses the
2000-10-16  JP Rosevear  <jpr@helixcode.com>

	* cal-client/cal-client.h: Remove pilot cruft.  All pilot stuff
	is in the conduits now and uses the logging facility.

	* pcs/cal-backend-file.c: ditto

	* pcs/cal-backend.h: ditto

	* pcs/cal-backend.c: ditto

	* pcs/cal.c: ditto

	* pcs/cal.h: ditto

	* idl/evolution-calendar.idl: ditto

	* cal-util/cal-component.h: ditto

	* cal-util/cal-component.c: ditto

	* cal-client/cal-client.c: ditto

	* conduits/calendar/calendar-conduit.c (local_record_from_comp):
	Take a stab at storing recurrence stuff on the pilot properly

	* pcs/cal-backend.c (cal_backend_update_object): Don't log the
	event until after the update in case its a new item

svn path=/trunk/; revision=5940
2000-10-16 14:03:03 +00:00
45e9efcab1 new versions of the calendar view icons - comments welcome.
/tigert

svn path=/trunk/; revision=5939
2000-10-16 10:36:13 +00:00
1bf57bb0d6 Uh, fixed jeff's wrong fix for setting the speficiation (the function
2000-10-16  Not Zed  <NotZed@HelixCode.com>

        * message-list.c (message_list_setup_etable): Uh, fixed jeff's
        wrong fix for setting the speficiation (the function changed to
        set_state(), as can be seen in the e_table-scrolled_load_state()
        call only 2 lines above).

svn path=/trunk/; revision=5938
2000-10-16 06:31:18 +00:00
40effd4a8a get the next child before traversing/calling func.
2000-10-15  Chris Toshok  <toshok@helixcode.com>

	* e-tree-model.c (e_tree_model_node_traverse): get the next child
	before traversing/calling func.

svn path=/trunk/; revision=5937
2000-10-15 23:46:23 +00:00
9ea0801fff ETreePath != GNode now, use accessors. (ml_tree_value_at): same.
2000-10-15  Chris Toshok  <toshok@helixcode.com>

	* message-list.c (subtree_unread): ETreePath != GNode now, use
	accessors.
	(ml_tree_value_at): same.
	(save_node_state): same.
	(save_tree_state): same.
	(nuke_uids_cb): convert to e_tree_model_node_traverse required
	type.
	(nuke_uids): g_node_traverse -> e_tree_model_node_traverse.

svn path=/trunk/; revision=5936
2000-10-15 23:22:33 +00:00
50ceceaaef Move a bunch of CPPFLAGS defs into INCLUDES so they doesn't override
any CPPFLAGS set at configure time

svn path=/trunk/; revision=5935
2000-10-15 23:18:24 +00:00
f020f43089 Update verify-evolution-install.sh a little teeny bit for 0.5 (no functionality changes, just tracking version number)
svn path=/trunk/; revision=5933
2000-10-15 23:18:00 +00:00
ec30090929 get rid of ENode type, as everything in it is now in ETreePath, and add
2000-10-15  Chris Toshok  <toshok@helixcode.com>

	* e-tree-model.c: get rid of ENode type, as everything in it is
	now in ETreePath, and add parent/sibling/child pointers to
	ETreePath.  everywhere where GNode/ENode were used, we just use
	ETreePath now.
	(e_tree_path_depth): new function.
	(e_tree_path_insert): new function.
	(e_tree_path_unlink): new function.
	(e_tree_model_node_traverse): new function.
	(etree_get_first_child): new virtual function impl.
	(etree_get_last_child): same.
	(e_tree_model_class_init): fill in function pointers for
	get_first_child/get_last_child.
	(e_tree_model_node_get_first_child): new function.
	(e_tree_model_node_get_last_child): new function.
	(e_tree_model_node_depth): g_node_depth -> e_tree_path_depth.
	(e_tree_model_node_insert): modify to use ETreePath and new
	e_tree_path functions.  Prepends and appends are now both constant
	time.
	(child_remove): modify for e_tree_model_node_traverse.
	(e_tree_model_node_remove): same, and use e_tree_path functions.
	(e_tree_model_node_insert_before): add a loop here to figure out
	the position, since it's the only place we care about the child
	position.
	(e_tree_model_node_sort): rework to accomodate new e_tree_path
	functions, and put the e_tree_model_node_set_expanded calls in a
	separate loop after all the children have been added.

	* e-tree-model.h: add prototypes and virtual functions for more
	tree traversal operations (get_first_child, get_last_child), as
	well as a new function to traverse depth first the descendents of
	a node (e_tree_model_node_traverse), much like g_node_traverse
	(G_IN_ORDER).  Also, ETreePath is an opaque type now, and is not a
	GNode.

svn path=/trunk/; revision=5932
2000-10-15 23:17:56 +00:00
be894a163a Made it so that ETable won't use a state with 0 columns.
2000-10-15  Christopher James Lahey  <clahey@helixcode.com>

	* e-table.c: Made it so that ETable won't use a state with 0
	columns.

svn path=/trunk/; revision=5931
2000-10-15 22:32:01 +00:00
ef961dcd93 Updated for the upcoming release. Same here.
2000-10-15  Kjartan Maraas  <kmaraas@gnome.org>

	* POTFILES.in: Updated for the upcoming release.
	* no.po: Same here.

svn path=/trunk/; revision=5930
2000-10-15 22:14:46 +00:00
bb04032cc8 Check if there are any files in default_user that are not in ~/evolution
2000-10-11  Iain Holmes  <iain@helixcode.com>

	* e-setup.c (check_evolution_directory): Check if there are any
	files in default_user that are not in ~/evolution and if so
	copy them over.
	(check_dir_recur): Recursive function to check the directory.

	* e-shell-view-menu.c: Look Maw! I'm an Evolution hacker too.

	* e-shell-view.c: Don't quit on when a view is destroyed.

	* e-shell.c: Save the settings for the remaining views whenever
	a view is destroyed.

svn path=/trunk/; revision=5929
2000-10-15 16:52:48 +00:00
0a74c49010 Use an EScrollFrame instead of a GtkScrolledWindow for the folder
tree.  This fixes #535 on Bugzilla.

svn path=/trunk/; revision=5928
2000-10-15 15:39:35 +00:00
1ceb89ab9a If the entry widget is NULL, obviously we can't set any text on it.
2000-10-14  Jeffrey Stedfast  <fejj@helixcode.com>

	* e-msg-composer-attachment.c (set_entry): If the entry widget is
	NULL, obviously we can't set any text on it.

svn path=/trunk/; revision=5927
2000-10-14 22:42:31 +00:00
56fb26b2ea Forgot this
svn path=/trunk/; revision=5926
2000-10-14 22:25:07 +00:00
441764c888 Added Norwegian (nynorsk) translation. Updated Norwegian (bokmål)
2000-10-14  Kjartan Maraas  <kmaraas@gnome.org>

	* nn.po: Added Norwegian (nynorsk) translation.
	* no.po: Updated Norwegian (bokmål) translation.

svn path=/trunk/; revision=5925
2000-10-14 22:23:14 +00:00
a444adca5d Added "nn" to ALL_LINGUAS.
2000-10-15  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added "nn" to ALL_LINGUAS.

svn path=/trunk/; revision=5924
2000-10-14 22:21:11 +00:00
43d1985739 Updated Dutch translation.
2000-10-14  Almer S. Tigelaar  <almer1@dds.nl>

	* nl.po: Updated Dutch translation.

svn path=/trunk/; revision=5923
2000-10-14 21:16:44 +00:00
b1c4465572 Added ui/*.h
2000-10-14  Kjartan Maraas  <kmaraas@gnome.org>

	* POTFILES.in: Added ui/*.h

svn path=/trunk/; revision=5922
2000-10-14 20:24:53 +00:00
4b69699f56 Add rule to use bonobo-ui-extract to build translatable files.
2000-10-14  Michael Meeks  <michael@helixcode.com>

	* Makefile.am: Add rule to use bonobo-ui-extract to build
	translatable files.

svn path=/trunk/; revision=5921
2000-10-14 18:59:25 +00:00
b394895eb6 if we are in LDAP mode then merge in the extra few items, otherwise just
2000-10-14  Michael Meeks  <michael@helixcode.com>

	* gui/component/addressbook.c (control_activate): if we are in
	LDAP mode then merge in the extra few items, otherwise just merge
	the standard thing; saves duplication.

	* shell/e-shell-view-menu.c: rename debug verb.

svn path=/trunk/; revision=5920
2000-10-14 18:18:28 +00:00
6ac35c0e50 drasticaly shrink to just the new features available with ldap; don't
2000-10-14  Michael Meeks  <michael@helixcode.com>

	* evolution-addressbook-ldap.xml: drasticaly shrink to just the
	new features available with ldap; don't duplicate stuff.

	* evolution-addressbook.xml: fix tooltips.

	* *.xml: remove redundant attributes causing toolber rebuilds.

svn path=/trunk/; revision=5919
2000-10-14 17:49:03 +00:00
c1e815dd75 Updated russian translation.
svn path=/trunk/; revision=5918
2000-10-14 16:39:38 +00:00
1dcad071c8 Icon property for the addressbook component.
svn path=/trunk/; revision=5917
2000-10-14 16:23:35 +00:00
5758303474 Added TigerT's splash screen to the Makefile.
svn path=/trunk/; revision=5916
2000-10-14 16:22:57 +00:00
4e28ce16fd Icon property for the calendar component.
svn path=/trunk/; revision=5915
2000-10-14 16:21:47 +00:00
aafa628f97 Icon property for the executive summary component.
svn path=/trunk/; revision=5914
2000-10-14 16:20:30 +00:00
ec3066b178 Icon attribute for the mail component.
svn path=/trunk/; revision=5913
2000-10-14 16:19:57 +00:00
c9a857200f 31337 splash screen for the shell's startup sequence.
svn path=/trunk/; revision=5912
2000-10-14 16:18:52 +00:00
fdeef7a7fb Added splash screen for evolution - the ultimate eyecandy department strikes
again! :)  /tigert

svn path=/trunk/; revision=5911
2000-10-14 10:23:31 +00:00
8c59d6ee2d Only allow one select-names dialog for each id.
svn path=/trunk/; revision=5910
2000-10-14 00:49:59 +00:00