Commit Graph

565 Commits

Author SHA1 Message Date
dcb06707f2 I#1950 - Composer: Copy/paste changes text size in HTML mode
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1950
2023-03-31 07:42:47 +02:00
b006276369 Add plugins' directory into WebKitGTK only when it exists
Adding non-existent directories into a sandbox generates runtime
warnings, but the directories are not necessary here.
2023-03-27 16:11:44 +02:00
38a21ad7be I#2275 - iTIP: Override text color together with background color
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2275
2023-03-02 12:37:44 +01:00
423f664493 RSS: Folder-specific options not save from Preferences
The folder options to download full articles or whether to download
feed enclosures were not properly saved to the disk when being done
from the Preferences, thus the change has been lost the next start.
2023-03-01 14:51:21 +01:00
1ada82101a I#2261 - RSS: Read of author depends on element order
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2261
2023-02-15 18:02:42 +01:00
0a5a191024 I#2245 - Mail: Add option to confirm 'Mark as Junk'
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2245
2023-02-13 18:24:59 +01:00
dcdbf9587f CollectionAccountEditor: Fix packing of the switch widgets
The default to fill horizontal and vertical space for the GtkSwitch
does not play well for themes, which can stretch the widget drawing
to satisfy these constraints, thus make them rather horizontally
aligned to the start and vertically to the center, using the natural
size for the switch.
2023-01-18 17:04:12 +01:00
b792e7d7e1 I#2219 - Calendar: Preserve Work Week view on date change, if possible
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2219
2023-01-09 14:42:20 +01:00
31b098ba14 M!115 - Fix several typos in the code
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/115
2023-01-03 13:20:27 +00:00
b22cc2254c I#2193 - RSS: Crash when reading feed with empty author
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2193
2023-01-03 12:11:33 +01:00
f9a7d86419 I#2140 - Relocate mail message toolbar close to the preview panel
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2140
2022-12-08 12:59:55 +01:00
e5990d06dc appearance-settings: Title bar mode shown incorrectly
The Standard mode was never pre-selected even when it was used
after the first open of the Preferences window due to missing
property binding.
2022-12-08 12:52:13 +01:00
b8f9510ae4 I#2111 - Add Appearance settings into Preferences
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2111
2022-12-07 11:06:47 +01:00
1076b604e7 I#2109 - Calendar: Unset "Show Event Preview" shortcut
It had been clashing with a shortcut to switch to the Month view.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2109
2022-12-05 15:30:11 +01:00
22fd3a364a I#2146 - EShellHeaderBar: Show button labels adaptively
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2146
2022-12-02 09:49:48 +01:00
5c80418ee6 I#2164 - RSS: Fails to read RDF feeds
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2164
2022-11-24 16:50:13 +01:00
d6ff855d89 I#1245 - Show available categories in Contacts view
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1245
2022-11-24 13:56:08 +01:00
7de86f4987 I#1691 - itip-view: Correct text for PUBLISH and REQUEST without organizer
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1691
2022-11-15 15:04:24 +01:00
f380159524 Add WebKit user plugin paths into the sandbox
The web extension doesn't have access into those directories without it,
which ignores the user plugins when the sandboxing is enabled.
2022-11-09 14:40:01 +01:00
4dabff6ad6 I#2094 - itip-formatter: Offer Import for components without attendees ][
Extend the "Import" button usage to other/more methods.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2094
2022-11-08 09:45:59 +01:00
7980b7148d I#2112 - StartupWizard: Shown even with configured mail account
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2112
2022-11-07 11:01:11 +01:00
0c3aabfbf0 M!112 - Remove unused assignments
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/112
2022-11-02 08:15:39 +02:00
a68eb386d5 I#2094 - itip-formatter: Offer Import for components without attendees
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2094
2022-10-27 12:21:20 +02:00
dc0971763d I#2090 - Split sentence in e-rss-preferences.c file
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2090
2022-10-26 13:35:37 +02:00
da1a5865b5 I#2088 - Import/Export RSS feeds from/to OPML file
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2088
2022-10-20 15:42:52 +02:00
94a97623a4 rss: Correct mnemonic letters in Preferences
One widget had been clashing with another. The second had missing
its mnemonic completely.
2022-10-20 11:41:57 +02:00
3817d9bc10 I#2087 - Hide extra separators in Mail and Calendar view toolbars
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2087
2022-10-20 10:43:56 +02:00
4a2c2bafaa Mail: Use lower priority pool for contact photo requests
This way a stale requests won't block other important requests, keeping
the GUI responsive in some cases.
2022-10-11 17:12:47 +02:00
9da6b53a12 Replace e_mail_part_snoop_type() with e_mail_part_guess_mime_type()
The former function returned a `const gchar *`, pretending the string
is a static string, while it left the string in its own global memory,
effectively leaking it at the application end. Rather than this, return
non-const 'gchar *' and free the returned text appropriately.
2022-10-10 18:44:10 +02:00
2688d2e26f I#1965 - Mail: Special folder icon not udpated after change
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1965
2022-10-07 12:36:28 +02:00
4617211a8f I#2011 - backup-restore: Verify backup file integrity after backup
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2011
2022-10-07 10:14:17 +02:00
14d012c83a I#2063 - Make it possible to disable GOA accounts
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2063
2022-10-07 08:59:34 +02:00
30790624f6 I#2051 - Mail: Hide print Preview in the menu
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2051
2022-09-29 09:40:41 +02:00
f06538db4c I#2048 - e_rss_preferences_maybe_copy_icon() suggests call of strrchr(NULL, '.')
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2048
2022-09-27 13:58:05 +02:00
04d1f53af3 I#2046 - Remove some unused variables in the code
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2046
2022-09-27 13:41:30 +02:00
e558a8b42b I#2043 - prefer-plain: 'related' under 'alternative' shows 'html' part
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2043
2022-09-26 18:55:56 +02:00
c12bb7fa43 I#2039 - Add option to disable use of header bars
Users can use:

   gsettings set org.gnome.evolution.shell use-header-bar false

