Commit Graph

1712 Commits

Author SHA1 Message Date
ae017be0e3 ** See bug #271984.
2005-08-10  Not Zed  <NotZed@Ximian.com>

        ** See bug #271984.

        * es-menu.c (esm_class_init): remove debug.

svn path=/trunk/; revision=30067
2005-08-10 02:33:38 +00:00
ee9f341b5b Fix make distcheck issues.
2005-07-26  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Fix make distcheck issues.

svn path=/trunk/; revision=29891
2005-07-26 16:38:04 +00:00
abee01230b Dont enter default values for button label and menu label Dont add the
2005-07-21  Sarfraaz Ahmed <asarfraaz@novell.com>

        * e-component-registry.c (query_components): Dont enter default values
        for button label and menu label
        * e-shell-window.c (setup_widgets): Dont add the sidebar button when
        there is no label.

svn path=/trunk/; revision=29883
2005-07-25 08:15:34 +00:00
0feeced7a1 Changed the strings to be more interactive and consistent with the
2005-07-22  Sankar P  <psankar@novell.com>

	* shell.error.xml : Changed the strings to be more interactive
	and consistent with the exisiting dialog prompts.

svn path=/trunk/; revision=29844
2005-07-22 08:53:27 +00:00
93a43c0881 Added string for forget password prompt.
2005-07-21  Sankar P  <psankar@novell.com>

	* shell.error.xml : Added string for forget password prompt.

	* e-shell-window-commands.c: (command_forget_passwords)
	Added call to a confirmation dialog before forgetting passwords.
	Fixes bug #216021

svn path=/trunk/; revision=29828
2005-07-21 08:59:53 +00:00
ecc06b08d4 fix the pixmap location for the settings menu.
2005-07-21  Not Zed  <NotZed@Ximian.com>

        * e-shell-window-commands.c: fix the pixmap location for the
        settings menu.

        * e-shell-window.c (setup_widgets): reverted dobey's patch to put
        the components in the useless tools window.

svn path=/trunk/; revision=29827
2005-07-21 07:09:23 +00:00
0cea49284e Free the style here.
2005-07-07  Kjartan Maraas  <kmaraas@gnome.org>

	* e-shell-window.c: (setup_widgets): Free the style here.

svn path=/trunk/; revision=29758
2005-07-13 10:37:35 +00:00
9f12922bd8 Merge back eplugin-import-branch.
svn path=/trunk/; revision=29725
2005-07-12 04:04:14 +00:00
5bc7b9a881 removed crud that I had added in the earlier commit
svn path=/trunk/; revision=29612
2005-07-01 10:15:49 +00:00
8dcf750d5d +2005-06-24 Harish Krishnaswamy <kharish@novell.com>
(patch submitted by Andre Klapper <a9016009@gmx.de>)
* e-shell-window-commands.c: changed copyright year from 2004
* to 2005

svn path=/trunk/; revision=29580
2005-06-24 10:56:29 +00:00
df07f02cae Added widgets in INCLUDES.
2005-06-23  Kaushal Kumar  <kakumar@novell.com>

        * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
        addressbook/gui/search/Makefile.am,
        plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.

        Updated the include paths to use misc instead of widgets/misc.

svn path=/trunk/; revision=29574
2005-06-23 09:11:11 +00:00
7046702f96 added jonathan dieter. Fixed up the busted utf8 and duplicates.
2005-06-23  Not Zed  <NotZed@Ximian.com>

        * e-shell-window-commands.c: added jonathan dieter.  Fixed up the
        busted utf8 and duplicates.

svn path=/trunk/; revision=29572
2005-06-23 04:44:39 +00:00
99afcc1a27 add brian mury to contributors.
2005-06-21  Not Zed  <NotZed@Ximian.com>

        * e-shell-window-commands.c: add brian mury to contributors.

svn path=/trunk/; revision=29556
2005-06-21 05:33:56 +00:00
fecb63d2c5 Use EXEEXT.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* GNOME_Evolution_Shell.server.in.in: Use EXEEXT.

	* GNOME_Evolution_Test.server.in.in: Use SOEXT.

svn path=/trunk/; revision=29537
2005-06-18 11:35:09 +00:00
27a61acf27 Retired GAL from Head. The relevant files have moved inside evolution.
2005-06-17  Kaushal Kumar  <kakumar@novell.com>

        * Retired GAL from Head. The relevant files have moved inside
        evolution. Thanks to JP Rosevear for performing the cvs surgery. The
        files have been moved in the following order.

        evolution/e-util <- gal/gal/util
        evolution/a11y <-  gal/gal/a11y
        evolution/a11y/e-table <- gal/gal/a11y/e-table
        evolution/a11y/e-text <- gal/gal/a11y/e-text
        evolution/widgets/table <- gal/gal/e-table
        evolution/widgets/text <- gal/gal/e-text
        evolution/widgets/misc <- gal/gal/widgets
        evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps
        evolution/widgets/menus <- gal/gal/menus

        Following is the summary of changes done to fix the build:-
        - New files added to cvs repository,
                - a11y/e-table/Makefile.am
                - a11y/e-text/Makefile.am
                - widgets/table/Makefile.am
                - widgets/text/Makefile.am
                - widgets/misc/pixmaps/Makefile.am
                - iconv-detect.h
                - iconv-detect.c
        - Updated configure.in.
        - Updated all the relevant Makefile.am files.
        - Updated the include paths to replace all gal references.
        - Updated the marshal list to suit gal files requirements.

