aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/test-service/rdf-summary.c
Commit message (Collapse)AuthorAgeFilesLines
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
| | | | | | helixcode.com with ximian.com all over the place. svn path=/trunk/; revision=10440
* Make the time section workIain Holmes2001-05-111-2/+5
| | | | svn path=/trunk/; revision=9747
* Don't let the spinner be set to 0Iain Holmes2001-05-111-1/+1
| | | | svn path=/trunk/; revision=9746
* Fix a crash when Update Now is clicked.Iain Holmes2001-05-111-1/+8
| | | | svn path=/trunk/; revision=9745
* no need of -DEVOLUTION_VERSIONGediminas Paulauskas2001-05-051-0/+3
| | | | | | | | | | | | | | | | | | 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
* Clean up includes. Remove/replace <gnome.h>, <bonobo.h> and <gtk/gtk.h>.Kjartan Maraas2001-03-301-2/+5
| | | | | | | | | 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
* Removed this unused function.Christopher James Lahey2001-02-151-2/+2
| | | | | | | | | | | | | | | | 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
* Fix crashes, remove gnome.h includes, add a timer check for the RDF summary, ↵Iain Holmes2001-02-151-14/+138
| | | | | | add a new method to the HTMLView so it can handle funny URIs. svn path=/trunk/; revision=8224
* Lots of stuff like memory leaks and things I forgot ages ago...Iain Holmes2001-01-241-19/+49
| | | | | | Enjoy. svn path=/trunk/; revision=7763
* changed the signature of the property_bag get/set functionsDietmar Maurer2001-01-151-0/+2
| | | | svn path=/trunk/; revision=7499
* More bonobo property bag updates and stuff.Iain Holmes2000-12-301-13/+36
| | | | svn path=/trunk/; revision=7194
* RDF-Summary now saves it's details.Iain Holmes2000-12-291-0/+129
| | | | svn path=/trunk/; revision=7185
* More fixes for new bonoboIain Holmes2000-12-271-52/+108
| | | | | | pt 2 svn path=/trunk/; revision=7178
* Added #include <e-summary-callbacks.h>. (destroy_prefs_cb): Added a cast.Christopher James Lahey2000-12-131-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Changes to the HTML file to add an entry box.Iain Holmes2000-12-111-4/+14
| | | | | | | | | 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
* New and improved display,Iain Holmes2000-12-081-47/+245
| | | | | | | | | Bug fixes memory leaks removed Preferences and probably more that I can't remember. svn path=/trunk/; revision=6858
* return NULL if we can't create a view.Michael Meeks2000-12-051-1/+1
| | | | | | | | | | | | | | 2000-12-04 Michael Meeks <michael@helixcode.com> * e-shell-view.c (get_control_for_uri): return NULL if we can't create a view. (setup_evolution_shell_view_interface): add precondition. + lots of cleans. svn path=/trunk/; revision=6778
* Big patch. Evolution-services rewrite, services updated for new system,Iain Holmes2000-11-221-0/+393
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