Commit Graph

127 Commits

Author SHA1 Message Date
6823de81f3 Use standard error messages
2005-01-04  Philip Van Hoof  <pvanhoof@gnome.org>

        * csv-format.c, rdf-format.c: Use standard error messages

svn path=/trunk/; revision=28233
2005-01-04 11:52:21 +00:00
9f14e7a751 Use standard error messages
2005-01-04  Philip Van Hoof  <pvanhoof@gnome.org>

        * save-attachments.c: Use standard error messages

svn path=/trunk/; revision=28232
2005-01-04 11:51:59 +00:00
5905e1452b Don't do set_usize () on the container
2005-01-03  Rodney Dawes  <dobey@novell.com>

	* itip-formatter.c (format_itip_object): Don't do set_usize ()
	on the container

svn path=/trunk/; revision=28225
2005-01-03 22:05:21 +00:00
5dd15599b2 load accounts
2005-01-03  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (format_itip_object): load accounts

svn path=/trunk/; revision=28224
2005-01-03 20:58:10 +00:00
e21fe75559 remove unused message
2005-01-03  JP Rosevear  <jpr@novell.com>

	* org-gnome-itip-formatter-errors.xml: remove unused message

	* itip-formatter.c (update_item): use info item, not e-error

svn path=/trunk/; revision=28223
2005-01-03 20:20:06 +00:00
67d95ccf06 implement cancel (update_item): add cancel info item
2005-01-03  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (view_response_cb): implement cancel
	(update_item): add cancel info item

svn path=/trunk/; revision=28222
2005-01-03 20:12:21 +00:00
89441016f3 utility routine to make it easier to add info items
2005-01-03  JP Rosevear  <jpr@novell.com>

	* itip-view.c (itip_view_add_upper_info_item_printf): utility
	routine to make it easier to add info items
	(itip_view_add_lower_info_item_printf): ditto

	* itip-view.h: new protos

	* itip-formatter.c: use new printf routines everyhwere it makes
	sense

svn path=/trunk/; revision=28220
2005-01-03 19:00:02 +00:00
9e247f541c move the adjust item work here when we actually have the calendar
2005-01-03  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (find_cal_opened_cb): move the adjust item work
	here when we actually have the calendar
	(pitip_free): implement a free function
	(find_cal_opened_cb): check the methods instead of the show
	selector member
	(find_cal_opened_cb): default to true for the rsvp setting

svn path=/trunk/; revision=28218
2005-01-03 18:42:11 +00:00
625fd5b098 move the adjust item work here when we actually have the calendar
2005-01-03  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (find_cal_opened_cb): move the adjust item work
	here when we actually have the calendar
	(pitip_free): implement a free function

svn path=/trunk/; revision=28217
2005-01-03 17:31:42 +00:00
1d499afd80 add response enums
2005-01-03  JP Rosevear  <jpr@novell.com>

	* itip-view.h: add response enums

	* itip-view.c (set_buttons): fiddle with button names and response enums

	* itip-formatter.c (find_server): don't include our uid in the
	conflicts search
	(update_attendee_status): update the status of the attendee and
	save it out
	(adjust_item): get relevant properties for items that might
	contain them if sent from an attendee
	(get_real_item): get the actual, current item
	(send_item): send the item
	(view_response_cb): handle REPLY and REFRESH requests
	(format_itip_object): adjust the item if necessary and set the
	attendee for reply/refresh; prevent crash if no description
	(pitip_free): skeleton free function
	(format_itip): load delete message setting
	(delete_toggled_cb): set delete message setting based on toggle
	(itip_formatter_page_factory): make the delete message check box
	work

	* Makefile.am: install e-error messages

