Commit graph

1861 commits

Author SHA1 Message Date
Martin Rotter
c0901acd8e make sure that plugin is not loaded multiple times, fixes #1427 2024-05-31 07:43:10 +02:00
Alexey Dokuchaev
09ac0f05ef
Two small CMakeLists fixes (as discussed) (#1420)
* include (GNUInstallDirs) before using ${CMAKE_INSTALL_LIBDIR}

While here, trim some needless whitespace.

* Do not explicitly set APP_REVISION to an empty string

This allows to pass it on the command line when building from
GitHub-generated release tarballs which lack any Git metadata.
2024-05-28 07:12:26 +02:00
Martin Rotter
b6f2f41677 add more dt formats 2024-05-27 13:59:42 +02:00
Martin Rotter
1993d2ba01 also use relative folder load for bsd 2024-05-27 10:38:41 +02:00
Martin Rotter
8abf5bfde4 fix about dialog layout for Qt 5 too, #1416 2024-05-23 12:35:55 +02:00
Martin Rotter
99cbd7cb0d label 2024-05-22 14:48:02 +02:00
Martin Rotter
66d70f2b7f fix #1415 2024-05-22 09:59:58 +02:00
Martin Rotter
24f74394e1 fix #1408 2024-05-22 08:54:21 +02:00
Martin Rotter
346daa0d89 fix #1410 2024-05-22 08:16:40 +02:00
Martin Rotter
d3c3d29d04 move libdir cmake a bit 2024-05-22 08:11:57 +02:00
Martin Rotter
6efd8b46ab move libdir cmake a bit 2024-05-22 08:11:20 +02:00
igrekster
bdf84b7cfa
Use the same library search path as the install path on Unix platforms (#1412)
Some distributions use `lib64` for shared libraries. This breaks
the plugin search logic.

Added a `-D` define to use the same path as is configured by CMake.
2024-05-22 08:08:50 +02:00
Martin Rotter
1e9de02e85 more dt formats, some pre-fixing of dts 2024-05-17 11:20:34 +02:00
Martin Rotter
52c609c3c7 try to enhance new approach to datetime parsing 2024-05-17 09:49:57 +02:00
Martin Rotter
f8e09fa589 try to enhance new approach to datetime parsing 2024-05-17 09:34:21 +02:00
Martin Rotter
526c4d62d3 fix #1403 2024-05-14 09:24:46 +02:00
Martin Rotter
d1b9039bba multiple fixes related to all nodejs features 2024-04-25 13:24:52 +02:00
Martin Rotter
32e8f1f2a0 adjust timeouts of toast notifications a bit 2024-04-24 08:10:05 +02:00
Martin Rotter
1b2d155eca bit more polishment 2024-04-23 10:59:28 +02:00
Martin Rotter
a76c40105c correctly decode HTML for extractor 2024-04-23 09:05:33 +02:00
Martin Rotter
43173c6b16 use proper URL when extracting article 2024-04-23 08:22:43 +02:00
Martin Rotter
c7c069d889 starting to work on fetching full article content 2024-04-22 14:37:49 +02:00
Martin Rotter
d8525c3a93 update npm packages 2024-04-22 07:56:48 +02:00
Martin Rotter
928f536adb fix build 2024-04-19 13:26:32 +02:00
Martin Rotter
73603c3d69 Merge branch 'master' of github.com:martinrotter/rssguard 2024-04-19 13:11:18 +02:00
Martin Rotter
cd24bcd649 fixes #1017 2024-04-19 13:11:07 +02:00
Guilherme Silva
024a31ef36
Force libmpv to use the "libmpv" video output (#1381)
Starting from version 0.38.0, libmpv stopped using the "libmpv" video
output ("vo" option) by default, which ends up causing mpv to spawn its
own, separate and detached window, instead of just embedding itself
onto RSS Guard's internal media player.

Upstream commit: 0e441525cf

Note: This option is only set when building RSS Guard with the
"MEDIAPLAYER_LIBMPV_OPENGL" option set to "ON", since local testing
showed it's not necessary otherwise.

Co-authored-by: martinrotter <martinrotter@users.noreply.github.com>
2024-04-19 07:48:41 +02:00
Martin Rotter
b974f91987 update docs 2024-04-18 09:18:32 +02:00
Martin Rotter
9351d63cbe make dt detection much simpler and hopefully more maintainable and robust 2024-04-16 09:59:16 +02:00
Martin Rotter
86eaa3f965 revert to older dt recognition 2024-04-16 08:17:05 +02:00
Martin Rotter
9e2a370e0c fix build 2024-04-15 10:14:27 +02:00
Martin Rotter
2d1e85b8b0 fix build 2024-04-15 09:47:55 +02:00
Martin Rotter
18fcd78927 test build 2024-04-12 13:08:07 +02:00
Martin Rotter
e8ac98ba82 some adblock refactors 2024-04-12 07:21:51 +02:00
Martin Rotter
527987b0dc restore expand state after item is no longer filtered out, fixes #1262 2024-04-10 12:18:21 +02:00
Martin Rotter
b1b1bace43 comment out some cmake code 2024-04-08 08:03:26 +02:00
Martin Rotter
bb771d5797 fix unwanted horizontal scrollbar 2024-04-04 12:24:57 +02:00
Martin Rotter
e69b314201 fix parsing of huge unicode characters 2024-04-03 14:08:08 +02:00
Martin Rotter
c65fb31f19 automatically de-escape all contents 2024-04-03 12:18:15 +02:00
Martin Rotter
31fc63e422 delay initial update check and by default turn off 2024-03-25 10:45:12 +01:00
Martin Rotter
67c17ab128 allow for system style 2024-03-25 09:40:00 +01:00
Martin Rotter
4bf7682aa7 allow for system style 2024-03-25 09:38:48 +01:00
Martin Rotter
1e7f2e24d1 !rename 2024-03-25 09:20:17 +01:00
Martin Rotter
80d3783701 !rename 2024-03-25 09:06:01 +01:00
Martin Rotter
43ffeed391 fix #1354 2024-03-25 08:20:04 +01:00
Martin Rotter
7c7587f444 install public headers 2024-03-22 13:46:04 +01:00
Martin Rotter
75fdd81bad fix #1318 2024-03-22 10:46:43 +01:00
Martin Rotter
202da682b8 fix #1350 2024-03-22 07:39:43 +01:00
Martin Rotter
956b4cd069 support more dt formats 2024-03-21 14:45:15 +01:00
Martin Rotter
754cb2a135 keep system icon theme setting 2024-03-21 11:24:59 +01:00