Commit Graph

45 Commits

Author SHA1 Message Date
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
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
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
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
cb3680a11f (EXTRA_DIST): Add $(schema_DATA).
svn path=/trunk/; revision=19455
2003-01-14 18:31:19 +00:00
aef8f713ae Define COMPONENT_DIR.
* configure.in: Define COMPONENT_DIR.

* Makefile.am (componentdir): Install in $(COMPONENT_DIR), not in
${prefix}/evolution/components.

svn path=/trunk/; revision=19008
2002-12-04 20:38:42 +00:00
e53eacd2d9 Updated to be a shared library.
* GNOME_Evolution_Summary.server.in.in: Updated to be a shared
library.

* main.c: Removed.

* Makefile.am: Update to compile as a shared library.

* component-factory.c: Changed to be a shared library factory, for
both the ShellComponent and the ConfigControl objects.

* e-summary-preferences.c
(e_summary_preferences_init_config_control): Renamed from
e_summary_preferences_register_config_control_factory.
(e_summary_preferences_create_control): Renamed from factory_fn
and removed all args.

svn path=/trunk/; revision=19007
2002-12-04 19:52:45 +00:00
ba846b6b54 Use GConf.
* e-summary.c (e_summary_init): Use GConf.

* e-summary-tasks.c: Replaced member config_listener in
ESummaryTasks with a gconf_client.
(setup_gconf_client): Renamed from setup_config_listener().  Set
up the GConf client and invoke gconf_client_add_dir() on the
interesting namespaces.
(gconf_client_value_changed_cb): Renamed from
config_listener_value_changed_cb and changed prototype to match
that of the "value_changed" signal in GConfClient.
(setup_task_folder): Updated to use GConf.

* e-summary-calendar.c: Replaced member config_listener with a
gconf_listener.
(setup_calendar): Use GConf.
(setup_gconf_client): Renamed from setup_config_listener.  Set up
a GConf client and invoke gconf_client_add_dir() on the
interesting namespaces.
(gconf_client_value_changed_cb): Renamed from
config_listener_key_changed_cb() and changed prototype to match
that of the "value_changed" signal in GConfClient.
(locale_uses_24h_time_format): Removed.
(e_summary_calendar_free): g_object_unref() the gconf_client.

* Makefile.am: Add rules to install the schemas.

* apps_evolution_summary.schemas: New.

* e-summary-preferences.c: Did a global GList -> GSList switch.
(e_summary_preferences_restore): Use GConfClient instead of
EConfigListener.
(vector_from_folder_list): Removed since GConf makes this useless.
(folder_list_from_vector): Likewise.
(str_list_from_vector): Likewise.
(vector_from_str_list): Likewise.
(make_initial_weather_list): Likewise.
(make_initial_rdf_list): Likewise.
(make_initial_mail_list): Likewise.
(e_summary_preferences_save): Use GConf.
(e_summary_preferences_init): No need to set up defaults here.

* e-summary.h: Changed members display_folders, rdf_urls, stations
in ESummaryPrefs to be GSLists instead of GLists; updated all the
functions that use them accordingly.

svn path=/trunk/; revision=18863
2002-11-20 21:57:43 +00:00
e0edfe0bca Added rule to generate GNOME_Evolution_Summary.server.in from
* Makefile.am: Added rule to generate
GNOME_Evolution_Summary.server.in from
GNOME_Evolution_Summary.server.in.in, substituting @LIBEXECDIR@.
Also, install evolution-executive-summary in $libexecdir instead
of $bindir.

* GNOME_Evolution_Summary.server.in.in: Removed the @OAF_SHLIB_*@
stuff and added @LIBEXECDIR@/ to the executable's name instead.

svn path=/trunk/; revision=18791
2002-11-15 22:05:13 +00:00
fdd114527a Renamed from GNOME_Evolution_Summary.oaf.in.in.
* GNOME_Evolution_Summary.server.in.in: Renamed from
GNOME_Evolution_Summary.oaf.in.in.

