Commit Graph

30123 Commits

Author SHA1 Message Date
e08c19bdf4 Updated Spanish translation 2009-05-03 11:39:32 +02:00
1667030b3f Bug 574781 – Bad e-send-options.glade strings 2009-05-02 23:59:34 -04:00
cb94029bde Bug 325131 – Do not translate ETable property nicknames 2009-05-02 23:22:14 -04:00
c0f9d291fc Bug 577482 – Bad strings in plugins/itip-formatter/itip-view.c 2009-05-02 23:16:08 -04:00
b4d7c0892e Bug 572977 – Use g_strerror() instead of strerror() 2009-05-02 23:11:12 -04:00
20533c3be5 Bug 542685 – [default-mailer] Leaking GConfValue 2009-05-02 22:59:06 -04:00
a6095707f4 Delist removed Glade files from POTFILES.in. 2009-05-02 22:46:21 -04:00
d632fb33b3 Remove obsolete Glade files. 2009-05-02 22:46:21 -04:00
b5f5afee6f Updated Spanish translation 2009-05-02 21:44:30 +02:00
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
186e97cf59 Updated Spanish translation 2009-05-02 16:01:59 +02:00
831cb23c0d Updated Spanish translation 2009-05-02 12:47:48 +02:00
8b32dcadba Bug 581032 – Some links can't be opened 2009-05-01 22:17:20 -04:00
6d346bf717 Updated Spanish translation 2009-05-01 19:42:01 +02:00
130f68f77f [gnome-2-26] Updated German translation. 2009-05-01 18:28:08 +02:00
565403aa1f Bug 575242 – New composer window not autosaved until modification 2009-05-01 11:17:05 -04:00
46344c7330 Fix distcheck errors. 2009-05-01 09:14:16 -04:00
71c5738707 Only #include specific libgnome[ui] headers; easier to track.
Stop including top-level libgnome[ui] headers -- <gnome.h>,
<libgnome/libgnome.h> and <libgnomeui/libgnomeui.h>.  Instead, include
specific header files so we can track them easier.

Also, remove several unshipped test programs.  Mostly ETable stuff.
2009-04-30 23:30:00 -04:00
c1a12789ac Bug 580893 – Kill libgnome/gnome-gconf 2009-04-30 22:54:15 -04:00
b915f8b5bd More gnome-init cleanup for bug #567283. 2009-04-30 22:21:49 -04:00
4ce3d9c321 Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helper
The only remaining case is widgets/test/test-dropdown-button.c, but this
file will be removed when the kill-bonobo branch is merged.
2009-04-30 22:05:37 -04:00
1c198bd711 Bug 580896 – Kill libgnome/gnome-program
Removed e-util/e-gui-utils.[ch].
2009-04-30 16:28:36 -04:00
5e479d0a2d Bug 580894 – Kill libgnome/gnome-util (partial fix)
Migrate the evolution-backup utility from gnome_program_init() to
gtk_init_with_args().
2009-04-30 16:11:52 -04:00
6f97d9d419 Bug 580898 – Kill libgnomeui/gnome-winhints
Include directive was already commented out.
2009-04-30 15:42:04 -04:00
c3191ec86b Bump the required GLib and GTK+ versions to latest stable.
We now require GLib >= 2.20 and GTK+ >= 2.16.  Also removed all
GLIB_CHECK_VERSION and GTK_CHECK_VERSION workarounds for older versions.
2009-04-30 15:42:04 -04:00
7961048944 Bug #273818 - Allow scrolling Month View by a week only
Edit->Preferences->Calendar and	Tasks, tab Display, option
Scroll Month View by a week.
2009-04-30 20:51:39 +02:00
8f2b4f9c65 Bug #570730 - Get rid of gnome-config in Evolution 2009-04-30 16:56:58 +02:00
a4bc462975 Updated Norwegian bokmål translation. 2009-04-29 21:09:01 +02:00
c7d8ad5a1a Use the standard FAQ icon for Help -> Evolution FAQ 2009-04-29 14:32:32 -04:00
3def4a7952 BUGFIX: bug #579774 Use spamc to learn junk if available 2009-04-29 19:24:24 +02:00
9232debe1e Update POTFILES.in with removed and newly added files 2009-04-29 18:35:43 +02:00
156dfd09d8 External Editor rewrite by Holger Macht. Fixes #567145 2009-04-28 20:40:26 +05:30
8da8026619 Store username in a source URL in CalDAV
** Fix for bug #578335

	* caldav-source.c: (user_changed), (location_changed):
	Revert part of bug #562990, as EPassword requires username
	as part of an URL to store passwords properly to a keyring.