svn path=/trunk/; revision=28216
2005-01-03 17:24:12 +00:00
4cb6cea812 new protos, signal
2005-01-03  JP Rosevear  <jpr@novell.com>

        * itip-view.h: new protos, signal

        * itip-view.c (set_info_items): be more generic so both upper and
        lower setting can use it
        (set_upper_info_items): set the upper info items
        (set_lower_info_items): ditto for lower items
        (itip_view_destroy): clear both sets of info items
        (itip_view_class_init): add source selected signalo
        (itip_view_init): add separate upper and lower info item areas and
        a detail area
        (itip_view_add_upper_info_item): add upper info item
        (itip_view_remove_upper_info_item): remove a singal upper area
        info item
        (itip_view_clear_upper_info_items): clear them all
        (itip_view_add_lower_info_item): as above
        (itip_view_remove_lower_info_item): ditto
        (itip_view_clear_lower_info_items): ditto
        (source_selected_cb): emit the source selected signal when the
        source in the option menu changes
        (itip_view_set_source_list): take a source list and create an
        e-source-option-menu if its non-null
        (itip_view_get_source_list): get source list
        (itip_view_set_source): set a specific source in the source option
        menu
        (itip_view_get_source): obtain that source
        (itip_view_set_rsvp): get the rsvp status
        (itip_view_get_rsvp): set it
        (itip_view_set_show_rsvp): set visibility of rsvp check box
        (itip_view_get_show_rsvp): get the visibility of rsvp check box
        (itip_view_set_buttons_sensitive): set button sensitivity
        (itip_view_get_buttons_sensitive): get button sensitivity

        * itip-formatter.c (find_my_address): find the user's address in
        the list of attendees
        (set_buttons_sensitive): set the action buttons sensitivity
        appropriately
        (cal_opened_cb): use above
        (start_calendar_server): ditto
        (start_calendar_server_by_uid): de-sensitize buttons to start
        (source_selected_cb): ditto
        (find_cal_opened_cb): check for conflicting appointments; set
        informative info area items
        (find_server): create the sexp for determining conflicts
        (update_item): oset informative info area items
        (view_response_cb): implement some of the responses, start on
        implementing rsvp

svn path=/trunk/; revision=28215
2005-01-03 14:47:17 +00:00
8cfe52bd9e Warning when overwriting file
2004-12-27  Philip Van Hoof  <pvanhoof@gnome.org>

        * csv-format.c, rdf-format.c: Warning when overwriting file

svn path=/trunk/; revision=28213
2005-01-03 12:39:33 +00:00
e244bd48b2 Warning when overwriting file
2004-12-27  Philip Van Hoof  <pvanhoof@gnome.org>

        * save-attachments.c: Warning when overwriting file

svn path=/trunk/; revision=28212
2005-01-03 12:37:03 +00:00
a767f8cee2 new protos
2004-12-29  JP Rosevear  <jpr@novell.com>

	* itip-view.h: new protos

	* itip-view.c (format_date_and_time_x): don't draw the leading
	zero in 12hr clock mode for the hour
	(set_sender_text): make intro statements closer to the UI design
	(set_description_text): display description
	(set_info_items): show info items, messages with icons
	(set_progress_text): show progress text item (for
	loading/searching calendars)
	(set_one_button): add a response button
	(set_buttons): set response buttons based on mode
	(itip_view_destroy): clear info items
	(itip_view_class_init): add response signal
	(itip_view_init): new areas for description, info items, buttons
	(itip_view_set_description): accessor
	(itip_view_get_description): ditto
	(itip_view_add_info_item): add an info item to the display
	(itip_view_clear_info_items): clear all items
	(itip_view_set_progress): set the progress message

	* itip-formatter.c: move over calendar loading, searching code,
	set more itip view properties

	* org-gnome-itip-formatter.eplug.in: add a config page item,
	doesn't do much right now

svn path=/trunk/; revision=28207
2004-12-29 18:39:11 +00:00
d21980207d s/strcmp/strncmp.
2004-12-28  David Trowbridge <David.Trowbridge@Colorado.edu>

	* calendar-http.c (e_calendar_http_check): s/strcmp/strncmp.

	* org-gnome-calendar-http.eplug.in: fixed order of menus.