* Makefile.am: GNOME_Evolution_Summary.server instead of .oaf.

svn path=/trunk/; revision=18652
2002-11-07 23:15:07 +00:00
f36f2d1fcf #include <string.h>.
* metar.c: #include <string.h>.

* main.c (main): Use gnome_program_init().

* e-summary-tasks.c (e_summary_tasks_protocol): Use
bonobo-activation.

* e-summary-table.c (set_value_at): Use g_signal_emit() instead of
gtk_signal_emit().

* e-summary-shown.c (e_summary_shown_class_init): GObjectified.
(construct_pixmap_button): Use gtk_image_new_from_stock() instead
of gnome_stock_pixmap_new().

* e-summary-preferences.c (e_summary_preferences_restore): Use
EConfigListener.
(add_dialog_clicked_cb): Add some missing consts.
(factory_fn): Pass NULL as the domain arg to glade_xml_new().
(factory_fn): Add id arg.
(e_summary_preferences_register_config_control_factory):

* e-summary-mail.c (e_summary_folder_init_folder_store): Use
bonobo-activation.

* e-summary-factory.c (control_activate): Pass NULL ev arg to
bonobo functions that now need it.
(control_deactivate): Likewise.
(control_activate_cb): Likewise.
(e_summary_factory_new_control): Use g_signal_connect() instead of
gtk_signal_connect().

* e-summary-calendar.c (e_summary_calendar_protocol): Use
bonobo_activation.

* e-summary.c: Update gnome-print #includes.  Added some missing
#includes.
(e_summary_url_clicked): Pass NULL as the error arg to
gnome_url_show().
(do_summary_print): Use GnomePrintConfig instead of GnomePrinter
et al.

* e-cell-tri.h: Removed BEGIN_GNOME_DECLS/END_GNOME_DECLS.

* e-summary.c: Removed #include <libgnome/gnome-defs.h>.  Ported
to e-config-listener.c.

* e-cell-tri.h: Removed #include <libgnome/gnome-defs.h>.

* component-factory.c: #include <gtk/gtkmain.h>.
(create_component): Use g_signal_connect.  Match prototype with
the one required by bonobo_generic_factory().

* Makefile.am: Add @INTLTOOL_SERVER_RULE@.
($(MAIL_GENERATED)): Update with new ORBit rules.

svn path=/trunk/; revision=18574
2002-11-06 00:42:52 +00:00
a0b85efae0 Update for Mailer.idl rename
* Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename

	* e-summary.c, e-summary-mail.c: Likewise

svn path=/trunk/; revision=18061
2002-09-13 15:06:11 +00:00
fb7876a44b dist the relevant xpms
2002-04-05  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: dist the relevant xpms

svn path=/trunk/; revision=16363
2002-04-05 14:24:59 +00:00
97e99e459e fix substitution typo
2002-04-04  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: fix substitution typo

svn path=/trunk/; revision=16351
2002-04-04 19:57:10 +00:00
3b9ea2d060 [Some initial broken support for building components as shlib. Mostly
just a playground for testing the idea.]

* Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS
conditional.

* GNOME_Evolution_Summary.oaf.in.in: New.

* e-summary-mail.c (update_folder_cb): Protect against
summary->mail being NULL.

* component-factory.c: Add a shlib factory.
(create_component): Get a @factory and @data.
(component_factory_init): Actually make it use a
BonoboGenericFactory again.

