Commit Graph

29848 Commits

Author SHA1 Message Date
9c28e70fb0 ** Fixes part of bug #564229
2009-02-13  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #564229

	* e-util/e-plugin-ui.c (plugin_ui_hook_class_init):
	Initialize the EPluginUI registry during class initialization,
	so that it's sure to be there when we need it.

	* plugins/email-custom-header/email-custom-header.c:
	(e_plugin_lib_get_configure_widget):
	Do not use uninitialized variable.


svn path=/trunk/; revision=37265
2009-02-14 04:25:11 +00:00
286124a830 Translation updated.
2009-02-14  Gabor Kelemen  <kelemeng@gnome.hu>

	* hu.po: Translation updated.

svn path=/trunk/; revision=37264
2009-02-14 01:21:06 +00:00
7660d20a35 ** Fixes bug #571625
2009-02-13  Chow Loong Jin <hyperair@gmail.com>

	** Fixes bug #571625

	* calendar/gui/e-day-view.c
	* calendar/gui/e-week-view.c:
	Use black/white for foreground instead of active/inactive text color


svn path=/trunk/; revision=37262
2009-02-13 16:44:13 +00:00
bec11fb3dd svn path=/trunk/; revision=37256
svn path=/trunk/; revision=37256
2009-02-12 14:50:50 +00:00
172dd715bb Committed Translation by Sweta Kothari
svn path=/trunk/; revision=37255
2009-02-12 12:12:48 +00:00
5e07ca9436 Updated Basque translation.
2009-02-12  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.


svn path=/trunk/; revision=37254
2009-02-12 11:27:12 +00:00
547e40879a ** Fix for bug #404232
2009-02-12  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #404232

	* addressbook/gui/widgets/e-addressbook-view.c: (search_activated):
	Rebuild view immediately for an advanced search too.

	* widgets/misc/e-filter-bar.c: (rule_advanced_response): Emit signal after
	search bar text is set, thus the text will not be empty, which
	is considered as "no search" these days.


svn path=/trunk/; revision=37253
2009-02-12 11:09:31 +00:00
73ece6ee4b ** Fix for bug #567089
2009-02-12  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #567089

	* e-msg-composer.c: (get_signature_html):
	Do not crash when no From set yet.


svn path=/trunk/; revision=37251
2009-02-12 10:32:23 +00:00
9cc64a2009 Substitute some deprecated gtk+ functions.
2009-02-11  Andre Klapper  <a9016009@gmx.de>

	* addressbook/gui/component/addressbook-migrate.c:
	* calendar/gui/migration.c:
	* calendar/gui/dialogs/alarm-dialog.c:
	* mail/em-folder-browser.c:
	* mail/em-migrate.c:
	* plugins/audio-inline/audio-inline.c:
	Substitute some deprecated gtk+ functions.


svn path=/trunk/; revision=37249
2009-02-11 16:06:24 +00:00
ae06b35d1f Updated Brazilian Portuguese translation by Andre Gondim.
2009-02-11  Jonh Wendell  <jwendell@gnome.org>

	* pt_BR.po: Updated Brazilian Portuguese translation by Andre Gondim.


svn path=/trunk/; revision=37248
2009-02-11 14:51:20 +00:00
fe69a20c44 ** Fix for bug #569700
2009-02-11  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #569700

	* em-format-html.c: (emfh_gethttp):
	Stop reading from a network when operation was canceled.


svn path=/trunk/; revision=37246
2009-02-11 10:02:02 +00:00
ec49abcb7c ** Fix for bug #333716
2009-02-11  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #333716

	* em-format-html.c: (emfh_gethttp):
	Do not store incomplete or broken files in a cache.


