Commit Graph

15 Commits

Author SHA1 Message Date
360bc9f77f build: Use -Wshadow build option, if available 2023-11-03 17:30:59 +01:00
ffdf9154a3 rss: Fix recently introduced memory leaks 2023-04-26 14:13:10 +02:00
0a488216b5 RSS: Claim an error when feed download fails
The feed download can fail on a server error, still returning
some non-feed data, thus claim an error about failed download
in such cases, to have set both `success` to FALSE and the error
itself.
2023-04-18 15:10:53 +02:00
f939a483d2 I#2326 - RSS: Limit re-download on content change, if possible
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2326
2023-04-18 15:07:11 +02: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
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
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
0c3aabfbf0 M!112 - Remove unused assignments
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/112
2022-11-02 08:15:39 +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
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
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