svn path=/trunk/; revision=29522
2005-06-17 15:20:35 +00:00
120716582d Fix so these are only ever included once.
2005-06-02  Not Zed  <NotZed@Ximian.com>

        * Evolution.*.idl: Fix so these are only ever included once.

svn path=/trunk/; revision=29447
2005-06-02 05:51:53 +00:00
df95abe300 BonoboObject wrapper for Evolution::Component interface. Abstract, doesn't
2005-06-02  Not Zed  <NotZed@Ximian.com>

        * evolution-component.c: BonoboObject wrapper for
        Evolution::Component interface.  Abstract, doesn't implement
        methods.

        * Evolution-Shell.idl: add a method to find a component by
        component alias.

        * e-shell.c (impl_Shell_findComponent): & implement it

svn path=/trunk/; revision=29443
2005-06-02 04:28:11 +00:00
5c9d3a0ef5 fixed the utf8 in the last patch.
2005-06-01  Not Zed  <NotZed@Ximian.com>

        * e-shell-window-commands.c: fixed the utf8 in the last patch.

svn path=/trunk/; revision=29434
2005-06-01 01:14:22 +00:00
e8b0511703 Fixed my name.
2005-06-01 S.Çaglar Onur <caglar@uludag.org.tr>

        * e-shell-window-commands.c (authors[]): Fixed my name.

svn path=/trunk/; revision=29433
2005-06-01 00:56:36 +00:00
4b10538dcd added missing name to Shell_Config_Factory object description.
2005-05-31  Rodrigo Moya <rodrigo@novell.com>

	* GNOME_Evolution_Shell.server.in.in: added missing name to
	Shell_Config_Factory object description.

svn path=/trunk/; revision=29430
2005-05-31 10:38:48 +00:00
f657c69d7b remove mono registrtion, this is implemented using a plugin now. register
2005-05-25  Not Zed  <NotZed@Ximian.com>

        * main.c (main): remove mono registrtion, this is implemented
        using a plugin now.  register the plugin type loader hook.

svn path=/trunk/; revision=29413
2005-05-25 10:52:30 +00:00
735789921b fix error file build/path changes
2005-05-16  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: fix error file build/path changes

svn path=/trunk/; revision=29367
2005-05-16 06:17:42 +00:00
cb71029bdb shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.h
2005-05-16	Srinivasa Ragavan <sragavan@novell.com>

shell/ChangeLog
shell/e-component-registry.c
shell/e-component-registry.h
shell/e-shell-window.c
shell/e-sidebar.h
shell/e-sidebar.c
addressbook/ChangeLog
addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
calendar/ChangeLog
calendar/gui/GNOME_Evolution_Calendar.server.in.in
mail/ChangeLog
mail/GNOME_Evolution_Mail.server.in.in

Added support for tooltips for component switching buttons.

svn path=/trunk/; revision=29358
2005-05-16 04:46:43 +00:00
d88e794ded Add profiler so that it gets disted properly
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
	disted properly

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add new em-folder-utils.[ch] abstraction

	* em-folder-browser.c: Update for new menu layout
	Add new methods to handle the actions that were previously only
	available from the context menu when right-clicking on a folder

	* em-folder-selector.c (emfs_response): Just call emfu_folder_create
	if the user wants to create a new folder in the selector dialog
	(em_folder_selector_get_selected_path): Clean up the code to fix a
	couple potential crashes

	* em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or
	CamelFolderInfo object for the selected item in the tree
	Add a method to get a pointer to an EMFolderTreeModelStoreInfo object
	for the selected store in the tree
	Move folder operations out into em-folder-utils.[ch] so that they
	are abstracted from the tree and can be used by methods other than
	the internal context menu

	* em-folder-utils.[ch]: Move the folder operations code to here

	* em-folder-view.c: Update for the new menu layout
	Fix Mark as Read/Unread in the context menu to only show up in the list

	* mail-component.c (create_item): Just call emfu_folder_create here
	when the user requests to create a new folder from the New toolbar item

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-mailing-list-actions.xml: Update for the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-plugin-manager.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-save-attachments.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-shell-window.c (setup_widgets): Update for the new menu layout by
	putting the "component" switching items under the "Tools" menu

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* *.xml: Update to the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-filter-bar.[ch]: Update for the new menu layout