to turn off header bars.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2039
2022-09-22 11:09:19 +02:00
48dbfb4b1e I#2029 - prefer-plain: Runtime warnings for "Only ever show plain text"
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2029
2022-09-16 09:10:53 +02:00
8c20556a10 I#2001 - Mail: Update preview's iframe height to match its content
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2001
2022-09-16 08:47:07 +02:00
fde82bd10d I#2022 - Use icon-only buttons in the header bar
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2022
2022-09-13 19:22:34 +02:00
7eff67693f I#1982 - Calendar: The default reminder not always added
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1982
2022-08-04 11:49:59 +02:00
38a531c503 EShell: Use a header bar as title bar
- Move common actions from toolbar to headerbar
- Add EHeaderBarButton to mimic and replace EMenuToolButton
- Add EShellHeaderBar for "New button" handling
2022-07-21 13:16:11 +02:00
6df88968ce RSS: Require camel and libedataserer pkgconfig files
While the files are checked for in the main CMakeLists.txt file,
it'll be better to require the two pkg-config files, in case they
are renamed or any such change.
2022-07-08 12:56:58 +02:00
854b61ecbf Implement News & Blogs (RSS) reader 2022-07-05 21:21:59 +02:00
15e74029b1 Mail: Handle built-in accounts similar to 'On This Computer' and 'Search Folders'
The built-in accounts have limited functions the users can do with them.
2022-07-05 20:21:45 +02:00
0097f452dc Calendar: Option to shorten an event time from the end or from the start
This replaces the option to shorten the event from the end only and allows
the user to set whether the even should have moved the start or the end.
2022-06-27 11:31:51 +02:00
454d21210b M!94 - Port to libsoup3
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/94
2022-06-22 10:57:47 +00:00
1ee1bbe2a4 I#1923 - Composer: Add "Copy/Open Link" into the context menu
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1923
2022-06-13 14:10:32 +02:00
2de495a0a3 I#876 - Calendar: Display multi-lingual properties in current locale
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/876
2022-06-08 19:00:31 +02:00
ca29fc81d2 eds-I#383 - Add option to respect Power Saver mode
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/383
2022-06-03 08:00:44 +02:00