svn path=/trunk/; revision=37244
2009-02-11 09:54:05 +00:00
af9c978259 ** Removed unused figures (bug #552695)
2009-02-10  Matthew Barnes  <mbarnes@redhat.com>

	** Removed unused figures (bug #552695)


svn path=/trunk/; revision=37243
2009-02-11 04:21:57 +00:00
e936b7d67b Format signature/encryption information nicer.
2009-02-10  Milan Crha  <mcrha@redhat.com>

	* em-format-html-display.c: (efhd_format_secure):
	Format signature/encryption information nicer.


svn path=/trunk/; revision=37241
2009-02-10 16:24:31 +00:00
5ad864fab1 Updated Finnish translation
svn path=/trunk/; revision=37240
2009-02-10 13:26:32 +00:00
75ccaa60d3 Updated Catalan translation by David Planella
svn path=/trunk/; revision=37238
2009-02-09 21:48:44 +00:00
669813dadf Do not use non-zero page size in an adjustment, it's deprecated now.
2009-02-09  Milan Crha  <mcrha@redhat.com>

	* gui/dialogs/cal-prefs-dialog.glade:
	Do not use non-zero page size in an adjustment, it's deprecated now.


svn path=/trunk/; revision=37237
2009-02-09 11:53:12 +00:00
f44568a253 ** Part of fix for bug #555888
2009-02-09  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #555888

	* mail-config.glade:
	* em-network-prefs.h: (struct _EMNetworkPrefs):
	* em-network-prefs.c: (emnp_parse_ignore_hosts),
	(emnp_load_sys_settings), (notify_proxy_type_changed),
	(em_network_prefs_construct):
	Do not overwrite user settings with system proxy settings.
	Register signals at the end, when all widgets are read.
	Hide socks settings, it is not used at the moment.

	* em-utils.h: (em_utils_get_proxy_uri):
	* em-utils.c: (em_utils_get_proxy_uri), (emu_proxy_setup):
	* em-format-html.c: (emfh_gethttp):
	Use proxy configurable within Evolution.


svn path=/trunk/; revision=37236
2009-02-09 10:59:29 +00:00
de1b9c7979 ** Fix for bug #548623
2009-02-09  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #548623

	* mail-config.glade:
	* em-network-prefs.h:
	* em-network-prefs.c: (emnp_set_sensitiveness),
	(emnp_load_sys_settings), (notify_proxy_type_changed),
	(em_network_prefs_construct), (emnp_set_markups):
	No auto-proxy at the moment.


svn path=/trunk/; revision=37235
2009-02-09 10:43:31 +00:00
7d6e22b221 Updated Norwegian bokmål translation.
2009-02-07  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=37231
2009-02-07 13:08:54 +00:00
de0fa1f642 Updated Spanish translation
svn path=/trunk/; revision=37230
2009-02-06 19:36:57 +00:00
2b0cb40f12 Updated Vietnamese translation
svn path=/trunk/; revision=37229
2009-02-06 08:34:44 +00:00
9d6d160565 ** Part of fix for bug #554458
2009-02-05  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #554458

	* em-format.c: (em_format_describe_part):
	Make content type from a mime type first.


svn path=/trunk/; revision=37228
2009-02-05 17:59:45 +00:00
a660338952 Committed Translation by Sweta Kothari
svn path=/trunk/; revision=37227
2009-02-05 08:56:42 +00:00
1365d235d7 ** Fix for bug #568176
* em-migrate.c: (em_migrate_setup_progress_dialog),
	(em_migrate_close_progress_dialog), (em_migrate_set_folder_name),
	(em_migrate_local_folders_1_4), (migrate_to_db):
	Make the migration dialog look better.


svn path=/trunk/; revision=37226
2009-02-04 22:32:46 +00:00
73a91dd01b Include <mono/metadata/mono-config.h> to fix an implicit-function-declaration compiler warning.
svn path=/trunk/; revision=37225
2009-02-04 18:58:12 +00:00
3a0190471b 2.25.91
svn path=/trunk/; revision=37224
2009-02-04 14:18:55 +00:00
da9db6c8e2 Use -mwindows on Windows to build a "GUI" executable.
2009-02-03  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (evolution_LDFLAGS): Use -mwindows on Windows to
	build a "GUI" executable.


svn path=/trunk/; revision=37223
2009-02-03 20:33:38 +00:00
88930efaec Revert accidental commit.
svn path=/trunk/; revision=37222
2009-02-03 20:32:10 +00:00
3c7a189d63 Set MWINDOWS to -mwindows on Windows. AC_SUBST it.
2009-02-03  Tor Lillqvist  <tml@novell.com>

	* configure.in: Set MWINDOWS to -mwindows on Windows. AC_SUBST it.


svn path=/trunk/; revision=37221
2009-02-03 20:30:24 +00:00
9027ee0cf2 Updated Spanish translation
svn path=/trunk/; revision=37220
2009-02-03 19:49:24 +00:00
9b091af951 Mark a string for translation. Fixes bug #570364
2009-02-03  Gabor Kelemen  <kelemeng@gnome.hu>

	* gui/alarm-notify/alarm-notify.glade:
	Mark a string for translation. Fixes bug #570364

svn path=/trunk/; revision=37219
2009-02-03 14:17:28 +00:00
cf9d118d48 ** Fix for bug #569986
2009-02-03  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #569986

	* mail/em-format-html-print.c: Handle printers while doing attachment
	bar rendering.
	* mail/em-format-html.c:
	* mail/em-format.c:
	* mail/em-format.h:



svn path=/trunk/; revision=37218
2009-02-03 09:11:41 +00:00
bc0fdcbdee Evolution 2.25.90 release
2009-02-02  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS: Evolution 2.25.90 release

svn path=/trunk/; revision=37215
2009-02-03 06:19:22 +00:00
4e64ccf99e Updated Spanish translation
svn path=/trunk/; revision=37212
2009-02-03 02:58:05 +00:00
92cf0195de Reviewed by Srinivasa Ragavan <sragavan@novell.com>
2009-02-02  Takao Fujiwara  <takao.fujiwara@sun.com>

	Reviewed by Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #567568

	* apps_evolution_email_custom_header.schemas.in:
	Remove translatable <default> tag.
	* email-custom-header.c (epech_setup_widgets):
	Added gettext for the default custom header.


svn path=/trunk/; revision=37211
2009-02-03 01:33:00 +00:00
9ecc34dd3c Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #548787 (Enable CnP for all the text info present in calendar related messages).
svn path=/trunk/; revision=37210
2009-02-02 04:41:36 +00:00
d59c9315d8 Patch from Matt McCutchen 2: Fix for bug #567935 (Don't use an uninitialized variable).
svn path=/trunk/; revision=37208
2009-02-02 04:04:19 +00:00
38c8ce1aac Fix compiler warnings.
svn path=/trunk/; revision=37206
2009-02-02 03:39:24 +00:00
533cd49bc6 EPLugin : Added new hook point.
svn path=/trunk/; revision=37205
2009-02-01 18:24:45 +00:00
ae7b6e0624 Updated Czech translation by Jiri Eischmann.
2009-02-01  Petr Kovar  <pknbe@volny.cz>

	* cs/cs.po: Updated Czech translation by Jiri Eischmann.

svn path=/trunk/; revision=37204
2009-02-01 16:33:27 +00:00
51dba6bd0c ** Disable debug macros (#define d(x) x) throughout. (#569638)
2009-01-31  Matthew Barnes  <mbarnes@redhat.com>

	** Disable debug macros (#define d(x) x) throughout.  (#569638)


svn path=/trunk/; revision=37202
2009-02-01 01:18:42 +00:00
92f58ec041 Translation updated.
2009-01-31  Gabor Kelemen  <kelemeng@gnome.hu>

	* hu.po: Translation updated.

svn path=/trunk/; revision=37201
2009-01-31 19:51:31 +00:00
31e41f62ec updating for Punjabi by A S Alam
svn path=/trunk/; revision=37198
2009-01-31 02:23:19 +00:00
4df1719bab sv.po: Updated Swedish translation
svn path=/trunk/; revision=37197
2009-01-31 01:23:52 +00:00
479d94b1df updating for Punjabi by A S Alam
svn path=/trunk/; revision=37196
2009-01-31 00:37:53 +00:00
dd4dd31cac Removed dangling '*/'.
2009-01-30  Milan Crha  <mcrha@redhat.com>

	*  backup-restore.c: (sanity_check): Removed dangling '*/'.


svn path=/trunk/; revision=37195
2009-01-30 18:46:33 +00:00
b223b3ade5 Updated Spanish translation
svn path=/trunk/; revision=37194
2009-01-30 17:46:19 +00:00
3462659b0a Cross-compilation from Linux to Windows support by Fridrich Strba.
2009-01-29  Tor Lillqvist  <tml@novell.com>

	Cross-compilation from Linux to Windows support by Fridrich Strba.

	* configure.in: Check for <sys/wait.h>. Don't look for socklen_t
	on Windows.

	If cross-compiling, we obviously can't run the test to find out
	the preferred formats for charset names of iconv(). We know them a
	priori for Windows, though. For cross-compilation to other
	platforms more change is needed.

	* win32/Makefile.am: Use $(DLLTOOL) instead of hardcoding name.


svn path=/trunk/; revision=37193
2009-01-30 15:08:31 +00:00
dfdaafa881 Fix for bug #450554 (bugzilla.novell.com) - Remove all attendees from the list-view and name-selector before populating it on 'event_changed' callback.
svn path=/trunk/; revision=37191
2009-01-30 09:38:57 +00:00