svn path=/trunk/; revision=29354
2005-05-13 21:29:28 +00:00
409d50475b Remove the go->offline dialog.
2005-05-06  Shreyas Srinivasan	<sshreyas@novell.com>

	* e-shell-offline-handler.c: Remove the go->offline dialog.

svn path=/trunk/; revision=29348
2005-05-13 08:49:33 +00:00
20ef8f97a5 add evolution-data-server-1.2 to the list of old dataserver instances.)
2005-05-12  Harish Krishnaswamy  <kharish@novell.com>

* main.c: (kill_dataserver): add evolution-data-server-1.2
to the list of old dataserver instances.)

svn path=/trunk/; revision=29342
2005-05-12 13:11:21 +00:00
c307c3364d Fixes #301459 Correct the typo error and made the sentence more clear.
2005-05-06  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #301459
	* e-shell-importer.c: Correct the typo error and made
	the sentence more clear.

svn path=/trunk/; revision=29298
2005-05-06 06:44:54 +00:00
c224d45753 remove Evolution-common.idl
2005-05-02  JP Rosevear  <jpr@novell.com>

	* Evolution.idl: remove Evolution-common.idl

	* Makefile.am: don't build Evolution-common.idl

	* Evolution-common.idl: remove dead code

svn path=/trunk/; revision=29253
2005-05-02 10:03:29 +00:00
d85cfcfa5c don't build/install corba icon utils
2005-04-29  JP Rosevear  <jpr@novell.com>

	* Makefile.am: don't build/install corba icon utils

	* Remove e-shell-corba-icon-utils.c

svn path=/trunk/; revision=29247
2005-04-29 05:27:43 +00:00
55a2859758 don't build wizard related code
005-04-29  JP Rosevear  <jpr@novell.com>

	* Makefile.am: don't build wizard related code

	* Evolution.idl: remove wizard idl include

	* e-shell.c: remove wizard include

	* Remove wizard related code which is now in a plugin (and is much
	simpler due to eplugin)

svn path=/trunk/; revision=29245
2005-04-29 05:06:00 +00:00
2f4028e7e0 setup the profiling plugin hook if profiling is compiled in.
2005-04-28  Not Zed  <NotZed@Ximian.com>

        * main.c (main): setup the profiling plugin hook if profiling is
        compiled in.

svn path=/trunk/; revision=29241
2005-04-28 10:00:29 +00:00
bb04d01d10 Commit Yong Sun's patch which was reviewed by NotZed
2005-04-07  Antonio Xu <antonio.xu@sun.com>

	Commit Yong Sun's patch which was reviewed by NotZed

svn path=/trunk/; revision=29176
2005-04-07 06:04:44 +00:00
419aad634a Fixes #73066
2005-03-21  JP Rosevear  <jpr@novell.com>

	Fixes #73066

	* apps_evolution_shell.schemas.in.in: fix typo

svn path=/trunk/; revision=29081
2005-03-21 21:40:25 +00:00
c71a5eab3d switch #ifdef DEVELOPMENT to #if DEVELOPMENT so the configure.in foo
2005-03-21  JP Rosevear  <jpr@novell.com>

	* main.c: switch #ifdef DEVELOPMENT to #if DEVELOPMENT so the
	configure.in foo actually controls this

svn path=/trunk/; revision=29070
2005-03-21 13:57:38 +00:00
d2033ff625 fix the qualifier bit assignments for the STATE target.
2005-03-17  Not Zed  <NotZed@Ximian.com>

        * es-event.h: fix the qualifier bit assignments for the STATE target.

        * e-shell.c (offline_procedure_finished_cb): fix offline state event.

svn path=/trunk/; revision=29057
2005-03-18 05:26:52 +00:00
fc1558ac98 bump version, requires
2005-02-28  JP Rosevear  <jpr@novell.com>

	* configure.in: bump version, requires

2005-02-28  JP Rosevear  <jpr@novell.com>

  	* configure.in: add startup wizard plugin

2005-02-28  JP Rosevear  <jpr@novell.com>

  	* plugins/Makefile.am: dist standard and experimental plugins

  	* configure.in: move "all" plugins to standard and experimental
  	and default to building the standard set

svn path=/trunk/; revision=28927
2005-03-01 06:17:20 +00:00
b4d4350ed9 update authors list for about dialog
2005-02-28  JP Rosevear  <jpr@novell.com>

	* e-shell-window-commands.c (command_submit_bug): update authors
	list for about dialog

svn path=/trunk/; revision=28917
2005-02-28 18:48:56 +00:00
19f878a310 Fixes #33287
2005-02-23  JP Rosevear  <jpr@novell.com>

 	Fixes #33287

 	* e-shell-window.c (e_shell_window_new): set the send/receive
 	sensitivity when we first start up

