Commit Graph

60 Commits

Author SHA1 Message Date
bb720b7be7 Fixed hook id.
svn path=/trunk/; revision=27753
2004-10-28 09:27:23 +00:00
29a7270c42 fix folderview popup hook id.
2004-10-28  Not Zed  <NotZed@Ximian.com>

        * org-gnome-copy-tool.eplug.in: fix folderview popup hook id.

svn path=/trunk/; revision=27752
2004-10-28 09:26:40 +00:00
725a24b484 Use _with_mnemonic for the button.
2004-10-27  Nat Friedman  <nat@novell.com>

	* bbdb.c (bbdb_page_factory): Use _with_mnemonic for the button.

	* Makefile.am: Don't build the test program by default.

svn path=/trunk/; revision=27736
2004-10-27 11:29:15 +00:00
b40eb4903c Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnages
2004-10-25  Nat Friedman  <nat@novell.com>

	* bbdb.c (e_plugin_lib_enable): Sync the Gaim buddy list.  Set a
	timer to check for Gaim buddy list chnages to sync.
	(bbdb_do_it): Free some memory we were leaking before.
	(bbdb_open_addressbook): New function for Gaim buddy list support.
	(bbdb_check_gaim_enabled): Likewise.
	(enable_gaim_toggled_cb): Likewise.
	(synchronize_button_clicked_cb): Likewise.
	(bbdb_page_factory): Added UI for Gaim buddy list sync support.

	* gaimbuddies.c: New file, contains routines to synchronize IM
	information and buddy icons from a Gaim buddy list.

	* bbdb.h: New file, contains shared macros and prototypes.

	* test-evobuddy.c (main): New function, tests a gaim buddy list
	sync.

svn path=/trunk/; revision=27723
2004-10-26 03:02:04 +00:00
0e92e94b38 removed unused enum declaration (org_gnome_audio_inline_play_clicked):
2004-10-25  Radek Doulik  <rodo@ximian.com>

	* audio-inline.c: removed unused enum declaration
	(org_gnome_audio_inline_play_clicked): added cast to &argv to
	quiet compiler
	handle more mime types

	* org-gnome-audio-inline.eplug.in: handle application/x-ogg mime
	type
	handle more mime types

svn path=/trunk/; revision=27721
2004-10-25 16:37:25 +00:00
e0aa017ef2 handle application/x-ogg mime type
2004-10-25  Radek Doulik  <rodo@ximian.com>

	* org-gnome-audio-inline.eplug.in: handle application/x-ogg mime
	type

	* audio-inline.c: handle application/x-ogg mime type

svn path=/trunk/; revision=27718
2004-10-25 12:56:14 +00:00
299b8fd79e handle audio/x-mp3 mime type
2004-10-25  Radek Doulik  <rodo@ximian.com>

	* org-gnome-audio-inline.eplug.in: handle audio/x-mp3 mime type

	* audio-inline.c: (org_gnome_audio_inline_play_clicked): handle
	audio/x-mp3 mime type

svn path=/trunk/; revision=27717
2004-10-25 12:33:03 +00:00
6b0ea42490 quiet cvs
svn path=/trunk/; revision=27715
2004-10-25 12:19:46 +00:00
de21f75ccf imported audio inline plugin
2004-10-25  Radek Doulik  <rodo@ximian.com>

	* audio-inline.c: imported audio inline plugin

svn path=/trunk/; revision=27714
2004-10-25 12:19:05 +00:00
6c31be81b1 restoring the files in the correct directory
2004-10-22  Harish Krishnaswamy <kharish@novell.com>

* mark-calendar-offline.c: implement a plugin that lets the user mark a
calendar to be available for off-line use, if it is not already set to be so
and vice versa

