Commit Graph

24559 Commits

Author SHA1 Message Date
9706eaebf9 ** See bug 317284
2005-09-29  Parthasarathi Susarla <sparthasarathi@novell.com>

	** See bug 317284

	* em-mailer-prefs.c: (emmp_header_add_header):
	Check if its a valid header and only then add it

svn path=/trunk/; revision=30429
2005-09-30 08:24:06 +00:00
d67cc3d9ca Sets the corresponding 'Folder name'. (create_folder_subscription_dialog):
2005-09-30  Shakti Sen <shprasad@novell.com>

        * exchange-folder-subscription.c (setup_folder_name_combo): Sets the
        corresponding 'Folder name'.
        (create_folder_subscription_dialog): Sets the cursor to User's entry
        text field.
        * exchange-folder-subscription.h: Added one more argument to function
        create_folder_subscription_dialog() to set the window title.
        * exchange-folder.c (org_gnome_exchange_inbox_subscription),
        (org_gnome_exchange_addressbook_subscription),
        (org_gnome_exchange_calendar_subscription),
        (org_gnome_exchange_tasks_subscription): Added newly.
        * org-gnome-exchange-operations.eplug.in: Changed the activate callback
        function names so that it can show appropriate window title.

        Fixes bug #317019, #317023.

svn path=/trunk/; revision=30426
2005-09-30 06:37:42 +00:00
2384116f8a Updated Russian translation.
* ru.po: Updated Russian translation.

svn path=/trunk/; revision=30424
2005-09-29 21:39:10 +00:00
d4abcebccb Reverted unauthorized changes made by user 'kloczek'. Also updated the
2005-09-29  Christian Rose  <menthos@menthos.com>

	* sv.po: Reverted unauthorized changes made by
	user 'kloczek'. Also updated the translation.

svn path=/trunk/; revision=30422
2005-09-29 21:00:58 +00:00
a4c6645e87 e-table.c (e_table_load_specification) e-table-specification.c
2005-09-29  Tor Lillqvist  <tml@novell.com>

	* e-table.c (e_table_load_specification)
	* e-table-specification.c (e_table_specification_load_from_file)
	* e-tree-table-adapter.c (open_file): Use
	g_win32_locale_filename_from_utf8() from GLib 2.8 instead of
	gnome_win32_locale_filename_from_utf8() which was temporarily in
	libgnome.

svn path=/trunk/; revision=30421
2005-09-29 18:00:17 +00:00
e84acb9b0c menus/gal-view-collection.c (load_single_dir) Use
2005-09-29  Tor Lillqvist  <tml@novell.com>

	* menus/gal-view-collection.c (load_single_dir)
	* menus/gal-view-instance.c (load_current_view): Use
	g_win32_locale_filename_from_utf8() from GLib 2.8 instead of
	gnome_win32_locale_filename_from_utf8() which was temporarily in
	libgnome.

svn path=/trunk/; revision=30420
2005-09-29 17:54:07 +00:00
c15acafc2c ** See bug 317337
2005-09-29  Parthasarathi Susarla <sparthasarathi@novell.com>

	** See bug 317337

	* e-msg-composer.c: (e_msg_composer_new_with_message):
	Set the proper account name in account_name, so that
	the from header is set properly.

svn path=/trunk/; revision=30419
2005-09-29 14:51:34 +00:00
d097ac6883 Fixes #317014
svn path=/trunk/; revision=30418
2005-09-29 13:02:56 +00:00
4dddf579f7 ** See bug 317284
2005-09-29  Parthasarathi Susarla <sparthasarathi@novell.com>

	** See bug 317284

	* em-mailer-prefs.c: (emmp_header_add_header):
	Check if its a valid header and only then add it

svn path=/trunk/; revision=30415
2005-09-29 08:35:57 +00:00
b659826991 Fix #240762. If the galview implement the edit function, enable the edit
2005-09-29  Li Yuan  <li.yuan@sun.com>

        * menus/gal-define-views-dialog.c:
        (etable_selection_change_forall_cb):
        Fix #240762. If the galview implement the edit function,
        enable the edit button. If not, disable it.

svn path=/trunk/; revision=30414
2005-09-29 08:17:59 +00:00
5c7e949063 Propogate the authentication mechanism to the backend. exchange-calendar.c
2005-09-28  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c (owa_authenticate_user) : Propogate the
        authentication mechanism to the backend.
        * exchange-calendar.c
        * exchange-contacts.c
        * exchange-folder.c : Parse the new account uri.