* configure.in: Add argument `--enable-shlib-components'.  New
substitutions OAF_SHLIB_LOCATION, OAF_SHLIB_PREFIX,
OAF_SHLIB_SUFFIX.

svn path=/trunk/; revision=16299
2002-03-31 01:17:33 +00:00
291190adfd more fixes for libversit.la -> libversit.a
svn path=/trunk/; revision=16211
2002-03-19 20:30:52 +00:00
bc73d24d04 VFolders in the summary
svn path=/trunk/; revision=16190
2002-03-18 15:47:04 +00:00
e1268e37a4 The new selector widget
svn path=/trunk/; revision=15565
2002-02-04 19:52:43 +00:00
4ba09274d6 Clean up some of the Makefiles so we dont' link every library multiple
times, causing big libtool 1.4 pain.

svn path=/trunk/; revision=15461
2002-01-24 23:16:18 +00:00
82cb9e15be Use soup to transfer HTTP files and other bugs fixed
svn path=/trunk/; revision=15344
2002-01-16 17:56:22 +00:00
bdb095ab69 Merging patches from 1-0-branch
svn path=/trunk/; revision=15109
2001-12-17 12:20:19 +00:00
3ba36ef408 use libical-evolution.la
2001-10-29  Damon Chaplin  <damon@ximian.com>

	* Makefile.am (evolution_executive_summary_LDADD): use
	libical-evolution.la

svn path=/trunk/; revision=14400
2001-10-30 01:51:02 +00:00
3695ce0e60 add $(BONOBO_GNOME_CFLAGS) to make it compile with latest Bonobo, which
2001-10-02  Rodrigo Moya <rodrigo@ximian.com>

	* Makefile.am: add $(BONOBO_GNOME_CFLAGS) to make it compile with
	latest Bonobo, which does not install headers in
	$(gnome_prefix)/include

svn path=/trunk/; revision=13304
2001-10-02 17:20:03 +00:00
76f4fb9c00 Alarm! Alarm!
svn path=/trunk/; revision=10937
2001-07-09 22:50:10 +00:00
59b07be2c7 BonoboConf work New print icon
BonoboConf work
New print icon

svn path=/trunk/; revision=10751
2001-07-03 16:36:54 +00:00
29700d38ae New tasks stuff
svn path=/trunk/; revision=10715
2001-07-03 02:45:58 +00:00
b37c291e33 I'm sorry JP, I can't edit Makefiles
svn path=/trunk/; revision=10683
2001-07-02 15:26:30 +00:00
42129a0187 Add `e-summary-preferences.h'.
* Makefile.am (evolution_executive_summary_SOURCES): Add
`e-summary-preferences.h'.

svn path=/trunk/; revision=10674
2001-07-02 11:13:00 +00:00
730ceece38 Handle the online/offline stuff
svn path=/trunk/; revision=10639
2001-06-30 22:59:34 +00:00
c470087c9b Configure My Evolution
svn path=/trunk/; revision=10604
2001-06-29 18:34:53 +00:00
9649a6bc15 added libwombat to LDADD
2001-06-21  Rodrigo Moya <rodrigo@ximian.com>

	* Makefile.am: added libwombat to LDADD

svn path=/trunk/; revision=10367
2001-06-21 17:40:40 +00:00
d90fbb3605 Get weather.h disted
2001-06-15  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: Get weather.h disted

svn path=/trunk/; revision=10253
2001-06-15 17:12:09 +00:00
ad95c6e7b2 Fix includes so that libical need not be installed
2001-06-15  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: Fix includes so that libical need not be installed

svn path=/trunk/; revision=10251
2001-06-15 15:37:41 +00:00
b9eab086bd add my-evolution-html.h to the sources
2001-06-14  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: add my-evolution-html.h to the sources

svn path=/trunk/; revision=10235
2001-06-14 19:53:03 +00:00
0255b60cda Make e-summary-type.h a source so it gets disted
2001-06-13  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: Make e-summary-type.h a source so it gets disted

svn path=/trunk/; revision=10213
2001-06-13 21:08:35 +00:00
5361b89a79 builddir != srcdir fix.
svn path=/trunk/; revision=10168
2001-06-08 22:34:34 +00:00
82d92747ed Opps
svn path=/trunk/; revision=10166
2001-06-08 21:59:57 +00:00
d09d496299 Committing the new My Evolution.
svn path=/trunk/; revision=10163
2001-06-08 20:47:52 +00:00