svn path=/trunk/; revision=27709
2004-10-24 11:27:47 +00:00
596183d49d Restoring the original file.
svn path=/trunk/; revision=27708
2004-10-24 11:23:46 +00:00
20c49afa1e restoring the original files
svn path=/trunk/; revision=27707
2004-10-24 11:18:31 +00:00
e05ad29c48 This file does not belong here
svn path=/trunk/; revision=27706
2004-10-24 11:10:25 +00:00
294bcbac43 Change assertions to if statements, so as not to issue warnings in the
2004-10-23  Nat Friedman  <nat@novell.com>

	* bbdb.c (bbdb_do_it): Change assertions to if statements, so as
	not to issue warnings in the case of routine failures (name
	is NULL). Don't add an email to a contact if the appropriate
	contact is ambiguous.

svn path=/trunk/; revision=27703
2004-10-23 08:21:26 +00:00
ccb6311791 addd my new nifty plugin
all b0w to my mad skeelz

svn path=/trunk/; revision=27701
2004-10-22 19:32:26 +00:00
31f3035ad5 Added the bbdb plugin.
2004-10-22  Nat Friedman <nat@novell.com>

	* configure.in: Added the bbdb plugin.

Man, hacking is fun.

svn path=/trunk/; revision=27690
2004-10-22 04:37:29 +00:00
58431fb115 new functions. (do_mail_to_task): set attendees and organizer on the task
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* mail-to-task.c (set_attendees, set_organizer): new functions.
	(do_mail_to_task): set attendees and organizer on the task from the
	recipients in the mail message.

svn path=/trunk/; revision=27686
2004-10-21 18:12:22 +00:00
a32a1d4ab6 use correct icon.
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* org-gnome-mail-to-task.eplug.in: use correct icon.

svn path=/trunk/; revision=27685
2004-10-21 17:28:55 +00:00
4f754a2066 fixed to make the plugin show up in the correct place.
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* org-gnome-mail-to-task.eplug.in: fixed to make the plugin show
	up in the correct place.

svn path=/trunk/; revision=27684
2004-10-21 17:26:13 +00:00
f737b385d7 implemented plugin for converting selected mails to tasks.
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* mail-to-task.c: implemented plugin for converting selected
	mails to tasks.

svn path=/trunk/; revision=27682
2004-10-21 17:19:48 +00:00
7aba0ba1d5 sample plugin added to mark a calendar to be available offline or revert
availability

svn path=/trunk/; revision=27681
2004-10-21 17:13:35 +00:00
f3a62a0467 s/image/icon/
2004-10-21  JP Rosevear  <jpr@novell.com>

	* org-gnome-copy-tool.eplug.in: s/image/icon/

svn path=/trunk/; revision=27678
2004-10-21 14:44:39 +00:00
963d5f2885 Shush
svn path=/trunk/; revision=27677
2004-10-21 12:54:20 +00:00
3cc934aa59 setup the right plugin init function.
2004-10-21  Not Zed  <NotZed@Ximian.com>

        * prefer-plain.c (e_plugin_lib_enable): setup the right plugin
        init function.

svn path=/trunk/; revision=27676
2004-10-21 12:51:48 +00:00
b6cd458235 get error information in e_cal_* calls, and display errors to the user.
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* save-calendar.c (do_save_calendar): get error information in
	e_cal_* calls, and display errors to the user.

svn path=/trunk/; revision=27675
2004-10-21 11:21:42 +00:00
e108cf1478 *** empty log message ***
svn path=/trunk/; revision=27674
2004-10-21 10:55:19 +00:00
afd1278010 implemented a copy-utils plugin.
2004-10-20  Not Zed  <NotZed@Ximian.com>

        * implemented a copy-utils plugin.

svn path=/trunk/; revision=27671
2004-10-21 08:39:32 +00:00
d201f25c8a compile if not using file chooser
2004-10-21  JP Rosevear  <jpr@novell.com>

	* save-calendar.c (do_save_calendar): compile if not using file
	chooser

svn path=/trunk/; revision=27668
2004-10-21 04:11:04 +00:00
a33dd47303 better menu items.
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* org-gnome-save-calendar.eplug.in: better menu items.

svn path=/trunk/; revision=27665
2004-10-21 01:32:26 +00:00
f9da195c61 better menu items.
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* org-gnome-save-calendar.eplug.in: better menu items.

