Commit Graph

97 Commits

Author SHA1 Message Date
e1fce519bb Fixes for Belgium
svn path=/trunk/; revision=12617
2001-09-04 23:52:49 +00:00
416d92895c Acell clashes fixed
svn path=/trunk/; revision=12616
2001-09-04 23:46:38 +00:00
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
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
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
495be272a5 Remove broken news feeds, don't show completed tasks
svn path=/trunk/; revision=12419
2001-08-23 18:43:38 +00:00
4bc7cbc83e Change the property bag to set
svn path=/trunk/; revision=12404
2001-08-22 22:51:06 +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
ec89843342 Fix it for people with funny themes
svn path=/trunk/; revision=12366
2001-08-21 21:59:40 +00:00
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
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
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
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
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
4ab941838f Don't allow nonroot nodes to be selected
svn path=/trunk/; revision=12178
2001-08-17 21:18:01 +00:00
cd588d1cc7 US datified
svn path=/trunk/; revision=12060
2001-08-15 18:32:18 +00:00
df89536d52 s/My Evolution/Summary/
svn path=/trunk/; revision=12058
2001-08-15 18:10:02 +00:00
9e36f744b8 Reload button
svn path=/trunk/; revision=11978
2001-08-13 23:33:48 +00:00
8ca5b30ddb KBOS and ZSAM
svn path=/trunk/; revision=11972
2001-08-13 22:37:04 +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
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
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
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
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
f0c158955e I18n fixes
svn path=/trunk/; revision=11488
2001-07-30 21:13:58 +00:00
ef6000b227 Remove the wipe trackers option.
svn path=/trunk/; revision=11486
2001-07-30 20:50:33 +00:00
381bb00712 Fix the URL link for the calendar
svn path=/trunk/; revision=11485
2001-07-30 20:09:59 +00:00
d5b4769cec Locations.
svn path=/trunk/; revision=11450
2001-07-27 17:09:26 +00:00
12c1c987e1 Add new feed to the shown list
svn path=/trunk/; revision=11319
2001-07-23 20:59:37 +00:00
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
05ec4697c8 Make the storage registar(?) generic
svn path=/trunk/; revision=11315
2001-07-23 19:14:02 +00:00
e5fc42d20f Fix the Newsforge name and the KDE rdf
svn path=/trunk/; revision=11313
2001-07-23 19:03:11 +00:00
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
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
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
01e51e6eb2 HTML
svn path=/trunk/; revision=11240
2001-07-19 21:45:46 +00:00
13a1d6f61b Fix the mail folder links
svn path=/trunk/; revision=11231
2001-07-19 19:54:58 +00:00
dabcbedc28 Set the text colour to BLACK
svn path=/trunk/; revision=11230
2001-07-19 19:32:03 +00:00
f939dcc6c8 More stuff
svn path=/trunk/; revision=11214
2001-07-18 21:50:40 +00:00
cdd1ac0d65 Remove spewage
svn path=/trunk/; revision=11213
2001-07-18 21:40:23 +00:00
a715797c02 Make the Tasks option work
svn path=/trunk/; revision=11212
2001-07-18 21:39:20 +00:00
11fee9fe64 Make pretty buttons.
svn path=/trunk/; revision=11207
2001-07-18 19:35:28 +00:00
4b88233d96 Cosmetic fixes
svn path=/trunk/; revision=11205
2001-07-18 18:56:39 +00:00
af019dc03b Nicer error reporting.
svn path=/trunk/; revision=11130
2001-07-16 18:06:35 +00:00
7e35d996af Icon name fix
svn path=/trunk/; revision=11104
2001-07-13 22:14:08 +00:00
fd982262e8 Set the property box change
svn path=/trunk/; revision=11089
2001-07-13 17:32:38 +00:00
fc4abdadf6 Convert the date string to utf8 before appending it to HTML.
* e-summary.c (e_summary_draw): Convert the date string to utf8 before
appending it to HTML.

svn path=/trunk/; revision=11088
2001-07-13 16:49:18 +00:00
713ae4a7aa include <config.h>
svn path=/trunk/; revision=11070
2001-07-12 21:49:35 +00:00