Commit Graph

28 Commits

Author SHA1 Message Date
9be7cad2cd Correct fix for 12236. Stops the crashing and leaves the summary in a usable state.
svn path=/trunk/; revision=13982
2001-10-24 11:52:28 +00:00
1fe301e0a6 Null some freed memory
svn path=/trunk/; revision=13799
2001-10-19 18:23:28 +00:00
1ec9e205a1 Minor changes in the hope that bug is fixed :/
svn path=/trunk/; revision=13701
2001-10-16 20:10:43 +00:00
f6dce20df1 Update the signature to match the new signal.
* e-summary-mail.c (update_folder_cb): Update the signature to
	match the new signal.

svn path=/trunk/; revision=13591
2001-10-11 19:01:06 +00:00
56b24983e2 Add copyright notices
svn path=/trunk/; revision=13157
2001-09-26 19:37:32 +00:00
86061f37b4 Display a bell icon if there's an alarm set
svn path=/trunk/; revision=12995
2001-09-19 22:30:41 +00:00
00e47f55dd Spewage removal Only open folders when they are needed.
Spewage removal
Only open folders when they are needed.

svn path=/trunk/; revision=12990
2001-09-19 21:48:50 +00:00
b8fc17e8f9 Keep the mail folders in the correct order
svn path=/trunk/; revision=12963
2001-09-19 00:11:58 +00:00
00d81264c7 Do appends instead of prepends in places.
Don't print a (null).

svn path=/trunk/; revision=12941
2001-09-18 18:41:21 +00:00
1a6a89e265 Only update the display when we receive a notify about a mail folder we are displaying
svn path=/trunk/; revision=12909
2001-09-17 20:47:33 +00:00
fb1c9fcb9b Purification.
* e-summary.c (destroy): free the protocol hash.

	* e-summary-rdf.c (tree_walk): plug a leak.

	* e-summary-weather.c (e_summary_weather_init_locations): Don't
	insert duplicates into the hash table.

	* e-summary-mail.c (e_summary_mail_generate_html): free old html
	before setting new

	* e-summary.c (e_summary_draw): free weather and rdf html strings.

	* e-summary-preferences.c (save_known_rdfs): free strings.

svn path=/trunk/; revision=12747
2001-09-10 22:48:52 +00:00
d671e29102 Studlycapsize all the IDs that are not. Likewise. Updated accordingly.
* Evolution-ShellComponent.idl: Studlycapsize all the IDs that are
not.
* Evolution-common.idl: Likewise.
* evolution-activity-client.c: Updated accordingly.
* evolution-shell-component.c: Likewise.
* evolution-storage.c: Likewise.
* e-activity-handler.c: Likewise.
* e-component-registry.c: Likewise.
* e-corba-storage.c: Likewise.
* e-shell-user-creatable-items-handlers.c: Likewise.

* e-local-storage.c (remove_folder): Remove unused variable.

* e-shell-view.c (update_for_current_uri): Assign zero to
`unread_count', not NULL.

* e-shell-importer.c (import_druid_finish): Remove unused
variable.

* e-shell-user-creatable-items-handler.c: #include
"e-corba-utils.h".

* e-shell-startup-wizard.c: #include "e-shell-startup-wizard.h".

* e-shell-startup-wizard.h: #include <glib.h>

* e-summary-weather.c (weather_make_html): Make local variable
`icon_name' const.  Remove unused variable `uri'.

* e-summary.h: Reformatted in GTK+ style.
(e_summary_remove_online_connection): Added prototype.

* e-summary-preferences.c (fill_mail_shown_clist): Constify local
variable `name'.

* e-summary-mail.c: #include "e-util/e-path.h".  Updated to match
the new studlyCapsification in shell/Evolution*.idl.

* mail-local.c: Match the studlyCapsification of
shell/Evolution*.idl.

* mail-config-druid.h: Change type of `event_source' from
`Bonobo_EventSource *' to `Bonobo_EventSource'.

* mail-accounts.c (mail_delete): Remove unused local variable
`label'.

* folder-info.c (do_get_info): `#if 0' unused variables.