svn path=/trunk/; revision=27664
2004-10-21 01:32:16 +00:00
acbffda04c better menu items.
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* org-gnome-save-calendar.eplug.in: better menu items.

svn path=/trunk/; revision=27663
2004-10-21 01:29:41 +00:00
9349ecf81c new plugin for saving a calendar to disk.
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* save-calendar.c: new plugin for saving a calendar to disk.

svn path=/trunk/; revision=27661
2004-10-21 01:17:24 +00:00
435e889366 update factory name
2004-10-20  JP Rosevear  <jpr@novell.com>

	* subject-thread/org-gnome-subject-thread.eplug.in: update factory
	name

	* subject-thread/subject-thread.c: ditto

svn path=/trunk/; revision=27659
2004-10-20 18:55:29 +00:00
c1964e5f06 implement a plugin that allows the user to limit the displayed task lists
2004-10-20  JP Rosevear  <jpr@novell.com>

	* select-one-source.c: implement a plugin that allows the user to
	limit the displayed task lists or calendars to the current
	calendar or task list

svn path=/trunk/; revision=27657
2004-10-20 18:53:36 +00:00
28791c1cf6 Imported prefer-plain plugin.
2004-10-20  Not Zed  <NotZed@Ximian.com>

        * Imported prefer-plain plugin.

svn path=/trunk/; revision=27645
2004-10-20 08:17:14 +00:00
9a41befd23 Imported save-attachments example plugin.
2004-10-20  Not Zed  <NotZed@Ximian.com>

        * Imported save-attachments example plugin.

svn path=/trunk/; revision=27642
2004-10-20 07:40:04 +00:00
ff3fe6fb3d removed camel from include path, everything should include camel/foo.
2004-10-20  Not Zed  <NotZed@Ximian.com>

        * Makefile.am (INCLUDES): removed camel from include path,
        everything should include camel/foo.

svn path=/trunk/; revision=27641
2004-10-20 07:39:29 +00:00
d07cf0b56e implement
2004-10-20  JP Rosevear  <jpr@novell.com>

	* subject-thread.c: implement

	* org-gnome-subject-thread.eplug.in: define the
	subject-thread plugin

	* Makefile.am: build the subject thread plugin

svn path=/trunk/; revision=27639
2004-10-20 05:17:18 +00:00
dfe2866e30 fix for #62053
svn path=/trunk/; revision=27530
2004-10-11 04:23:38 +00:00
115f75cb7a change the "CheckList" to "Tasks" as there is another foder called
2004-08-26  Sivaiah Nallagatla <snallagatla@novell.com>

        * provoders/groupwise/camel-gw-listner.c
        (add_calendar_tasks_sources) : change the "CheckList" to "Tasks"
        as there is another foder called chekclist in groupwise
        not related to tasks
        Fixes #64092

svn path=/trunk/; revision=27032
2004-08-26 09:28:45 +00:00
ff843b723f if any of the settings required for soap interaction changes try
2004-08-21 Sivaiah Nallagatla <snallagatla@novell.com>

        * providers/groupwise/camel-gw-listener.c (account_changed) :
        if any of the settings required for soap interaction changes
        try connecting to server and resetup the ESources
        * providers/groupwise/camel-groupwise-provider.c ": don't
        check soap ssl setting by default to be in consistent with
        IMAP

svn path=/trunk/; revision=26982
2004-08-21 06:58:22 +00:00
37646eb1f9 remove the cal/taksks sources when account is disbaled. Also do not try to
2004-08-13  Sivaiah Nallagatla <snallagatla@novell.com>

       * providers/groupwise/camel-gw-listener.c (account_changed):
       remove the cal/taksks sources when account is disbaled. Also
       do not try to to create sources when a disabled account is changed to
       Novell Groupwise
       (camel_gw_listener_construct) : do not add the disbaled
       accounts to exitsting groupwise accounts list

svn path=/trunk/; revision=26920
2004-08-13 16:35:25 +00:00
5c8d34f45e fix for e_passwords api change, and handle reprompting as well.
2004-08-10  Not Zed  <NotZed@Ximian.com>

        * providers/groupwise/camel-gw-listener.c
        (get_addressbook_names_from_server): fix for e_passwords api
        change, and handle reprompting as well.

