Commit Graph

307 Commits

Author SHA1 Message Date
8344f37af4 free the filename.
2003-06-13  Larry Ewing  <lewing@ximian.com>

	* e-summary.c (e_summary_url_requested): free the filename.

svn path=/trunk/; revision=21436
2003-06-13 17:31:27 +00:00
51ca9977c7 Put the ChangeLog.pre-1-4 in the Makefiles.
svn path=/trunk/; revision=21426
2003-06-12 21:13:59 +00:00
9bc2703d5d ** For #42691.
2003-06-05  Not Zed  <NotZed@Ximian.com>

        ** For #42691.

        * Makefile.am (%.server.in): use implicit rule.
        (BUILT_SOURCES): added server_DATA

svn path=/trunk/; revision=21405
2003-06-11 04:11:14 +00:00
0e8a7f2e73 (e_summary_mail_get_info): Protect against
folder_store being NULL.  [#44111]

Also, roll over ChangeLog.

svn path=/trunk/; revision=21389
2003-06-09 17:33:27 +00:00
903a374abb New member gconf_value_changed_handler_id in ESummaryTasks.
* e-summary-tasks.c: New member gconf_value_changed_handler_id in
ESummaryTasks.
(setup_gconf_client): Set it to the ID of the signal connection.

* e-summary-calendar.c: New member gconf_value_changed_handler_id
in ESummaryCalendar.
(setup_gconf_client): Set it to the ID of the signal connection.

* e-summary-tasks.c (generate_html): Remove unused variable.

svn path=/trunk/; revision=21336
2003-05-27 19:39:44 +00:00
db01b7e61d This patch HIG-ifies the "New News Feed" dialog, by using a table with
2003-05-19  Anna Marie Dirks  <anna@ximian.com>

	* e-summary-preferences.c: This patch HIG-ifies the "New News Feed"
	dialog, by using a table with appropriate spacing instead of hboxes.
	Also fixes an invalid cast of gtk_dialog->gnome_dialog.

svn path=/trunk/; revision=21251
2003-05-19 15:24:01 +00:00
7748a06d1c * my-evolution.glade: HIG-ified this dialog by adding proper
2003-05-19  Anna Marie Dirks  <anna@ximian.com>

	* my-evolution.glade: 	* my-evolution.glade: HIG-ified this
	dialog by adding proper spacing/padding/stock buttons/etc.
	Fixes bugs #41131, #41133.

svn path=/trunk/; revision=21249
2003-05-19 15:21:23 +00:00
3f0276903b Add bug #.
svn path=/trunk/; revision=21216
2003-05-16 18:10:29 +00:00
d4e6bc07fe (destroy): Remove the weak pointer on priv->control.
svn path=/trunk/; revision=21215
2003-05-16 17:56:59 +00:00
3df368c570 (setup_calendar): Fix typo, celendar_path
-> calendar_path.

svn path=/trunk/; revision=21213
2003-05-16 16:45:10 +00:00
53d468e614 Fixes #43101
2003-05-15  JP Rosevear  <jpr@ximian.com>

	Fixes #43101

	* e-summary-mail.c (e_summary_folder_unregister_storage): unref
	the storage after use not before

svn path=/trunk/; revision=21206
2003-05-16 14:32:25 +00:00
522e7942df (do_summary_print): Remove preview arg. Also, make
it destroy the dialog after a button has been clicked.
(e_summary_set_control): Add casts to avoid compiler warnings.

svn path=/trunk/; revision=21199
2003-05-15 21:58:07 +00:00
bd1f703edb fix up protos
2003-05-14  JP Rosevear  <jpr@ximian.com>

	* e-summary.h: fix up protos

	* e-summary.c (e_summary_get_control): accessor
	(e_summary_set_control): ditto
	(retrieve_shell_view_interface): util to get the shell view
	(e_summary_change_current_view): use it
	(e_summary_set_message): ditto
	(e_summary_unset_message): ditto

	* e-summary-mail.h: add proto

	* e-summary-mail.c (e_summary_mail_get_info): use the objref of
	the listener
	(e_summary_folder_unregister_storage): clean up a registered
	storage
	(e_summary_folder_register_storages): store the listener directly
	(folder_info_pb_changed): unref the listener once we are notified
	(lazy_register_storages): release and unref the property bag,
	event and listener
	(e_summary_folder_init_folder_store): track the listener
	(e_summary_folder_clear_folder_store): cleanup the folder store

	* e-summary-factory.c (control_activate_cb): we don't get the
	shell view here any more
	(e_summary_factory_new_control): don't pass in the shell, set the
	control on the summary

	* component-factory.c (owner_unset_cb): clear the folder store on
	destruction

svn path=/trunk/; revision=21177
2003-05-14 18:40:01 +00:00
1deb422a06 [#41849]
2003-05-02  Not Zed  <NotZed@Ximian.com>

        [#41849]

        * e-summary-rdf.c (tree_walk): check the in-memory charset, not
        the transport charset when creating output.

svn path=/trunk/; revision=21101
2003-05-05 01:03:56 +00:00
1bd3678dbe [ fixes #21499 ]
2003-04-18  Rodney Dawes  <dobey@ximian.com>

	[ fixes #21499 ]
	* gui/component/Makefile.am:
	* gui/component/addressbook.c:
	* gui/component/select-names/e-select-names-bonobo.c:
	* gui/contact-editor/Makefile.am:
	* gui/contact-editor/e-contact-editor.c:
	* gui/contact-list-editor/Makefile.am:
	* gui/contact-list-editor/e-contact-list-editor.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ()

	* gui/Makefile.am:
	* gui/calendar-commands.c:
	* gui/tasks-control.c:
	* gui/dialogs/Makefile.am:
	* gui/dialogs/comp-editor.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ()

	* Makefile.am:
	* e-msg-composer.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ().
	Fixes bug #21499.

	* Makefile.am:
	* folder-browser-ui.c:
	* mail-signature-editor.c:
	* message-browser.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ().
	Fixes bug #21499.

	* Makefile.am:
	* e-summary-factory.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ()

	* e-shell-view.c: Use PREFIX instead of EVOLUTION_DATADIR for
	bonobo_ui_util_set_ui () [#21499]

svn path=/trunk/; revision=20888
2003-04-18 17:46:26 +00:00
faf463a7d6 Sort by the first column.
* e-summary-shown.c (SPEC): Sort by the first column.

* e-summary-preferences.c: Removed members new_url_entry,
new_name_entry from struct PropertyData.
(rdf_new_url_clicked_cb): Port to
GtkDialog and fix button order.  Also, use gtk_dialog_run()
instead of using callbacks.
(add_dialog_clicked_cb): Removed.

svn path=/trunk/; revision=20860
2003-04-16 14:44:14 +00:00
eff94ed4be Remove construct_pixmap_button (), use stock buttons
2003-04-12  Rodney Dawes  <dobey@ximian.com>

	* e-summary-shown.c: Remove construct_pixmap_button (), use stock buttons

svn path=/trunk/; revision=20836
2003-04-12 19:40:19 +00:00
73a4fab3f1 remove call to gtkhtml_set_default_background_color
2003-04-09  Larry Ewing  <lewing@ximian.com>

	* e-summary.c (e_summary_init): remove call to
	gtkhtml_set_default_background_color

svn path=/trunk/; revision=20776
2003-04-09 08:02:45 +00:00
2d5b5aca40 Properly terminate the "name" attribute tag added in the last change.
2003-04-08  Not Zed  <NotZed@Ximian.com>

	* GNOME_Evolution_Summary.server.in.in: Properly terminate the
	"name" attribute tag added in the last change.

svn path=/trunk/; revision=20747
2003-04-08 13:51:41 +00:00
f47b935f60 Add Darwin, Australia [#12066]. Fix Vilnius and Riga [#15740]. Fix
* Locations: Add Darwin, Australia [#12066]. Fix Vilnius
	and Riga [#15740]. Fix spelling of Gardermoen, Norway [#18015].
	Add Goetsenhoven and Spa, Belgium [#32027]

svn path=/trunk/; revision=20722
2003-04-07 18:14:16 +00:00
09b0a0389d clean up server names
* GNOME_Evolution_Summary.server.in.in: clean up server names

svn path=/trunk/; revision=20706
2003-04-07 16:13:48 +00:00
35561cc3d6 make the verbs static so they don't enter the global namespace.
2003-03-31  Larry Ewing  <lewing@ximian.com>

	* e-summary-factory.c: make the verbs static so they don't enter
	the global namespace.

svn path=/trunk/; revision=20608
2003-04-01 06:00:07 +00:00
c6ed3eedc8 Likewise.
* e-summary.c (e_summary_init): Likewise.

* e-summary-weather.c (e_summary_weather_get_html): Likewise.
(weather_make_html): Likewise.

* e-summary-mail.c (e_summary_mail_generate_html): Fix so it
handles the fact that the translated strings are already in UTF8.
* e-summary-rdf.c (tree_walk): Likewise.
(display_doc): Likewise.

svn path=/trunk/; revision=20553
2003-03-27 21:37:07 +00:00
33555a2b34 ** see bug #40141
2003-03-27  Not Zed  <NotZed@Ximian.com>

	** see bug #40141

	* e-summary-preferences.c (config_control_destroy_cb): Dont save
	prefs here, but restore the last saved.
	(config_control_apply_cb): save preferences here.

svn path=/trunk/; revision=20533
2003-03-26 23:53:05 +00:00
8cca88b4f6 New member physical_uri in struct ESummaryMailFolder. (new_folder_cb): Set
* e-summary-mail.c: New member physical_uri in struct
ESummaryMailFolder.
(new_folder_cb): Set it.
(remove_folder_cb): Free it.
(make_pretty_foldername): Rewritten to honour the display_name.
[#7153]

* e-summary.c (destroy): Only remove the source with ID
tomorrow_timeout_id if the ID is nonzero.

svn path=/trunk/; revision=20521
2003-03-26 19:30:54 +00:00
4670b852ed Update for e_notice move (do_summary_print): Pass a parent_window to
* e-summary.c: Update for e_notice move
	(do_summary_print): Pass a parent_window to e_notice

svn path=/trunk/; revision=20504
2003-03-25 15:49:58 +00:00
2fb0817743 (generate_html): Add a %P in the strftime
string for the case when the user wants am/pm format.  [#19957]

svn path=/trunk/; revision=20364
2003-03-19 20:03:29 +00:00
5b819c81ff pass FALSE for expand to e_summary_shown_add_node. ditto,
2003-03-13  Mike Kestner  <mkestner@ximian.com>

	* e-summary-preferences.c (fill_rdf_etable): pass FALSE for
	expand to e_summary_shown_add_node.
	* e-summary-shown.c (make_table): ditto, set_expanded_default to FALSE.
	(add_node): only call e_tree_node_set_expanded is expanded != default.
	* e-summary-weather.c (*_fill_etable): pass FALSE for expand to
	e_summary_shown_add_node.

svn path=/trunk/; revision=20284
2003-03-14 05:14:23 +00:00
959f74d6c6 (generate_html): Changed so its printf()s
are protected against default_uri being NULL.  Also, no need to do
e_utf8_from_locale_string() anymore.

svn path=/trunk/; revision=20281
2003-03-13 22:37:21 +00:00
ffec3e92a3 New, to free/thaw the ETree models. (e_summary_shown_add_node): Don't
* e-summary-shown.c (e_summary_shown_freeze,
	e_summary_shown_thaw): New, to free/thaw the ETree models.
	(e_summary_shown_add_node): Don't freeze/thaw around the single
	add here. That doesn't really help much.

	* e-summary-preferences.c (fill_rdf_etable): Freeze/thaw the
	ESummaryShown while filling it in.

	* e-summary-weather.c (e_summary_weather_fill_etable): Likewise.

svn path=/trunk/; revision=20263
2003-03-12 17:27:11 +00:00
fd2588484f Add some escapes to the newly added locations so they get split properly.
* Locations (name): Add some escapes to the newly added locations
so they get split properly.

* e-summary-weather.c (e_summary_weather_init_locations): Fetch
the Locations file from the right path.  If you find an invalid
entry in the Locations file, complain with an informative
g_warning() instead of just returning FALSE.
(e_summary_weather_fill_etable): Do the same thing here.

svn path=/trunk/; revision=20220
2003-03-07 19:46:38 +00:00
fee7743aa0 Added more Swedish locations, submitted by Marten
Woxberg.  [See #5344]

svn path=/trunk/; revision=20206
2003-03-06 18:06:30 +00:00
e60b2a82ff Use G_GNUC_FUNCTION instead of __FUNCTION__. Likewise. Likewise.
* e-summary-calendar.c (e_summary_calendar_protocol): Use
G_GNUC_FUNCTION instead of __FUNCTION__.
* e-summary-rdf.c (e_summary_rdf_update): Likewise.
* e-summary-tasks.c (e_summary_tasks_protocol): Likewise.
(e_summary_tasks_protocol): Likewise.
* e-summary-weather.c (e_summary_weather_update): Likewise.

svn path=/trunk/; revision=20199
2003-03-06 17:23:05 +00:00
cdac8a4da7 Likewise, assume weather_refresh_time of zero means "never update the
* e-summary-weather.c (e_summary_weather_set_online): Likewise,
assume weather_refresh_time of zero means "never update the
weather".
(e_summary_weather_init): Likewise here.
(e_summary_weather_reconfigure): And here.

* e-summary-rdf.c (e_summary_rdf_init): Don't add the news feeds
here -- it should be handled with a GConf schema.  Also, assume
that prefs is always not NULL (as is the case with the current
code), and interpret a timeout value of zero as "never update
automatically".
(e_summary_rdf_reconfigure): Likewise here.  If rdf->timeout is
zero, assume there is no pending timeout.
(e_summary_rdf_set_online): Likewise here.  Sigh, so much
duplication in this code.

svn path=/trunk/; revision=20174
2003-03-05 17:13:34 +00:00
e7c18148d0 dont call bonobo_main_quit anymore now we're shlib'ised.
2003-03-05  Not Zed  <NotZed@Ximian.com>

        * component-factory.c (owner_unset_cb): dont call bonobo_main_quit
        anymore now we're shlib'ised.

svn path=/trunk/; revision=20165
2003-03-05 02:08:38 +00:00
dad4d7df9c Don't need to use libalarm to set a timeout to change the date. We know
* e-summary.c (e_summary_init): Don't need to use libalarm to set
	a timeout to change the date. We know how many seconds away it is,
	so we can just set a timeout for then.

	* Makefile.am (summary_libs): Remove libalarm.a

svn path=/trunk/; revision=20106
2003-02-28 18:10:05 +00:00
d40f089a70 Make libversit a shared library, update stuff for that, and clean up
some LDADDs in the process

svn path=/trunk/; revision=19994
2003-02-21 21:24:34 +00:00
986f2ace07 Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamic
libraries, so they can be portably linked into the (shared library)
components. (Part 1 of N.)

svn path=/trunk/; revision=19971
2003-02-20 16:48:43 +00:00
4481f892e1 revert previous change
svn path=/trunk/; revision=19968
2003-02-20 05:38:56 +00:00
350ea91193 s/libalarm.a/libalarm.la/
* Makefile.am (summary_libs): s/libalarm.a/libalarm.la/

svn path=/trunk/; revision=19966
2003-02-20 04:44:13 +00:00
4a739f7cb5 Declare xmlSubstituteEntitiesDefaultValue extern. (message_finished): And
* e-summary-rdf.c: Declare xmlSubstituteEntitiesDefaultValue
        extern.
        (message_finished): And set its value here. Fixes a duplicate
        symbol error on OS X.

svn path=/trunk/; revision=19962
2003-02-20 03:32:43 +00:00
29fb1732b2 Split the IDL generated rules so ${ORBIT_IDL}
doesn't get invoked multiple times in parallel.
(BUILT_SOURCES): Added this.
(CLEANFILES): And this.

svn path=/trunk/; revision=19873
2003-02-10 17:29:19 +00:00
4b5278202b Fix typo in previous commit
* Makefile.am (INCLUDES): Fix typo in previous commit

svn path=/trunk/; revision=19821
2003-02-06 17:53:35 +00:00
13dd7b2350 clean up, update, etc
* Makefile.am: clean up, update, etc

        * component-factory.c: #include string.h

        * e-summary.c (e_pixmap_file): s/IMAGEDIR/IMAGESDIR/

        * e-summary-rdf.c: Fix some warnings

svn path=/trunk/; revision=19802
2003-02-06 15:35:20 +00:00
a4f9deac83 s/BonoboXObject/BonoboObject/
* e-summary-offline-handler.c: s/BonoboXObject/BonoboObject/

svn path=/trunk/; revision=19765
2003-02-05 18:45:22 +00:00
9c3b7cbe49 Define componentdir instead of COMPONENT_DIR. Set it to
* configure.in (idldir): Define componentdir instead of
COMPONENT_DIR.  Set it to $privlibdir/components instead of
$libdir/evolution-$(BASE_VERSION)/components.

* gui/component/select-names/Makefile.am (componentdir): Remove
definition; no need to set it here since it's now defined in
configure.in
* gui/component/Makefile.am (componentdir): Likewise.

* gui/Makefile.am (componentdir): Removed definition; this is now
defined in configure.in.

* Makefile.am (componentdir): Removed definition; this is now
defined in configure.in.

* Makefile.am (componentdir): Removed definition; this is now
defined in configure.in.

svn path=/trunk/; revision=19588
2003-01-23 17:47:06 +00:00
62e341e4c5 Get my-evolution.xml from EVOLUTION_UI_DIRECTORY.
* e-summary-factory.c (control_activate): Get my-evolution.xml
from EVOLUTION_UI_DIRECTORY.

* e-summary.c (e_pixmap_file): Use EVOLUTION_IMAGEDIR.
(e_pixmap_file): Use EVOLUTION_BUTTONSDIR.

* e-summary-weather.c (e_summary_weather_init_locations): Use
LOCATIONDIR.
(e_summary_weather_fill_etable): Likewise.

* Makefile.am (Locationdir): Version using $(BASE_VERSION).
(gladedir): Likewise.
(INCLUDES): Define EVOLUTION_IMAGEDIR.

svn path=/trunk/; revision=19563
2003-01-22 20:13:09 +00:00
16b54010c9 applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>
svn path=/trunk/; revision=19540
2003-01-21 17:23:38 +00:00
7e69a5ad65 Updated locations for EU_FI, contributed by Pekka
Pietikainen <Pekka.Pietikainen@nixu.com>.

svn path=/trunk/; revision=19526
2003-01-20 17:49:03 +00:00
cb3680a11f (EXTRA_DIST): Add $(schema_DATA).
svn path=/trunk/; revision=19455
2003-01-14 18:31:19 +00:00