aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/test-service
Commit message (Collapse)AuthorAgeFilesLines
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
| | | | svn path=/trunk/; revision=14212
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
| | | | | | (instead of version 2 or any later version). svn path=/trunk/; revision=14190
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-232-3/+3
| | | | | | helixcode.com with ximian.com all over the place. svn path=/trunk/; revision=10440
* Remove DB3_LDADDDan Winship2001-06-191-3/+1
| | | | | | | | | * 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
* Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-031-2/+2
| | | | | | | functions from a different Berkeley DB library when we really don't mean to. svn path=/trunk/; revision=10105
* Add some missing `$(DB3_LDADD)'s to get it to compile.Ettore Perazzoli2001-06-011-5/+7
| | | | svn path=/trunk/; revision=10078
* 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-052-1/+5
| | | | | | | | | | | | | | | | | | 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
* Remove this section, which doesn't apply to anything since there are noDan Winship2001-04-261-2/+1
| | | | | | | | | | | * 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
* Clean up includes. Remove/replace <gnome.h>, <bonobo.h> and <gtk/gtk.h>.Kjartan Maraas2001-03-302-5/+8
| | | | | | | | | 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 .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-152-80/+0
| | | | | | | | | | | | 2001-03-15 Gediminas Paulauskas <menesis@delfi.lt> Removed .oafinfo files -- they are obsolete. Moved pixmaps from calendar/gui/ to art/ Moved evolution.png to art/ Moved evolution.desktop.in to data/ Generate doc/devel/executive-summary/Makefile svn path=/trunk/; revision=8727
* Ignore generated .oaf filesDan Winship2001-02-151-0/+2
| | | | | | * various .cvsignore files: Ignore generated .oaf files svn path=/trunk/; revision=8237
* 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
* xml-i18n-tools setup for .oaf.in files. Mark strings for translation.Kjartan Maraas2001-02-133-10/+13
| | | | | | | | | | | 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
* 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-152-0/+4
| | | | 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-272-54/+116
| | | | | | pt 2 svn path=/trunk/; revision=7178
* Added #include <e-summary-callbacks.h>. (destroy_prefs_cb): Added a cast.Christopher James Lahey2000-12-132-21/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-112-5/+16
| | | | | | | | | 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-085-59/+259
| | | | | | | | | 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-059-96/+17
| | | | | | | | | | | | | | 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-229-98/+757
| | | | | | | | 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
* Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync upMatt Bissiri2000-11-113-3/+3
| | | | | | | | | 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
* Moving the executive summarys now :)Iain Holmes2000-11-021-0/+2
| | | | | | | | mail-summary now has clickable names to change to that view executive summary remembers what components are running when you close. selection now blocks ES updating so it won't be cleared. svn path=/trunk/; revision=6330
* Summary is back in :DIain Holmes2000-10-262-98/+146
| | | | | | Fixed a silly size issue for composer file selectors. svn path=/trunk/; revision=6187
* Added an icon parameter to the create_view methods.Iain Holmes2000-10-101-0/+6
| | | | | | | | | | | | | | | | | | 2000-10-09 Iain Holmes <iain@helixcode.com> * idl/SummaryComponent.idl: Added an icon parameter to the create_view methods. * evolution-services/executive-summary-component.c: Implement the icon parameter. * evolution-services/executive-summary-component-client.c: Ditto * component/e-summary.c: Draw the specified icon. * component/e-summary-factory.c: Use the icon parameter svn path=/trunk/; revision=5805
* Use gnome-vfs to retrieve the requested files. Allows services to specifyIain Holmes2000-10-071-14/+22
| | | | | | | | | | | | | | | | | | | | 2000-10-06 Iain Holmes <iain@helixcode.com> * component/e-summary.c (request_cb): Use gnome-vfs to retrieve the requested files. Allows services to specify remote urls. (load_default, e_summary_display_window, e_summary_rebuild_page): Change the html to match TigerT's lovely design. (e_summary_add_html_service, e_summary_add_html_service): Add the client argument so we can destroy it when we've quit. (e_summary_window_update): Only do an update if there isn't one pending. * component/e-summary-factory.c (embed_service): upd. * test-service/main.c: Made the test service be really silly and count the number of seconds since it was started. svn path=/trunk/; revision=5776
* ignore more stuff.Chris Toshok2000-10-062-463/+4
| | | | | | | | | | | | | | | | | | 2000-10-05 Chris Toshok <toshok@helixcode.com> * widgets/.cvsignore: ignore more stuff. * .cvsignore: ignore more stuff. * idl/.cvsignore: ignore more stuff. * evolution-services/.cvsignore: ignore more stuff. * component/.cvsignore: ignore more stuff. * .cvsignore: add Makefile svn path=/trunk/; revision=5755
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-051-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-10-05 Michael Meeks <michael@helixcode.com> * component-factory.c (summary_fn, component_factory_init): Disable summary stuff, it appears to be badly broken. * Makefile.am (evolution_mail_SOURCES): add mail-summary.[ch] * subscribe-dialog.c (update_pixmaps): upd. (set_pixmap): upd. (subscribe_dialog_gui_init): upd. remove redundant and annoying forward definitions. * folder-browser-factory.c (control_deactivate): upd. (control_activate_cb): upd. (control_activate): upd. (set_pixmap): upd. (update_pixmaps): upd. (register_ondemand): upd. (create_ondemand_hooks): upd. 2000-10-05 Michael Meeks <michael@helixcode.com> * e-shell-view-menu.c (shortcut_bar_mode_changed_cb): upd. (folder_bar_mode_changed_cb): upd. (command_xml_dump): clobber. (e_shell_view_menu_setup): upd. * e-shell-view.c (shell_view_interface_set_message_cb): upd. (shell_view_interface_unset_message_cb): upd. (e_shell_view_construct): upd. (get_control_for_uri): upd. (e_shell_view_get_bonobo_ui_component): upd. 2000-10-05 Michael Meeks <michael@helixcode.com> * contact-editor/e-contact-editor.c (create_ui): upd. (e_contact_editor_init): upd. * gui/component/addressbook.c (control_activate_cb): upd. (control_deactivate): kill. (control_activate): upd. 2000-10-05 Michael Meeks <michael@helixcode.com> * gui/calendar-commands.c: upd. (calendar_control_activate): upd. (calendar_control_deactivate): upd. 2000-10-05 Michael Meeks <michael@helixcode.com> * component/e-summary-factory.c (control_activate): upd. (set_pixmap): upd. (update_pixmaps): upd. (control_activate_cb): upd. (control_deactivate): upd. svn path=/trunk/; revision=5742
* Add the executive summary stuff.Iain Holmes2000-10-057-0/+700
Hopefully nothing is broken. svn path=/trunk/; revision=5731