Commit Graph

104 Commits

Author SHA1 Message Date
Dan Winship 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
Iain Holmes 820270c278 Add Memepool
svn path=/trunk/; revision=12740
2001-09-10 19:49:26 +00:00
Iain Holmes 3f7f2d2f2e Don't open multiple dialogs
svn path=/trunk/; revision=12656
2001-09-06 20:08:25 +00:00
Ettore Perazzoli 43d9fc0199 [Fix #958, ShellComponents should not be created by factories, for
the Summary.]

* component-factory.c (COMPONENT_FACTORY_IID): Removed.
(COMPONENT_ID): New.
(create_component): Renamed from `factory_fn'.  No args.
(component_factory_init): Create the BonoboObject with
`create_component' and register it on OAF.

* GNOME_Evolution_Summary.oaf.in: Remove the
ShellComponentFactory.

svn path=/trunk/; revision=12646
2001-09-05 23:47:46 +00:00
Iain Holmes cf8a393a64 Locations
svn path=/trunk/; revision=12638
2001-09-05 22:55:02 +00:00
Iain Holmes cc19f5cc1f Stop the summary jumping to the top on redraw
svn path=/trunk/; revision=12636
2001-09-05 22:42:16 +00:00
Iain Holmes 302eaef890 USe 24hr clock if appropriate, don't mess with the date and time
svn path=/trunk/; revision=12635
2001-09-05 22:28:39 +00:00
Iain Holmes e1fce519bb Fixes for Belgium
svn path=/trunk/; revision=12617
2001-09-04 23:52:49 +00:00
Iain Holmes 416d92895c Acell clashes fixed
svn path=/trunk/; revision=12616
2001-09-04 23:46:38 +00:00
Iain Holmes 5bd216cdff Make the apply button activate when the new feed is added
svn path=/trunk/; revision=12615
2001-09-04 23:38:18 +00:00
Iain Holmes 4b55768629 Don't use - in front of the temperature to mean No condition
svn path=/trunk/; revision=12606
2001-09-04 22:11:35 +00:00
Ettore Perazzoli 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
Iain Holmes 495be272a5 Remove broken news feeds, don't show completed tasks
svn path=/trunk/; revision=12419
2001-08-23 18:43:38 +00:00
Iain Holmes 4bc7cbc83e Change the property bag to set
svn path=/trunk/; revision=12404
2001-08-22 22:51:06 +00:00
Iain Holmes 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
Iain Holmes ec89843342 Fix it for people with funny themes
svn path=/trunk/; revision=12366
2001-08-21 21:59:40 +00:00
Damon Chaplin 6d4625b305 changed the icons. For calendar events we use the 'new appointment' icon
2001-08-21  Damon Chaplin  <damon@ximian.com>

	* e-summary-calendar.c (generate_html):
	* e-summary-tasks.c (generate_html): changed the icons. For calendar
	events we use the 'new appointment' icon from the menu. For tasks we
	use the task icon from the ETable - I wasn't sure about using the
	'New Task' icon as it has a tick in it which may make people think it
	is complete.

svn path=/trunk/; revision=12351
2001-08-21 19:45:53 +00:00
Ettore Perazzoli d9ed7a6a63 Added display_name and description to the type.
* evolution-test-component.c: Added display_name and description
to the type.

* evolution-shell-component.c (impl__get_supported_types): Pass
`display_name' and `description' here.
(evolution_shell_component_construct): Likewise.

* evolution-shell-component.h: New members `display_name',
`description' in `EvolutionShellComponentFolderType'.

* e-component-registry.c (register_type): New args @description
and @display_name.  Pass to
`e_folder_type_registry_register_type()'.
(register_component): Pass the values returned in the sequence
from __get_supported_types.

* e-folder-type-registry.c: New members `display_name' and
`description' in `struct _FolderType'.
(folder_type_new): New args @description and @display_name.
Initialize the respective fields in the `FolderType' accordingly.
(folder_type_free): Free `display_name' and `description'.
(register_folder_type): New args @display_name, @description.
(e_folder_type_registry_register_type): New args @display_name,
@description.
(e_folder_type_registry_get_description_for_type): New.
(e_folder_type_registry_get_display_name_for_type): New.

* Evolution-ShellComponent.idl: Added `display_name' and
`description' fields to the `FolderType' struct.

svn path=/trunk/; revision=12245
2001-08-20 04:42:04 +00:00
Ettore Perazzoli 213f236ff5 Change the type from "Summary" to "summary" for consistency with the other
* component-factory.c: Change the type from "Summary" to "summary"
for consistency with the other folder types.

svn path=/trunk/; revision=12239
2001-08-20 03:11:27 +00:00
Chyla Zbigniew 402218880e Marked string for translation (connection type).
* my-evolution/e-summary-rdf.c (make_connection):
Marked string for translation (connection type).

* my-evolution/e-summary-weather.c
(make_url): Split into two functions: make_url and make_anchor.
(weather_make_html): s/make_url/make_anchor/
(make_connection): Marked connection type string for franslation,
assign the real URI to ->hostname (using make_url), not location code.

svn path=/trunk/; revision=12226
2001-08-19 20:22:35 +00:00
Chyla Zbigniew 9999ec303a Don't hardcode the default list of stations, let translators define it per
* e-summary-preferences.c (make_initial_weather_list),
e-summary-weather.c (e_summary_weather_init):
Don't hardcode the default list of stations, let translators define it
per locale/country.

