Commit Graph

31651 Commits

Author SHA1 Message Date
51fe60cd69 Bug 600714 - No label colors in popup menu 2009-11-14 00:20:35 -05:00
e3768ee534 Bug 600933 - Empty Trash missing for real trash folders 2009-11-13 20:21:29 -05:00
47b9eab312 Bug 601601 - No Create Rule in popup menu 2009-11-13 19:45:57 -05:00
780180cad9 Bug 601767 - Delete action in calendar view has glitches 2009-11-13 18:34:04 -05:00
77a05d6576 Bug 601769 - Print issues in address book 2009-11-13 18:18:26 -05:00
d428935b38 Bug 601774 - "Send Message to Contact" is always disabled 2009-11-13 16:57:53 -05:00
3d4b38c997 Bug 601785 - Menu glitches in memo and task view 2009-11-13 16:12:49 -05:00
96be68a972 Updated Spanish translation 2009-11-13 21:02:06 +01:00
69dce2098b Updated Spanish translation 2009-11-13 19:07:05 +01:00
eb0f59091a Hide actions when lockdown settings are enabled.
Hide actions that are disabled by lockdown settings instead of showing
them as disabled.  Showing them as disabled gives the impression the
user can do something to enable them, which is not the case here.
2009-11-13 11:43:17 -05:00
c5e04ca040 EWebView popup menu enhancements.
Bumps the GtkHtml dependency to 3.29.2 for gtk_html_unselect_all().
2009-11-13 11:26:43 -05:00
ba89f0b2c4 Bug #600133 - Crash on day view print preview without all day events 2009-11-13 13:22:46 +01:00
b38769dab8 Updated Slovenian translation 2009-11-13 12:11:40 +01:00
e25e1bc7fc Updated Slovenian translation 2009-11-13 10:23:19 +01:00
79e19d570c BUG 600217:Crashes in emfh_multipart_related_check
Check for the link
2009-11-13 06:50:41 +05:30
5b1add163a Fix a typo in a comment block. 2009-11-12 15:20:40 -05:00
9c293f940c Update the OtherBinaries line in our .desktop file.
It was referencing binaries that don't exist anymore.  Added
e-addressbook-factory and e-calendar-factory in their place.
2009-11-12 13:16:58 -05:00
48a400618b Further tweaks for the command-line importing.
Includes Bastien Nocera's patch to register our importable MIME types
with the MIME database.
2009-11-12 13:02:23 -05:00
c1d59b0e9e Bug 601626 - pst-import missing link to libeutil 2009-11-12 10:44:53 -05:00
c12e485e47 Simplify clipboard handling in addressbook. 2009-11-12 10:44:52 -05:00
7a2a0d05a9 Mark also create_combo_text_widget() for export
As it is used from mail/mail-config.glade.
2009-11-12 14:41:31 +02:00
13d07fdb63 Bug #588093 - Allow import of local files from command line 2009-11-12 12:32:06 +01:00
12a23558d0 Fix distcheck errors. 2009-11-11 21:39:53 -05:00
425d49ebe1 Simplify clipboard handling in calendar. 2009-11-11 20:41:46 -05:00
623d0541ee More build failures due to missing internal lib dependencies 2009-11-11 11:28:07 -06:00
d97ab45f5c Fix Windows build
There was a strange typo, e_util_replace_prefix() is what was
intended. Thus include libedataserver/e-data-server-util.h.
2009-11-11 18:24:48 +02:00
e210c876f5 Fix a potential crash in the mail migration code. 2009-11-11 10:39:48 -05:00
8f15511a1e Bug 601516 - Calendar views missing from calendar popup menu
This also fixes a couple other popup menu glitches.
2009-11-11 10:18:27 -05:00
99dcc19b92 Fix build for Windows
Do compile some more parts of modules/mail/e-mail-shell-migrate.c. No idea
whether any migration might actually work on Windows, of course.
2009-11-11 17:14:32 +02:00
c8b9dd7262 Ensure "pkcs12.h" is the mozilla-nss one and not the gnutls one
Put the Mozilla NSS CFLAGS before the GnuTLS ones in CERT_UI_CFLAGS.
Also, drop unnecessary EVOLUTION_ADDRESSBOOK_CFLAGS in
smime/lib/Makefile.am.
2009-11-11 15:34:28 +02:00
43a98ec41e Use EVOLUTION_CALENDAR_CFLAGS instead of EVOLUTION_MAIL_CFLAGS
The code uses ical stuff and the libical CFLAGS are present in
EVOLUTION_CALENDAR_CFLAGS but not EVOLUTION_MAIL_CFLAGS.
2009-11-11 15:31:31 +02:00
a7f8b56ec4 Rearrange variables and Windows-only code to avoid warning 2009-11-11 15:29:52 +02:00
1239230591 Enable building without Canberra-GTK 2009-11-11 15:29:51 +02:00
3dfdf087fc Kill more redundant save dialogs and related utilities. 2009-11-10 18:18:11 -05:00
f70ecb0406 Updated Spanish translation 2009-11-10 22:07:38 +01:00
aac2106c8a Bug #593751 - Show correct context menu in calendar views 2009-11-10 19:08:01 +01:00
54fe7e3b2a Fix EPluginLib callback signatures.
Dynamically loaded library plugins do not need to know about EPluginLib
specifically.  Passing them an EPlugin pointer is sufficient.
2009-11-10 10:47:11 -05:00
26889bef61 Bug #601218 - Accepted meeting doesn't show attachments in calendar view 2009-11-10 14:26:19 +01:00
b9953ceaed Bug #250046 - Composer addresses reading fixes
- Check for no addresses properly (in post-to only when shown)
- Check for garbage addresses and warn user about those
- Use garbage text in To/CC/Bcc fields when user typed them
2009-11-10 11:46:41 +01:00
5beeca1f80 Kill e-cursor(s) (both of them). 2009-11-09 21:19:20 -05:00
bd5d405fe3 EMFormat plugins should always be enabled.
Marks them as "system plugins" so they're not shown in Plugin Manager.
This is a temporary fix until I can rework EMFormat to use GTypeModule
extensions instead of EPlugins.
2009-11-09 19:57:13 -05:00
e13eb8a5b5 Add zooming and drag-and-drop to the plugin.
A bunch of crusty old code in em-format-html-display.c falls out.
2009-11-09 19:57:12 -05:00
6db0e25419 Prototype an inline image plugin.
Uses GtkImageView to display the image.
2009-11-09 19:57:09 -05:00
214f3a8038 Bug 600926 - Fails to build due to missing dependencies 2009-11-09 19:11:03 -05:00
950401c29d Bug 600926 - Fails to build due to missing dependencies 2009-11-09 19:07:52 -05:00
38b68f3c8c further Shavian translation 2009-11-09 17:33:43 +00:00
f6ba97d964 Bug 601219 - Transient dialogs in composer window blocks main window 2009-11-09 12:31:31 -05:00
1dad2d7745 Bug 271836 - Incorrect signature for "model_cell_changed" signal handler 2009-11-09 08:00:32 -05:00
39b4562430 Bug #601229 - Crashes when replying a mail. 2009-11-09 14:47:10 +05:30
da16135f08 Bug #557613 - evolution crashed with SIGSEGV in try_open_e_book_cb() 2009-11-09 12:40:34 +05:30