* gui/component/addressbook-component.c: Get rid of a warning by
initializing the closing NULL element in folder_types correctly.

* gui/component/select-names/e-select-names.c: Updated to match
the studlyCapsification of attributes in shell/Evolution*.idl.

svn path=/trunk/; revision=12495
2001-08-28 00:18:34 +00:00
0af9d4d986 Fix the show_full_path bug
Set up the functions for better online/offline reporting.

svn path=/trunk/; revision=12403
2001-08-22 22:31:53 +00:00
99a9e24304 Disconnect our callbacks when we are freeing the ESummaryMail. Fixes
2001-08-13  Jason Leach  <jleach@ximian.com>

	* e-summary-mail.c (e_summary_mail_free): Disconnect our callbacks
	when we are freeing the ESummaryMail.  Fixes #6712.

svn path=/trunk/; revision=11941
2001-08-13 14:45:38 +00:00
3a3d80fa14 Callback for the EvolutionStorageListener::update_folder signal, so we can
2001-08-03  Jason Leach  <jleach@ximian.com>

	* e-summary-mail.c (update_folder_cb): Callback for the
	EvolutionStorageListener::update_folder signal, so we can update
	mail summaries when they change.  Bug #4686.

svn path=/trunk/; revision=11635
2001-08-03 23:09:53 +00:00
9a96cbd58e Install and use the new My Evolution icons from Jakub (they look really
awesome Jakub, nice work).

svn path=/trunk/; revision=11596
2001-08-02 19:44:23 +00:00
05ec4697c8 Make the storage registar(?) generic
svn path=/trunk/; revision=11315
2001-07-23 19:14:02 +00:00
4645eac850 Revert last changes, URIs are now back to original in shell.
2001-07-20  Jason Leach  <jleach@ximian.com>

	* e-summary-tasks.c: Revert last changes, URIs are now back to
	original in shell.

svn path=/trunk/; revision=11275
2001-07-20 21:19:51 +00:00
65a899cbd6 Update the evolution:/local/ URI's to evolution:/Local Folders/ to go
2001-07-19  Jason Leach  <jleach@ximian.com>

	* e-summary-tasks.c: Update the evolution:/local/ URI's to
	evolution:/Local Folders/ to go along with todays shell changes.

	* e-summary-mail.c: Ditto.

	* e-summary-calendar.c: Ditto.

svn path=/trunk/; revision=11252
2001-07-20 03:39:10 +00:00
13a1d6f61b Fix the mail folder links
svn path=/trunk/; revision=11231
2001-07-19 19:54:58 +00:00
65fd3e3e30 Secure e_summary_mail_generate_html
svn path=/trunk/; revision=11014
2001-07-11 20:30:50 +00:00
046bcbb23e Fix the memory corruption issue
svn path=/trunk/; revision=11013
2001-07-11 20:26:52 +00:00
76d4c1fa56 Free the data stop all the transfers when the summary is destroyed.
svn path=/trunk/; revision=11010
2001-07-11 19:08:53 +00:00
3dc641a7bf Mail stuff added
svn path=/trunk/; revision=10867
2001-07-06 21:49:20 +00:00
b190305858 Marked strings for translation + conversion to utf8.
* e-summary-calendar.c (generate_html):
Marked strings for translation + conversion to utf8.

* e-summary-mail.c
Added missing #include <config.h>
(e_summary_mail_generate_html):
Marked strings for translation + conversion to utf8.

* e-summary-weather.c
(e_summary_weather_get_html, open_callback):
Marked strings for translation + conversion to utf8.
(weather_make_html): Fixed leaks.

* e-summary-rdf.c
(tree_walk): Fixed leaks.
(read_callback): Marked strings for translation.

svn path=/trunk/; revision=10630
2001-06-30 12:08:27 +00:00
6ec4e9f826 Fix a few buggies
svn path=/trunk/; revision=10608
2001-06-29 21:12:02 +00:00
c470087c9b Configure My Evolution
svn path=/trunk/; revision=10604
2001-06-29 18:34:53 +00:00
d09d496299 Committing the new My Evolution.
svn path=/trunk/; revision=10163
2001-06-08 20:47:52 +00:00