svn path=/trunk/; revision=30413
2005-09-28 14:30:54 +00:00
ebef4e5ed5 Fix for the crash when adding duplicate contacts without e-mail ids by
dragging them into contact list editor.
Patch submitted by "Devashish <sdevashish@novell.com>"

svn path=/trunk/; revision=30411
2005-09-28 13:25:12 +00:00
aab7424773 Just slight rewording.
svn path=/trunk/; revision=30410
2005-09-28 11:54:53 +00:00
aaf0cb36d6 On Win32, use bootstrap import library for libemiscwidgets, which hasn't
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* text/Makefile.am: On Win32, use bootstrap import library for
	libemiscwidgets, which hasn't been built yet when we come
	here. Drop several overlapping CFLAGS. EXTRA_GNOME_CFLAGS
	should be enough. Install in privsolib instead of privlib (no
	difference on Unix). Use NO_UNDEFINED. Link with all needed
	libraries to satisfy the -no-undefined used on Windows.

svn path=/trunk/; revision=30409
2005-09-28 11:50:56 +00:00
52016fab4e libdir is prefix/lib, not bin.
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* win32/dummy.la: libdir is prefix/lib, not bin.

svn path=/trunk/; revision=30408
2005-09-28 11:46:25 +00:00
00be9c147c Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* e-table-specification.c (e_table_specification_load_from_node):
	Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing
	to literal ASCII strings, just casefolding ASCII is enough. Also
	better for portability.

svn path=/trunk/; revision=30407
2005-09-28 11:45:01 +00:00
31485fd411 Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* e-charset-picker.c (e_charset_picker_new,
	e_charset_picker_bonobo_ui_populate): Use g_ascii_strcasecmp()
	instead of strcasecmp(). We are comparing to strings known to be
	plain ASCII, so just casefolding ASCII is enough. Also better for
	portability.

svn path=/trunk/; revision=30406
2005-09-28 11:35:31 +00:00
41d4bb2a43 Install in privsolib instead of privlib (no difference on Unix). Use
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* menus/Makefile.am: Install in privsolib instead of privlib
	(no difference on Unix). Use NO_UNDEFINED. Drop several
	overlapping CFLAGS, use E_UTIL_CFLAGS instead. Link with
	necessary libraries.

svn path=/trunk/; revision=30405
2005-09-28 11:29:08 +00:00
f45ecd1f42 On Win32, use bootstrp import library for libemiscwidgets, which hasn't
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* e-timezone-dialog/Makefile.am: On Win32, use bootstrp import
	library for libemiscwidgets, which hasn't been built yet when we
	come here. Install in privsolib instead of privlib (no difference
	on Unix). Use NO_UNDEFINED. Link with EVOLUTION_CALENDAR_LIBS.

svn path=/trunk/; revision=30404
2005-09-28 11:25:03 +00:00
075ee8542b Use SOEXT.
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* org-gnome-exchange-operations.eplug.in: Use SOEXT.

svn path=/trunk/; revision=30403
2005-09-28 11:13:38 +00:00
eb8d2ad1f9 Allowing to delete address book folder using Del/Delete key.
Fixes #233424. Patch submitted by "Devashish Sharma <sdevashish@novell.com>"

svn path=/trunk/; revision=30402
2005-09-28 10:55:41 +00:00
db5aeac895 Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* importers/netscape-importer.c (netscape_get_boolean): Use
	g_ascii_strcasecmp() instead of strcasecmp(). We are
	comparing to literal ASCII strings in these cases, so just
	casefolding ASCII is enough. Also better for portability.

