Commit Graph

1760 Commits

Author SHA1 Message Date
cb4e88c994 #include <string.h>
svn path=/trunk/; revision=31837
2006-04-19 21:15:24 +00:00
4e220990b3 Replaced popt with GOption API
2006-04-19  Philip Van Hoof  <pvanhoof@gnome.org>

        * shell/main.c: Replaced popt with GOption API

svn path=/trunk/; revision=31833
2006-04-19 11:37:17 +00:00
ab7c700749 Intercept the Disconnected signal and setup a timeout to try and reconnect
2006-04-18  Jeffrey Stedfast  <fejj@novell.com>

	* e-shell-nm.c (e_shell_network_monitor): Intercept the
	Disconnected signal and setup a timeout to try and reconnect when
	the dbus daemon comes back up.

svn path=/trunk/; revision=31828
2006-04-18 15:51:43 +00:00
6147bd9db4 Clarify my last entry.
svn path=/trunk/; revision=31554
2006-02-20 23:46:15 +00:00
fbc1cb8629 On Win32, set the gtk-fallback-icon-theme to "gnome".
2006-02-21  Tor Lillqvist  <tml@novell.com>

	* main.c (main): On Win32, set the gtk-fallback-icon-theme to
	"gnome".

svn path=/trunk/; revision=31553
2006-02-20 23:33:55 +00:00
ca2a1a928c On Win32, finally call link_shutdown() (from ORBit2/linc2), otherwise we
2006-02-21  Tor Lillqvist  <tml@novell.com>

	* main.c (main): On Win32, finally call link_shutdown() (from
	ORBit2/linc2), otherwise we hang with the link_io_thread still
	running (blocked in g_poll()). Sigh, the linc2 code is a
	mystery. Why this is necessary I have no idea.

svn path=/trunk/; revision=31550
2006-02-20 23:26:08 +00:00
54daba7c7e changing year from 2005 to 2006.
2006-02-07  Andre Klapper  <a9016009@gmx.de>
	* e-shell-window-commands.c: changing year from 2005 to 2006.

svn path=/trunk/; revision=31434
2006-02-07 13:27:51 +00:00
b767ad726d fixing typos. fixes #304996 partially.
2006-02-05  Andre Klapper  <a9016009@gmx.de>
	* gui/component/ldap-config.glade:
	* shell.error.xml:
	fixing typos. fixes #304996 partially.

svn path=/trunk/; revision=31409
2006-02-05 20:18:13 +00:00
026358880f init the nm-dbus connection once.
2006-02-05  Shreyas Srinivasan  <sshreyas@novell.com>

	* e-shell-nm-glib.c: init the nm-dbus connection once.

svn path=/trunk/; revision=31406
2006-02-05 04:42:45 +00:00
1e5de972e6 Remove unused code and fix format specifiers in some cases.
2006-01-29  Kjartan Maraas  <kmaraas@gnome.org>

	* e-corba-config-page.c: (e_corba_config_page_class_init):
	* e-shell-folder-title-bar.c: (e_shell_folder_title_bar_construct):
	* e-shell-window.c: (init_view):
	* e-shell.c: (detect_version), (e_shell_construct), (e_shell_new),
	(e_shell_attempt_upgrade), (e_shell_create_window),
	(e_shell_save_settings):
	* main.c: (idle_cb):
	Remove unused code and fix format specifiers in some cases.

svn path=/trunk/; revision=31367
2006-01-30 11:49:53 +00:00
3fc81ed934 ** Fixes Bug #257654
2006-01-26  Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>

	** Fixes Bug #257654

	* e-shell-window.c:
	* e-shell-window-commands.c: Added code to show/hide sidebar.

svn path=/trunk/; revision=31345
2006-01-30 05:17:24 +00:00
03be4d5774 s/don't/do not/ string change. Fixes #325276.
2006-01-29  Harish Krishnaswamy  <kharish@novell.com>

* main.c: (show_development_warning):
 s/don't/do not/ string change. Fixes #325276.

svn path=/trunk/; revision=31339
2006-01-29 09:07:34 +00:00
11d598ec46 changed tow strings to add missing punctuation and clarification for
2006-01-27  Andre Klapper <a9016009@gmx.de>
	* apps_evolution_shell.schemas.in.in: changed tow strings to add
	missing punctuation and clarification for translators.
	Fixes bug 306117.

svn path=/trunk/; revision=31325
2006-01-27 14:53:20 +00:00
673ca3836a adding missing comma in the contributors list.
2006-01-26  Andre Klapper <a9016009@gmx.de>
	* e-shell-window-commands.c: adding missing comma in the
	contributors list.

svn path=/trunk/; revision=31315
2006-01-26 13:07:50 +00:00
1f2222c796 adding a check to make sure the shortcut key is not the NUL byte. Fixes
2006-01-23  Joe Marcus Clarke <marcus@freebsd.org>

	* e-user-creatable-items-handler.c: adding a check to make sure
	the shortcut key is not the NUL byte. Fixes bug 327468.

svn path=/trunk/; revision=31283
2006-01-23 16:48:05 +00:00
634b570468 changed string "Settings" to "Preferences" to keep consistency. Fixes bug
2006-01-21  Andre Klapper <a9016009@gmx.de>

	* e-shell-settings-dialog.c: changed string "Settings" to
	"Preferences" to keep consistency. Fixes bug 327933.

svn path=/trunk/; revision=31258
2006-01-21 11:48:51 +00:00
d5998e6a2d Default to [Cancel] instead of [Forget] in the when selecting "Forget
2006-01-19  Kyle Ambroff  <kambroff@csus.edu>

	* shell.error.xml: Default to [Cancel] instead of [Forget] in the
	when selecting "Forget Passwords" from the menu. (#325871)

svn path=/trunk/; revision=31246
2006-01-19 21:30:05 +00:00
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