svn path=/trunk/; revision=26879
2004-08-12 06:53:28 +00:00
bbfd4edac1 Add an entry to specify POA address and a check box to say whehter ssl has
2004-07-29 Sivaiah Nallagatla <snallagatla@novell.com>

        * proivders/groupwise/camel-groupwise-provider.c :
        Add an entry to specify POA address and a check box to
        say whehter ssl has to be used for SOAP or not
        (groupwise_auto_detect_cb) : new function to
        automatically fill POA address with host specified in receiving mail page
        (camel_provider_module_init) : use the new auto_detect funcntion

        * providers/groupwise/camel-gw-listener.c (modify_esource)
        (account_changed) (add_calendar_tasks_sources)
        (remove_calendar_tasks_sources) (get_addressbook_names_from_server)
        (add_addressbook_sources) (modify_addressbook_sources)
        (remove_addressbook_sources) : while forming the uri, use the value
        from new poa_address setting instead of url->host. Also use ssl
        setting from the new check box provider instaed of imap one

        (get_addressbook_names_from_server) : display an error to user
        when connection cpuld not be established with server during account setup

svn path=/trunk/; revision=26765
2004-07-29 06:46:26 +00:00
d035c5539b : pass "use_ssl" value to these functions and set it on e-source
2004-07-12 Sivaiah Nallagatla <snallagatla@novell.com>

        * providers/groupwise/camel-gw-listener.c : (add_esource)
        (modify_esource) (add_addressbook_source)
        (modify_addressbook_sources) : pass "use_ssl" value to these functions and
        set it on e-source
        (add_calendar_tasks_source) : read the "use_ssl" param
        from camel url and pass it to add_esource) calls
        (get_addressbook_names_from_server) : use "https" or http
        depending upon whther ssl is enabled or not
        (account_changed) : compare urls from account
        instead of uris formed to know wheter somehting in the account
        changed

svn path=/trunk/; revision=26631
2004-07-13 07:35:53 +00:00
62922d2d08 set port property on e-source
2004-05-25 Sivaiah nallagatla <snallagatla@novell.com>
        * providers/groupwise/came;-gw-listener.c (add_addressbook_sources):
        set port property on  e-source

svn path=/trunk/; revision=26101
2004-05-26 15:00:49 +00:00
59fa5f5117 return NULL when there is no existing gw account with same uid
2004-05-25 Sivaiah Nallagatla <snallagatla@novell.com>

        * providers/groupwise/camel-gw-listener.c (lookup_account_info):
        return NULL when there is no existing gw account with same uid

svn path=/trunk/; revision=26099
2004-05-26 10:32:44 +00:00
1bd5e8ff95 remove /soap part from uri. make port as a e-source property instead of
2004-05-25  Sivaiah Nallagatla <snallagatla@novell.com>

        * providers/groupwise/camel-gw-listener.c (add_addressbook_sources)
        (add_calendar_tasks_sources) : remove /soap part from uri.
        make port as a e-source property instead of putting it in uri
        to amek the uris same as that of mail for password sharing

svn path=/trunk/; revision=26092
2004-05-26 05:47:11 +00:00
6b3a25c2b8 Fixed typo.
* providers/groupwise/camel-gw-listener.h: Fixed typo.

svn path=/trunk/; revision=25785
2004-05-04 15:06:49 +00:00
6c891b3943 added CAMEL_LIBS to LIBADD added new function to get addres book names
2004-04-21 Sivaiah Nallagatla  <snallagatla@novell.com>

        * providers/groupwise/Makefile.am : added CAMEL_LIBS to LIBADD
        * providers/groupwise/camel-gw-listener.c  (get_addressbook_names_from_server):
         added new function to get addres book names from server.
         (add_addressbook_sources) (modify_addressbook_sources) : changed the implementation
        to use address book returned form above call while creating e-sources

svn path=/trunk/; revision=25559
2004-04-21 12:08:24 +00:00