Commit Graph

67 Commits

Author SHA1 Message Date
d982c738d9 [Automake 1.5 fixes pointed out by Richard Boulton
<richard@tartarus.org>, as per #9258.]

* executive-summary/component/Makefile.am (CLEANFILE): Assign
directly with `=', not `+='.
* executive-summary/evolution-services/Makefile.am: Likewise.

svn path=/trunk/; revision=12845
2001-09-14 23:34:04 +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
61fe24e66a Remove DB3_LDADD
* test-service/Makefile.am (test_service_LDADD): Remove DB3_LDADD

	* component/Makefile.am (evolution_executive_summary_LDADD):
	Remove DB3_LDADD

svn path=/trunk/; revision=10273
2001-06-18 20:09:31 +00:00
130a403ff9 Move libevolution-importers' before $(DB3_LDADD)'.
svn path=/trunk/; revision=10110
2001-06-04 15:49:23 +00:00
b8306eaf97 Fix linking order for `$(DB3_LDADD)'s so that we avoid pulling
functions from a different Berkeley DB library when we really don't
mean to.

svn path=/trunk/; revision=10105
2001-06-03 07:41:05 +00:00
b537b315eb Add some missing `$(DB3_LDADD)'s to get it to compile.
svn path=/trunk/; revision=10078
2001-06-01 11:48:39 +00:00
8b06ce05eb #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"
* component/e-summary-factory.c: #include
	"evolution-shell-component-utils.h" rather than "e-gui-utils.h"
	for e_pixmaps_update.

	* component/Makefile.am (evolution_executive_summary_LDADD): Use
	libeshell.la, not libeshell.a (Did Peter forget to commit this?)

svn path=/trunk/; revision=10022
2001-05-27 18:02:37 +00:00
a58c7b50e9 Reference libeshell.la instead of libeshell.a.
2001-05-25  Peter Williams  <peterw@ximian.com>

       * gui/component/Makefile.am: Reference libeshell.la instead of libeshell.a.

2001-05-25  Peter Williams  <peterw@ximian.com>

       * gui/Makefile.am: Reference libeshell.la instead of libeshell.a.

2001-05-25  Peter Williams  <peterw@ximian.com>

       * component/Makefile.am: Reference libeshell.la instead of libeshell.a.

2001-05-25  Peter Williams  <peterw@ximian.com>

       * Makefile.am: Reference libeshell.la instead of libeshell.a.

2001-05-25  Peter Williams  <peterw@ximian.com>

       * Makefile.am: Change libeshell from a noinst_LIBRARIES to
       a lib_LTLIBRARIES. Install its headers in
       $includedir/evolution/shell.

       * evolution-storage.c (safe_corba_string): New, copy of e_safe_corba_string
       in libeutil. This way libeshell doesn't have a missing symbol when programs
       that don't have libeutil link to it.
       (evolution_storage_register): s,e_safe_corba_string,safe_corba_string,g.

svn path=/trunk/; revision=10007
2001-05-26 04:59:00 +00:00
5089dd4773 Mark a string for translation.
2001-05-23  Kjartan Maraas  <kmaraas@gnome.org>

	* component/e-summary-url.c: Mark a string for translation.

svn path=/trunk/; revision=9949
2001-05-23 14:05:41 +00:00
db264cc52e Make the time section work
svn path=/trunk/; revision=9747
2001-05-10 19:32:33 +00:00
aafa7e8966 Don't let the spinner be set to 0
svn path=/trunk/; revision=9746
2001-05-10 19:21:09 +00:00
d16acb954a Fix a crash when Update Now is clicked.
svn path=/trunk/; revision=9745
2001-05-10 19:06:48 +00:00
6476d43a87 no need of -DEVOLUTION_VERSION
2001-05-05  Gediminas Paulauskas <menesis@delfi.lt>

	* component/Makefile.am, evolution-services/Makefile.am: no need of
	-DEVOLUTION_VERSION

	* component/e-summary-callbacks.c: translate window title.

	* component/e-summary-url.c (e_summary_url_describe): contents are in
	utf-8, convert to locale.

	* test-service/Makefile.am: define EVOLUTION_LOCALEDIR.

	* test-service/rdf-summary.c: init gettext.

svn path=/trunk/; revision=9681
2001-05-05 15:29:07 +00:00
af8abf4f2d I commited patches to mail and calendar summary which relied on this, but forgot
this file :(

2001-05-02  Gediminas Paulauskas <menesis@delfi.lt>

	* component/e-summary.c: set default content type of html to
	"text/html; charset=utf-8".

svn path=/trunk/; revision=9651
2001-05-02 20:51:10 +00:00
a37ae85ab4 Remove this section, which doesn't apply to anything since there are no
* idl/Makefile.am (INCLUDES): Remove this section, which doesn't
	apply to anything since there are no targets in this directory.

	* test-service/Makefile.am:
	* evolution-services/Makefile.am:
	* component/Makefile.am: Remove UNICODE_LIBS/UNICODE_CFLAGS

svn path=/trunk/; revision=9568
2001-04-25 21:22:54 +00:00
04fac44de1 Do this everywhere, also fixup CLEANFILES
Do this everywhere, also fixup CLEANFILES

2001-04-14  Michael Meeks  <michael@ximian.com>

	* Makefile.am (dist-hook): remove built sources from dist.

svn path=/trunk/; revision=9309
2001-04-14 08:02:59 +00:00
1991d205da i18n fixes, added missing includes.
2001-04-10  Gediminas Paulauskas <menesis@delfi.lt>

	* AUTHORS: /me is a translator.
	* configure.in (EVO_CHECK_LIB): fail with AC_MSG_ERROR, not echo &&
	exit 1.

2001-04-10  Gediminas Paulauskas <menesis@delfi.lt>

	* backend/ebook/evolution-gnomecard-importer.c: added missing #include.
	* contact-editor/e-contact-editor.c (_arrow_pressed): popup menu items were
	not translated after selecting one of them.
	* gui/widgets/e-addressbook-view.c: mark popup menu items with N_().
	Updated list[] for translators.
	* gui/widgets/e-minicard.c: same.
	* gui/widgets/e-minicard-view-widget.c (e_minicard_view_widget_set_arg): fix warning
	for "editable" arg.
	* gui/widgets/e-minicard-view.c: convert "empty_message" to utf8.

2001-04-10  Gediminas Paulauskas <menesis@delfi.lt>

	* widgets/e-summary-subwindow.c: added some missing includes.
	* widgets/e-summary-title-button.h: same.

2001-04-10  Gediminas Paulauskas <menesis@delfi.lt>

	* menus/gal-view-menus.c: convert label to utf8.

svn path=/trunk/; revision=9215
2001-04-10 21:28:40 +00:00
c7179850dc Executive summary and Trash now have nice icons both in tree/folder title and
shortcut bar.

Converted and replaced icons for trash and summary:
exec-16-summary.xpm => evolution-today-mini.png
delete_mesage.xpm => evolution-trash-mini.png,
Copied evolution-trash.png icons from mc (needs tweaking to match other
evolution icons though)

svn path=/trunk/; revision=9154
2001-04-03 23:24:50 +00:00
042704ddd3 Blessed by Ettore.
Guided by Jacub Stener's mail, where he explaned which icons were renamed or
added, I added a bunch of new icons to menus, fixed renamed ones. Changed Trash
and Executive summary folder type icons. Fixed art/Makefile.am for these
changes.

Also, pulled icon cache from mailer and moved it to e-util/e-gui-utils.h, made
all components and dialogs use cache and not load pixmaps every time.

Accidentally got a couple of includes fix in, but they won't break anything.

svn path=/trunk/; revision=9092
2001-04-02 03:59:11 +00:00
e6ada76f2b Clean up includes. Remove/replace <gnome.h>, <bonobo.h> and <gtk/gtk.h>.
2001-03-29  Kjartan Maraas  <kmaraas@gnome.org>

	* *.*: Clean up includes. Remove/replace <gnome.h>, <bonobo.h>
	and <gtk/gtk.h>.

svn path=/trunk/; revision=9027
2001-03-29 21:05:38 +00:00
9618cd2cb6 Added a ShellComponent method to retrieve the selection for drag and
drop and support for it in the shell.  Untested.

svn path=/trunk/; revision=8594
2001-03-08 12:55:05 +00:00
3192e9ed0b Remove the fancy handleURI stuff
svn path=/trunk/; revision=8229
2001-02-14 21:35:38 +00:00
6facd92e17 Removed this unused function.
2001-02-14  Christopher James Lahey  <clahey@ximian.com>

	* component/component-factory.c (component_destroy_cb): Removed
	this unused function.

	* evolution-services/executive-summary-html-view.c
	(impl_GNOME_Evolution_Summary_HTMLView_handleURI): Changed the
	declaration of this function to match the signature in the
	generated header file.

	* test-service/rdf-summary.c (property_control): Added a cast here.

svn path=/trunk/; revision=8227
2001-02-14 21:29:56 +00:00
53659b16ca Fix crashes, remove gnome.h includes, add a timer check for the RDF summary, add a new method to the HTMLView so it can handle funny URIs.
svn path=/trunk/; revision=8224
2001-02-14 18:37:40 +00:00
9369aeead8 xml-i18n-tools setup for .oaf.in files. Mark strings for translation.
2001-02-13  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: xml-i18n-tools setup for .oaf.in files.
	* GNOME_Evolution_Summary.oaf.in: Mark strings for translation.
	* test-service/Makefile.am: xml-i18n-tools setup for .oaf.in files.
	* test-service/*.oaf.in: Mark strings for translation.

svn path=/trunk/; revision=8191
2001-02-12 23:57:52 +00:00
9d3fd8c925 Lots of stuff like memory leaks and things I forgot ages ago...
Enjoy.

svn path=/trunk/; revision=7763
2001-01-23 23:42:54 +00:00
cdf4ac3653 Change the callbacks in this file to match the callback function types.
2001-01-22  Christopher James Lahey  <clahey@helixcode.com>

	* component/e-summary-url.c: Change the callbacks in this file to
	match the callback function types.  Fixes warnings.

svn path=/trunk/; revision=7723
2001-01-22 22:36:36 +00:00
936a6d77dd Add an ::asyncCopyFolder method to the ShellComponent interface. Move
all the message hiding options to the View menu.

svn path=/trunk/; revision=7456
2001-01-12 21:00:21 +00:00
9c6f86a43d Fixed NULL dereference
svn path=/trunk/; revision=7455
2001-01-12 20:40:09 +00:00
058a550c57 More bonobo property bag updates and stuff.
svn path=/trunk/; revision=7194
2000-12-30 01:34:04 +00:00
1351da8fd7 RDF-Summary now saves it's details.
svn path=/trunk/; revision=7185
2000-12-28 19:06:37 +00:00
3e5f3687c7 More fixes for new bonobo
pt 2

svn path=/trunk/; revision=7178
2000-12-27 00:03:11 +00:00
03c8d705be Added a cast.
2000-12-13  Christopher James Lahey  <clahey@helixcode.com>

	* component/e-summary-callbacks.c (configure_summary): Added a
	cast.

svn path=/trunk/; revision=6984
2000-12-14 01:36:29 +00:00
fe7da31d86 Rm the whole of the Executive Summary dir.
Correctly display all the windows.
Put an HTML explaination into the configure dialog.

svn path=/trunk/; revision=6969
2000-12-13 18:26:45 +00:00
616052c0a7 Count the number of rows correctly
svn path=/trunk/; revision=6961
2000-12-13 01:46:19 +00:00
9b7a92e8ea Added #include <e-summary-callbacks.h>. (destroy_prefs_cb): Added a cast.
2000-12-12  Christopher James Lahey  <clahey@helixcode.com>

	* component/e-summary-callbacks.c: Added #include
	<e-summary-callbacks.h>.
	(destroy_prefs_cb): Added a cast.
	(configure_summary): Added a cast.

	* component/e-summary-callbacks.h: Added #include "e-summary.h"

	* component/e-summary-url.c (e_summary_url_click): Removed an
	unused variable.

	* component/e-summary-util.c: Added #include <e-summary-util.h>

	* component/e-summary.c: Added #include <gtkhtml/htmlselection.h>.
	(e_summary_queue_rebuild): Added a cast.

	* component/main.c: Added #include <glade/glade.h>.

	* test-service/main.c: Changed some variable types to make casting
	easier.

	* test-service/rdf-summary.c: Changed some variable types to make
	casting easier.

svn path=/trunk/; revision=6953
2000-12-12 23:29:56 +00:00
3049aae2f7 Add stuff. (From campd.)
* Makefile.am (EXTRA_DIST): Add stuff. (From campd.)

svn path=/trunk/; revision=6950
2000-12-12 23:08:03 +00:00
e1f9153014 Warning-- Table layout changed and works nice.
Warning--
Table layout changed and works nice.

svn path=/trunk/; revision=6937
2000-12-12 02:59:59 +00:00
cd4860d567 Memory leaks-- Default HTML prettiness++
Memory leaks--
Default HTML prettiness++

svn path=/trunk/; revision=6911
2000-12-11 18:50:04 +00:00
b3ce14cf25 Changes to the HTML file to add an entry box.
Changed to use the new BonoboPropertyControl methods, and changed
executive-summary-html-view to use the same idea.
Added rdf-summary to the .cvsignore, and put a timeout so that it can return
imediatly if there is a hold up on the connection.

svn path=/trunk/; revision=6905
2000-12-11 15:47:01 +00:00
5bd251bbce Don't hardcode image paths.
svn path=/trunk/; revision=6879
2000-12-09 01:41:54 +00:00
0c25330539 Add purify options for the build
2000-12-08  JP Rosevear  <jpr@helixcode.com>

	* component/Makefile.am (evolution-executive-summary.pure): Add purify
	options for the build

svn path=/trunk/; revision=6865
2000-12-08 19:07:26 +00:00
d0aff6462a Remove test3 from build until the files show up
2000-12-08  JP Rosevear  <jpr@helixcode.com>

	* tests/message/Makefile.am: Remove test3 from build until the files
	show up

2000-12-08  JP Rosevear  <jpr@helixcode.com>

	* Makefile.am: Remove files from extra_dist since they are already
	listed

svn path=/trunk/; revision=6861
2000-12-08 17:52:28 +00:00
4a74b1ff15 New and improved display,
Bug fixes
memory leaks removed
Preferences
and probably more that I can't remember.

svn path=/trunk/; revision=6858
2000-12-08 00:00:15 +00:00
27f63291c2 Don't include executive-summary-client.h.
2000-12-07  Dave Camp  <dave@helixcode.com>

	* evolution-services/evolution-summary-component.c: Don't include
	executive-summary-client.h.

svn path=/trunk/; revision=6854
2000-12-07 23:50:38 +00:00
d27df3325d Include HtmlView.idl.
2000-12-07  Dave Camp  <dave@helixcode.com>

	* idl/Makefile.am (IDLS): Include HtmlView.idl.

svn path=/trunk/; revision=6841
2000-12-07 19:48:36 +00:00
914386e4a5 Remove no-longer-needed e_unicode_init.
* component/main.c (main): Remove no-longer-needed e_unicode_init.

svn path=/trunk/; revision=6722
2000-11-29 20:41:18 +00:00
f69d5ec143 Big patch. Evolution-services rewrite, services updated for new system,
Big patch.
Evolution-services rewrite, services updated for new system, Fixes to
Executive Summary and other things. See some changelogs

svn path=/trunk/; revision=6644
2000-11-22 00:34:39 +00:00
b8452fdfac use html_engine_is_selection_active added some includes
2000-11-21  Radek Doulik  <rodo@helixcode.com>

	* component/e-summary.c (e_summary_rebuild_page): use html_engine_is_selection_active
	added some includes

svn path=/trunk/; revision=6626
2000-11-21 11:16:53 +00:00
4441d197dc Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync up
2000-11-11  Matt Bissiri  <bissiri@eecs.umich.edu>

	Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*"
	to sync up with yesterday's IDL re-scoping.

svn path=/trunk/; revision=6541
2000-11-11 06:27:43 +00:00