svn path=/trunk/; revision=28204
2004-12-28 12:10:46 +00:00
2698f79304 Initial checkin of new itip formatter
2004-12-22  JP Rosevear  <jpr@novell.com>

	* Initial checkin of new itip formatter

svn path=/trunk/; revision=28184
2004-12-22 16:22:23 +00:00
a92cc797f1 list format-handler.h as a source so it dists
2004-12-22  JP Rosevear  <jpr@novell.com>

	* Makefile.am: list format-handler.h as a source so it dists

svn path=/trunk/; revision=28183
2004-12-22 15:45:49 +00:00
ed19e01a4c Code splitup, each format has it's own c-file Added. Code splitup Added.
2004-12-20  Philip Van Hoof  <pvanhoof@gnome.org>

        * Makefile.am: Code splitup, each format has it's own c-file
        * csv-format.c: Added. Code splitup
        * format-handler.h: Added. Code splitup
        * ical-format.c: Added. Code splitup
        * rdf-format.c: Added. Support for RDF files. Code splitup
        * save-calendar.c: Support for RDF files. Code splitup

svn path=/trunk/; revision=28154
2004-12-20 12:47:51 +00:00
7c64eb9399 fixing ssl issue
svn path=/trunk/; revision=28142
2004-12-17 13:08:20 +00:00
b8cafeb987 Imported backup/restore plugin
2004-12-16  JP Rosevear  <jpr@novell.com>

	* Imported backup/restore plugin

svn path=/trunk/; revision=28140
2004-12-17 03:15:54 +00:00
1bb5a132a7 2004-12-16 Vivek Jain <jvivek@novell.com> Removed one crash point caused by faulty patch up
svn path=/trunk/; revision=28132
2004-12-16 06:38:20 +00:00
6615396da1 Add camel-gw-listener.h to SOURCES
2004-12-15  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add camel-gw-listener.h to SOURCES

svn path=/trunk/; revision=28131
2004-12-15 21:14:03 +00:00
76ebdb37e7 Added (Create a shared folder) functionality in the plugin
svn path=/trunk/; revision=28129
2004-12-15 11:20:21 +00:00
0aeb303207 some whitespace changes, typecasting widgets, in (on_add_clicked) removed
* shared-folder-common.c : (org_gnome_shared_folder_factory)
* shared-folder.c : some whitespace changes, typecasting widgets,
in (on_add_clicked) removed assigning the rights portion
CVS ----------------------------------------------------------------------

svn path=/trunk/; revision=28127
2004-12-15 04:02:53 +00:00
2323f3f966 Include <libebook/e-destination.h> from evolution-data-server.
2004-12-08  Hans Petter Jansson  <hpj@novell.com>

	* plugins/shared-folder/share-folder-common.c: Include
	<libebook/e-destination.h> from evolution-data-server.

svn path=/trunk/; revision=28095
2004-12-09 06:26:06 +00:00
67bc8223ea Support for CSV files
2004-11-30  Philip Van Hoof  <pvanhoof@gnome.org>

	* save-calendar.c: Support for CSV files

