aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* #include <string.h>.Ettore Perazzoli2002-11-061-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update for Mailer.idl renameDan Winship2002-09-131-6/+6
| | | | | | | | * Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename * e-summary.c, e-summary-mail.c: Likewise svn path=/trunk/; revision=18061
* dist the relevant xpmsJP Rosevear2002-04-051-1/+4
| | | | | | | | 2002-04-05 JP Rosevear <jpr@ximian.com> * Makefile.am: dist the relevant xpms svn path=/trunk/; revision=16363
* fix substitution typoJP Rosevear2002-04-051-1/+1
| | | | | | | | 2002-04-04 JP Rosevear <jpr@ximian.com> * Makefile.am: fix substitution typo svn path=/trunk/; revision=16351
* [Some initial broken support for building components as shlib. MostlyEttore Perazzoli2002-03-311-49/+74
| | | | | | | | | | | | | | | | | | | | | | | 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
* more fixes for libversit.la -> libversit.aDan Winship2002-03-201-1/+1
| | | | svn path=/trunk/; revision=16211
* VFolders in the summaryIain Holmes2002-03-181-0/+4
| | | | svn path=/trunk/; revision=16190
* The new selector widgetIain Holmes2002-02-051-0/+2
| | | | svn path=/trunk/; revision=15565
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-19/+9
| | | | | | times, causing big libtool 1.4 pain. svn path=/trunk/; revision=15461
* Use soup to transfer HTTP files and other bugs fixedIain Holmes2002-01-171-1/+3
| | | | svn path=/trunk/; revision=15344
* Merging patches from 1-0-branchIain Holmes2001-12-171-1/+1
| | | | svn path=/trunk/; revision=15109
* use libical-evolution.laDamon Chaplin2001-10-301-1/+1
| | | | | | | | | 2001-10-29 Damon Chaplin <damon@ximian.com> * Makefile.am (evolution_executive_summary_LDADD): use libical-evolution.la svn path=/trunk/; revision=14400
* add $(BONOBO_GNOME_CFLAGS) to make it compile with latest Bonobo, whichRodrigo Moya2001-10-031-0/+1
| | | | | | | | | | 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
* Alarm! Alarm!Iain Holmes2001-07-101-0/+1
| | | | svn path=/trunk/; revision=10937
* BonoboConf work New print iconIain Holmes2001-07-041-0/+2
| | | | | | | BonoboConf work New print icon svn path=/trunk/; revision=10751
* New tasks stuffIain Holmes2001-07-031-0/+2
| | | | svn path=/trunk/; revision=10715
* I'm sorry JP, I can't edit MakefilesIain Holmes2001-07-021-1/+1
| | | | svn path=/trunk/; revision=10683
* Add `e-summary-preferences.h'.Ettore Perazzoli2001-07-021-1/+2
| | | | | | | * Makefile.am (evolution_executive_summary_SOURCES): Add `e-summary-preferences.h'. svn path=/trunk/; revision=10674
* Handle the online/offline stuffIain Holmes2001-07-011-0/+2
| | | | svn path=/trunk/; revision=10639
* Configure My EvolutionIain Holmes2001-06-301-1/+4
| | | | svn path=/trunk/; revision=10604
* added libwombat to LDADDRodrigo Moya2001-06-221-0/+1
| | | | | | | | 2001-06-21 Rodrigo Moya <rodrigo@ximian.com> * Makefile.am: added libwombat to LDADD svn path=/trunk/; revision=10367
* Get weather.h distedJP Rosevear2001-06-161-1/+2
| | | | | | | | 2001-06-15 JP Rosevear <jpr@ximian.com> * Makefile.am: Get weather.h disted svn path=/trunk/; revision=10253
* Fix includes so that libical need not be installedJP Rosevear2001-06-151-0/+2
| | | | | | | | 2001-06-15 JP Rosevear <jpr@ximian.com> * Makefile.am: Fix includes so that libical need not be installed svn path=/trunk/; revision=10251
* add my-evolution-html.h to the sourcesJP Rosevear2001-06-151-1/+2
| | | | | | | | 2001-06-14 JP Rosevear <jpr@ximian.com> * Makefile.am: add my-evolution-html.h to the sources svn path=/trunk/; revision=10235
* Make e-summary-type.h a source so it gets distedJP Rosevear2001-06-141-0/+1
| | | | | | | | 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
* builddir != srcdir fix.Jacob Leach2001-06-091-1/+2
| | | | svn path=/trunk/; revision=10168
* OppsIain Holmes2001-06-091-2/+2
| | | | svn path=/trunk/; revision=10166
* Committing the new My Evolution.Iain Holmes2001-06-091-0/+85
svn path=/trunk/; revision=10163