svn path=/trunk/; revision=30401
2005-09-28 10:55:20 +00:00
d1062b7afa Define localtime_r() for Win32 using localtime() (which is thread-safe in
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* message-list.c: Define localtime_r() for Win32 using localtime()
	(which is thread-safe in Microsoft's C library).

svn path=/trunk/; revision=30400
2005-09-28 10:46:26 +00:00
5fb5dab62e Not implemented on Win32.
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* mail-tools.c (mail_tool_do_movemail): Not implemented on Win32.

svn path=/trunk/; revision=30399
2005-09-28 10:43:53 +00:00
7670176dd2 Define localtime_r() for Win32 using localtime() (which is thread-safe in
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* em-format-html-display.c: Define localtime_r() for Win32 using
	localtime() (which is thread-safe in Microsoft's C library).

svn path=/trunk/; revision=30398
2005-09-28 10:39:48 +00:00
c8bc7fc32c em-composer-utils.c (reply_get_composer, get_reply_list,
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* em-composer-utils.c (reply_get_composer, get_reply_list,
	post_reply_to_message)
	* em-folder-view.c (emfv_format_link_clicked): Use
	g_ascii_strncasecmp() instead of strncasecmp(). We are comparing
	to literal ASCII strings, so just casefolding ASCII is
	enough. Also better for portability.

svn path=/trunk/; revision=30397
2005-09-28 10:34:18 +00:00
14d14477fd Use g_get_current_time() instead of gettimeofday() for portability.
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* e-profile-event.c (e_profile_event_target_new): Use
	g_get_current_time() instead of gettimeofday() for portability.

svn path=/trunk/; revision=30396
2005-09-28 10:20:03 +00:00
b105af8066 Use g_ascii_strncasecmp() instead of strncasecmp(). We are comparing to
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* e-html-utils.c (e_text_to_html_full): Use g_ascii_strncasecmp()
	instead of strncasecmp(). We are comparing to literal ASCII
	strings, just casefolding ASCII is enough. Also better for
	portability.

svn path=/trunk/; revision=30395
2005-09-28 10:16:34 +00:00
bb1c36c74d Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* gui/itip-bonobo-control.c (pstream_load, pstream_save): Use
	g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
	literal ASCII strings, just casefolding ASCII is enough. Also
	better for portability.

svn path=/trunk/; revision=30394
2005-09-28 10:12:16 +00:00
11ed217073 Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* gui/e-cal-model.c (set_classification): Use g_ascii_strcasecmp()
	instead of strcasecmp(). We are comparing to literal ASCII
	strings, just casefolding ASCII is enough. Also better for
	portability.

svn path=/trunk/; revision=30393
2005-09-28 10:09:38 +00:00
a527f28812 Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* gui/e-cal-model-calendar.c (set_transparency): Use
	g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
	literal ASCII strings, just casefolding ASCII is enough. Also
	better for portability.

svn path=/trunk/; revision=30392
2005-09-28 10:07:34 +00:00
247a12697f Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to the
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* gui/component/addressbook.c (get_remember_password): Use
	g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
	the literal "true", just casefolding ASCII is enough. Also better
	for portability.

svn path=/trunk/; revision=30391
2005-09-28 09:57:50 +00:00
c22849ea5d Using the correct columns for phone list and by company views.
Patch submitted by "Devashish Sharma <sdevashish@novell.com>"

svn path=/trunk/; revision=30389
2005-09-28 09:03:20 +00:00
665105ab10 Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. Set
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* configure.in: Drop unused SOCKET_LIBS leftover. Don't check for
	OpenLDAP on Win32. Set corresponding variables unconditionally on
	Win32, as LDAP support is always present (in <winldap.h> and
	-lwldap32).
	(CAMEL_EXCHANGE): Add more stuff to CAMEL_EXCHANGE_CFLAGS and
	_LIBS. These are used only in
	plugins/exchange-operations/Makefile.am, and now it's enough to
	use only that CAMEL_EXCHANGE_CFLAGS and _LIBS there.

In plugins/exchange-operations:

2005-09-28  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (INCLUDES, LIBADD): Use just CAMEL_EXCHANGE_CFLAGS
	and _LIBS, they now includes all necessary (see top-level
	ChangeLog).
	(LDFLAGS): Use NO_UNDEFINED.

svn path=/trunk/; revision=30388
2005-09-28 08:55:59 +00:00
4276d74d27 Not skipping the entries which have only e-mail id and not name.
Fixes #303286.

svn path=/trunk/; revision=30387
2005-09-28 08:54:35 +00:00
a19d9df3e6 Using writable property to find the GroupWise system address book, while
marking it for offline usage, instead of it's name.

svn path=/trunk/; revision=30385
2005-09-28 08:38:58 +00:00
7b3f66098f Added code to handle the extra blank email that will be returned from the
2005-09-28  Sankar P  <psankar@novell.com>

	*  proxy.c (proxy_dialog_store_widgets_data):
	Added code to handle the extra blank email that will be returned
	from the ENameSelector, while auto-completion.
	Fixes #317400

svn path=/trunk/; revision=30384
2005-09-28 08:20:41 +00:00
881b7938b5 See bug ** 317329 Do not add a NULL uri.
2005-09-28  Parthasarathi Susarla <sparthasarathi@novell.com>

	See bug ** 317329
	* em-vfolder-rule.c: (em_vfolder_rule_add_source):
	Do not add a NULL uri.

svn path=/trunk/; revision=30382
2005-09-28 07:49:08 +00:00
994e17ee22 Fix for #316351
2005-09-27  Harry Lu <harry.lu@sun.com>

        Fix for #316351

        * e-table/gal-a11y-e-cell.c: (idle_do_action),
        (gal_a11y_e_cell_action_do_action): add a ref/unref pair to make
        sure the pointer is valid.

svn path=/trunk/; revision=30381
2005-09-28 02:52:46 +00:00
41e886f9ef we have to connect "response" to (install_folder_response) to make it work
2005-09-27  Vivek Jain <jvivek@novell.com>

	* install-shared.c: (accept_clicked):
	 we have to connect "response" to (install_folder_response)
	 to make it work
	 don't destroy druid right now, wait till folder selector
	 dialog dies, make folder selector dialog modal

svn path=/trunk/; revision=30379
2005-09-27 10:10:16 +00:00
5f23f22fa4 changing the order of the main menu items due to HIG (#308614)
2005-09-24  Andre Klapper  <a9016009@gmx.de>
	* evolution-message-composer.xml: changing the order of the
	main menu items due to HIG (#308614)

svn path=/trunk/; revision=30376
2005-09-26 11:16:28 +00:00
a4230a3c4f Clearing the contacts preview pane after every search. Fixes #269655.
svn path=/trunk/; revision=30374
2005-09-26 08:59:29 +00:00
e64003fb70 Fixes #208647
2005-09-26  S.Antony Vincent Pandian <santony@gmail.com>

	Fixes #208647

	* em-folder-tree.c : Have added a menu item Empty
	Trash in the folder tree's context menu and also
	added its callback.

svn path=/trunk/; revision=30373
2005-09-26 06:23:19 +00:00
c154c5a495 ** Fixes bug 312849
2005-09-22  Praveen Kumar  <kpraveen@novell.com>

        ** Fixes bug 312849

        * exchange-calendar.c
        (e_exchange_calendar_pcalendar): Populate the folder hierarchy only
        if Evolution is online.
        (e_exchange_calendar_check): Disable the "OK" button if Evolution
        is offline.
        (e_exchange_calendar_commit): Don't do anything if Evolution is
        offline.

        * exchange-contacts.c
        (e_exchange_contacts_pcontacts): Populate the folder hierarchy only
        if Evolution is online.
        (e_exchange_contacts_check): Disable the "OK" button if Evolution
        is offline.
        (e_exchange_contacts_commit): Don't do anything if Evolution is
        offline.

svn path=/trunk/; revision=30372
2005-09-23 10:53:38 +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
cf7812d353 Fixes #316983
2005-09-22  Carsten Guenther <carsten.guenther@scalix.com>

        Fixes #316983

        * em-composer-utils.c (em_utils_send_receipt):
        Exchanged the FROM and TO fields so that a read
        receipt actually goes to the sender of the original
        message.

svn path=/trunk/; revision=30370
2005-09-23 06:24:39 +00:00
ebdca6e4a4 Fixing mnemonic conflict (#314351)
2005-08-26  Andre Klapper  <a9016009@gmx.de>
	* evolution-mail-list.xml: Fixing mnemonic conflict (#314351)

svn path=/trunk/; revision=30369
2005-09-22 16:24:03 +00:00
3942022533 Added code to enable the sent folder button for accounts with "None" set
2005-09-21  Sankar P  <psankar@novell.com>

	* em-account-editor.c (emae_defaults_page):
	Added code to enable the sent folder button for accounts with
	"None" set as the Receiving Server type.
	Fixes #315506

svn path=/trunk/; revision=30367
2005-09-21 06:41:27 +00:00
4545f5d072 Added enum and the code to change the icon for sent items folder. Fixes
2005-09-15  Sankar P  <psankar@novell.com>

	* em-folder-tree-model.c (em_folder_tree_model_set_folder_info):
	* em-folder-tree.c (render_pixbuf): Added enum and the code to
	change the icon for sent items folder. Fixes #257321

svn path=/trunk/; revision=30365
2005-09-20 12:38:54 +00:00
d07dc75337 Corrected the grouping column for the "By Company" view.
svn path=/trunk/; revision=30362
2005-09-20 09:38:01 +00:00