Commit Graph

48 Commits

Author SHA1 Message Date
080c1a02b0 I#790 - Automatic contacts: Do not modify contacts with the same full name
Closes https://gitlab.gnome.org/GNOME/evolution/issues/790
2020-02-17 12:55:57 +01:00
0f0fd768f6 Prefer GSlice over heap allocation for short-lived structures
It might be quicker to use GSlice than to allocate new memory on the heap,
thus let's try to benefit from it.
2020-01-21 23:12:48 +01:00
f35dfd7d35 bbdb_merge_buddy_to_contact: Use provided new() function and fix possible memory leak 2020-01-21 23:12:48 +01:00
6eca898632 eds-I#154 - Replace deprecated gdk_beep() usage in the code
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/154
2020-01-15 12:14:14 +01:00
4c9068f5d9 I#745 - PST importer: Fix name of MIME multipart/alternative
Closes https://gitlab.gnome.org/GNOME/evolution/issues/745
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/42
2020-01-07 07:40:06 +01:00
1d7e3e75cc EWebView: Use JavaScriptCore API of WebKitGTK+
All the previews (in Mail, Contacts, Memos and Tasks) stop using
deprecated WebKitGTK+ DOM API through a WebExtension (and its D-Bus
API) and start using the JavaScriptCore API (and JavaScript as such).
This allows to lightweight the WebExtension for the EWebView
significantly, including drop of the D-Bus API of it, fully relying
on the Inter-Process-Communication of WebKitGTK+ itself.
2019-10-09 12:26:12 +02:00
3e8bfe0a72 I#568 - Set GtkLabel's width-chars when using line-wrap
Closes https://gitlab.gnome.org/GNOME/evolution/issues/568
2019-08-08 17:19:23 +02:00
d2b83b197b M!27 - Ignore the value of some GString functions
… or start using it, whatever is appropriate.

Callng “x = g_string_append (x, y)” is equivalent to
“g_string_append (x, y)".

