Compare commits

..

34 commits

Author SHA1 Message Date
Jens Petersen
7c43580f77 rebuild for F44 https://fedoraproject.org/wiki/Changes/cmark-0.31 2026-01-05 16:15:40 +08:00
Milan Crha
a485cde8d2 Add libevcardeditor.so
[skip changelog]
2026-01-04 09:45:06 +01:00
Milan Crha
984c082a4a Update to 3.59.1 2026-01-02 11:04:08 +01:00
Milan Crha
0b85490400 Update to 3.58.2 2025-11-21 11:28:24 +01:00
Milan Crha
e96e01d89c Update to 3.58.1 2025-10-10 09:37:56 +02:00
Milan Crha
9a02da726b Update to 3.58.0 2025-09-12 09:54:38 +02:00
Milan Crha
b6316f0d61 Update to 3.57.3 2025-08-29 09:05:27 +02:00
Milan Crha
b150c7f93f Appdata file renamed to org.gnome.Evolution.metainfo.xml
[skip changelog]
2025-08-01 10:18:26 +02:00
Milan Crha
1ec7fe02ac Update to 3.57.2 2025-08-01 09:45:19 +02:00
Fedora Release Engineering
cc74a292b6 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 20:11:10 +00:00
Milan Crha
8d7c63d472 Do not force a CMake build system generator 2025-07-17 09:59:42 +02:00
Milan Crha
a167a13c49 Update to 3.57.1 2025-06-27 08:59:40 +02:00
Milan Crha
eac5f5381a Update to 3.56.2 2025-05-23 21:01:46 +02:00
Milan Crha
b763edfc69 Update to 3.56.1 2025-04-11 08:46:32 +02:00
Milan Crha
399118cf1a Temporarily adapt to CMake macro changes
Related to https://src.fedoraproject.org/rpms/cmake/pull-request/45
2025-03-14 10:38:33 +01:00
Milan Crha
1b2dcdb774 Update to 3.56.0 2025-03-14 09:36:01 +01:00
Milan Crha
2b76adb6fb Update to 3.55.3 2025-02-28 11:57:16 +01:00
Milan Crha
142e8b59ce Update to 3.55.2 2025-01-31 15:50:29 +01:00
Fedora Release Engineering
75da879e46 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 17:34:52 +00:00
Milan Crha
d148c78e2a Update to 3.55.1 2025-01-07 08:45:47 +01:00
Milan Crha
c028e25e36 Update to 3.54.2 2024-11-22 09:14:31 +01:00
Milan Crha
9743ead8f3 Update to 3.54.1 2024-10-18 09:28:03 +02:00
Milan Crha
3dd073cda3 Update to 3.54.0 2024-09-13 10:16:48 +02:00
Milan Crha
5343d971e1 Update to 3.53.3 2024-08-30 04:08:45 +02:00
David King
d3e47d3088 Rebuild against gspell 2024-08-26 19:52:02 +01:00
Milan Crha
2097a6e4ed Update to 3.53.2 2024-08-02 08:49:15 +02:00
Fedora Release Engineering
94619c361f Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 22:31:30 +00:00
Milan Crha
3fb2d0402b Update to 3.53.1 2024-06-28 09:59:06 +02:00
Milan Crha
dac6de3858 Update to 3.52.2 2024-05-24 08:19:36 +02:00
Milan Crha
66d7a4c6a2 Update to 3.52.1 2024-04-19 08:45:15 +02:00
Milan Crha
920b04003d Update URL to point to the new Wiki space 2024-03-26 16:50:24 +01:00
Milan Crha
4b9b71db69 Update to 3.52.0 2024-03-15 08:10:01 +01:00
Milan Crha
6aba648d1d Update to 3.51.3 2024-03-01 09:43:05 +01:00
Owen W. Taylor
5ab7ebe2d6 Add patch to fix backup tool for F39-style Flatpaks
With the F39 Flatpak, the EDS D-Bus service name prefix is set at container
creation time, instead of at build time, so instead of looking for
service file that exactly matches the service name we got from
pkg-config, look for one that includes that service name as a substring.
2024-03-01 09:39:10 +01:00
3 changed files with 16 additions and 3135 deletions

File diff suppressed because it is too large Load diff

View file

@ -1 +1 @@
SHA512 (evolution-3.52.4.tar.xz) = 6b6112032b8f531043a1ac95916b0a2190853d037fb92a93aeda4aa3023fdb267382f9e81ce28dc8dadc76e0907f3d0e540ff8499aae12560bec6a75d5247ec5
SHA512 (evolution-3.59.1.tar.xz) = 26d6d4dfcdbc3d89f88d9e24096c7ff910d221119def75d7f80a397f682be96860726832c7c62b46769ce9cfcc15e5844cbcc016facc9b21b4eb9bbb2c17360d

View file

@ -1,37 +0,0 @@
diff --git a/src/modules/webkit-editor/e-webkit-editor.c b/src/modules/webkit-editor/e-webkit-editor.c
index bc423841a8..d3217cd48b 100644
--- a/src/modules/webkit-editor/e-webkit-editor.c
+++ b/src/modules/webkit-editor/e-webkit-editor.c
@@ -5724,6 +5724,24 @@ webkit_editor_button_press_event (GtkWidget *widget,
GTK_WIDGET_CLASS (e_webkit_editor_parent_class)->button_press_event (widget, event);
}
+static gboolean
+webkit_editor_button_release_event (GtkWidget *widget,
+ GdkEventButton *event)
+{
+ if (event->button == 2) {
+ /* WebKitGTK 2.46.1 changed the middle-click paste behavior and moved
+ the paste handler from the button-press event into the button-release
+ event, which causes double paste of the clipboard content. As the paste
+ is handled in the webkit_editor_button_press_event() above, make sure
+ the release handler is not called here regardless whether the user
+ uses the changed WebkitGTK or not. */
+ return TRUE;
+ }
+
+ /* Chain up to parent's method. */
+ return GTK_WIDGET_CLASS (e_webkit_editor_parent_class)->button_release_event (widget, event);
+}
+
static gboolean
webkit_editor_key_press_event (GtkWidget *widget,
GdkEventKey *event)
@@ -5814,6 +5832,7 @@ e_webkit_editor_class_init (EWebKitEditorClass *class)
widget_class = GTK_WIDGET_CLASS (class);
widget_class->button_press_event = webkit_editor_button_press_event;
+ widget_class->button_release_event = webkit_editor_button_release_event;
widget_class->key_press_event = webkit_editor_key_press_event;
g_object_class_override_property (