svn path=/trunk/; revision=28087
2004-12-08 11:33:07 +00:00
bde312e81b *** empty log message ***
svn path=/trunk/; revision=28086
2004-12-08 04:17:19 +00:00
52876d25d9 fixed some includes to get it build as plugin
svn path=/trunk/; revision=28059
2004-12-03 18:57:55 +00:00
90ef482987 initial check in of groupwise config plugin
svn path=/trunk/; revision=28058
2004-12-03 18:30:35 +00:00
c83477345f have our own so we don't need to link with glib.
* camel-lock-helper.c (g_strerror): have our own so we don't need
        to link with glib.

        * providers/*/Makefile.am: Do not install ANY provider header
        files.  No providers are subclassable.  No providers are directly
        linkable.

        * camel.pc.in: create package config file.

        * tests/lib/folders.c (test_folder_message_ops): updated counts for
        delete also marking unread.

        * tests/lib/camel-test.c (camel_test_provider_init): new api for
        initialising test system 'in-build'.

        * camel-provider.c: remove the assertions, init if we need to,k
        use pthread_once stuff to serialise it.

        * tests/folder/test3.c (main): remove gtk stuff (???).

        * tests/*: Fix all the makefiles.  Made make-check work 'in-build'.

        * tests/lib/folders.c (test_folder_counts): update for api changes.
        (test_message_info): similar.

        * providers/Makefile.am: removed groupwise from the build, this
        can't go in here anymore, not in its current state.

        * camel-net-utils.c (camel_gethostbyaddr_r)
        (camel_gethostbyname_r): the old e_gethost* calls from
        e-host-utils.c.

2004-11-15  Not Zed  <NotZed@Ximian.com>

        * providers/imap/camel-imap-utils.c (imap_path_to_physical):
        copied from e-path.c.
        (imap_path_find_folders): copied from e-path.c.

        * camel.h: remove the provider stuff from the header.

        * camel-provider.c: globalise provider_init variable, and asserton
        it in all functions that rely on it.

        * camel-service.c: removed getaddrinfo/etc.

        * camel-net-utils.[ch]: separate out camel_getaddrinfo etc.

        * Makefile.am: split camel into 2 libraries, libcamel and
        libcamel-store.

        * camel-multipart-signed.c (camel_multipart_signed_sign)
        (camel_multipart_signed_verify, prepare_sign): remove old
        deprecated api.

        * camel-multipart-encrypted.c (camel_multipart_encrypted_encrypt)
        (camel_multipart_encrypted_decrypt): remove old deprecated api.

svn path=/trunk/; revision=28046
2004-12-03 03:36:57 +00:00
bbfd4e8ca4 get image from icon factory directly
2004-11-26  JP Rosevear  <jpr@novell.com>

	* audio-inline.c (org_gnome_audio_inline_add_button): get image
	from icon factory directly

svn path=/trunk/; revision=28001
2004-11-26 15:52:59 +00:00
d7816bf340 make sure GETTEXT_PACKAGE is defined
2004-11-24  JP Rosevear  <jpr@novell.com>

	* mailing-list-actions.c: make sure GETTEXT_PACKAGE is defined

svn path=/trunk/; revision=27982
2004-11-24 14:57:26 +00:00
b4122c4ebc added a setting to mark the account for offline usuage
2004-11-21 Sivaiah Nallagatla <snallagatla@novell.com>

        * providers/groupwise/camel-groupwise-provider.c : added
        a setting to mark the account for offline usuage

        * providers/groupwise/came-gw-listener.c
        (add_esource) (modify_esource) : changed the prototypes
        to pass CamelUrl instead of individual properties
        Add offline_sync property on e-sources if account is
        marked for offline

svn path=/trunk/; revision=27951
2004-11-21 23:16:56 +00:00
3fcd1c267b no changelog provided
svn path=/trunk/; revision=27934
2004-11-17 04:03:45 +00:00
8ef8d62947 Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed a
2004-11-12  Diego Sevilla Ruiz  <dsevilla@ditec.um.es>

	* calendar-http.c (e_calendar_http_check): Accept protocol-less
	URIs. Fixes #68264.
	(e_calendar_http_check): Fixed a memory leak.
	(e_calendar_http_refresh): Another mem. leak fix.
	(e_calendar_http_url): Fixed another more memory leak.

svn path=/trunk/; revision=27913
2004-11-14 10:46:23 +00:00
59d538eb71 Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed a
2004-11-12  Diego Sevilla Ruiz  <dsevilla@ditec.um.es>

	* calendar-http.c (e_calendar_http_check): Accept protocol-less
	URIs. Fixes #68264.
	(e_calendar_http_check): Fixed a memory leak.
	(e_calendar_http_refresh): Another mem. leak fix.

svn path=/trunk/; revision=27905
2004-11-12 15:43:48 +00:00
55bead18b6 Added author tag, fixed description, removed "plugin" from name, changed
2004-11-04  Meilof Veeningen  <meilof@wanadoo.nl>

        * org-gnome-mailing-list-actions.eplug.in: Added author tag, fixed
        description, removed "plugin" from name, changed position of item
        in popup menu, using "enable" rather than "visible" for bonobo menus

        * org-gnome-mailing-list-actions.xml: Now place menus in
        MailMessageActions placeholder; moved label to <commands> section

        * org-gnome-mailing-list-actions-errors.xml: fixed button order:
        "Cancel" now leftmost button; added e-mail address to send confirm
        dialog

        * mailing-list-actions.c: account guessing now first based on message;
        added e-mail address to send confirm dialog

svn path=/trunk/; revision=27897
2004-11-12 05:03:07 +00:00
8a6262b715 fixed author and description
2004-11-11  Radek Doulik  <rodo@ximian.com>

        * org-gnome-audio-inline.eplug.in: fixed author and description

svn path=/trunk/; revision=27894
2004-11-11 18:39:56 +00:00
af76723198 Add org-gnome-mailing-list-actions.xml to EXTRA_DIST
2004-11-09  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add org-gnome-mailing-list-actions.xml to EXTRA_DIST

svn path=/trunk/; revision=27879
2004-11-09 18:23:56 +00:00
d8302b46aa Add the eplug.in file to EXTRA_DIST
2004-11-09  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add the eplug.in file to EXTRA_DIST

svn path=/trunk/; revision=27874
2004-11-09 16:32:35 +00:00
23d033ebad Add the xml file to EXTRA_DIST
2004-11-09  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add the xml file to EXTRA_DIST

svn path=/trunk/; revision=27873
2004-11-09 15:18:22 +00:00
91ef5e18d7 Add EXTRA_DIST variable for the eplug.in file
2004-11-09  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add EXTRA_DIST variable for the eplug.in file

svn path=/trunk/; revision=27872
2004-11-09 13:32:39 +00:00
6e0ede767d Add AC_SUBST for plugins_base also
2004-11-09  Rodney Dawes  <dobey@novell.com>

	* configure.in: Add AC_SUBST for plugins_base also

	* plugins/Makefile.am: Add plugins_base to DIST_SUBDIRS so that we
	dist the plug-ins we actually build by default

svn path=/trunk/; revision=27868
2004-11-09 05:04:32 +00:00
868eda5acf Shush
svn path=/trunk/; revision=27850
2004-11-05 14:22:17 +00:00
a6496515b3 include <config.h> for GETTEXT_PACKAGE
2004-11-05  JP Rosevear  <jpr@novell.com>

	* mailing-list-actions.c: include <config.h> for GETTEXT_PACKAGE

svn path=/trunk/; revision=27849
2004-11-05 14:20:22 +00:00
4012667a76 fixed
svn path=/trunk/; revision=27842
2004-11-04 16:54:21 +00:00
ee52b57b90 Added mailing list actions plugin from Meilof Veeningen <meilof@wanadoo.nl>
svn path=/trunk/; revision=27835
2004-11-04 05:47:02 +00:00
584ff682e5 duh, add this to cvs, remove Makefile.
2004-11-04  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: duh, add this to cvs, remove Makefile.

svn path=/trunk/; revision=27833
2004-11-04 04:38:33 +00:00
1bc519d787 Initial import of webcal properties plugin.
2004-11-04  David Trowbridge <David.Trowbridge@Colorado.edu>

        * Initial import of webcal properties plugin.

svn path=/trunk/; revision=27830
2004-11-04 04:13:21 +00:00
0c9192a76c fixed description and added author's info, to display correctly on the
2004-11-04  Rodrigo Moya <rodrigo@novell.com>

	* org-gnome-mail-to-task.eplug.in: fixed description and added
	author's info, to display correctly on the plugin manager.

svn path=/trunk/; revision=27819
2004-11-03 12:32:05 +00:00