2009-04-28 17:02:53 +02:00
c868ace2e9 Fix filter breakage after deprecated Gtk+ symbols removal
** Fix for bug #572348

	* filter/filter-option.c: (combobox_changed), (get_widget):
	* mail/em-filter-rule.c: (part_combobox_changed):
	* mail/em-filter-source-element.c: (source_changed):
	Fix breakage of filter options.
2009-04-28 16:31:45 +02:00
a08f6f0876 Do not mark newly recognized Junk messages Read
** Fix for bug #579550
2009-04-28 13:42:11 +02:00
af5958acaa Cosmetic cleanups for EMFormat headers 2009-04-27 22:33:05 -04:00
a9e1c0f8e7 Simplify action and action group lookups in CompEditor. 2009-04-27 20:56:23 -04:00
e9adae4dc7 Add some initial .gitignore files. 2009-04-27 20:39:37 -04:00
de003c135a Use consistent variable names for GtkUIManager 2009-04-27 20:27:02 -04:00
19246e1123 Alphabetize the plugins/.../Makefile list in configure.in
Just because it makes for easier merges with the kill-bonobo branch.
2009-04-27 16:58:57 -04:00
4449a34101 Commit the rest of the attachment UI rewrite
Oops, last commit only included the -new- files.
This also removes EExpander, which is no longer used.
2009-04-27 15:36:19 -04:00
e377ea5e61 Bug 516933 – Rewrite attachment UI
Rewrite the attachment UI to better utilize GIO and also to migrate from
GnomeIconList to GtkIconView.  This also introduces a "List View" option
similar to Nautilus, as well as the EAttachmentHandler framework for
extending attachment handling (may eventually replace EMFormatHook).

This commit also fixes a number of secondary attachment bugs:

Bug 311609 – new attachment bar should use regular gtk+ expander
Bug 314923 – Drag and Drop in attachment window is inconsistent and
             requires additional click
Bug 338179 – attachment saving ...
Bug 350364 – Action to get info about attachments
Bug 383047 – Viewing mail attachments
Bug 427235 – Can't copy attachment mime type string
Bug 454091 – Cannot save multiple attachments who have the same name
Bug 494629 – Rethink composer's attachment UI
Bug 553970 – Evolution ignores umask when saving attachments
Bug 577375 – mailto: and attach doesn't URL un-escape
2009-04-27 14:53:18 -04:00
59f095bfb5 Hide last junked message too from the non-junk folder
** Fix for bug #579635
2009-04-27 12:29:26 +02:00
d4def43e4d Sanitize values from GConf before using them
** Fix for bug #491755

	* gui/alarm-notify/config-data.c:
	(config_data_set_last_notification_time),
	(config_data_get_last_notification_time):
	Sanitize values from GConf before using them.
2009-04-27 12:13:35 +02:00
b29f1ed5e6 Allow Last Modified and Created columns for event table
** Fix for bug #575773

	* gui/e-calendar-table.etspec:
	* gui/e-cal-list-view.etspec:
	* gui/e-memo-table.etspec:
	* gui/e-cal-model.h: (ECalModelField), (struct _ECalModelComponent):
	* gui/e-cal-model.c: (get_datetime_from_utc), (ecm_value_at),
	(ecm_duplicate_value), (ecm_free_value), (ecm_initialize_value),
	(ecm_value_is_empty), (ecm_value_to_string),
	(e_cal_view_objects_modified_cb), (e_cal_model_component_finalize),
	(e_cal_model_component_init):
	Allow showing CREATED and LAST-MODIFIED properties in a table.

	* gui/print.c: (print_comp_draw_real):
	* gui/e-cal-component-preview.c: (write_html):
	* conduits/todo/todo-conduit.c: (local_record_from_comp):
	Possible leak fix.
2009-04-27 12:07:09 +02:00
c8938bd337 Do not delete text lines on signature set in composer
** Fix for bug #553535

	* e-msg-composer.c: (is_top_signature), (get_signature_html),
	(set_editor_text), (e_msg_composer_show_sig_file): Do not eat
	lines of text when changing signature at top of the message.
	Add one extra empty line between the signature and the body
	of the mail when placing signature to the bottom.
2009-04-27 11:52:30 +02:00
0f7060ee7d Define .error files correctly and external-editor crash fix
** Fix for bug #561188
2009-04-27 11:34:11 +02:00
631d0bfd08 Fix email addresses in doap file. 2009-04-25 20:30:09 -04:00
f081b36f4c Do not crash on delete folder
** Fix for bug #579306

	* em-folder-utils.c: (em_folder_utils_delete_folder):
	Do not free uninitialized variable.
2009-04-24 21:06:35 +02:00
7088736007 Calendar - do not close editor after error
** Fix for bug #573704
2009-04-24 20:59:14 +02:00