aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ** Fixes part of bug #564229Matthew Barnes2009-02-144-7/+21
| | | | | | | | | | | | | | | | | 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
* Translation updated.Gabor Kelemen2009-02-142-397/+292
| | | | | | | | 2009-02-14 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=37264
* ** Fixes bug #571625Chow Loong Jin2009-02-143-10/+14
| | | | | | | | | | | | | 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
* svn path=/trunk/; revision=37256Iñaki Larrañaga Murgoitio2009-02-121-201/+103
| | | | svn path=/trunk/; revision=37256
* Committed Translation by Sweta KothariSweta Kothari2009-02-122-134/+18
| | | | svn path=/trunk/; revision=37255
* Updated Basque translation.Inaki Larranaga Murgoitio2009-02-122-3640/+4039
| | | | | | | | | 2009-02-12 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=37254
* ** Fix for bug #404232Milan Crha2009-02-124-2/+19
| | | | | | | | | | | | | | | | 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
* ** Fix for bug #567089Milan Crha2009-02-122-1/+13
| | | | | | | | | | | | 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
* Substitute some deprecated gtk+ functions.Andre Klapper2009-02-1210-19/+41
| | | | | | | | | | | | | | | 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
* Updated Brazilian Portuguese translation by Andre Gondim.Jonh Wendell2009-02-112-558/+317
| | | | | | | | | 2009-02-11 Jonh Wendell <jwendell@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Andre Gondim. svn path=/trunk/; revision=37248
* ** Fix for bug #569700Milan Crha2009-02-112-0/+11
| | | | | | | | | | | | 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
* ** Fix for bug #333716Milan Crha2009-02-112-9/+15
| | | | | | | | | | | | 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
* ** Removed unused figures (bug #552695)Matthew Barnes2009-02-1148-47/+7
| | | | | | | | | 2009-02-10 Matthew Barnes <mbarnes@redhat.com> ** Removed unused figures (bug #552695) svn path=/trunk/; revision=37243
* Format signature/encryption information nicer.Milan Crha2009-02-112-3/+11
| | | | | | | | | | 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
* Updated Finnish translationIlkka Tuohela2009-02-102-257/+293
| | | | svn path=/trunk/; revision=37240
* Updated Catalan translation by David PlanellaGil Forcada Codinachs2009-02-102-858/+1006
| | | | svn path=/trunk/; revision=37238
* Do not use non-zero page size in an adjustment, it's deprecated now.Milan Crha2009-02-092-1/+6
| | | | | | | | | | 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
* ** Part of fix for bug #555888Milan Crha2009-02-097-204/+82
| | | | | | | | | | | | | | | | | | | | | | | 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
* ** Fix for bug #548623Milan Crha2009-02-094-4/+38
| | | | | | | | | | | | | | | | 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
* Updated Norwegian bokmål translation.Kjartan Maraas2009-02-072-192/+203
| | | | | | | | 2009-02-07 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=37231
* Updated Spanish translationJorge Gonzalez Gonzalez2009-02-072-17/+30
| | | | svn path=/trunk/; revision=37230
* Updated Vietnamese translationClytie Siddall2009-02-062-6463/+7020
| | | | svn path=/trunk/; revision=37229
* ** Part of fix for bug #554458Milan Crha2009-02-062-7/+12
| | | | | | | | | | | | 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
* Committed Translation by Sweta KothariSweta Kothari2009-02-052-4598/+5137
| | | | svn path=/trunk/; revision=37227
* ** Fix for bug #568176Gilles Dartiguelongue2009-02-052-26/+56
| | | | | | | | | | * 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
* Include <mono/metadata/mono-config.h> to fix an ↵Suman Manjunath2009-02-052-0/+6
| | | | | | implicit-function-declaration compiler warning. svn path=/trunk/; revision=37225
* 2.25.91Chao-Hsiung Liao2009-02-043-7401/+7768
| | | | svn path=/trunk/; revision=37224
* Use -mwindows on Windows to build a "GUI" executable.Tor Lillqvist2009-02-042-0/+9
| | | | | | | | | | 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
* Revert accidental commit.Tor Lillqvist2009-02-042-7/+0
| | | | svn path=/trunk/; revision=37222
* Set MWINDOWS to -mwindows on Windows. AC_SUBST it.Tor Lillqvist2009-02-042-0/+7
| | | | | | | | | 2009-02-03 Tor Lillqvist <tml@novell.com> * configure.in: Set MWINDOWS to -mwindows on Windows. AC_SUBST it. svn path=/trunk/; revision=37221
* Updated Spanish translationJorge Gonzalez Gonzalez2009-02-041-35/+36
| | | | svn path=/trunk/; revision=37220
* Mark a string for translation. Fixes bug #570364Gabor Kelemen2009-02-032-1/+7
| | | | | | | | | 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
* ** Fix for bug #569986Srinivasa Ragavan2009-02-035-1/+14
| | | | | | | | | | | | | | | | 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
* Evolution 2.25.90 releaseEVOLUTION_2_25_90Srinivasa Ragavan2009-02-033-1/+54
| | | | | | | | 2009-02-02 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution 2.25.90 release svn path=/trunk/; revision=37215
* Updated Spanish translationJorge Gonzalez Gonzalez2009-02-032-229/+249
| | | | svn path=/trunk/; revision=37212
* Reviewed by Srinivasa Ragavan <sragavan@novell.com>Takao Fujiwara2009-02-033-3/+38
| | | | | | | | | | | | | | | | 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
* Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #548787 (Enable CnP ↵Suman Manjunath2009-02-022-0/+25
| | | | | | for all the text info present in calendar related messages). svn path=/trunk/; revision=37210
* Patch from Matt McCutchen 2: Fix for bug #567935 (Don't use an uninitialized ↵Suman Manjunath2009-02-022-3/+10
| | | | | | variable). svn path=/trunk/; revision=37208
* Fix compiler warnings.Matthew Barnes2009-02-0212-13/+34
| | | | svn path=/trunk/; revision=37206
* EPLugin : Added new hook point.Johnny Jacob2009-02-024-0/+54
| | | | svn path=/trunk/; revision=37205
* Updated Czech translation by Jiri Eischmann.Petr Kovar2009-02-022-4807/+9889
| | | | | | | | 2009-02-01 Petr Kovar <pknbe@volny.cz> * cs/cs.po: Updated Czech translation by Jiri Eischmann. svn path=/trunk/; revision=37204
* ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-0113-12/+15
| | | | | | | | | 2009-01-31 Matthew Barnes <mbarnes@redhat.com> ** Disable debug macros (#define d(x) x) throughout. (#569638) svn path=/trunk/; revision=37202
* Translation updated.Gabor Kelemen2009-02-012-3601/+4101
| | | | | | | | 2009-01-31 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=37201
* updating for Punjabi by A S AlamAmanpreet Singh Alam2009-01-311-323/+240
| | | | svn path=/trunk/; revision=37198
* sv.po: Updated Swedish translationDaniel Nylander2009-01-312-2965/+3217
| | | | svn path=/trunk/; revision=37197
* updating for Punjabi by A S AlamAmanpreet Singh Alam2009-01-311-5225/+5767
| | | | svn path=/trunk/; revision=37196
* Removed dangling '*/'.Milan Crha2009-01-312-1/+5
| | | | | | | | | 2009-01-30 Milan Crha <mcrha@redhat.com> * backup-restore.c: (sanity_check): Removed dangling '*/'. svn path=/trunk/; revision=37195
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-312-258/+318
| | | | svn path=/trunk/; revision=37194
* Cross-compilation from Linux to Windows support by Fridrich Strba.Tor Lillqvist2009-01-303-42/+72
| | | | | | | | | | | | | | | | | | | 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
* Fix for bug #450554 (bugzilla.novell.com) - Remove all attendees from the ↵Suman Manjunath2009-01-307-16/+98
| | | | | | list-view and name-selector before populating it on 'event_changed' callback. svn path=/trunk/; revision=37191
* Fixes #463602.Chenthill Palanisamy2009-01-302-87/+99
| | | | svn path=/trunk/; revision=37189
* Fixes #450535 (bnc).Chenthill Palanisamy2009-01-302-1/+8
| | | | svn path=/trunk/; revision=37188
* Fixes #347287.Chenthill Palanisamy2009-01-303-4/+11
| | | | svn path=/trunk/; revision=37187
* Patch from Behnam Esfahbod - Fix for bug #342446 (Use localized digits in ↵Suman Manjunath2009-01-302-9/+25
| | | | | | the calendar widget). svn path=/trunk/; revision=37186
* vi.po: Don't translate gconf keys, #569508Nguyen Thai Ngoc Duy2009-01-302-5/+9
| | | | svn path=/trunk/; revision=37185
* Fix compiler warningsSrinivasa Ragavan2009-01-302-1/+6
| | | | | | | | 2009-01-30 Srinivasa Ragavan <sragavan@novell.com> * message-list.c: (regen_list_exec): Fix compiler warnings svn path=/trunk/; revision=37183
* Updated Finnish translationIlkka Tuohela2009-01-302-60/+56
| | | | svn path=/trunk/; revision=37182
* Don't translate the gconf keys. Closes bug #569528Kjartan Maraas2009-01-302-1535/+1780
| | | | | | | | | 2009-01-29 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Don't translate the gconf keys. Closes bug #569528 svn path=/trunk/; revision=37181
* Updated Brazilian Portuguese translation.Jonh Wendell2009-01-302-3031/+3367
| | | | | | | | | 2009-01-29 Jonh Wendell <jwendell@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation. svn path=/trunk/; revision=37180
* Added another pattern to killev.Srinivasa Ragavan2009-01-302-1/+5
| | | | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> * tools/killev.c: Added another pattern to killev. svn path=/trunk/; revision=37179
* Show attachment bar at all times. Seems like the contents are missing atSrinivasa Ragavan2009-01-302-2/+9
| | | | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c: (efhd_update_bar), (efhd_message_update_bar): Show attachment bar at all times. Seems like the contents are missing at times. svn path=/trunk/; revision=37176
* Handle empty messages well.Srinivasa Ragavan2009-01-302-1/+5
| | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> * em-format.c: (em_format_format_text): Handle empty messages well. svn path=/trunk/; revision=37175
* Updated Finnish translationIlkka Tuohela2009-01-292-193/+222
| | | | svn path=/trunk/; revision=37173
* ** Fix for bug #546637Srinivasa Ragavan2009-01-292-0/+8
| | | | | | | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #546637 * em-folder-view.c: (emfv_popup_source): Ensure uid for source view also. svn path=/trunk/; revision=37171
* ** Fix for bug #562449Srinivasa Ragavan2009-01-292-4/+15
| | | | | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #562449 * em-folder-view.c: (em_folder_view_mark_selected), (emfv_delete_msg_response): Don't emit for vfolders. svn path=/trunk/; revision=37170
* ** Fix for bug #567654Srinivasa Ragavan2009-01-292-1/+7
| | | | | | | | | | 2009-01-29 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #567654 * message-list.c: (regen_list_exec): Don't free the reffable string. svn path=/trunk/; revision=37167
* ** Fix for bug #539467Milan Crha2009-01-296-47/+103
| | | | | | | | | | | | | | | | | | | 2009-01-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #539467 * plugins/webdav-account-setup/webdav-contacts-source.c: (find_webdav_group), (ensure_webdav_contacts_source_group), (remove_webdav_contacts_source_group): * plugins/google-account-setup/google-contacts-source.h: (manage_google_group): * plugins/google-account-setup/google-contacts-source.c: (manage_google_group), (ensure_google_contacts_source_group), (remove_google_contacts_source_group): * plugins/google-account-setup/google-source.c: (ensure_google_source_group): Find group by its base uri, not by a localized name. svn path=/trunk/; revision=37165
* Added plugins/pst-import/pst-importer.cBharath Acharya2009-01-292-0/+5
| | | | | | | | 2009-01-29 Bharath Acharya <abharath@novell.com> * POTFILES.in: Added plugins/pst-import/pst-importer.c svn path=/trunk/; revision=37164
* Updated latvian translationRaivis Dejus2009-01-292-691/+36
| | | | | | | | | 2009-01-29 Raivis Dejus <orvils@gmail.com> * lv.po: Updated latvian translation svn path=/trunk/; revision=37163
* tamil translation updatedFelix I2009-01-292-3297/+3752
| | | | svn path=/trunk/; revision=37162
* ** Fix for bug #470474 (bugzilla.novell.com)Bharath Acharya2009-01-292-11/+7
| | | | | | | | | | | 2009-01-29 Bharath Acharya <abharath@novell.com> ** Fix for bug #470474 (bugzilla.novell.com) * groupwise-account-setup.c (set_esource_props): a corruption. Cleanup unused strings. svn path=/trunk/; revision=37160
* 2009-01-29 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated ↵Jovan Naumovski2009-01-292-4251/+5048
| | | | | | Macedonian translation. svn path=/trunk/; revision=37159
* Updated Serbian Translations (by Miloš Popović)Goran Rakic2009-01-293-9124/+11390
| | | | svn path=/trunk/; revision=37158
* On Windows use -no-undefined and link with all required libraries. (JustTor Lillqvist2009-01-293-4/+28
| | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: On Windows use -no-undefined and link with all required libraries. (Just throw in a bunch of libraries without cherry-picking. Having "superfluous" ones just slows down the linking a bit, but doesn't hurt at run-time.) Use LIBPST_CFLAGS. * pst-importer.c: Include <libpst/define.h> before the other libpst headers. Otherwise we get compilation errors on Windows, sigh. svn path=/trunk/; revision=37156
* Updated zh_CN translation.Funda Wang2009-01-292-3508/+3755
| | | | svn path=/trunk/; revision=37155
* Link with more libraries on Windows.Tor Lillqvist2009-01-292-3/+6
| | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Link with more libraries on Windows. svn path=/trunk/; revision=37154
* Use -no-undefined and link with more libraries on Windows.Tor Lillqvist2009-01-293-2/+19
| | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined and link with more libraries on Windows. * tnef-plugin.c: Remove unused <sys/wait.h>. svn path=/trunk/; revision=37153
* Use -no-undefined and link with more libs on Windows.Tor Lillqvist2009-01-292-1/+19
| | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined and link with more libs on Windows. svn path=/trunk/; revision=37152
* Use -no-undefined and link with GNOME_PLATFORM_LIBS on Windows.Tor Lillqvist2009-01-292-2/+13
| | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined and link with GNOME_PLATFORM_LIBS on Windows. svn path=/trunk/; revision=37151
* Windows port by Fridrich Strba.Tor Lillqvist2009-01-293-2/+28
| | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> Windows port by Fridrich Strba. * Makefile.am: Use -no-undefined and link with more libraries on Windows. * external-editor.c: Check HAVE_SYS_WAIT_H. svn path=/trunk/; revision=37150
* Use -no-undefined on Windows. Link with libeutil.Tor Lillqvist2009-01-293-3/+25
| | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined on Windows. Link with libeutil. * bf-junk-filter.c: Tentative port to Windows even though this plugin isn't even compiled on Windows for now. Just for completeness. svn path=/trunk/; revision=37149
* Make it compile on Windows, by Fridrich Strbra. (Just compile; littleTor Lillqvist2009-01-294-4/+27
| | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> Make it compile on Windows, by Fridrich Strbra. (Just compile; little chance of it actually doing anything sensible on Windows at this point...) * Makefile.am: Use -no-undefined on Windows. Link with libeutil. * backup.c: Remove unused <sys/wait.h>. * backup-restore.c: Check HAVE_SYS_WAIT_H. svn path=/trunk/; revision=37148
* Remove a trailing space after the line continuation backslash.Tor Lillqvist2009-01-292-1/+6
| | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Remove a trailing space after the line continuation backslash. svn path=/trunk/; revision=37146
* Updated Finnish translationIlkka Tuohela2009-01-282-1739/+2001
| | | | svn path=/trunk/; revision=37145
* Include <mono/metadata/threads.h> to fix an implicit-function-declaration ↵Suman Manjunath2009-01-282-0/+6
| | | | | | compiler warning. svn path=/trunk/; revision=37144
* ** Fix for bug #561628Milan Crha2009-01-282-1/+8
| | | | | | | | | | | | 2009-01-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #561628 * em-format-html-print.c: (efhp_class_init): Initialize 'parent_class' with its parent, not with itself. svn path=/trunk/; revision=37142
* ** Fix for bug #318003Milan Crha2009-01-279-306/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #318003 * gui/memos-component.c: (selector_tree_data_dropped): * gui/tasks-component.c: (selector_tree_data_dropped): * gui/calendar-component.c: (selector_tree_data_dropped), (create_component_view): * gui/comp-util.h: (cal_comp_process_source_list_drop): * gui/comp-util.c: (update_single_object), (update_objects), (cal_comp_process_source_list_drop): Support move of the event in day view when dropped over the source list. Use the same function for events/tasks/memos. * gui/e-day-view.c: (e_day_view_on_drag_data_get): Encode string data same as memos and tasks do, with a source UID. * gui/e-calendar-table.c: (e_calendar_table_copy_clipboard): * gui/e-memo-table.c: (e_memo_table_copy_clipboard): Removed inappropriate comments. svn path=/trunk/; revision=37140
* ** Fix for bug #463597, bug #463594, bug#463599 (BNC) and ** bugBharath Acharya2009-01-272-13/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-27 Bharath Acharya <abharath@novell.com> ** Fix for bug #463597, bug #463594, bug#463599 (BNC) and ** bug #567824(BGO) * gui/print.c (titled_box), (print_day_background), (print_day_view), (print_week_view), (print_month_view): Fix all header related bugs in calendar printing. Bug reports: 1) Daily Printouts Display Hour In Wrong Spot : When you print your daily calendar, it prints the hours in the left column below the :30 time slot 2) Font Problems On Printout, Days Of Week 3) Calendar Heading Printout Problems, Overlapping Fonts In print preview, short week day names in the header of the page are overlapped. Fixes all header issues mentioned at http://www.go-evolution.org/CalendarPrintoutLove svn path=/trunk/; revision=37138
* Migrate the test programs off libgnomeui/libbonobo.Matthew Barnes2009-01-273-56/+39
| | | | | | | | | | | 2009-01-26 Matthew Barnes <mbarnes@redhat.com> * addressbook/printing/test-print.c: * addressbook/printing/test-contact-print-style-editor.c: Migrate the test programs off libgnomeui/libbonobo. svn path=/trunk/; revision=37133
* Updated German translation.Andre Klapper2009-01-252-23/+27
| | | | | | | | | 2009-01-24 Andre Klapper <a9016009@gmx.de> * de/de.po: Updated German translation. svn path=/trunk/; revision=37129
* Updated German translation.Andre Klapper2009-01-252-4/+8
| | | | | | | | | 2009-01-24 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/trunk/; revision=37128
* Updated Korean translationChangwoo Ryu2009-01-242-4173/+4537
| | | | svn path=/trunk/; revision=37127
* ** Fix for bug #559604Milan Crha2009-01-244-3/+20
| | | | | | | | | | | | | | | 2009-01-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #559604 * gui/itip-utils.h: (itip_organizer_is_user_ex): * gui/itip-utils.c: (itip_organizer_is_user_ex), (itip_organizer_is_user): * gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info): Let the feature work with Groupwise too. svn path=/trunk/; revision=37124
* ** Fix for bug #442869Milan Crha2009-01-234-23/+41
| | | | | | | | | | | | | | | 2009-01-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #442869 * gui/dialogs/task-page.c: (attendee_added_cb): * gui/dialogs/event-page.c: (attendee_added_cb): Do not work with NULL delegator and do not set 'delfrom' with two MAILTO. * gui/e-meeting-list-view.c: (name_selector_dialog_close_cb): Delete attendee only if we have enough rights for it. svn path=/trunk/; revision=37123
* Updated German translation.Hendrik Richter2009-01-232-501/+589
| | | | | | | | 2009-01-23 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=37121
* Fixed bug 567778 in Polish translationWadim Dziedzic2009-01-232-1995/+3138
| | | | | | | | 2009-01-22 Wadim Dziedzic <wdziedzic@aviary.pl> * pl.po: Fixed bug 567778 in Polish translation svn path=/trunk/; revision=37120
* ** Fix for bug #362754Milan Crha2009-01-226-12/+75
| | | | | | | | | | | | | | | | 2009-01-21 Milan Crha <mcrha@redhat.com> ** Fix for bug #362754 * addressbook/gui/component/addressbook-component.c: (ensure_sources): * calendar/gui/tasks-component.c: (ensure_sources): * calendar/gui/memos-component.c: (ensure_sources): * calendar/gui/calendar-component.c: (ensure_sources): Ensure to show default groups and sources with actual localized name, not the one it was stored last time. svn path=/trunk/; revision=37117
* Use also EVOLUTION_CALENDAR_CFLAGS.Milan Crha2009-01-2110-2/+27
| | | | | | | | | | | | | 2009-01-21 Milan Crha <mcrha@redhat.com> * plugins/import-ics-attachments/Makefile.am: * plugins/backup-restore/Makefile.am: * plugins/mail-to-meeting/Makefile.am: * plugins/startup-wizard/Makefile.am: * plugins/mail-to-task/Makefile.am: Use also EVOLUTION_CALENDAR_CFLAGS. svn path=/trunk/; revision=37116
* Evolution 2.25.5 releaseEVOLUTION_2_25_5Srinivasa Ragavan2009-01-213-1/+65
| | | | | | | | | | 2009-01-19 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution 2.25.5 release svn path=/trunk/; revision=37114
* ** Fix for bug #541209Suman Manjunath2009-01-2124-36/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-21 Suman Manjunath <msuman@novell.com> ** Fix for bug #541209 ** Adapt to the new APIs from upstream libical. Changes made include using the "_r" counterpart for the following APIs: + icalproperty_as_ical_string () + icalvalue_as_ical_string () + icalcomponent_as_ical_string () + icalparameter_as_ical_string () + icaldurationtype_as_ical_string () + icalenum_reqstat_code () + icallangbind_property_eval_string () + icallangbind_quote_as_ical () + icalmime_text_end_part () + icalperiodtype_as_ical_string () + icalproperty_enum_to_string () + icalproperty_get_parameter_as_string () + icalproperty_get_value_as_string () + icalproperty_get_property_name () + icalrecurrencetype_as_string () + icaltime_as_ical_string () + icalreqstattype_as_string () + icalvalue_binary_as_ical_string () + icalvalue_int_as_ical_string () + icalvalue_utcoffset_as_ical_string () + icalvalue_string_as_ical_string () + icalvalue_recur_as_ical_string () + icalvalue_text_as_ical_string () + icalvalue_attach_as_ical_string () + icalvalue_duration_as_ical_string () + icalvalue_date_as_ical_string () + icalvalue_datetime_as_ical_string () + icalvalue_float_as_ical_string () + icalvalue_geo_as_ical_string () + icalvalue_datetimeperiod_as_ical_string () + icalvalue_period_as_ical_string () + icalvalue_trigger_as_ical_string () + icalvalue_as_ical_string () svn path=/trunk/; revision=37113
* ** Fix for bug #353460Milan Crha2009-01-212-2/+9
| | | | | | | | | | | | 2009-01-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #353460 * gui/gnome-cal.c: (setup_widgets): Do not allow shrinking of Tasks/Memos components in calendar view. svn path=/trunk/; revision=37109
* ** Fix for bug #568331Milan Crha2009-01-212-1/+24
| | | | | | | | | | | | | | 2009-01-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #568331 * gui/dialogs/comp-editor.c: (classification_changed_cb), (comp_editor_init): Notify changes of the classification. * gui/dialogs/comp-editor.c: (fill_widgets): Block classification change signal when filling widgets with values from a component. svn path=/trunk/; revision=37108
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-202-406/+471
| | | | svn path=/trunk/; revision=37105
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-202-2697/+2871
| | | | svn path=/trunk/; revision=37104
* Keep evolution and evolution-data-server versions in lockstep from now onMatthew Barnes2009-01-202-1/+7
| | | | | | | | | | | 2009-10-19 Matthew Barnes <mbarnes@redhat.com> * configure.in: Keep evolution and evolution-data-server versions in lockstep from now on to avoid any more dependency screw ups. svn path=/trunk/; revision=37103
* updated hebrew translationYair Hershkovitz2009-01-202-3472/+3772
| | | | svn path=/trunk/; revision=37102
* ** Fix for bug #204891Milan Crha2009-01-205-0/+129
| | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #204891 * filtertypes.xml: * em-composer-utils.h: (em_utils_forward_message_raw): * em-composer-utils.c: (emu_forward_raw_done), (em_utils_forward_message_raw): * mail-session.c: (ms_forward_to), (class_init): Implement "forward-to" rule for message filters. Note: Be sure you've eds of revision 9956 or higher. svn path=/trunk/; revision=37101
* ** Fix for bug #567850Milan Crha2009-01-204-1/+68
| | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #567850 * gui/e-cal-model.h: (e_cal_model_set_default_time_func): * gui/e-cal-model.c: (struct _ECalModelPrivate), (ecm_append_row), (e_cal_model_set_default_time_func): New functionality to retrieve a default time for a model's new event created from a "click-to-add" row. * gui/gnome-cal.c: (gc_get_default_time), (setup_widgets): Set the new time callback for the memo table. svn path=/trunk/; revision=37100
* ** Fix for bug #550735Milan Crha2009-01-202-25/+40
| | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #550735 * gui/print.c: (get_summary_with_location), (print_day_long_event), (print_day_event), (print_week_event): Print location with summary in all views, not only in a day view. svn path=/trunk/; revision=37099
* ** Part of fix for bug #260853Milan Crha2009-01-197-7/+238
| | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #260853 * gui/calendar-config-keys.h: * gui/calendar-config.h: (calendar_config_get_ba_reminder), (calendar_config_set_ba_reminder): * gui/calendar-config.c: (calendar_config_get_ba_reminder), (calendar_config_set_ba_reminder), (string_to_units), (calendar_config_get_default_reminder_units): * gui/dialogs/cal-prefs-dialog.glade: * gui/dialogs/cal-prefs-dialog.h: (struct _CalendarPrefsDialog): * gui/dialogs/cal-prefs-dialog.c: (ba_reminder_toggled), (ba_reminder_interval_changed), (ba_reminder_units_changed), (setup_changes), (show_config), (calendar_prefs_dialog_construct): User interface and related function to allow use change setup of the alarm for Birthdays and Anniversaries calendar. svn path=/trunk/; revision=37098
* ** Fix for bug #225712Milan Crha2009-01-1919-61/+347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #225712 * calendar/gui/dialogs/comp-editor.h: (CompEditorClass::send_comp), (comp_editor_send_comp): Changed function prototypes. * calendar/gui/dialogs/comp-editor.c: (real_send_comp), (save_comp_with_send), (comp_editor_send_comp): Strip alarms based on user's choice. * calendar/gui/dialogs/send-comp.h: (send_component_dialog): * calendar/gui/dialogs/send-comp.c: (have_nonprocedural_alarm), (send_component_dialog): Show option "Send my alarms with this event" when prompting to send event or not, but only if have any non-procedure alarms and if it the caller want to know user's opinion. Default is to strip all alarms. Procedure alarms are always strip out. * calendar/gui/dialogs/event-editor.c: (event_editor_send_comp): * calendar/gui/dialogs/task-editor.c: (task_editor_send_comp): Honor function prototype changes and use new parameter strip_alarms. * calendar/gui/itip-utils.h: (itip_send_comp): * calendar/gui/itip-utils.c: (comp_compliant), (itip_send_comp), (reply_to_calendar_comp): New parameter to strip all alarms or only procedure alarms. * calendar/gui/tasks-control.c: (tasks_control_forward_cmd): * calendar/gui/e-itip-control.c: (send_item), (send_freebusy), (ok_clicked_cb): * calendar/gui/e-calendar-table.c: (e_calendar_table_on_forward): * calendar/gui/e-memo-table.c: (e_memo_table_on_forward): * calendar/gui/e-calendar-view.c: (e_calendar_view_cut_clipboard), (delete_event), (e_calendar_view_delete_selected_occurrence), (on_forward): Always strip alarms when sending component. * calendar/gui/e-calendar-view.c: (e_calendar_view_add_event), (e_calendar_view_modify_and_send): * calendar/gui/e-cal-model-calendar.c: (ecmc_set_value_at): Strip alarms based on user's choice. * plugins/itip-formatter/itip-view.h: * plugins/itip-formatter/itip-view.c: (itip_view_set_show_keep_alarm_check), (itip_view_get_keep_alarm_check_state), (itip_view_set_show_inherit_alarm_check), (itip_view_get_inherit_alarm_check_state): New functions to new options to either inherit reminder from the incoming event or to preserve users reminders in already existing event in the calendar. * plugins/itip-formatter/itip-view.c: (struct _ItipViewPrivate), (alarm_check_toggled_cb), (itip_view_init): Properly initialize new option's members. * plugins/itip-formatter/itip-formatter.c: (find_cal_opened_cb), (update_item), (send_comp_to_attendee), (update_attendee_status), (send_item), (extract_itip_data), (view_response_cb), (format_itip_object): Setup new options based on the actual data. svn path=/trunk/; revision=37097
* ** Fix for bug #200254Milan Crha2009-01-1910-1/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #200254 * gui/apps_evolution_calendar.schemas.in: * gui/dialogs/cal-prefs-dialog.glade: * gui/dialogs/cal-prefs-dialog.h: (struct _CalendarPrefsDialog): * gui/dialogs/cal-prefs-dialog.c: (dview_show_week_no_toggled), (setup_changes), (show_config), (calendar_prefs_dialog_construct): * gui/calendar-config-keys.h: * gui/calendar-config.h: * gui/calendar-config.c: (calendar_config_get_dview_show_week_no), (calendar_config_set_dview_show_week_no), (calendar_config_add_notification_dview_show_week_no): New option whether to show week number in Day and Work Week view. * gui/e-day-view.h: (struct _EDayView), (e_day_view_get_show_week_number), (e_day_view_set_show_week_number): * gui/e-day-view.c: (dview_show_week_no_changed_cb), (e_day_view_init), (e_day_view_destroy), (e_day_view_recalc_day_starts), (e_day_view_get_show_week_number), (e_day_view_set_show_week_number): New widget showing week number of the first day in a view. svn path=/trunk/; revision=37096
* Updated Russian translation.Nickolay V. Shmyrev2009-01-192-2178/+2148
| | | | | | | | | 2009-01-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=37095
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-172-16/+33
| | | | svn path=/trunk/; revision=37092
* Updated German translation, fix #566570.Hendrik Richter2009-01-172-1072/+1146
| | | | | | | | 2009-01-16 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation, fix #566570. svn path=/trunk/; revision=37090
* Updated Catalan translation by David PlanellaGil Forcada Codinachs2009-01-162-3326/+3634
| | | | svn path=/trunk/; revision=37089
* Doc : Updated screenshots. Committing on behalf of PC Radhika ↵Johnny Jacob2009-01-165-0/+10
| | | | | | <pradhika@novell.com> svn path=/trunk/; revision=37087
* ** Fix for bug #360813Milan Crha2009-01-162-1/+8
| | | | | | | | | | | | 2009-01-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #360813 * conduits/calendar/calendar-conduit.c: (comp_from_remote_record): RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC. svn path=/trunk/; revision=37085
* ** Partial fix for bug #310844Milan Crha2009-01-162-5/+39
| | | | | | | | | | | | 2009-01-16 Milan Crha <mcrha@redhat.com> ** Partial fix for bug #310844 * gui/e-calendar-view.c: (transfer_item_to): Transfer master object instead of the instance for recurring events. svn path=/trunk/; revision=37084
* Compiler warning fix.Milan Crha2009-01-152-1/+5
| | | | | | | | | 2009-01-15 Milan Crha <mcrha@redhat.com> * e-plugin.c: (epl_construct): Compiler warning fix. svn path=/trunk/; revision=37081
* ** Fix for bug #303738Milan Crha2009-01-156-25/+74
| | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #303738 * gui/gnome-cal.c: (client_cal_opened_cb), (default_client_cal_opened_cb): * gui/e-memos.c: (client_cal_opened_cb), (default_client_cal_opened_cb): * gui/e-tasks.c: (client_cal_opened_cb), (default_client_cal_opened_cb): Forget password on AuthFailed or AuthRequired and try to reopen on AuthFailed status, which will ask for a password again. * gui/comp-editor-factory.c: (cal_opened_cb): Show "Authentication Required" on such status returned. * common/authentication.c: (auth_cal_forget_password): Do not free memory which hold ECal. Also always forget password for calendar with the URL key. svn path=/trunk/; revision=37080
* ** Fix for bug #245156Milan Crha2009-01-156-20/+115
| | | | | | | | | | | | | | | | | | | | | | 2009-01-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #245156 * gui/e-day-view.c: (e_day_view_finish_long_event_resize), (e_day_view_finish_resize), (e_day_view_change_event_time), (e_day_view_on_top_canvas_drag_data_received), (e_day_view_on_main_canvas_drag_data_received): * gui/e-week-view.c: (e_week_view_change_event_time): * gui/e-calendar-view.c: (on_unrecur_appointment): Keep old timezone for dtstart/dtend when changing it. * gui/comp-util.h: (cal_comp_set_dtstart_with_oldzone), (cal_comp_set_dtend_with_oldzone): * gui/comp-util.c: (cal_comp_set_dtstart_with_oldzone), (cal_comp_set_dtend_with_oldzone), (datetime_to_zone): Helper functions to make it easier. svn path=/trunk/; revision=37079
* ** Fix for bug #208426Bharath Acharya2009-01-158-1/+1851
| | | | | | | | | | 2009-01-15 Bharath Acharya <abharath@novell.com> ** Fix for bug #208426 * configure.in: Added support for importing .pst files into Evolution. svn path=/trunk/; revision=37078
* ** Fix for bug #246313Milan Crha2009-01-156-79/+115
| | | | | | | | | | | | | | | | | | | | | 2009-01-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #246313 * gui/e-day-view.c: (e_day_view_check_if_new_event_fits): Removed. * gui/e-day-view.h: (struct _EDayView): * gui/e-day-view.c: (e_day_view_init), (e_day_view_size_allocate), (e_day_view_recalc_main_canvas_size), (e_day_view_recalc_cell_sizes), (e_day_view_update_scroll_regions), (e_day_view_check_layout): * gui/e-day-view-layout.h: (e_day_view_layout_day_events): * gui/e-day-view-layout.c: (e_day_view_layout_day_events), (e_day_view_layout_day_event), (e_day_view_expand_day_event): Added ability to show all event in one-day view, but show only up to 6 columns in a multi-day view. * gui/print.c: (print_day_details): Always print all events. svn path=/trunk/; revision=37077
* ** Fixes bug #567744Matthew Barnes2009-01-153-2/+11
| | | | | | | | | | | | | | 2009-01-14 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567744 * plugins/groupwise-features/proxy-login-dialog.glade: * plugins/groupwise-features/proxy-listing.glade: Comment attribute in property tag should be plural. e.g. <property comments="..."> svn path=/trunk/; revision=37074
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-152-212/+276
| | | | svn path=/trunk/; revision=37073
* ** Fix for bug #567687Milan Crha2009-01-152-4/+9
| | | | | | | | | | | | 2009-01-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #567687 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Force text/html part only when choosing between text/plain and it. svn path=/trunk/; revision=37071
* ** Fix for bug #554454Milan Crha2009-01-142-0/+17
| | | | | | | | | | | | | 2009-01-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #554454 * gui/e-cal-model.c: (e_cal_view_objects_modified_cb): Do not crash when received 'modified' event for something not in a model. And a leak fix. svn path=/trunk/; revision=37068
* Updated Polish translationWadim Dziedzic2009-01-142-5275/+4447
| | | | | | | | 2009-01-14 Wadim Dziedzic <wdziedzic@aviary.pl> * pl.po: Updated Polish translation svn path=/trunk/; revision=37067
* ** Fix for bug #489437Milan Crha2009-01-132-0/+38
| | | | | | | | | | | | 2009-01-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #489437 * gui/dialogs/recurrence-page.c: (fill_component): Check whether the 'until' date is in the future, and report error if not. svn path=/trunk/; revision=37066
* ** Fix for bug #567045Milan Crha2009-01-132-0/+22
| | | | | | | | | | | | | 2009-01-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #567045 * gui/e-meeting-time-sel.c: (e_meeting_time_selector_construct), (e_meeting_time_selector_on_canvas_scroll_event): Escalate scroll event's to a scrolled window, to let mouse wheel work over data too. svn path=/trunk/; revision=37064
* Patch from Felix Riemann <friemann@svn.gnome.org> ** Fix for bug #563867 ↵Suman Manjunath2009-01-135-33/+48
| | | | | | (Unescape "&amp;" when passing the link to browsers). svn path=/trunk/; revision=37063
* ** Fix for bug #563364Milan Crha2009-01-1210-75/+696
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-12 Milan Crha <mcrha@redhat.com> ** Fix for bug #563364 * gui/e-day-view-time-item.h: (EDayViewTimeItem): * gui/e-day-view-time-item.c: (e_day_view_time_item_class_init), (e_day_view_time_item_init), (e_day_view_time_item_finalize), (e_day_view_time_item_get_column_width), (edvti_draw_zone), (e_day_view_time_item_draw), (edvti_second_zone_changed_cb), (edvti_on_select_zone), (edvti_on_set_zone), (e_day_view_time_item_show_popup_menu): Show two timezones in the day view's time column. * gui/apps_evolution_calendar.schemas.in: * gui/calendar-config-keys.h: * gui/calendar-config.h: * gui/calendar-config.c: (calendar_config_get_day_second_zones), (calendar_config_free_day_second_zones), (calendar_config_set_day_second_zone), (calendar_config_get_day_second_zone), (calendar_config_select_day_second_zone), (calendar_config_add_notification_day_second_zone): Access configuration for the second day time zone. * gui/dialogs/cal-prefs-dialog.glade: * gui/dialogs/cal-prefs-dialog.h: (struct _CalendarPrefsDialog): * gui/dialogs/cal-prefs-dialog.c: (update_day_second_zone_caption), (on_set_day_second_zone), (on_select_day_second_zone), (day_second_zone_clicked), (setup_changes), (show_config), (calendar_prefs_dialog_construct): Manage the second day zone in a Preferences dialog. svn path=/trunk/; revision=37060
* ** Fix for bug #555310Milan Crha2009-01-122-1/+8
| | | | | | | | | | | | 2009-01-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #555310 * importers/icalendar-importer.c: (ivcal_getwidget): Localize strings properly. svn path=/trunk/; revision=37057
* e-util/e-plugin.c e-util/e-plugin.h EPlugins must be loaded after BonoboPhilip Van hoof2009-01-124-11/+54
| | | | | | | | | | | | | 2009-01-12 Philip Van hoof <philip@codeminded.be> * e-util/e-plugin.c * e-util/e-plugin.h * shell/main.c: EPlugins must be loaded after Bonobo init, else variables like `session` are not available for plugin's initialization functions. (Fixes Bug #565681) svn path=/trunk/; revision=37052
* Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #567148 (Use a labelled ↵Suman Manjunath2009-01-122-7/+8
| | | | | | button to bring up the timezone selector widget). svn path=/trunk/; revision=37051
* ** Fix for bug #566653Srinivasa Ragavan2009-01-122-0/+7
| | | | | | | | | | 2009-01-12 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #566653 * mail-folder-cache.c: (folder_changed): Fix a leaked info svn path=/trunk/; revision=37048
* Updated German translation.Andre Klapper2009-01-122-38/+23
| | | | | | | | | 2009-01-12 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/trunk/; revision=37046
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-122-875/+877
| | | | svn path=/trunk/; revision=37045
* Sync two strings. Remove explicit mentioning of some translators.Andre Klapper2009-01-122-16/+6
| | | | | | | | | | 2009-01-11 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Sync two strings. Remove explicit mentioning of some translators. svn path=/trunk/; revision=37044
* Remove more redundancy; split up more strings.Andre Klapper2009-01-122-11/+16
| | | | | | | | | 2009-01-11 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Remove more redundancy; split up more strings. svn path=/trunk/; revision=37043
* Remove redundancy; split up strings. Fixes bug #567409.Andre Klapper2009-01-122-33/+51
| | | | | | | | | | 2009-01-11 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Remove redundancy; split up strings. Fixes bug #567409. svn path=/trunk/; revision=37042
* Fix typos. Fixes bug #566572.Andre Klapper2009-01-122-6/+10
| | | | | | | | | 2009-01-11 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Fix typos. Fixes bug #566572. svn path=/trunk/; revision=37041
* Add cast to avoid warning.Tor Lillqvist2009-01-122-1/+6
| | | | | | | | | | 2009-01-11 Tor Lillqvist <tml@novell.com> * filter-option.c (get_dynamic_options): Add cast to avoid warning. svn path=/trunk/; revision=37040
* Updated German translation.Andre Klapper2009-01-122-159/+106
| | | | | | | | | 2009-01-11 Andre Klapper <a9016009@gmx.de> * de/de.po: Updated German translation. svn path=/trunk/; revision=37039
* New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-1126-111/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-11 Matthew Barnes <mbarnes@redhat.com> * e-util/e-util.c (e_show_uri): New convenience function calls gtk_show_uri() and displays an error dialog if the URI cannot be shown. * addressbook/gui/widgets/eab-contact-display.c (eab_uri_popup_link_open), (on_link_clicked): * calendar/gui/e-cal-component-preview (on_link_clicked): * calendar/gui/e-cal-component-memo-preview (on_link_clicked): * calendar/gui/e-memo-table.c (open_url_cb): * calendar/gui/dialogs/comp-editor.c (open_attachment): * composer/e-msg-composer.c (msg_composer_link_clicked): * mail/em-folder-view.c (emfv_format_link_clicked): * mail/em-popup.c (emp_uri_popup_link_open): * plugins/mailing-list-actions/mailing-list-actions.c (emla_list_action_do): * shell/e-shell-window-commands.c (command_open_faq): * widgets/misc/e-attachment-bar.c (eab_icon_clicked_cb): * widgets/misc/e-url-entry.c (button_clicked_cb): Call e_show_uri() instead of gnome_url_show(). * e-util/e-error.c (ee_response): Call e_display_help() instead of gnome_url_show(). * mail/em-config.c: * mail/em-menu.c: Remove unneeded #include <libgnome/gnome-url.h> svn path=/trunk/; revision=37037
* Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-1130-25/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/contact-editor/e-contact-editor-address.c: * addressbook/gui/contact-editor/e-contact-editor-fullname.c: * addressbook/gui/contact-editor/e-contact-editor-im.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/printing/e-contact-print.c: * calendar/gui/calendar-commands.c: * calendar/gui/e-cal-list-view.c: * calendar/gui/e-day-view.c: * calendar/gui/e-itip-control.c: * calendar/gui/e-meeting-list-view.c: * calendar/gui/e-meeting-store.c: * calendar/gui/e-week-view.c: * calendar/gui/gnome-cal.c: * calendar/gui/memos-control.c: * calendar/gui/tasks-control.c: * e-util/e-dialog-utils.c: * mail/em-folder-view.c: * mail/importers/mail-importer.c: * shell/e-shell.c: * shell/evolution-shell-component-utils.c: * shell/importer/intelligent.c: * shell/main.c: * widgets/menus/gal-view-collection.c: * widgets/menus/gal-view-instance.c: Remove unneeded #include <libgnome/gnome-util.h>. svn path=/trunk/; revision=37036
* Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-1123-27/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor.h: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/contact-editor/eab-editor.h: * addressbook/gui/contact-list-editor/e-contact-list-editor.h: * mail/mail-autofilter.c: Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneeded #include <libgnomeui/gnome-app-helper.h> * calendar/gui/calendar-commands.c: * calendar/gui/e-cell-date-edit-text.c: * calendar/gui/e-itip-control.c: * calendar/gui/memos-control.c: * calendar/gui/print.c: * calendar/gui/tasks-control.c: * widgets/misc/test-dropdown-button.c: Remove unneeded #include <libgnomeui/gnome-stock-icons.h>. * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/cal-attachment-select-file.c: * calendar/gui/dialogs/cancel-comp.c: * calendar/gui/dialogs/changed-comp.c: * calendar/gui/dialogs/delete-error.c: * calendar/gui/dialogs/recur-comp.c: * calendar/gui/e-itip-control.c: * calendar/gui/print.c: Remove unneeded #include <libgnomeui/gnome-uidefs.h>. svn path=/trunk/; revision=37035
* Now that we require GTK+ 2.14, use gtk_show_uri() instead ofMatthew Barnes2009-01-112-3/+23
| | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> * e-util/e-util.c (e_display_help): Now that we require GTK+ 2.14, use gtk_show_uri() instead of gnome_help_display(). svn path=/trunk/; revision=37034
* ** Fixes bug #567281Matthew Barnes2009-01-116-4/+16
| | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567281 * calendar/gui/calendar-commands.c: * calendar/gui/e-cell-date-edit-text.c: * widgets/misc/e-cell-date-edit.c: * widgets/misc/e-cell-percent.c: Remove unneeded #include <libgnomeui/gnome-messagebox.h>. svn path=/trunk/; revision=37033
* ** Fixes bug #567270Matthew Barnes2009-01-114-60/+9
| | | | | | | | | | | | | | 2009-10-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567270 * addressbook/gui/contact-editor/test-editor.c: * addressbook/printing/test-contact-style-editor.c: * addressbook/printing/test-print.c: Remove already-disabled use of gnome_about_new(). svn path=/trunk/; revision=37032
* Updated German translation.Andre Klapper2009-01-112-2555/+2800
| | | | | | | | | 2009-01-11 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/trunk/; revision=37031
* ** Fixes bug #567276Matthew Barnes2009-01-1120-166/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567276 * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/printing/test-print.c: * calendar/gui/calendar-commands.c: * calendar/gui/control-factory.c: * calendar/gui/e-itip-control.c: * calendar/gui/gnome-cal.c: * calendar/gui/goto.c: * calendar/gui/memos-control.c: * calendar/gui/print.c: * calendar/gui/tasks-control.c: * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/schedule-page.c: * widgets/menus/gal-view-menus.c: Remove unneeded #include <libgnomeui/gnome-dialog-util.h>. * calendar/gui/calendar-config.c: * calendar/gui/calendar-config.h: Removed unused function calendar_config_check_timezone_set(). * widgets/misc/test-color.c: We don't ship this. Remove it. svn path=/trunk/; revision=37030
* ** Bug #567244Tor Lillqvist2009-01-112-6/+12
| | | | | | | | | | | | 2009-01-11 Tor Lillqvist <tml@novell.com> ** Bug #567244 * filter-option.c (get_dynamic_options): For portability, use <gmodule.h> API instead of <dlfcn.h> API. svn path=/trunk/; revision=37029
* ** Fixes bug #567280Matthew Barnes2009-01-112-1/+7
| | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567280 * mail/message-tag-followup.c: Remove unneeded #include <libgnomeui/gnome-pixmap.h>. svn path=/trunk/; revision=37028
* ** Fixes bug #567285Matthew Barnes2009-01-115-5/+16
| | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567285 * mail/mail-autofilter.c: * widgets/misc/e-activity-handler.c: * widgets/misc/e-dropdown-button.c: Remove unneeded #include <libgnomeui/gnome-popup-menu.h>. svn path=/trunk/; revision=37027
* Fix for bug #567282Andre Klapper2009-01-112-1/+7
| | | | | | | | | | | | 2009-01-10 Andre Klapper <a9016009@gmx.de> * Fix for bug #567282 * /gui/component/addressbook-view.c: Remove unrequired #include of <libgnomeui/gnome-href.h>. svn path=/trunk/; revision=37026
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-102-17/+30
| | | | svn path=/trunk/; revision=37024
* Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-093-1/+13
| | | | | | | | | | | | | | | | 2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com> Reviewed by Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #567129 * apps_evolution_email_custom_header.schemas.in: Add <default> tag in C locale to localize the value. * email-custom-header.c (epech_setup_widgets): Add gettext. svn path=/trunk/; revision=37022
* Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-0919-11/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com> Reviewed by Matthew Barnes <mbarnes@redhat.com> * Fix for bug #566011 * addressbook/gui/component/Makefile.am: * addressbook/gui/component/addressbook-component.c (addressbook_component_class_init): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * calendar/gui/Makefile.am: * calendar/gui/calendar-component.c (calendar_component_class_init): * calendar/gui/dialogs/comp-editor.c: * calendar/gui/memos-component.c (memos_component_class_init): * calendar/gui/tasks-component.c (tasks_component_class_init): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * composer/e-composer-header-table.c: * composer/e-composer-private.h: Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>. * mail/mail-component.c (mail_component_class_init): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * shell/e-user-creatable-items-handler.c (e_user_creatable_items_handler_class_ini): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * widgets/misc/e-charset-picker.c: * widgets/misc/e-signature-combo-box.c: Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>. svn path=/trunk/; revision=37021
* B & W version of our new logo to replace the old Ximian logo.Matthew Barnes2009-01-0918-18471/+307
| | | | | | | | | | | | | 2009-01-08 Matthew Barnes <mbarnes@redhat.com> * help/quickref/evolution-logo.eps: B & W version of our new logo to replace the old Ximian logo. * help/quickref/*/quickref.pdf: Regenerate the Quick Reference PDFs with the new logo. svn path=/trunk/; revision=37018
* ** Fix for bug #567031Milan Crha2009-01-082-1/+8
| | | | | | | | | | | 2009-01-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #567031 * rule-editor.c: (rule_editor_new): Hide also label of the combo. svn path=/trunk/; revision=37017
* ** Part of fix for bug #565376Milan Crha2009-01-082-1/+8
| | | | | | | | | | | | 2009-01-08 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #565376 * configure.in: Bump eds requirement to 2.25.5 because of new functionality. svn path=/trunk/; revision=37016
* ** Fix for bug #565376Milan Crha2009-01-087-7/+624
| | | | | | | | | | | | | | | | | | | | 2009-01-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #565376 * vfoldertypes.xml: * searchtypes.xml: Merge some search types together. * em-vfolder-context.c: (vfolder_new_element): More elements. * em-filter-folder-element.h: (struct _EMFilterFolderElement): * em-filter-folder-element.c: (xml_encode), (xml_decode), (folder_selected), (get_widget), (format_sexp): Support storing folder uri in a camel's way. * em-format-html-display.c: (efhd_use_component): Compiler warning fix. svn path=/trunk/; revision=37015
* ** Fix for bug #339879Milan Crha2009-01-086-7/+39
| | | | | | | | | | | | | | | | | | 2009-01-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #339879 * filter/filter-code.h: (filter_code_new): * filter/filter-code.c: (filter_code_new), (build_code): * filter/rule-context.c: (new_element): Have two types of code expression, one "code", which adds also a "match-all" into the expression, and a "rawcode" without it. * addressbook/gui/widgets/addresstypes.xml: Use "rawcode" instead of "code" to have not added a "match-all" into the expression. svn path=/trunk/; revision=37014
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-082-107/+167
| | | | svn path=/trunk/; revision=37010
* ** Fix for bugs #201167 and #269342 Add support for category syncing.Matt Davey2009-01-082-0/+227
| | | | | | | | | | | | 2009-01-07 Matt Davey <mcdavey@mrao.cam.ac.uk> ** Fix for bugs #201167 and #269342 * conduit/address-conduit.c: Add support for category syncing. Also, retain an existing given/first name split if it exists in the pilot record. svn path=/trunk/; revision=37008
* ** Fix for bug #565553, #462372 (bnc)Ashish Shrivastava2009-01-072-1/+8
| | | | | | | | | | | 2009-01-07 Ashish Shrivastava <shashish@novell.com> ** Fix for bug #565553, #462372 (bnc) * gui/e-cal-popup.c (temp_save_part): Add supported URI format. svn path=/trunk/; revision=37006
* Part of fix for bug #443544 (bugzilla.novell.com) - Handle ↵Suman Manjunath2009-01-075-4/+27
| | | | | | E_MEETING_FREE_BUSY_FREE. svn path=/trunk/; revision=37005
* ** Fixes bug #566599Matthew Barnes2009-01-072-9/+48
| | | | | | | | | | | | | 2009-01-06 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #566599 * calendar/gui/itip-utils.c (comp_subject): Add translator comments and gettext context for meeting mail subject prefixes. svn path=/trunk/; revision=37004
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-071-85/+44
| | | | svn path=/trunk/; revision=37003
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-061-38/+15
| | | | svn path=/trunk/; revision=37002
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-061-36/+17
| | | | svn path=/trunk/; revision=37000
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-062-39/+31
| | | | svn path=/trunk/; revision=36999
* Fix for bug #458968 (bugzilla.novell.com) - Don't warn the user about ↵Suman Manjunath2009-01-062-0/+10
| | | | | | changes being lost if he is trying to delegate the meeting. svn path=/trunk/; revision=36997
* Evolution 2.25.4 releaseEVOLUTION_2_25_4Srinivasa Ragavan2009-01-063-1/+31
| | | | | | | | | | 2009-01-05 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution 2.25.4 release svn path=/trunk/; revision=36993
* Updated Spanish screenshotJorge Gonzalez Gonzalez2009-01-061-0/+0
| | | | svn path=/trunk/; revision=36992
* Added Spanish screenshotsJorge Gonzalez Gonzalez2009-01-063-0/+0
| | | | svn path=/trunk/; revision=36991
* Updated Spanish translation and added three screenshotsJorge Gonzalez Gonzalez2009-01-055-35/+16
| | | | svn path=/trunk/; revision=36990
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-052-32/+17
| | | | svn path=/trunk/; revision=36989
* Patch from Ashish Shrivastava <shashish@novell.com> ** Fix for bug #458153 ↵Suman Manjunath2009-01-053-4/+20
| | | | | | (bugzilla.novell.com) - Provide a 'Show time as busy' button in the toolbar (like the other items in the 'Options' menu). svn path=/trunk/; revision=36988
* Updated Norwegian bokmål translation.Kjartan Maraas2009-01-052-888/+871
| | | | | | | | 2009-01-05 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=36987
* Updated German translation.Andre Klapper2009-01-052-2662/+1964
| | | | | | | | | 2009-01-04 Andre Klapper <a9016009@gmx.de> * de/de.po: Updated German translation. svn path=/trunk/; revision=36986
* ** Fixes bug #566566Matthew Barnes2009-01-052-1/+8
| | | | | | | | | | | | 2008-01-04 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #566566 * calendar/gui/e-itip-control.c (insert_rsvp): Mark "RSVP" for translation. svn path=/trunk/; revision=36985
* updating latvaian translationRaivis Dejus2009-01-051-21/+21
| | | | svn path=/trunk/; revision=36984
* updated latvian translationRaivis Dejus2009-01-052-531/+1383
| | | | svn path=/trunk/; revision=36983
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-052-2997/+3403
| | | | svn path=/trunk/; revision=36982
* Link sentence "You can also enable Magic spacebar" against theAndre Klapper2009-01-042-1/+6
| | | | | | | | | | 2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Link sentence "You can also enable Magic spacebar" against the corresponding section. Fixes bug #550604. svn path=/trunk/; revision=36981
* s/and/or. Fixes bug #566233.Andre Klapper2009-01-042-1/+5
| | | | | | | | | 2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: s/and/or. Fixes bug #566233. svn path=/trunk/; revision=36980
* Fix wrong sentence. Fixes bug #566228.Andre Klapper2009-01-042-1/+5
| | | | | | | | | 2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Fix wrong sentence. Fixes bug #566228. svn path=/trunk/; revision=36979
* Add missing whitespace.Andre Klapper2009-01-042-1/+5
| | | | | | | | | 2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Add missing whitespace. svn path=/trunk/; revision=36978
* Add warning that PGP Encrypt will not encrypt subject lines. Fixes bugAndre Klapper2009-01-042-0/+8
| | | | | | | | | | 2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Add warning that PGP Encrypt will not encrypt subject lines. Fixes bug #543580. svn path=/trunk/; revision=36977
* Sync strings. Fixes bug #566236, bug #566238.Andre Klapper2009-01-042-5/+10
| | | | | | | | | | 2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Sync strings. Fixes bug #566236, bug #566238. svn path=/trunk/; revision=36976
* Sync strings. Fixes bug #566234.Andre Klapper2009-01-042-1/+6
| | | | | | | | | | 2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Sync strings. Fixes bug #566234. svn path=/trunk/; revision=36975
* Fix grammatical errors. Fixes bug #558492. Patch by Nanley Chery.Andre Klapper2009-01-042-1/+6
| | | | | | | | | | 2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Fix grammatical errors. Fixes bug #558492. Patch by Nanley Chery. svn path=/trunk/; revision=36974
* Fix non-sense split sentences. Fixes bug #544340, bug #544339.Andre Klapper2009-01-042-2/+7
| | | | | | | | | | 2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Fix non-sense split sentences. Fixes bug #544340, bug #544339. svn path=/trunk/; revision=36973
* Fix typos. Bug #544335. Patch by Philip Withnall.Andre Klapper2009-01-042-14/+19
| | | | | | | | | | 2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Fix typos. Bug #544335. Patch by Philip Withnall. svn path=/trunk/; revision=36972
* Added a few translated screenshots.Andre Klapper2009-01-0318-0/+4
| | | | | | | | | 2009-01-02 Andre Klapper <a9016009@gmx.de> * de/figures: Added a few translated screenshots. svn path=/trunk/; revision=36969
* Update German translation.Andre Klapper2009-01-032-2781/+2843
| | | | | | | | | 2009-01-02 Andre Klapper <a9016009@gmx.de> * de/de.po: Update German translation. svn path=/trunk/; revision=36968
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-022-74/+90
| | | | svn path=/trunk/; revision=36967
* Updated Occitan translationYannig MARCHEGAY2009-01-021-173/+80
| | | | svn path=/trunk/; revision=36966
* ** Fixes part of bug #546437Matthew Barnes2009-01-022-172/+140
| | | | | | | | | | | | 2009-01-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #546437 * help/C/evolution.xml: Fix various typos and poor wording in chapters 1-4. svn path=/trunk/; revision=36965
* Updated Occitan translationYannig MARCHEGAY2009-01-021-4499/+4810
| | | | svn path=/trunk/; revision=36964
* Updated Occitan translationYannig MARCHEGAY2009-01-021-0/+4
| | | | svn path=/trunk/; revision=36963
* Use the translated the EConfigItem label when building the UI.Matthew Barnes2009-01-022-5/+15
| | | | | | | | | | 2009-01-01 Matthew Barnes <mbarnes@redhat.com> * e-util/e-config.c (ec_rebuild): Use the translated the EConfigItem label when building the UI. svn path=/trunk/; revision=36961
* update Copyright to 2009.Andre Klapper2009-01-022-1/+6
| | | | | | | | | | 2009-01-01 Andre Klapper <a9016009@gmx.de> * e-shell-window-commands.c: update Copyright to 2009. svn path=/trunk/; revision=36960
* Fix my last commit so l10n.gnome.org is happy.Andre Klapper2009-01-022-1/+5
| | | | | | | | | 2009-01-01 Andre Klapper <a9016009@gmx.de> * POTFILES.in: Fix my last commit so l10n.gnome.org is happy. svn path=/trunk/; revision=36959
* Update German translation.Andre Klapper2009-01-022-2290/+2778
| | | | | | | | | 2009-01-01 Andre Klapper <a9016009@gmx.de> * de/de.po: Update German translation. svn path=/trunk/; revision=36958
* Use the correct macro when marking strings for translation.Matthew Barnes2009-01-022-1/+6
| | | | | | | | | | 2009-01-01 Matthew Barnes <mbarnes@redhat.com> * ui/component/addressbook-config.c (eabc_general_offline): Use the correct macro when marking strings for translation. svn path=/trunk/; revision=36956
* Added Czech translation of quickref.Andre Klapper2009-01-023-8/+14
| | | | | | | | | | 2009-01-01 Andre Klapper <a9016009@gmx.de> * configure.in: Added Czech translation of quickref. svn path=/trunk/; revision=36954
* Remove Makefile and Makefile.in. Sorry.Andre Klapper2009-01-022-1118/+0
| | | | svn path=/trunk/; revision=36953
* svn path=/trunk/; revision=36952Andre Klapper2009-01-02106-1/+1347
| | | | | | 2009-01-01 Andre Klapper <a9016009@gmx.de> svn path=/trunk/; revision=36952
* Updated Czech translation of manual by Jiri Eischmann.Andre Klapper2009-01-022-297/+309
| | | | | | | | | 2009-01-01 Andre Klapper <a9016009@gmx.de> * cs/cs.po: Updated Czech translation of manual by Jiri Eischmann. svn path=/trunk/; revision=36951
* Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #562091 - Create ↵Suman Manjunath2008-12-312-6/+24
| | | | | | MemoPage after the base class object has been created and initialized. svn path=/trunk/; revision=36948
* add missing file (cf. bug #359010)Andre Klapper2008-12-302-0/+5
| | | | | | | | | 2008-12-30 Andre Klapper <a9016009@gmx.de> * POTFILES.in: add missing file (cf. bug #359010) svn path=/trunk/; revision=36947
* ** Fixes bug #565857Matthew Barnes2008-12-292-1/+12
| | | | | | | | | | | | | | | | 2008-12-29 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #565857 * mail/e-searching-tokenizer.c (searcher_next_token): The HTMLTokenizer now expects a newly-allocated string from its next_token() method, so duplicate the returned string. This fixes a memory leak whereby previously, some implementations of next_token() did return a newly-allocated string, some did not. Those that did leaked those strings. svn path=/trunk/; revision=36945
* ** Fix for bug #446285 (bnc)Bharath Acharya2008-12-292-30/+43
| | | | | | | | | | | | | 2008-12-29 Bharath Acharya <abharath@novell.com> ** Fix for bug #446285 (bnc) * gui/e-select-names-editable.c: (e_select_names_editable_get_emails), (e_select_names_editable_get_names): Traverse all the entries in the added list. svn path=/trunk/; revision=36943
* ** Fix for bug bnc #435694Bharath Acharya2008-12-292-2/+9
| | | | | | | | | | | 2008-12-29 Bharath Acharya <abharath@novell.com> ** Fix for bug bnc #435694 * mail-retract.c: (org_gnome_retract_message): Since we now add a bar, lets set the popup items right. svn path=/trunk/; revision=36941
* ** Fix for bug #439998 (bnc)Bharath Acharya2008-12-292-2/+52
| | | | | | | | | | | | 2008-12-29 Bharath Acharya <abharath@novell.com> ** Fix for bug #439998 (bnc) * gui/dialogs/comp-editor.c: (remove_event_dialog), (action_save_cb): Ask the user if he wants to remove the delegated events or keep a copy. svn path=/trunk/; revision=36940
* ** Related to bug #562155Matthew Barnes2008-12-282-1/+11
| | | | | | | | | | | | | | | 2008-12-28 Matthew Barnes <mbarnes@redhat.com> ** Related to bug #562155 * shell/main.c (idle_cb): Only call e_shell_set_crash_recovery() if the EShell Bonobo object was constructed successfully, otherwise it will be NULL. This fixes a warning shown in the terminal output of bug #562155, but the bug is not reproducible so it's not clear whether this fixes the bug. svn path=/trunk/; revision=36939
* Updated Slovak translation.Marcel Telka2008-12-282-1779/+1958
| | | | | | | | 2008-12-28 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation. svn path=/trunk/; revision=36937
* Fix memory leak. (Fixes bug #565628).Ignacio Casal Quinteiro2008-12-262-0/+7
| | | | | | | | | | 2008-12-25 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * shell/main.c: Fix memory leak. (Fixes bug #565628). svn path=/trunk/; revision=36932
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>Andre Klapper2008-12-242-1/+6
| | | | | | | | | | 2008-12-23 Andre Klapper <a9016009@gmx.de> * gui/merging/eab-contact-merging.c: Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h> svn path=/trunk/; revision=36931
* ** Fixes bug #564860Matthew Barnes2008-12-232-0/+11
| | | | | | | | | | | | 2008-12-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #564860 * e-util/e-util-label.c (e_util_labels_parse): Don't crash on malformed label strings. svn path=/trunk/; revision=36929
* Bump eds_minimum_version to 2.25.4 for CAMEL_STORE_IS_MIGRATING.Matthew Barnes2008-12-222-1/+6
| | | | | | | | | | 2008-12-22 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.25.4 for CAMEL_STORE_IS_MIGRATING. svn path=/trunk/; revision=36928
* ** Fix for bug #559604Milan Crha2008-12-224-5/+15
| | | | | | | | | | | | | | | 2008-12-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #559604 * gui/e-calendar-view.h: (e_calendar_view_get_attendees_status_info): * gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info), (e_calendar_view_get_tooltips): * gui/e-calendar-table.c: (query_tooltip_cb): Show additional status information for the meeting only when user is an organizer. svn path=/trunk/; revision=36926
* ** Part of fix for bug #559153Sankar P2008-12-222-68/+148
| | | | | | | | | | | | | 2008-12-22 Sankar P <psankar@novell.com> ** Part of fix for bug #559153 * em-migrate.c (update_progress_in_main_thread), (migrate_folders), (count_folders), (migrate_folders_to_db_thread), (migrate_to_db), (em_migrate): Migration Improvements svn path=/trunk/; revision=36924
* ** Fix for bug #558337Norman Wang2008-12-222-5/+31
| | | | | | | | | | | | | 2008-12-22 Norman Wang <zhichao.wang@sun.com> ** Fix for bug #558337 * mail/em-subscribe-editor.c: Create a wrapper class MailMsgListNode of _zsubscribe_msg message. The MailMsgListNode class is the subclass of EDListNode class. So the _zsubscribe_msg can be added into the EDList. svn path=/trunk/; revision=36922
* Fixed terminology in the Brazilian Portuguese translation.Leonardo Ferreira Fontenelle2008-12-222-6/+10
| | | | | | | | 2008-12-21 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Fixed terminology in the Brazilian Portuguese translation. svn path=/trunk/; revision=36921
* Updated Spanish translationJorge Gonzalez Gonzalez2008-12-192-5/+13
| | | | svn path=/trunk/; revision=36916
* Change "Save Draft" menu item to "Save as Draft" to be consistent withMatthew Barnes2008-12-182-3/+12
| | | | | | | | | | | | 2008-12-18 Matthew Barnes <mbarnes@redhat.com> * e-composer-actions.c: Change "Save Draft" menu item to "Save as Draft" to be consistent with "Save as Template". I like that better. But leave the toolbar button alone. svn path=/trunk/; revision=36915
* Show reason of a failure on a console too.Milan Crha2008-12-182-1/+6
| | | | | | | | | | 2008-12-17 Milan Crha <mcrha@redhat.com> * gui/e-cal-model.c: (update_e_cal_view_for_client): Show reason of a failure on a console too. svn path=/trunk/; revision=36913
* Updated Spanish translationJorge Gonzalez Gonzalez2008-12-171-292/+300
| | | | svn path=/trunk/; revision=36912
* Updated Spanish translationJorge Gonzalez Gonzalez2008-12-172-736/+729
| | | | svn path=/trunk/; revision=36911
* ** Part of fix for bug #564248Milan Crha2008-12-172-1/+8
| | | | | | | | | | | | 2008-12-16 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #564248 * configure.in: Bump libgtkhtml_minimum_version to 3.25.4 because of new html editor functions. svn path=/trunk/; revision=36910
* Updated Slovenian translationMatej Urbančič2008-12-161-2125/+2134
| | | | svn path=/trunk/; revision=36909
* Evolution 2.25.3.1 releaseEVOLUTION_2_25_3Srinivasa Ragavan2008-12-163-1/+40
| | | | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution 2.25.3.1 release svn path=/trunk/; revision=36907
* ** Fix for bug #564248Milan Crha2008-12-162-2/+40
| | | | | | | | | | | | | 2008-12-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #564248 * e-msg-composer.c: (msg_composer_paste_clipboard): Attach images pasted from a clipboard. Note: Requires at least gtkhtml revision 9067. svn path=/trunk/; revision=36906
* ** Part of fix for bug #552583Milan Crha2008-12-162-0/+9
| | | | | | | | | | | | 2008-12-16 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #552583 * mail-config.c: (mail_config_get_account_by_source_url), (mail_config_get_account_by_transport_url): Do not leak. svn path=/trunk/; revision=36903
* ** Fix for bug #359010Milan Crha2008-12-162-0/+13
| | | | | | | | | | | | 2008-12-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #359010 * url-editor-dialog.c: (url_editor_dialog_new): Set title of the window based on the parameter/action. svn path=/trunk/; revision=36902
* Remove deleted file. Updated Norwegian bokmål translation.Kjartan Maraas2008-12-163-2193/+2198
| | | | | | | | | 2008-12-15 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Remove deleted file. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=36900
* two small fixesTimo Jyrinki2008-12-151-4/+4
| | | | svn path=/trunk/; revision=36899
* ** Fix for bug #540181Milan Crha2008-12-152-1/+7
| | | | | | | | | | | | 2008-12-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #540181 * gui/tasks-component.c: (destroy_component_view): Do not touch already freed object. svn path=/trunk/; revision=36898
* ** Fix for bug #557176Milan Crha2008-12-152-0/+10
| | | | | | | | | | | | 2008-12-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #557176 * e-table-state.c: (e_table_state_load_from_node): Ensure the 'sort_info' member is never NULL. svn path=/trunk/; revision=36896
* ** Fix for bug #564007Milan Crha2008-12-152-0/+23
| | | | | | | | | | | | | 2008-12-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #564007 * em-format.c: (emf_inlinepgp_encrypted): Guess the decrypted part mime type if not known from the decryptor, thus show the content really inline, if possible. svn path=/trunk/; revision=36894
* ** Part of fix for bug #564229Milan Crha2008-12-153-2/+11
| | | | | | | | | | | | | | 2008-12-15 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #564229 * gui/dialogs/alarm-dialog.c: (populate_widgets_from_alarm): Cast to proper object. * gui/alarm-notify/alarm-queue.c: (free_tray_icon_data): Do not leak. svn path=/trunk/; revision=36893
* ** Part of fix for bug #563669Milan Crha2008-12-157-4/+26
| | | | | | | | | | | | | | | 2008-12-15 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #563669 * mail/em-account-editor.c: (emae_option_checkspin): * filter/filter-int.c: (get_widget): * calendar/gui/dialogs/recurrence-page.c: (make_ending_count_special): * calendar/conduits/todo/todo-conduit.c: (e_todo_gui_new): Use zero GtkSpinButton's PageSize, as Gtk+ requires. svn path=/trunk/; revision=36892
* Fix a impllicit warningSrinivasa Ragavan2008-12-152-0/+5
| | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c: Fix a impllicit warning svn path=/trunk/; revision=36891
* ** Fix for bug #552583Srinivasa Ragavan2008-12-152-1/+8
| | | | | | | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #552583 * mail-config.c: (mail_config_get_account_by_transport_url): Free the right url. svn path=/trunk/; revision=36889
* Add e-utils/*intrusive*.[ch]Srinivasa Ragavan2008-12-152-0/+6
| | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> * POTFILES.in: Add e-utils/*intrusive*.[ch] svn path=/trunk/; revision=36888