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
18a6e47fe7
I#1917 - Calendar: Add option to change 'today' background color
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1917
2022-05-26 09:29:33 +02:00
750e133b80
itip-view: Ignore empty text/plain subpart in meeting invitation mail
...
When an invitation mail is part of a multipart/alternative only with
a text/plain (and text/calendar) subparts and the text/plain is empty,
then it could fail to read empty body, or it read empty body, which
is not useful for showing as an alternative invitation description.
2022-05-19 18:59:50 +02:00
3e77eaafc0
I#1900 - iTIP formatter shows twice "Attendee status updated"
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1900
2022-05-10 17:40:34 +02:00
a436ac1fc3
I#1891 - Fails to build with libgweather 3.36
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1891
2022-05-02 10:26:35 +02:00
d1d3293a93
EWebKitEditor: Mode change not propagated into the Editor widget
...
This could be reproduced for example when forwarding an HTML message
and having Evolution set to format text in Plain Text. In such case
a "lose formatting" question is shown and when choosing to not lose
it, the content shows an HTML variant, but the format combo still
shows "Plain Text", which means the sent message will be plain text,
despite editing in HTML.
2022-04-28 11:35:54 +02:00
78f6c345a7
I#1886 - itip-formatter: Use whole URL value as a link href
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1886
2022-04-27 13:47:08 +02:00
27e8d96f77
I#1883 - Calendar: Read Organizer/Attendee EMAIL parameter
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1883
2022-04-27 12:53:49 +02:00
ec872984ce
I#1876 - Contacts: Add a way to create a contact copy
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1876
2022-04-26 16:06:19 +02:00
ac987d7c47
EWebDAVConfigLookup: Set also authentication method
...
This way the password stored with the collection account can be used
with the child sources, thus users are not asked for their password
for each child source.
2022-04-25 15:53:24 +02:00
6cba3eb5b4
I#1026 - alarm-notify: Add option to enable/disable desktop notifications
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1026
2022-04-20 13:43:41 +02:00
4d98959063
I#1867 - itip-formatter: Colorize meeting summary with the event color
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1867
2022-04-20 11:13:46 +02:00
b18ace783d
Calendar: Add option to shorten event end time for new events
...
This can be used to have predefined some time between events to move
between rooms and such things, without a need to modify the end time
for every single new event manually.
2022-04-20 10:22:12 +02:00
f7ca87921a
I#1858 - Calendar: Show recurring information near event time in preview/iTip
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1858
2022-04-12 17:50:49 +02:00
5dd71b1b90
I#1847 - attachment-reminder: Existing keyword lost on editing cancel
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1847
2022-03-29 18:47:26 +02:00
e0ee9f8678
Calendar: Unify tooltip query in calendar views
...
Since the 'Year View' addition a new cal_comp_util_dup_tooltip() function
had been added, which constructs a tooltip markup suitable for the GtkWidget,
thus use that, instead of custom tooltip components with a lot of complicated
code to manually handle the tooltip create and destroy.
2022-03-29 12:36:56 +02:00
68a00993d2
Calendar: Implement 'Year View'
...
Let the calendar show events as a whole year.
2022-03-25 13:50:24 +01:00
0170d5cf45
Calendar: Minicalendar shown after search in the List View
...
The List View doesn't have the minicalendar shown, because it doesn't
use it, thus showing the minicalendar after search in the List View
is wrong.
2022-03-23 10:12:42 +01:00
5149858aac
I#1827 - itip-formatter: Properly update content on message preview reload
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1827
2022-03-18 09:41:10 +01:00
aa788e3866
I#1373 - itip-view: Offer to show other parts from multipart/alternative ][
...
Change how the alternative HTML is present to the user, to avoid
hiding meeting details when the sender-provided description
does not contain it.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1373
2022-03-01 15:59:15 +01:00
d848856c94
M!102 - Port to libgweather4
...
Adds support for linking against gweather4 (pass -DWITH_GWEATHER4=ON).
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/102
2022-02-21 16:54:53 +00:00