| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For messages with a base MIME type of multipart/alternative, we were
hiding text/plain subparts based on the number of alternate subparts.
This assumption of course broke on a message with the following body
structure and a Plain Text Mode preference of "Show HTML if present":
multipart/alternative
text/plain
text/plain
Instead, note when we've actually seen a text/html subpart and use that
to decide whether to hide the text/plain parts.
(cherry picked from commit 35582bf4e29cc4aadf779d76096ef6dd47a7be1a)
|
|
|
|
|
|
|
| |
(cherry picked from commit 5cf06f855f54cd81f0c96b6ea6474ba9fc5bb762)
Conflicts:
modules/prefer-plain/e-mail-parser-prefer-plain.c
|
| |
|
| |
|
|
|
|
|
|
|
| |
(cherry picked from commit 046816123764f86f1b258195292abcdb7951fca3)
Conflicts:
mail/e-mail-display.h
|
|
|
|
|
|
|
| |
(cherry picked from commit f150d051191a2b7661e957b40246c0aff213e7b7)
Conflicts:
mail/e-mail-browser.c
|
|
|
|
|
|
|
|
|
|
| |
(cherry picked from commit 552952d2cce32d2748339f380fbf34fea40c029b)
Conflicts:
em-format/Makefile.am
em-format/e-mail-formatter.c
em-format/e-mail-formatter.h
em-format/e-mail-part.h
|
|
|
|
|
|
| |
To have a proper GEnumClass registered for ask/always/never choices.
(cherry picked from commit f925dac7c498cda34ac891c627b7ba3598fcd4f4)
|
|
|
|
|
|
|
| |
Empty group addresses were left as-is when sending an email directly,
not through Outbox, which could cause a send error through SMTP.
Expanding group addresses, or removing empty groups, from a list
or recipients before sending the message fixes the issue.
|
|
|
|
|
|
|
|
|
| |
Replaces em_utils_forward_messages().
(cherry picked from commit a27c70e42741771b43d264f17b14c4674d0e51a7)
Conflicts:
mail/e-mail-reader-utils.h
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replaces em_utils_edit_messages().
(cherry picked from commit 13b2bd263cc68e60839d04f801fd8b6f4b80b3d2)
Conflicts:
mail/e-mail-folder-pane.c
mail/e-mail-reader-utils.c
mail/e-mail-reader.c
mail/em-composer-utils.c
mail/em-composer-utils.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EMailReader is an interface and should not know about specific classes
that implement its interface. Instead, EMailBrowser itself will prompt
in response to "composer-created" signals that include a source message.
This also removes the "destroy_when_done" parameter from
em_utils_forward_messages() since it's no longer needed.
(cherry picked from commit 43610e343194912394e5097655403f6ab7993ab0)
Conflicts:
mail/em-composer-utils.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Emitted to indicate a composer window was created in response to a user
action on the EMailReader. Examples of such actions include replying,
forwarding, and starting a new message.
If applicable, the source message (i.e. the message being replied to or
forwarded) is included in the signal emission.
New functions:
e_mail_reader_composer_created()
(cherry picked from commit f5e47561f995ca50f2bbd45b940e0a10100281a5)
Conflicts:
mail/em-composer-utils.c
|
|
|
|
|
|
|
| |
(cherry picked from commit 1570f53d1eab0a750680df72be3363659f11db46)
Conflicts:
plugins/templates/templates.c
|
|
|
|
| |
(cherry picked from commit ca14cc115ee90650f1546ed3d95bf1ce6010569f)
|
|
|
|
| |
(cherry picked from commit 1b7fc9224b7107361282904483805c67d4980586)
|
|
|
|
|
|
|
|
|
|
|
| |
Replace the EShell and CamelSession arguments with a single EMailBackend
argument, from which both the EShell and CamelSession can be obtained.
(cherry picked from commit 540acdbfa95d29a66ad94bad68222b5ae9c98720)
Conflicts:
mail/em-composer-utils.h
modules/mail/e-mail-attachment-handler.c
|
|
|
|
|
|
|
| |
(cherry picked from commit 603fb5ac719acb7000559299c6fa7df2848f63ca)
Conflicts:
mail/em-composer-utils.c
|
|
|
|
|
|
|
|
|
| |
These functions do not exist:
e_mail_reader_get_formatter()
e_mail_reader_set_formatter()
(cherry picked from commit 8564aef30c6dc91af30b680d6008085350430bee)
|
|
|
|
| |
(cherry picked from commit 9528240fe85b084143db3f6be003b97555e480cb)
|
|
|
|
|
|
|
|
| |
Call e_task_shell_sidebar_add_client() instead of add_source().
No point asynchronously obtaining the client if we already have it.
(cherry picked from commit 52feeacf8d8da8ec169efbe40b4e75385a9bb7fe)
|
|
|
|
|
|
|
|
| |
Call e_memo_shell_sidebar_add_client() instead of add_source().
No point asynchronously obtaining the client if we already have it.
(cherry picked from commit 7f914de2907effe05da229896671691edc2c959f)
|
|
|
|
|
|
|
|
| |
Call e_cal_shell_sidebar_add_client() instead of add_source().
No point asynchronously obtaining the client if we already have it.
(cherry picked from commit 585745a2bf46d08ff55c9c16b3dd8d83ad8cb335)
|
|
|
|
|
|
|
|
|
|
| |
The function now returns TRUE if the ECalClient was actually removed
from the model, or FALSE if the model did not have the ECalClient.
Use this to avoid an unnecessary gnome_calendar_update_query() call
in cal_shell_view_selector_client_removed().
(cherry picked from commit 2aa759bc58ea8e14dd1d28a9d7f23e2f5f627c3f)
|
|
|
|
|
|
|
|
|
|
| |
The function now returns TRUE if the ECalClient was actually added
to the model, or FALSE if the model already had the ECalClient.
Use this to avoid an unnecessary gnome_calendar_update_query() call
in cal_shell_view_selector_client_added_cb().
(cherry picked from commit 6477dd65708b286001b487ca89d4d5066a25bbfd)
|
|
|
|
| |
(cherry picked from commit 815c8776bbeee8e937db73c2006846ab9606ffb0)
|
|
|
|
| |
(cherry picked from commit c12dc5766786efa9c2e82fb0b59fa1edf18d5f38)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Obtain calendar views asynchronously and concurrently, and update the
task and memo pads synchronously (they don't block as best I can tell).
Get rid of the whole thread-pool message dispatching thing, which I
think I myself wrote years ago (calendar had no async API back then).
Consequently I'm seeing calendar events show up noticably quicker.
(cherry picked from commit 1047848935ff20342a1ced37553ba89d710378d5)
|
|
|
|
| |
(cherry picked from commit afdbd662d1586a83982d63b355c3852ff47be651)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Making EAlertDialog non-resizable is the only way at present for GTK+ to
pick a resonable default size, otherwise we get alerts looking like this:
https://bugzilla.gnome.org/attachment.cgi?id=221303
See https://bugzilla.gnome.org/681937 for details.
Also drop the default window size hack in alert_dialog_constructed().
(cherry picked from commit 5b2ee4af6fafecfff78f15662c94e62470a9a43d)
|
|
|
|
|
|
|
|
|
| |
If sending fails for any reason, return a suitable GError. Don't just
return silently. Also check for a wider range of errors indicating the
service is unavailable in composer_send_completed(). This will trigger
the "save-to-outbox" info alert.
(cherry picked from commit 13089f0d5088cf138697121a0839bd7d3ed85e42)
|
|
|
|
| |
Keep forgetting 3.8 doesn't have e_weak_ref_new() / e_weak_ref_free().
|
|
|
|
|
|
|
| |
Remove a ClientData entry on "source-removed" or "source-disabled"
signals from the ESourceRegistry.
(cherry picked from commit d845222a117a665f25e4d6e110760c8908182336)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The HTML for attachments always has the following form:
<div class="attachment-wrapper" id="something" style="display: block;">
<actual attachment element>
</div>
The <div> element controls attachment visibility through its "display"
style attribute, which is either "block" or "none".
Problem is the <actual attachment element> was getting the same ID as
its parent <div> element. So when either element was requested by ID,
in certain cases the wrong element was returned and caused misbehavior
and console warnings.
Solve this by adding a "wrapper" suffix to the <div> element ID. So in
the example above, id="something" gets the <actual attachment element>,
whereas id="something.wrapper" gets the <div> element.
(cherry picked from commit 2d251a9597311d4eaaa73556c2c72af5fe62a86e)
|
|
|
|
|
|
|
| |
(cherry picked from commit fa39ba7c5dba1ce355fa560a1e46c542fb34a1b2)
Conflicts:
em-format/e-mail-formatter-attachment.c
|
|
|
|
|
|
|
| |
(cherry picked from commit c27e3a1dd2241029b8ccb316cc5b5134f96a12a1)
Conflicts:
modules/audio-inline/e-mail-parser-audio-inline.c
|
| |
|
|
|
|
| |
(cherry picked from commit 5204abd40cac00e501e3c0823c18016343feec4f)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes the following definitions from config.h:
CTIME_R_THREE_ARGS
GETHOSTBYADDR_R_SEVEN_ARGS
GETHOSTBYNAME_R_FIVE_ARGS
HAVE_ISBLANK
HAVE_MKSTEMP
HAVE_STATFS
HAVE_STATVFS
HAVE_SYS_MOUNT_H
HAVE_SYS_PARAM_H
HAVE_SYS_STATVFS_H
These were all either unused or unnecessarily used.
(cherry picked from commit 3777e4887c286282b5e24b42328a6a660d7360c8)
|
|
|
|
| |
(cherry picked from commit 13958f5ad55a53fada84d0b0679af9d38019c6aa)
|
|
|
|
|
|
|
| |
WebKitGTK+ 1.10 is the minimum requirement nowadays, so no need to
blacklist an older version.
(cherry picked from commit 06f624b830125c1f46ef9f97e9cfbc7ae9b66012)
|
| |
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit e21da33e6bdadbc1965fd172e784ba7a003dd87b)
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 6777fe64efe13fe7031b61505e918d012621ebd7)
|
| |
|
|
|
|
|
|
|
| |
(cherry picked from commit 92817706c525cf83f7b9867ea088b162b5348371)
Conflicts:
libemail-engine/e-mail-session-utils.c
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New functions:
e_mail_session_get_fcc_for_message_sync()
e_mail_session_get_fcc_for_message()
e_mail_session_get_fcc_for_message_finish()
e_mail_session_ref_transport()
e_mail_session_ref_default_transport()
e_mail_session_ref_transport_for_message()
(cherry picked from commit dea7daf4c33ce4bdd020c19a3440538371b415a7)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
EAttachment updates its tree model row directly in response to property
change notifications, but now change notifications can come from worker
threads whereas the tree model row should only be updated from the main
thread. To compensate, respond to notifications by adding idle sources
to the default context. The idle callback will update the row from the
appropriate thread.
(cherry picked from commit 749dabd02565e285ceef8e1dad9ba35b48b2fbaf)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EAttachment is now used from worker threads by EMailFormatterAttachment,
so add some thread-safe accessor functions to eliminate potential races.
Added thread-safe functions:
e_attachment_dup_disposition()
e_attachment_ref_file()
e_attachment_ref_file_info()
e_attachment_ref_icon()
e_attachment_ref_mime_part()
e_attachment_dup_description()
e_attachment_dup_thumbnail_path()
Renamed functions:
e_attachment_get_mime_type() -> e_attachment_dup_mime_type()
Removed non-thread-safe functions:
e_attachment_get_file()
e_attachment_get_file_info()
e_attachment_get_icon()
e_attachment_get_mime_part()
e_attachment_get_description()
e_attachment_get_thumbnail_path()
(cherry picked from commit 9058c6f85dc49f9500e7e67819acfd8c0d2d369c)
|
|
|
|
| |
(cherry picked from commit 256422cab27d0b7adbe99fdeaceb72cd78c129bb)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Simplify the EABContactFormatter API as follows:
* Drop all constructor arguments from eab_contact_formatter_new()
since get/set functions exist for all of them.
* Remove eab_contact_formatter_format_contact_async() since
EABContactFormatter does not block.
* Replace eab_contact_formatter_format_contact_sync() with
eab_contact_formatter_format_contact() which drops the CamelStream
and GCancellable arguments and takes a GString as an output buffer.
* Remove the "state" and "style" properties, and always use a white
background when rendering the full contact.
This is particularly important since render_normal() dereferenced
the GtkStyle without checking for NULL, which would crash on mails
with a vCard MIME part when "Show Full vCard" was clicked, because
the "vcard-inline" module never set a GtkStyle.
(cherry picked from commit badc0e6156777c65885bad6858a6f44f7cbf037e)
|
|
|
|
| |
(cherry picked from commit 3df09670afb44ecf2d39fb71a228f0fa7ebbdb73)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
e_mail_reader_get_folder() does not return a new CamelFolder reference,
yet mail_to_event() was acting as though it does. This caused a crash
after the function ran and Evolution tried to use the folder again.
Truth be told, e_mail_reader_get_folder() really *should* return a new
reference to ensure the CamelFolder is not finalized while it's in use.
But we would need to rename the function to e_mail_reader_ref_folder()
to reflect the change in semantics, and I suspect the function is used
in a great many places.
(cherry picked from commit f0151c785648b44850b46fa50336126c282fcc58)
|
|
|
|
| |
(cherry picked from commit 35f0a8499360e6a9a62a17308b0c4847074d90ab)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
em_utils_print_messages_to_file() was doing so asynchronously, but
unfortunately drag-n-drop is a synchronous protocol. So by the time
the asynchronous print operation completed, the URI list pointing to
the temporary PDF files had already been passed to the file manager.
The only reason the files were created at all was because we test the
generated file name with open(...O_CREAT...) before starting the print
operation, and I'm not convinced that test is even necessary.
(cherry picked from commit 72f465b17342831163422cad05eaa6e648fffa19)
|
|
|
|
|
|
|
|
| |
This adds a GAsyncReadyCallback and a closure to e_mail_printer_print(),
and trades the "done" signal for e_mail_printer_print_finish() so that
EMailPrinter is a little more reentrant.
(cherry picked from commit 16a95bfa16b3864268e0ab0916bb6c02ec626fe0)
|
|
|
|
| |
(cherry picked from commit 3acb2d672821efd599d1fad0a55808de6b9bd495)
|
|
|
|
| |
(cherry picked from commit 459cbbd9c74fee5fd05a05c2bf45a83ad00b5cf6)
|
|
|
|
|
|
| |
Hidden setting, no clear use case, and poorly implemented.
(cherry picked from commit 289d96f5f0816a5fb3c642827c6f69a690a6574c)
|
|
|
|
|
|
|
|
|
|
|
|
| |
We used to do this before WebKit and it looked better.
Also fix up the header section for right-to-left locales:
put the collapse button on the right, and images on the left.
(cherry picked from commit 448aa307c324899a45b56d00c23d247b789eca27)
Conflicts:
em-format/e-mail-formatter-headers.c
|
|
|
|
|
|
|
|
| |
(cherry picked from commit 26ca1f2c563d5b4b2f3d3adcf427b8c3db62f4c4)
Conflicts:
em-format/e-mail-formatter-headers.c
em-format/e-mail-formatter.h
|
| |
|
|
|
|
|
|
|
|
| |
Unless the button to choose a calendar was clicked, because
the calendar path is not filled, thus the server claims
"HTTP 405 error", which means an OPTIONS request cannot be done
on the path, which was just root of www.google.com, instead
of a calendar path. (This was reported as part of bug #659522.)
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix typo
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the event of an address book backend abort, EClientCache detects this
and invalidates its cached EClient (if it has one), so a new instance is
created on the next request.
EAddressbookModel is only handed an EClient once, which may become stale
if the backend aborts. And even if the backend is restarted the address
book will remain unresponsive in Evolution.
This commit changes the behavior so that every time an address book is
selected in the side bar, a fresh EClient instance is obtained from the
EClientCache and handed to the EAddressbookModel. If the model already
has that EClient instance, nothing happens. Otherwise the model resets
itself and creates a new EBookClientView.
(cherry picked from commit 6ec48e33ef01476246d943d941eb2e022687ef59)
|
|
|
|
| |
(cherry picked from commit 8fa69fc517a31c276270c7bc10f7ea1377bbbca4)
|
| |
|
|
|
|
| |
(cherry picked from commit 63e96ab38c4a013987114680476d2c2841e9df30)
|
|
|
|
|
|
| |
Forgot to remove this along with evolution-settings.
(cherry picked from commit 917544583ae7e1a6c23c2b0cfc132a5573a9fe82)
|
| |
|
|
|
|
| |
when possible
|
| |
|
|
|
|
| |
(cherry picked from commit 80fb5269367c5ff703f3ae0dbb869330d65b6df0)
|
|
|
|
|
|
|
|
|
| |
Remove this status message nonsense that I came up with during the
kill-bonoto rewrite. Instead submit a real EActivity to the shell
backend. Mismanagement of the status message seems to be blocking
application shut down in some cases.
(cherry picked from commit 532e24fe115fa35f496b12415d539685f12c63d0)
|
|
|
|
| |
(cherry picked from commit afe1d97399538c8a5dedb18cf51ced4c8bb36203)
|
|
|
|
|
|
|
|
|
| |
Remove this status message nonsense that I came up with during the
kill-bonobo rewrite. Instead submit a real EActivity to the shell
backend. Mismanagement of the status message sesms to be blocking
application shut down in some cases.
(cherry picked from commit d4ae41915c2c0d63249aedf5bf1edc19f0bffed1)
|
|
|
|
| |
(cherry picked from commit 3a0b447047afec2e00d36be56d0a2e325e2b7af1)
|
|
|
|
|
|
|
|
|
| |
Remove this status message nonsense that I came up with during the
kill-bonobo rewrite. Instead submit a real EActivity to the shell
backend. Mismanagement of the status message seems to be blocking
application shut down in some cases.
(cherry picked from commit d39a6e140208ea2261a88fda5dc1b174c9dde4a6)
|
|
|
|
|
|
| |
Convenience function cancels the activity's GCancellable.
(cherry picked from commit 8b245838de22f470e867b28631240a018a0bc36b)
|
|
|
|
| |
(cherry picked from commit d0a0a397987684334c5fd41b364218782bc9bcfd)
|
|
|
|
| |
(cherry picked from commit 3573cab310cf9e74a28163e5b8ee1f82b3884af6)
|
|
|
|
| |
(cherry picked from commit c34ed9f365ed43055aec3f33189bb574a52d9c94)
|
|
|
|
| |
(cherry picked from commit a2ee4d2b5055181173154b51ec5309c671f0aaf4)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Stop searching address books on the first error but don't indicate
failure if we've managed to accumulate contacts prior to the error.
(cherry picked from commit 5e1934425ddedb3848a66f16100e4ee1ea12aeb1)
|
| |
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 65fed9486c084c4c913c9af296bb1e49b6e40b6d)
|
| |
|
|
|
|
| |
(cherry picked from commit d4473cf20a4991400f1ccbaecab8f8a82198a9a8)
|
|
|
|
|
|
|
|
|
| |
Log debug messages for outstanding activities during shutdown to
help investigate stuck shutdown issues.
Enable this feature with: G_MESSAGES_DEBUG=evolution-shell
(cherry picked from commit fd6ff38fbd6dc82fe16c157dbdb4602b3277abfa)
|
|
|
|
|
|
|
|
|
| |
Use g_signal_connect_data() to automatically release the EActivity when
the signal handler is disconnected, and keep the handler ID internally.
This is cleaner than using g_signal_handlers_disconnect_by_func().
(cherry picked from commit 7a2673a359ed80ba3f3bcd569de108432da18e11)
|
|
|
|
|
|
|
|
|
|
|
| |
Mimicing Colin's commit fb9b02e for E-D-S.
We can't do (cd $(srcdir); ...) and inside reference $(top_srcdir)
because that variable uses a *relative* path. Thus we copy the
approach from gnome-shell of explicitly using addprefix to append
the source directory.
(cherry picked from commit 7dec65de1a2f3c879a53a7a1649b0d8899412a39)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This dialog is all kinds of lame, not to mention ugly. It tends to pop
up when evolution-alarm-notify starts and often steals input focus from
the normal reminder dialog that pops up overtop of it.
Let's not apologize for features not implemented. Instead of alerting
the user that we'll show a normal reminder dialog in lieu of sending an
email reminder, just show a normal reminder dialog.
(cherry picked from commit 2f47b719dd129eb5821c2b186455c979e043f585)
|
|
|
|
|
|
|
|
|
| |
Be more forgiving of modifiers. Check for GDK_CONTROL_MASK and
GDK_SHIFT_MASK, but not to the exclusion of all other modifiers.
There, that should make the shortcut work for everyone now.
(cherry picked from commit d15dd3e89b4a29c3bbe2d4ac7be874f5aa965fb4)
|
|
|
|
|
|
|
|
| |
This has been breaking distcheck for ages!
It figures it would turn out to be something this stupid...
(cherry picked from commit c7ded9a0dfadc69f603c524c5816fe32229545f6)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 26672df4db38e1726b66b1a3c893c9e894e762c0)
|
|
|
|
| |
(cherry picked from commit adf8a1bbead09a39ec1b15a164d78a9587ac1734)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This accidentally got dropped during the "account-mgmt" project.
As much as I loathe EConfig, the "Automatic Contacts" plugin is useless
without its Preferences page in the Contacts section.
(cherry picked from commit 2abf047ec84e4d3ce31a4da86dceca3b0c9aaea1)
Conflicts:
modules/addressbook/autocompletion-config.c
|
| |
|
|
|
|
| |
(cherry picked from commit 3e99eb24a88a6eddd2aeed1c302a32180e07cfb3)
|
|
|
|
|
|
| |
Replaces e_cal_model_get_default_client(), which was not thread-safe.
(cherry picked from commit 08d5bdcf8b8bef913c9ad175927d528ff432332f)
|
|
|
|
|
|
|
|
|
|
| |
Was not thread-safe because it did not reference the return value.
The function was only used to implement the Refresh action on the
sidebar menu. e_client_selector_ref_cached_client() works better
for this anyway.
(cherry picked from commit 1df4952769b3211b90aecb3a359d8ae484fd1363)
|
|
|
|
|
|
|
|
|
| |
Replaces e_cal_model_get_client_list().
Does the same thing, except the returned ECalClient instances are
referenced for thread-safety.
(cherry picked from commit 1141e231478410ecd83c78507612e57f58f2ccf1)
|
|
|
|
| |
(cherry picked from commit ebef28545a2a74d675142afd6921f5e0e65b4b76)
|
|
|
|
|
|
|
|
|
|
| |
Adds some private ECalModel functions:
client_data_new()
client_data_ref()
client_data_unref()
(cherry picked from commit 01207c3c8ed00e6de1d66901b257bf3ffee7d350)
|
|
|
|
|
|
|
|
| |
ECalModelClient looks like a public type name, but it's strictly
internal to ECalModel. Plus all the variable names of that type
are already "client_data".
(cherry picked from commit cf94e5b8097555b43b5fba3bdd44bee39ce47a4a)
|
|
|
|
| |
(cherry picked from commit e13548be64c6a2248a722775a4b5f7a11cd176e3)
|
|
|
|
|
|
|
|
|
| |
GDK_MOD1_MASK is ill defined across various keyboards, apparently.
Use Ctrl + Shift + I instead, which happens to match what Chrome uses
to bring up its web inspector.
(cherry picked from commit e68a333a4fb34292aa7bf8ec1004c390e8475afa)
|
|
|
|
| |
highlighting. Fixes Bug#696673
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Calling webkit_get_web_plugin_database() somehow ends up calling
g_bus_get_sync(), which in turn makes gtkdoc-scangobj hang forever.
Call it instead as a GOnce callback during instance initialization,
which avoids the hang since gtkdoc-scangobj only peeks at classes.
(cherry picked from commit eb6ecc6fb5d1b6859fab949ba20865d2ca784306)
|
|
|
|
| |
(cherry picked from commit 721fef2d96464dde0155cc98e7e98b7cc936ad5c)
|
|
|
|
| |
(cherry picked from commit 040140a336a18ac542d1464e5bd5c0b16287da51)
|
|
|
|
|
|
|
|
|
|
|
| |
In Evolution 2.x, the local mail store used mbox format. Camel will not
recognize the old-style "mbox:///.../local" folder URIs, since the local
mail store is now Maildir format. Test for this and work around it.
This should re-fix bug 638307 which was a nuisance error about failing
to append to a "mbox:///.../local#Sent" folder after sending a message.
(cherry picked from commit 94372b5f1857b66d1ae7e14a37075122b5c8336c)
|
|
|
|
|
|
| |
We require WebKitGTK+ >= 1.10 so we can drop a hack to support < 1.9.6.
(cherry picked from commit fa875d8565824e3a6c2cdeeb9b2e4e95009c2723)
|
|
|
|
|
|
|
| |
This also removes an unused function e_web_view_get_highlights() which
was returning a GSList.
(cherry picked from commit b83a9cd5bb938e3ccb72eae8d5b6392961169258)
|
|
|
|
| |
(cherry picked from commit e0a85ffed4267836db33cd245e6704e6510a24c5)
|
|
|
|
|
|
|
| |
The multipart/mixed should behave differently than multipart/related,
because subparts of multipart/mixed are not meant to reference each
other by default, thus the subparts should be shown as attachments.
This was reported at https://bugzilla.redhat.com/show_bug.cgi?id=947409
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 4c5e629f518fa03610e69c970337d9f7d625a50b)
|
|
|
|
| |
(cherry picked from commit 5ece5b9483db0ca246eea687c4e883d38306aff4)
|
|
|
|
| |
(cherry picked from commit 5ac61cc67e3874547b83f5c05ae2c1b76a6de3bb)
|
|
|
|
| |
(cherry picked from commit a7cd179c901a620ea2f4e11589cccc960d8373fc)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit ee5671fc fixed mbox-to-Maildir conversion for users upgrading
from Evolution 2.32, who had already migrated to XDG Base Directories.
But turns out, mbox-to-Maildir conversion was still broken for users
coming from Evolution 2.30 or earlier because the logic to move files
into XDG Base Directories was running *after* the conversion routine.
So the conversion routine found nothing to convert, and users were
left with a broken "On This Computer" mail store.
This commit runs the XDG Base Directory migration first on startup,
followed by the mbox-to-Maildir conversion.
(cherry picked from commit 1723ee09122a8e137e78ed301f2706eefb281adf)
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 3cbe26e9d02cf89f8c3088bc0d011eddfa9ae35d)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
|
| |
|
| |
|
|
|
|
| |
Caused by double-reffing the message object.
|
| |
|
| |
|
|
|
|
| |
Requires WebKitGTK+ 2.0 to work again.
|
| |
|
|
|
|
|
|
|
|
| |
Use g_simple_async_result_complete_in_idle() so the queued results
complete in the correct main loop context. Otherwise we get runtime
warnings:
"g_simple_async_result_complete() called from wrong context!"
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Automatically configures the "checking-enabled" property on all
ESpellEntry instances.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Long as I'm hacking on this widget for a different issue, may as well
get this out of the way. We'll have to do it eventually anyway.
|
| |
|
|
|
|
|
|
| |
In some cases the collection source is non-writable but its child
sources _are_ writable. In that case, the one non-writable source
causes the whole operation to fail. Commit only writable sources.
|
| |
|
| |
|
|
|
|
| |
Automatically configured, of course, by ESettingsCompEditor.
|
| |
|
| |
|
|
|
|
| |
Configures the "week-start-day" property of EWeekdayChooser.
|
|
|
|
| |
Also add a "week-start-day" property and make it extensible.
|
|
|
|
|
| |
Not needed anymore since it finally dawned on me to use weak references
in main loop event closures. The EBookClient now dies when it should.
|
| |
|
|
|
|
|
| |
e_weekday_to_tm_wday()
e_weekday_from_tm_wday()
|
|
|
|
| |
The "show-week-numbers" and "week-start-day" properties are not used.
|
|
|
|
| |
EDateEdit widgets are automatically configured by ESettingsDateEdit.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
These aren't as efficient as possible, but are as clear as possible.
New functions:
e_weekday_add_days()
e_weekday_subtract_days()
e_weekday_get_days_between()
|
|
|
|
|
|
|
| |
Changed my mind... got more to add.
e_get_next_weekday() -> e_weekday_get_next()
e_get_prev_weekday() -> e_weekday_get_prev()
|
| |
|
|
|
|
|
|
| |
These just cycle over the GDateWeekday enum.
Trivial functions, but they help make loops a little easier to read.
|
| |
|
|
|
|
|
|
| |
DConf load command requires a slash at the end of the path to load,
but the replace_variables() code always removed the trailing slash,
which made the configuration load nonfunctional.
|
|
|
|
| |
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
By way of ESettingsCalendarItem.
|
| |
|
|
|
|
|
|
| |
This enum type is intentionally compatible with GDateWeekday.
It exists only because GLib does not provide a GEnumClass for
GDateWeekday. If that ever changes, this enum can go away.
|
| |
|
|
|
|
|
|
| |
For use with interval "units" keys.
Converting a key's type from string to enum is backward-compatable.
|
|
|
|
| |
Get the icaltimezone from the passed in ECalClient.
|