Commit Graph

1743 Commits

Author SHA1 Message Date
de7b39a1de fixing two missing whitespaces. Fixes bug 325568.
2006-01-06  Andre Klapper <a9016009@gmx.de>
	* shell/e-shell-window.c: fixing two missing whitespaces.
	Fixes bug 325568.

svn path=/trunk/; revision=31087
2006-01-06 14:19:26 +00:00
04330f7cb3 Remove suspicious and possibly redundant register/unregister calls. Fixes
2006-01-02  Harish Krishnaswamy  <kharish@novell.com>

* e-shell-nm-glib.c: (e_shell_nm_glib_initialise):
Remove suspicious and possibly redundant
register/unregister calls. Fixes #325364 (critical
warning crasher).

svn path=/trunk/; revision=31014
2006-01-02 05:58:14 +00:00
7ddd1c1379 String Fixes (Bug #325122)
2006-01-01   Harish Krishnaswamy <kharish@novell.com>

* String Fixes (Bug #325122)

svn path=/trunk/; revision=31006
2006-01-01 13:56:31 +00:00
4b1a6066dc s/don't/do not/ string changes. Fixes #325276.
2006-01-01 Harish Krishnaswamy <kharish@novell.com>

	* s/don't/do not/ string changes. Fixes #325276.

svn path=/trunk/; revision=31003
2006-01-01 12:34:48 +00:00
790393227a removed a typo. yeah.
2005-12-30  Andre Klapper <a9016009@gmx.de>

	* shell.error.xml: removed a typo. yeah.

2005-12-30  Andre Klapper <a9016009@gmx.de>

	* shell.error.xml: removed a duplicated word. Fixes bug 325119.

svn path=/trunk/; revision=30986
2005-12-31 14:14:33 +00:00
7a655e63db removed a typo. yeah.
2005-12-30  Andre Klapper <a9016009@gmx.de>
	* shell.error.xml : removed a typo. yeah.

svn path=/trunk/; revision=30978
2005-12-30 05:13:28 +00:00
a1348a0447 removed a duplicated word. Fixes bug 325119.
2005-12-30  Andre Klapper <a9016009@gmx.de>
	* shell.error.xml : removed a duplicated word. Fixes bug 325119.

svn path=/trunk/; revision=30977
2005-12-30 05:08:28 +00:00
1bcb85428a Guard against generating code when running this through the IDL compiler
2005-12-22  Tor Lillqvist  <tml@novell.com>

	* Evolution-Shell.idl: Guard against generating code when running
	this through the IDL compiler elsewhere than here in evo/shell,
	the same way as in Evolution-Component.idl. Otherwise we get
	duplicated IDL-generated functions in the libeshell and
	libevolution-mail DLLs (shared libraries), which causes much pain
	on Win32 at least, and is useless and potentially risky on all
	platforms.

svn path=/trunk/; revision=30966
2005-12-28 08:54:08 +00:00
1644df2e5e updated credits in about evolution box (removing duplicates, fixing one
2005-12-27  Andre Klapper <a9016009@gmx.de>
	* e-shell-window-commands.c: updated credits in about evolution box
	(removing duplicates, fixing one unicode-breakage, etc)

svn path=/trunk/; revision=30964
2005-12-27 15:56:30 +00:00
1c13d124bf 2005-09-24 Andre Klapper <a9016009@gmx.de>:
Reviewed and committed by Harish <kharish@novell.com>

* shell.error.xml: fixed two dead links to "support.ximian.com" now to
the (yet to come) FAQ at go-evolution.org. (#315866)

svn path=/trunk/; revision=30943
2005-12-23 04:54:22 +00:00
edfe0e087d Evolution-Component.idl Evolution-Shell.idl Remove duplicate definitions
2005-12-22  Parthasarathi Susarla <sparthasarathi@novell.com>

	* Evolution-Component.idl
	* Evolution-Shell.idl
	* Evolution.idl:
	Remove duplicate definitions and circular dependencies.

	* e-shell.c: comment out the implementation for findComponent.
	If implemented, this creates a circular dependency between the
	Shell.idl and Component.idl.
	** This is just a work-around **
Evolution-Component.idl Evolution-Shell.idl CVS: 	Evolution.idl
e-shell-view.c e-shell.c CVS:
----------------------------------------------------------------------

svn path=/trunk/; revision=30934
2005-12-22 11:11:15 +00:00
9fca098c4b Include Evolution.h
2005-12-22  Shreyas Srinivasan  <sshreyas@novell.com>

	* Include Evolution.h

svn path=/trunk/; revision=30930
2005-12-22 08:53:19 +00:00
87a09855fa Evolution is now Network Aware, the day of complete awareness beckons, The
2005-12-22  Shreyas Srinivasan  <sshreyas@novell.com>

	* Evolution is now Network Aware, the day of complete
	awareness beckons, The machines are taking over...

	* Network Manager support for evolution

svn path=/trunk/; revision=30926
2005-12-22 02:12:34 +00:00
57884e830b committed these files to fix http://bugzilla.gnome.org/show_bug.cgi?id=260354
ChangeLog addressbook/ChangeLog
 	addressbook/gui/component/addressbook-component.c
 	calendar/ChangeLog calendar/gui/calendar-component.c
 	calendar/gui/memos-component.c calendar/gui/tasks-component.c
 	mail/ChangeLog mail/Evolution-Mail.idl mail/mail-component.c
 	shell/ChangeLog shell/Evolution-Component.idl
 	shell/Evolution-Shell.idl shell/Evolution.idl
 	shell/Makefile.am shell/e-shell-window.c
 	shell/e-shell-window.h shell/e-shell.c

svn path=/trunk/; revision=30915
2005-12-21 07:18:49 +00:00
8e71ebe0f4 added these files for fixing bug http://bugzilla.gnome.org/show_bug.cgi?id=260354
shell/e-shell-view.c shell/e-shell-view.h
 	shell/e-component-view.c shell/e-component-view.h

svn path=/trunk/; revision=30914
2005-12-21 07:17:30 +00:00
2e5070b567 updated Evolution release number in unstable warning popup
2005-12-20  Andre Klapper <a9016009@gmx.de>
	* main.c: updated Evolution release number in unstable warning popup

svn path=/trunk/; revision=30907
2005-12-20 17:33:35 +00:00
e89c278267 Use libedataserver's e_xml_parse_file() instead of xmlParseFile()
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-config-upgrade.c: Use libedataserver's e_xml_parse_file()
	instead of xmlParseFile() directly.

	* e-shell.c
	* e-shell-importer.c: Use GLib API when applicable.

	* e-shell-importer.c
	* e-shell-window.c: Construct pathname of glade file at run-time.

	* e-shell-window-commands.c: Include e-util-private.h for Win32
	redefinition of EVOLUTION_DATADIR.

	* main.c: No SIGSEGV handling on Win32.
	(main): Drop unused evolution_directory variable.

svn path=/trunk/; revision=30849
2005-12-18 04:33:29 +00:00
75f9b84b51 Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS.
2005-12-06  Tor Lillqvist  <tml@novell.com>

	* configure.in: Include libedataserver-$EDS_PACKAGE in the
	requirement list for E_WIDGETS.

	Set bindir_in_server_file, privlibexecdir_in_server_file and
	componentdir_in_server_file. On Unix, they are the same as bindir,
	privlibexecdir and componentdir respectively. On Win32, use paths
	relative from lib/bonobo/servers. AC_SUBST these variables.

	* server.mk: Substitute the values above new variables for the
	corresponding @..._IN_SERVER_FILE@ strings in the .server.in.in
	files.

	* addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
	* calendar/gui/GNOME_Evolution_Calendar.server.in.in
	* calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in
	* mail/GNOME_Evolution_Mail.server.in.in
	* shell/GNOME_Evolution_Shell.server.in.in
	* shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use
	the @..._IN_SERVER_FILE@ strings.

svn path=/trunk/; revision=30793
2005-12-17 10:01:12 +00:00
0d72307a83 escape the string when generating XML UI description of component switcher
2005-12-12  David Malcolm  <dmalcolm@redhat.com>

	* e-shell-window.c (setup_widgets): escape the string when generating
	XML UI description of component switcher menu item, to avoid it being
	non-well-formed when a translation contains a quote character. Fixes
	#322001

svn path=/trunk/; revision=30760
2005-12-12 20:01:50 +00:00
c985cb5ff6 Revert the previous patch as it distorts the size of the dialog on some
2005-11-14  Harish Krishnaswamy  <kharish@novell.com>

* e-shell-settings-dialog.c: (set_dialog_size),
(e_shell_settings_dialog_init): Revert the previous
patch as it distorts the size of the dialog on some
displays.

svn path=/trunk/; revision=30614
2005-11-14 18:50:44 +00:00
8799ed92a2 Set the size of the preference window so that it doesnt flicker. Hide it
2005-11-10  Srinivasa Ragavan <sragavan@novell.com>

	* e-shell-settings-dialog.c (set_dialog_size)
	(e_shell_settings_dialog_init): Set the size of the preference
	window so that it doesnt flicker. Hide it till all the pages are
	loaded.

svn path=/trunk/; revision=30594
2005-11-10 10:37:46 +00:00
5146632dd0 Update version and bugzilla information.
2005-10-25  Harish Krishnaswamy  <kharish@novell.com>

* main.c: (show_development_warning): Update
version and bugzilla information.

svn path=/trunk/; revision=30560
2005-10-25 05:56:13 +00:00
7ac4fd8bf9 Have added the "View Status Bar" under the "View" menu This is a toggle
2005-09-23  S.Antony Vincent Pandian <santony@gmail.com>

	* Have added the "View Status Bar" under the "View" menu
This is a toggle button to hide/show the status bar

svn path=/trunk/; revision=30371
2005-09-23 09:44:58 +00:00
1e1dd1e438 yet another credit I almost overlooked and should not have
svn path=/trunk/; revision=30290
2005-08-30 04:52:29 +00:00
2d5ae84cea Update credits in About dialog
svn path=/trunk/; revision=30289
2005-08-30 04:44:41 +00:00
9e52b932f5 Update credits in About dialog
svn path=/trunk/; revision=30282
2005-08-29 09:07:22 +00:00
2c8626f3fc Update credits.
2005-08-28  Harish Krishnaswamy  <kharish@novell.com>

	* e-shell-window-commands.c: Update credits.

svn path=/trunk/; revision=30276
2005-08-28 16:56:38 +00:00
8536e7f1c0 include missing e-error.h
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * e-shell-window-commands.c: include missing e-error.h

        * e-component-registry.c (query_components): cast away a seemingly
        spurious warning.

svn path=/trunk/; revision=30213
2005-08-24 03:04:56 +00:00
1bcb9b4631 fix warning. (impl_Shell_findComponent): fix signature for warning.
2005-08-17  Not Zed  <NotZed@Ximian.com>

        * e-shell.c (impl_Shell_handleURI): fix warning.
        (impl_Shell_findComponent): fix signature for warning.

2005-08-16  Not Zed  <NotZed@Ximian.com>

        ** See bug #312668.

        * e-shell.c (set_line_status, set_line_status_complete)
        (set_line_status_finished): new code to set componetns on/offline.
        (e_shell_go_online, e_shell_go_offline): use new interface.
        (offline_procedure_started_cb, offline_procedure_finished_cb): removed.
        (impl_dispose): cleanup line status listener.
        (e_shell_init): setup line status listener.

        * evolution-listener.[ch]: skeleton listener object for new
        setlinestatus call.

        * Evolution-Offline.idl, e-shell-offline-handler.[ch]: killed.  We
        just add a single interface on EvolutionComponent now, much
        simpler.

svn path=/trunk/; revision=30154
2005-08-18 04:35:31 +00:00
18ff692ae5 Install missing e-plugin header es-event.h and es-menu.h. Fixes bug
2005-08-15  Christian Kellner  <gicmo@gnome.org>

	* Makefile.am: Install missing e-plugin header es-event.h
	and es-menu.h.
	Fixes bug #313585.

svn path=/trunk/; revision=30134
2005-08-16 16:20:08 +00:00
c03e685846 Use privsolib instead of privlib. Link with SHELL_LIBS. Use NO_UNDEFINED.
2005-08-10  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Use privsolib instead of privlib. Link with
	SHELL_LIBS. Use NO_UNDEFINED. Use EXEEXT. Use hack to workaround
	MSYS feature on Win32 when installing the schemas.
	(INCLUDES): Define EVOLUTION_IMAGESDIR like in
	../e-util/e-util-private.h, not EVOLUTION_IMAGES.
	(idl_defines): Pass marker macro to IDL compiler, see below.

	* Evolution-Component.idl: Don't generate duplicate code in skels
	and stubs when including this file from other idl files (in
	particular, ../mail/Evolution-Mail.idl). Use the include_defs and
	inhibit pragmas unless IDL-compiling in this directory. See
	lists.ximian.com/pipermail/evolution-patches/2005-June/010899.html

	* e-shell-utils.c
	* e-shell-windows.c: Ue EVOLUTION_IMAGESDIR in such a way that it
	works even when it is a function call.

svn path=/trunk/; revision=30075
2005-08-10 10:06:41 +00:00
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