svn path=/trunk/; revision=12216
2001-08-19 07:16:30 +00:00
Iain Holmes 4ab941838f Don't allow nonroot nodes to be selected
svn path=/trunk/; revision=12178
2001-08-17 21:18:01 +00:00
Iain Holmes cd588d1cc7 US datified
svn path=/trunk/; revision=12060
2001-08-15 18:32:18 +00:00
Iain Holmes df89536d52 s/My Evolution/Summary/
svn path=/trunk/; revision=12058
2001-08-15 18:10:02 +00:00
Iain Holmes 9e36f744b8 Reload button
svn path=/trunk/; revision=11978
2001-08-13 23:33:48 +00:00
Iain Holmes 8ca5b30ddb KBOS and ZSAM
svn path=/trunk/; revision=11972
2001-08-13 22:37:04 +00:00
Jason Leach 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
Anna Marie Dirks c6178d76a5 added more padding between the vertical spacer and the icons for the
2001-08-09  Anna Marie Dirks <anna@ximian.com>
	* my-evolution-html.h : added more padding between the vertical
	spacer and the icons for the mail/appointments/tasks summaries.

svn path=/trunk/; revision=11847
2001-08-09 23:20:36 +00:00
Anna Marie Dirks 80f09e4507 added accelerators to all useful widgets in this file such that this
2001-08-09  Anna Marie Dirks <anna@ximian.com>
        * my-evolution.glade : added accelerators to all useful widgets
	in this file such that this dialog can now be fully navigated from
	the keyboard.

	* e-summary-preferences.c : changed the construct_pixmap_button
	function to take glade xml, an hbox and pixmap, making it possible
	to use glade to define and change the keyboard accelerators, instead
	of trying to do this in the c code.

svn path=/trunk/; revision=11844
2001-08-09 22:30:30 +00:00
Damon Chaplin af43e15005 free the CalComponentDateTime and icaltimetype values after finishing with
2001-08-06  Damon Chaplin  <damon@ximian.com>

	* e-summary-tasks.c (sort_uids):
	(get_todays_uids):
	(generate_html):
	* e-summary-calendar.c (sort_uids): free the CalComponentDateTime
	and icaltimetype values after finishing with them.

svn path=/trunk/; revision=11720
2001-08-07 01:57:09 +00:00
Jason Leach 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
Jacob Leach 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
Iain Holmes f0c158955e I18n fixes
svn path=/trunk/; revision=11488
2001-07-30 21:13:58 +00:00
Iain Holmes ef6000b227 Remove the wipe trackers option.
svn path=/trunk/; revision=11486
2001-07-30 20:50:33 +00:00
Iain Holmes 381bb00712 Fix the URL link for the calendar
svn path=/trunk/; revision=11485
2001-07-30 20:09:59 +00:00
Iain Holmes d5b4769cec Locations.
svn path=/trunk/; revision=11450
2001-07-27 17:09:26 +00:00
Iain Holmes 12c1c987e1 Add new feed to the shown list
svn path=/trunk/; revision=11319
2001-07-23 20:59:37 +00:00
Jacob Leach bec14674f5 Some commit mix ups left the KDE rdf url still set to the old, invalid
one.  fixed.

svn path=/trunk/; revision=11317
2001-07-23 19:35:27 +00:00
Iain Holmes 05ec4697c8 Make the storage registar(?) generic
svn path=/trunk/; revision=11315
2001-07-23 19:14:02 +00:00
Iain Holmes e5fc42d20f Fix the Newsforge name and the KDE rdf
svn path=/trunk/; revision=11313
2001-07-23 19:03:11 +00:00
Jason Leach 327a69c1ad Update the url (and site name) for the KDE rdf. Bug #5145.
2001-07-23  Jason Leach  <jleach@ximian.com>

	* e-summary-preferences.c: Update the url (and site name) for the
	KDE rdf.  Bug #5145.

svn path=/trunk/; revision=11308
2001-07-23 18:20:15 +00:00
Ettore Perazzoli ced2af3321 Add a `user_creatable' property to folder types and make components
use it, so that e.g. you cannot create a folder of type "mailstorage"
or "vtrash".

svn path=/trunk/; revision=11298
2001-07-22 03:50:07 +00:00
Jason Leach 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
Jason Leach 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
Iain Holmes 01e51e6eb2 HTML
svn path=/trunk/; revision=11240
2001-07-19 21:45:46 +00:00
Iain Holmes 13a1d6f61b Fix the mail folder links
svn path=/trunk/; revision=11231
2001-07-19 19:54:58 +00:00
Iain Holmes dabcbedc28 Set the text colour to BLACK
svn path=/trunk/; revision=11230
2001-07-19 19:32:03 +00:00
Iain Holmes f939dcc6c8 More stuff
svn path=/trunk/; revision=11214
2001-07-18 21:50:40 +00:00
Iain Holmes cdd1ac0d65 Remove spewage
svn path=/trunk/; revision=11213
2001-07-18 21:40:23 +00:00
Iain Holmes a715797c02 Make the Tasks option work
svn path=/trunk/; revision=11212
2001-07-18 21:39:20 +00:00