Commit Graph

24548 Commits

Author SHA1 Message Date
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
94584bf0dd Start search on category, when the category is selected.
Fixes #263269.

svn path=/trunk/; revision=30361
2005-09-20 09:34:12 +00:00
f6ce600828 Fixes #261625
svn path=/trunk/; revision=30358
2005-09-19 08:10:53 +00:00
a9cbbe0513 Fixes #315345
svn path=/trunk/; revision=30357
2005-09-19 07:00:43 +00:00
78ef1993b0 Merged from gnome-2-12
svn path=/trunk/; revision=30354
2005-09-17 05:28:41 +00:00
74d9e63af9 *** empty log message ***
svn path=/trunk/; revision=30352
2005-09-16 07:41:28 +00:00
fa6ebe68ac Now checks for the camel provider type, and does nothing for non exchange
2005-09-15  Arunprakash  <arunp@novell.com>

	* exchange-account-setup.c
	(org_gnome_exchange_show_folder_size_factory) : Now checks for the
	camel provider type, and does nothing for non exchange providers.
	** Fixes #312886.

svn path=/trunk/; revision=30350
2005-09-15 13:07:10 +00:00
a5d4c0f801 Updating and fixing several typos, wrong keyboard shortcuts and
2005-06-15  Andre Klapper  <a9016009@gmx.de>
 	* quickref/C/quickref.tex: Updating and fixing several
 	typos, wrong keyboard shortcuts and inconsistencies
 	(fixes bug #268024)

	committed on behalf of Andre since he does not have
	commit rights -partha

svn path=/trunk/; revision=30349
2005-09-15 10:21:58 +00:00
2135eafcd7 Fix for #316274
2005-09-14  Irene Huang <Irene.Huang@sun.com>

        Fix for #316274

        * exchange-account-setup.c: (btn_chpass_clicked),
        (org_gnome_exchange_settings): Enable change password function only
        when built with kerberos5.

svn path=/trunk/; revision=30348
2005-09-15 07:57:19 +00:00
9c0a876d37 Spec file change to selecte multiple entries in the contact list editor.
Fix for #235038.

svn path=/trunk/; revision=30346
2005-09-14 10:27:07 +00:00
252d7f47b9 Updated Persian translation by Elnaz Sarbar <elnaz@farsiweb.info> and
2005-09-13  Roozbeh Pournader  <roozbeh@farsiweb.info>

	* fa.po: Updated Persian translation by Elnaz Sarbar
	  <elnaz@farsiweb.info> and Meelad Zakaria <meelad@farsiweb.info>.

svn path=/trunk/; revision=30345
2005-09-13 15:21:19 +00:00
4b76df12f9 Updated Romanian translation
2005-09-12  Mugurel Tudor  <mugurelu@gnome.ro>

	* ro.po: Updated Romanian translation

svn path=/trunk/; revision=30343
2005-09-12 16:58:17 +00:00