svn path=/trunk/; revision=28877
2005-02-24 04:55:57 +00:00
e75013c201 Make mailer depend on libedataserverui.
2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* configure.in: Make mailer depend on libedataserverui.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* Makefile.am (eutilinclude_HEADERS)
	(libeutil_la_SOURCES): Remove e-passwords from here, it now
	lives in libedataserverui.

	* e-passwords.[ch]: Removed.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* gui/component/addressbook-view.c:
	* gui/component/addressbook.c: Include
	<libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* common/authentication.c:
	* gui/e-pub-utils.c:
	* gui/alarm-notify/alarm-notify.c:
	* gui/alarm-notify/notify-main.c:
	* gui/dialogs/url-editor-dialog.c:
	Include <libedataserverui/e-passwords.h>.
	* gui/itip-utils.c: Remove e-passwords.h include, it's not
	needed.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* mail-session.c:
	* mail-config.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* gui/component.c:
	* lib/e-cert-db.c:
	* lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* e-shell-window-commands.c:
	* e-shell.c:
	* main.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* camel-gw-listener.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* send-options.c: Include <libedataserverui/e-passwords.h>.

svn path=/trunk/; revision=28871
2005-02-23 18:57:00 +00:00
3284b5f24a Use gnome-vfs API to open quick reference in the pdf viewer
2005-02-22  Marco Pesenti Gritti  <marco@gnome.org>

        * shell/e-shell-window-commands.c: (command_quick_reference):
        Use gnome-vfs API to open quick reference in the pdf viewer

svn path=/trunk/; revision=28863
2005-02-23 07:01:27 +00:00
436f7e0d9b Make offline button scale with font size. Fixes #48868.
2005-02-22  William Jon McCann  <mccann@jhu.edu>

	* e-shell-window.c (setup_offline_toggle): Make offline button scale
	with font size.  Fixes #48868.

svn path=/trunk/; revision=28849
2005-02-22 18:34:05 +00:00
a386f61de8 unref the menu icon if it exists to fix a leak
2005-02-10  JP Rosevear  <jpr@novell.com>

        * e-component-registry.c (query_components): unref the menu icon
        if it exists to fix a leak

svn path=/trunk/; revision=28804
2005-02-16 16:18:36 +00:00
cfb8f79b50 clean up descriptions
2005-02-07  JP Rosevear  <jpr@novell.com>

        * apps_evolution_shell.schemas.in.in: clean up descriptions

svn path=/trunk/; revision=28742
2005-02-08 00:38:10 +00:00
f4fca7e3cb add to about box
2005-02-01  JP Rosevear  <jpr@novell.com>

	* e-shell-window-commands.c: add to about box

svn path=/trunk/; revision=28666
2005-02-02 01:40:47 +00:00
7d61074a35 Remove e-shell-utils.c include
2005-01-28  JP Rosevear  <jpr@novell.com>

	* e-component-registry.c: Remove e-shell-utils.c include

svn path=/trunk/; revision=28597
2005-01-28 14:42:41 +00:00
b58518837f close long tag
2005-01-21  JP Rosevear  <jpr@novell.com>

	* apps_evolution_shell.schemas.in.in: close long tag

svn path=/trunk/; revision=28492
2005-01-21 19:21:38 +00:00
37a44d001d add print_config schema item
2005-01-21  JP Rosevear  <jpr@novell.com>

	* apps_evolution_shell.schemas.in.in: add print_config schema item

svn path=/trunk/; revision=28489
2005-01-21 18:10:44 +00:00
ee49a6715e mark priv->finished as true first so we don't access freed memory if we
2005-01-21  JP Rosevear  <jpr@novell.com>

	* e-shell-offline-handler.c
	(impl_OfflineProgressListener_updateProgress): mark priv->finished
	as true first so we don't access freed memory if we get finalized
	during the signal emmission
	(cancel_offline): ditto
	(finalize_offline): ditto
	(e_shell_offline_handler_put_components_offline): ditto

svn path=/trunk/; revision=28487
2005-01-21 16:01:54 +00:00
5d45c0d9ad Close import wizard on 'ESC'
2005-01-20  Mengjie Yu  <meng-jie.yu@sun.com>

	* e-shell-importer.c: (import_druid_esc),
	(e_shell_importer_start_import):
	Close import wizard on 'ESC'

svn path=/trunk/; revision=28477
2005-01-21 06:18:54 +00:00
4722208003 open a new window if we get a component id type url
2005-01-09  JP Rosevear  <jpr@novell.com>

	* e-shell.c (impl_Shell_handleURI): open a new window if we get a
	component id type url

	* Evolution-Shell.idl: add ComponentNotFound exception

svn path=/trunk/; revision=28302
2005-01-10 02:35:12 +00:00