Commit graph

3999 commits

Author SHA1 Message Date
Martin Rotter
5788f89a07 add more dt formats #1478 2024-08-20 09:00:11 +02:00
Martin Rotter
683fa898eb fix build problems with libmpvwidget 2024-08-20 08:53:46 +02:00
Martin Rotter
ab4861a64f fix #1471 2024-08-06 12:07:28 +02:00
Martin Rotter
9952329e74 show JS alerts in a better way 2024-08-06 11:44:03 +02:00
Martin Rotter
a643c4acaa save 2024-08-05 10:23:46 +02:00
Martin Rotter
9c6fab653b logging 2024-08-01 13:57:44 +02:00
Martin Rotter
3a948c6825 add a switch to turn off raw XML saving 2024-08-01 10:51:32 +02:00
Martin Rotter
c8bfcf6ffe save work 2024-07-26 13:16:38 +02:00
martinrotter
01544ea86c
Update atomparser.cpp 2024-07-26 06:37:05 +02:00
Martin Rotter
70f9374494 bit enhanced drag/drop, now it is way more robust than it was before, there are still some cases when "workaround" behavior has to be used but it atleast now drops where/how it should 2024-07-25 13:25:33 +02:00
Martin Rotter
8537efc787 fetch newest releases of ytdlp and mpv automagically 2024-07-25 07:08:50 +02:00
Martin Rotter
d17a7c5b8e Fix #1450 2024-07-11 06:11:24 +02:00
Martin Rotter
0d4b7e6583 fix some problems, also rssguard now automatically detects youtube atom feeds from youtube video URLs more properly 2024-07-03 10:24:00 +02:00
Martin Rotter
53d6f87142 fix #1417 2024-06-27 10:41:56 +02:00
Martin Rotter
c7f381b098 build reddit plugin, fix encoding in oauth handler 2024-06-24 07:09:37 +02:00
Martin Rotter
6cc02641a8 load more specific plugin files 2024-06-04 11:08:45 +02:00
Martin Rotter
8a7fd41beb subs 2024-06-04 10:23:27 +02:00
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
7e50de2868 high DPI respect system env 2024-05-03 10:36:57 +02:00
Martin Rotter
48731fb0e1 fix invoke problem? 2024-04-30 13:07:32 +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