caf7f8ff7c
New upstream release
2025-02-05 14:40:49 -05:00
ff9ea74bf6
Update upstream source from tag 'upstream/3.55.2'
...
Update to upstream version '3.55.2'
with Debian dir 7f37f47a7b
2025-02-05 14:40:49 -05:00
aa96545a5c
New upstream version 3.55.2
2025-02-05 14:40:00 -05:00
0c00845e5c
NEWS update for 3.55.2
2025-01-31 14:47:20 +01:00
39b34dc2e1
Update POTFILES.in
2025-01-31 12:44:55 +01:00
99b1cd790d
docs: Remove index references for versions not in the code any more
2025-01-30 17:45:41 +01:00
bc1b4730c2
M!181 - Remove calendar/gui/misc.c|.h
...
* replace get_position_in_array with GLib native function
* move calculate_time to its only place it is used
* move string_is_empty to e-misc-utils to be used in more places
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/181
2025-01-30 16:13:32 +00:00
8c2e3c4c6f
Update Ukrainian translation
2025-01-29 17:06:43 +00:00
1607ce6990
Update Slovenian translation
2025-01-29 16:48:19 +00:00
f4dffb28cf
ews-I#295 - itip-formatter: Import of forwarded meeting as bare event
...
This part adds an "Import as Event" button to the meeting request
window when the selected calendar claims it can add only meetings
organized by the calendar owner, which will remove the organizer
and all the attendees before the import.
Related to https://gitlab.gnome.org/GNOME/evolution-ews/-/issues/295
2025-01-29 12:25:40 +01:00
3816f5dc44
Update Ukrainian translation
2025-01-28 20:15:30 +00:00
fd5eefb0eb
Update Ukrainian translation
2025-01-28 20:13:57 +00:00
741a464a17
M!178 - Use webkit_settings_font_size_to_pixels to set font size
...
WebKitGTK does this for us.
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/178
2025-01-28 17:39:14 +00:00
14ee591e8f
EShellSwitcher: Cannot create a new window by a switcher button press
...
This covers two problems:
- middle-click on a button, or Shift+LeftClick, did not open a new
window with the corresponding view, because the action requires
the name of the view to be opened
- clicking on an older active (pushed) button deactivated it, while
it should do nothing, it should keep the button pushed down.
2025-01-28 18:04:47 +01:00
6c507b8e8f
Use gtk_show_uri_on_window instead of gtk_show_uri
...
Remove deprecation warnings.
2025-01-28 15:49:07 +01:00
442387e595
M!175 - Avoid the use of g_binding_get_source/target
...
Use their _dup equivalent as the _get ones are now deprecated.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/175
2025-01-28 14:32:12 +00:00
2b311d49a7
M!174 - Do not use GTimeVal
...
It is deprecated as unsave for Y-2038.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/174
2025-01-28 15:15:46 +01:00
c987596e0c
M!176 - Replace gtk_combo_box_set_focus_on_click with gtk_widget_set_focus_on_click
...
This is equivalent since Gtk 3.20.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/176
2025-01-28 13:47:09 +00:00
8930c7a8d8
M!163 - ETable/ETree: Use GtkGrid instead of GtkTable
...
GtkTable is now long deprecated.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
099c0acdd6
M!163 - EConfig: Expect GtkGrid instead of GtkTable
...
Change E_CONFIG_SECTION_TABLE to E_CONFIG_SECTION_GRID as it now expects a GtkGrid.
Also do the same for E_CONFIG_ITEM_TABLE.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
8408a4ea1a
M!163 - EMsgComposer: Do not change the spacing of EComposerHeaderTable
...
It is not a GtkTable anymore and thus handles spacing between missing columns
better.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
5a72933dec
M!163 - FolderProperties: Use GtkGrid instead of GtkTable
...
GtkTable is now long deprecated.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
f771a934dd
M!163 - EImportAssistant: Use GtkGrid instead of GtkTable
...
GtkTable is now long deprecated
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
d70cc5e60d
M!163 - save-calendar: Use GtkGrid instead of GtkTable
...
GtkTable is now long deprecated.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
de48c74882
M!163 - test-dateedit: Use GtkGrid instead of GtkTable
...
GtkTable is now long deprecated.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
29441cad18
M!163 - EMailLabelManager: Use GtkGrid instead of GtkTable
...
GtkTable is long deprecated.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
cda3a448b5
M!163 - ContactListEditor: Use GtkGrid instead of GtkTable
...
GtkTable is now long deprecated.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
bb45be24e4
M!163 - Fullname: Use GtkGrid instead of GtkTable
...
GtkTable is now long deprecated.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
b2c7c941c6
M!163 - PublishCalendar: Use GtkGrid instead of GtkTable
...
GtkTable is now long deprecated.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
08710cb662
M!163 - CustomHeader: Use GtkGrid instead of GtkTable
...
GtkTable is long deprecated.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
a27ff2657f
M!163 - ETableConfig: Use GtkGrid instead of GtkTable
...
Also remove some labels used for margin.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
3f8be5014e
M!163 - Mail: Use GtkGrid instead of GtkTable
...
Move away from the deprecated GtkTable
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/163
2025-01-28 12:30:45 +01:00
f4e42b1900
M!172 - EWeekdayChooser: Switch to native GTK widgets
...
This allows us to remove GnomeCanvasText.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/172
2025-01-28 10:45:12 +01:00
378b08f7c1
M!173 - Replace g_memdup with g_memdup2
...
g_memdup2 is safer.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/173
2025-01-27 23:06:03 +01:00
22d2060ff4
Update Slovenian translation
2025-01-27 15:09:29 +00:00
dd69eb4b2b
e-misc-utils: Remove unused e_util_stop_signal_emission_cb()
...
Compiler claimed, and it was right.
2025-01-27 13:14:34 +01:00
0221743ce0
Replace margin-left/right with margin-start/end
...
left-right margins have been replaced by start-end margins.
2025-01-27 10:50:36 +00:00
0c37de5e1e
M!170 - Remove the use of gtk_scrolled_window_add_with_viewport
...
Since Gtk 3.8 calling gtk_container_add is rougly the same.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/170
2025-01-27 10:42:54 +00:00
d5814a5ba7
M!169 - Remove e_util_check_gtk_bindings_in_key_press_event_cb
...
It doesn't seem to be useful anymore.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/169
2025-01-27 10:38:48 +00:00
55a92079b3
M!166 - EAlphabetBox: Base the widget on GtkListBox
...
Also refine the styling to be integrated with the user stylesheet.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/166
2025-01-27 10:14:22 +00:00
54adb56a3f
I#2952 - Mail: Allow save of a message attachment to a mail folder
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2952
2025-01-27 10:53:15 +01:00
0c90c5463c
EAttachmentBar: Verify 'possible_attachments" is non-NULL before using it
...
The functions could be called after the dispose(), which could
led to a NULL dereference.
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2384
2025-01-27 10:41:42 +01:00
04e6093efe
Update Ukrainian translation
2025-01-24 19:01:33 +00:00
66800e5465
Remove e-reflow and e-reflow-model
...
They are not used anymore.
2025-01-24 10:03:19 +00:00
80ac0b01fe
M!165 - Get rid of GtkAlignment in the code
...
GtkAlignment can be replaced by h/valign and margin properties.
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/165
2025-01-24 10:02:02 +01:00
cb448ca812
Update Slovenian translation
2025-01-23 16:06:51 +00:00
c1797e705b
I#2384 - Mail: Show inline images with 'name' as attachments
...
Do not do that always, add an option to add or not them into the UI,
easy to reach by the users.
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2384
2025-01-23 16:18:59 +01:00
24db82c0ae
M!167 - Replace GtkArrow with images
...
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/167
2025-01-22 17:18:20 +01:00
b07a5f9edd
releasing package evolution version 3.55.1-2
2025-01-22 09:56:40 -05:00
a5be1c91df
Move evolution-ews from Suggests to Recommends
...
Closes : #969955
2025-01-22 09:30:42 -05:00