Likewise for g_string_erase().
2019-07-11 12:26:50 +00:00
cfe348237a M!30 - Use the return value of g_string_free(*, FALSE)
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/30
2019-07-10 12:02:10 +02:00
6dc66755af M!23 - Prefer g_string_append_c() over g_string_append()
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/23
2019-07-08 15:09:10 +02:00
57aa3bce7d Address some issues reported by static analyzers (Coverity Scan, clang) 2019-05-17 12:51:13 +02:00
47de79218e Port to libecal-2.0 and adapt to libebook API changes
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/33
2019-05-17 12:50:12 +02:00
fa1101bc6a I#282 - Do not preview pipe-s in GtkFileChooser
Closes https://gitlab.gnome.org/GNOME/evolution/issues/282
2019-01-16 15:47:24 +01:00
6cde71f954 I#165 - [Flatpak] Use GtkFileChooserNative for Flatpak portals support
Closes https://gitlab.gnome.org/GNOME/evolution/issues/165
2018-11-30 12:25:02 +01:00
dc9ec02227 Correct how extra compiler warnings are used in the maintainer mode
...and address the newly shown warnings as well.
2018-11-14 12:58:37 +01:00
49aa88030a Bug 769396 - Quoted Reply with Template
Closes https://bugzilla.gnome.org/show_bug.cgi?id=769396
2018-11-09 10:34:10 +01:00
65f7ba867d Bug 228772 - Allow to specify a default language for a given identity
Closes https://bugzilla.gnome.org/show_bug.cgi?id=228772
2018-10-08 19:05:54 +02:00
80fa06b280 [mail-notification] Correct a recently added translatable string 2018-07-18 19:38:45 +02:00
61fe6be660 Bug 787344 - Mail Notification account selection 2018-07-17 11:15:31 +02:00
1a05ba089e Bug 795870 - Add a way to initiate refresh of account sources 2018-06-08 10:36:16 +02:00
363d0fd04c I#9 - Mail notification tweaks
Closes https://gitlab.gnome.org/GNOME/evolution/issues/9
2018-06-05 17:40:39 +02:00
ed7add9842 Address some of the compiler and static analyzers warnings 2018-05-17 15:13:03 +02:00
c2493a729c Bug 795331 - Use correct desktop-entry name in notifications 2018-04-19 14:02:53 +02:00
0e84e07b56 Mark missing string for translation 2018-04-01 17:11:24 +02:00
6127b49fb8 Bug 794465 - [Automatic Contacts] Option to File under as "First Last" 2018-03-23 11:21:00 +01:00
7b8e53dd14 Bug 602612 - Add 'Alternative Reply' menu option 2018-03-12 14:29:49 +01:00
3eb323f346 Bug 792909 - [mail-to-task] Ensure UTF-8 valid Description 2018-01-26 11:12:18 +01:00
77c79d80b0 Bug 792385 - [mail-to-task] Odd component editor window title (Unicode dash) 2018-01-10 12:01:03 +01:00
a6a451ab87 Bug 790020 - Use original location when composing new message in Search Folder 2017-11-24 12:25:54 +01:00
70892e0303 Bug 790069 - Free/Busy Publishing should not include X-SUMMARY and X-LOCATION 2017-11-21 17:30:51 +01:00
fd7b1cd239 Rename evolution.desktop to org.gnome.Evolution.desktop
And some related changes around appdata and metainfo files as well.
2017-09-11 12:57:30 +02:00
0961697a4f Revert "Rename evolution.desktop to org.gnome.Evolution.desktop"
This reverts commit 3f892a0634.
2017-09-04 16:13:05 +02:00
3f892a0634 Rename evolution.desktop to org.gnome.Evolution.desktop
And some related changes around appdata and metainfo files as well.
2017-09-01 15:00:25 +02:00
5d57da76cc Wrong folder URI used for message notifications
It makes the window to activate the Mail view, but it fails to switch
to the correct folder. The problem was that folder_name was actually
the folder_uri.
2017-07-10 20:07:06 +02:00
82952788d1 Use new e_util_generate_uid() instead of e_cal_component_gen_uid() 2017-05-18 16:53:23 +02:00
e141502904 Fix few issues reported by Coverity scan
Part of the change done by Tomas Popela
2017-03-21 14:49:17 +01:00
99c0fc086e Bug 778036 - [bbdb] Auto Contacts give up after EWS GAL lookup failure 2017-02-06 12:05:14 +01:00
1ba62855e3 Fix few memory leaks 2017-01-27 12:05:09 +01:00
a7e66ee3a1 Fix few more memory leaks 2017-01-10 19:24:40 +01:00
9f0df5c135 Bug 776584 - Remember last selected file chooser folder 2017-01-03 15:51:31 +01:00
db244f84b2 Resave .ui files with latest glade and bump gtk+ requirement to 3.10
...the same version, as the project requires.
2016-12-15 10:35:58 +01:00
539c59e4d1 Bug 774691 - [Attachment reminder] Stop search on inline reply/forward markers 2016-11-29 22:03:20 +01:00
bc5f32786d Bug 774377 - Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
2016-11-23 18:23:38 +01:00
f5e23a70e3 Bug 774521 - Translator comments are missing in the .pot/.po files 2016-11-21 11:23:20 +01:00
8b74f91460 Bug 764065 - [Camel] Port more classes to GObject 2016-11-08 15:51:20 +01:00
f4c03b4ac2 Fix e_mail_display_get_selection_plain_text_sync()
Fix couple of issues with e_mail_display_get_selection_plain_text_sync()
 * Call the right Web extension method
 * Fix a FIXME WK2 comment
 * Change the return type to gchar * instead of const gchar * and adapt
   the code. Previously we were return a string that belonged to the
   GVariant, that contained the result of a DBus call to Web extension.
   The problem was that string was freed even before we return it from
   the function as it was freed with g_variant_unref().
2016-10-24 14:21:39 +02:00
f982b73031 Bug 605416 - Add aliases for accounts 2016-10-18 18:42:09 +02:00
d17f923f92 Reorganize directory structure
Let's have it as it's common to be, which means top level src/ for
sources, single data/ for data, and so on.
2016-10-11 19:30:18 +02:00